Well most of players want to learn how to create a DLL to inject in cabalmain. Now it's your turn to Create you own DLL using C++.
Take notes: making it simply or coding it in only 1 C++ Files it will result to Complexity so i applied Object Oriented Programming (OOP) to keep it neat, clean, easy to understand and easy to update.
Added Sampe Cheat and Used Multi Level Pointer
2.) Click Win32, Select Win32 Project then Enter the Name of your DLL then hit OK Button
3.) After clicking OK Button, the next window pop-up with “Previous”,”Next”, “Finish”,”Cancel”. Click Next Button
4.) Choose DLL then checked Empty Project then hit Finish Button
5.) After clicking finish, you will see like this.
6.) On Solution Explorer you will add 2 C++ File and 2 Header File.
Now will add some sample code.
AllDefines.h
MyCheat.h
MyCheat.cpp
MainDLL.cpp
6.) Make it Release to prevent error “msvcp100d.dll”
If you don’t install C++ Redistribution. You will encounter DLL problem.
DEBUG = msvcp100d.dll
RELEASE = msvcp100.dll
7.) Click Build on Menu then Build MySampleDLL
8.) After build DLL you will see “Build succeeded” Now the final step is open the Compiled DLL.
On Solution Explorer Click Show All Files > Right Click Release > Click Open Folder in Windows Explorer.
You will see the MySampleDLL.dll
Special Thanks:
-[Only registered and activated users can see links. Click Here To Register...] for ep9 CE table based on Cabal NA (Support Win 7 32bit and 64bit Only)
-[Only registered and activated users can see links. Click Here To Register...] for Simple C++ Code of AOE
Don't forget to HIT THANKS :D
Take notes: making it simply or coding it in only 1 C++ Files it will result to Complexity so i applied Object Oriented Programming (OOP) to keep it neat, clean, easy to understand and easy to update.
Added Sampe Cheat and Used Multi Level Pointer
-Change NationRequirements
-Movement Speed
-No Cooldown BM2
-Perfect Combo
-No Skill Delay
1.) Visual Studio 2005/2008/2010/2012Injector might be use
2.) [Only registered and activated users can see links. Click Here To Register...]
1.) [Only registered and activated users can see links. Click Here To Register...]1.) Run Visual Studio then Click New Project.
2.) [Only registered and activated users can see links. Click Here To Register...]
3.) [Only registered and activated users can see links. Click Here To Register...]
2.) Click Win32, Select Win32 Project then Enter the Name of your DLL then hit OK Button
3.) After clicking OK Button, the next window pop-up with “Previous”,”Next”, “Finish”,”Cancel”. Click Next Button
4.) Choose DLL then checked Empty Project then hit Finish Button
5.) After clicking finish, you will see like this.
6.) On Solution Explorer you will add 2 C++ File and 2 Header File.
- Right Click on Header Files > Add > New Item > Select Header File (.h) then name it AllDefinesThis is the result after adding files.
- Right Click on Header Files > Add > New Item > Select Header File (.h) then name it MyCheat
- Right Click on Source Files > Add > New Item > Select C++ File (.cpp) then name it MainDLL
- Right Click on Source Files > Add > New Item > Select C++ File (.cpp) then name it MyCheat
Now will add some sample code.
AllDefines.h
MyCheat.h
MyCheat.cpp
MainDLL.cpp
6.) Make it Release to prevent error “msvcp100d.dll”
If you don’t install C++ Redistribution. You will encounter DLL problem.
DEBUG = msvcp100d.dll
RELEASE = msvcp100.dll
7.) Click Build on Menu then Build MySampleDLL
8.) After build DLL you will see “Build succeeded” Now the final step is open the Compiled DLL.
On Solution Explorer Click Show All Files > Right Click Release > Click Open Folder in Windows Explorer.
You will see the MySampleDLL.dll
Special Thanks:
-[Only registered and activated users can see links. Click Here To Register...] for ep9 CE table based on Cabal NA (Support Win 7 32bit and 64bit Only)
-[Only registered and activated users can see links. Click Here To Register...] for Simple C++ Code of AOE
Don't forget to HIT THANKS :D