Skip to content

Commit 417a874

Browse files
committed
Updated content
1 parent 16a8951 commit 417a874

12 files changed

Lines changed: 96 additions & 32 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
<br>
3333

3434
<!-- #region CHRONICLES OF THE TOPAZ SANCTUM -->
35-
*Sealed within the radiant **Topazurum Sanctum**, where glowing crystals pulse with primal energy,
36-
the *API Wizard* (foo_api_wizard) is a sacred key to *The Wizardium*’s grimoire.
37-
Its runic seal, broken only by those who master the art of COM automation, unlocks foobar2000’s ActiveX realm,
38-
empowering scholars to cast intricate rituals via JavaScript with spellbinding precision.*
35+
36+
*Sealed within the radiant **Topazurum Sanctum**, where crystals hum with the primal force of automation,
37+
the **API Wizard** is a sacred key to The Wizardium’s grimoire.
38+
Its runic seal, the elder **ᚢ Uruz**, yields only to masters of COM incantations,
39+
unveiling foobar2000’s ActiveX realm to command its core with arcane JavaScript.
3940

4041
<br>
4142

src/API/MyCOM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    MyCOM Impl Source File                          * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/API/MyCOM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    MyCOM Impl Header File                          * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/API/MyCOM.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description: � �MyCOM Type Library File � � � � � � � � � � � � �* //
44
// * Author: � � � � TT � � � � � � � � � � � � � � � � � � � � � � � � � � �* //
55
// * Website: � � � �https://github.com/The-Wizardium/API-Wizard� � � � * //
6-
// * Version: � � � �0.2 � � � � � � � � � � � � � � � � � � � � � � � * //
6+
// * Version: � � � �0.1.0 � � � � � � � � � � � � � � � � � � � � � � � * //
77
// * Dev. started: � 12-12-2024 � � � � � � � � � � � � � � � � � � � � � � �* //
8-
// * Last change: � �22-12-2024 � � � � � � � � � � � � � � � � � � � � � � �* //
8+
// * Last change: � �01-09-2025 � � � � � � � � � � � � � � � � � � � � � � �* //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/Main/APIW.cpp

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    API Wizard Source File                        * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

@@ -20,19 +20,27 @@
2020
#pragma region Component Setup
2121
// Declaration of your component's version information
2222
DECLARE_COMPONENT_VERSION(
23-
"API Wizard", "0.1",
23+
"API Wizard", "0.1.0",
24+
2425
"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"
2731
"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"
3338
"const apiWizard = new ActiveXObject('APIWizard'); \n"
3439
"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"
3644
);
3745

3846
// Define the GUID for your component

src/Main/APIW.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    API Wizard Header File                      * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/Main/APIW_Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    API Wizard Main Source File                        * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/Main/APIW_Main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description:    API Wizard Main Header File                      * //
44
// * Author:         TT                                                      * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version:        0.2                                               * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started:   12-12-2024                                              * //
8-
// * Last change:    22-12-2024                                              * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/Main/APIW_PCH.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description: API Wizard Precompiled Source File * //
44
// * Author: TT * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version: 0.2 * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started: 12-12-2024 * //
8-
// * Last change: 22-12-2024 * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

src/Main/APIW_PCH.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// * Description: API Wizard Precompiled Header File * //
44
// * Author: TT * //
55
// * Website:        https://github.com/The-Wizardium/API-Wizard        * //
6-
// * Version: 0.1 * //
6+
// * Version:        0.1.0                                               * //
77
// * Dev. started: 12-12-2024 * //
8-
// * Last change: 22-12-2024 * //
8+
// * Last change:    01-09-2025                                              * //
99
/////////////////////////////////////////////////////////////////////////////////
1010

1111

0 commit comments

Comments
 (0)