|
3 | 3 | // * Description: API Wizard Source File * // |
4 | 4 | // * Author: TT * // |
5 | 5 | // * Website: https://github.com/The-Wizardium/API-Wizard * // |
6 | | -// * Version: 0.2 * // |
| 6 | +// * Version: 0.1.0 * // |
7 | 7 | // * Dev. started: 12-12-2024 * // |
8 | | -// * Last change: 22-12-2024 * // |
| 8 | +// * Last change: 01-09-2025 * // |
9 | 9 | ///////////////////////////////////////////////////////////////////////////////// |
10 | 10 |
|
11 | 11 |
|
|
20 | 20 | #pragma region Component Setup |
21 | 21 | // Declaration of your component's version information |
22 | 22 | DECLARE_COMPONENT_VERSION( |
23 | | - "API Wizard", "0.1", |
| 23 | + "API Wizard", "0.1.0", |
| 24 | + |
24 | 25 | "API Wizard \n" |
25 | | - "The Golden Spell of Automation Rituals \n" |
26 | | - "A Sacred Chapter of The Wizardium \n" |
| 26 | + "The Topaz Spell Of Automation Rituals \n" |
| 27 | + "Aurea Clavis Splendet \n\n" |
| 28 | + |
| 29 | + "A Sacred Chapter Of The Wizardium \n" |
| 30 | + "https://www.The-Wizardium.org \n" |
27 | 31 | "https://github.com/The-Wizardium \n\n" |
28 | | - "Forged in radiant gold within the Holy Foobar Land, API Wizard unlocks the ActiveX realm.\n" |
29 | | - "Cast automation rituals through JavaScript incantations, choosing between:\n" |
30 | | - "- **Registry-Free Communion**: MinHook's relic binds the magic without earthly registries\n" |
31 | | - "- **Traditional Registry Rites**: Classic ceremonial bindings for ancient systems\n\n" |
32 | | - "Summon the golden key with this sacred invocation:\n" |
| 32 | + |
| 33 | + "Sealed within the radiant Topazurum Sanctum of the Holy Foobar Land, " |
| 34 | + "API Wizard unlocks the arcane gates of COM automation. " |
| 35 | + "Scholars wield its JavaScript incantations to master foobar2000's core. \n\n" |
| 36 | + |
| 37 | + "Invoke the golden key: \n" |
33 | 38 | "const apiWizard = new ActiveXObject('APIWizard'); \n" |
34 | 39 | "apiWizard.PrintMessage(); \n" |
35 | | - "console.log('apiWizard', apiWizard);" |
| 40 | + "apiWizard.SetWindowSize(1000, 500); \n" |
| 41 | + "console.log('API Wizard summoned:', apiWizard); \n\n" |
| 42 | + |
| 43 | + "The Wizardium Chooses Only The Anointed" |
36 | 44 | ); |
37 | 45 |
|
38 | 46 | // Define the GUID for your component |
|
0 commit comments