|
You last visited: Today at 12:36
Advertisement
[Release][C++ Code] GM/AOE/Range
Discussion on [Release][C++ Code] GM/AOE/Range within the Cabal Guides & Templates forum part of the Cabal Online category.
07/28/2012, 17:05
|
#151
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
Quote:
Originally Posted by razor45366
is there a problem using the same key?
|
no.. but if u make it that complicated ...yes
|
|
|
07/28/2012, 17:23
|
#152
|
elite*gold: 0
Join Date: Mar 2010
Posts: 82
Received Thanks: 7
|
Quote:
Originally Posted by genesisVI
PHP Code:
#include <windows.h> #define ADDR_GM 0x1075C40 #define ADDR_AOE 0x10C630C #define ADDR_RANGE 0x10C6308
void Start(); BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReason, LPVOID lpReserved) { if (ulReason == DLL_PROCESS_ATTACH) { { CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0); }
}
return TRUE; } void Start(){ while (1){ if(GetKeyState(VK_F12) < 0){ int aoecheck = 1;;useless if u only want GM/AOE/RANGE to work //enable if(aoecheck == 0){ *(DWORD*)ADDR_GM = 2; *(DWORD*)ADDR_AOE = 100; *(DWORD*)ADDR_RANGE = 7; aoecheck = 1; //disable }else if(aoecheck == 1){ *(DWORD*)ADDR_GM = 0; *(DWORD*)ADDR_AOE = 0; *(DWORD*)ADDR_RANGE = 0; aoecheck = 0; } }
Sleep(1); } }
Recommended
PHP Code:
{ if (GetKeyState(VK_F12) <0)//On *(DWORD*)ADDR_GM = 2; *(DWORD*)ADDR_AOE = 100; *(DWORD*)ADDR_RANGE = 7; } if (GetKeyState(VK_F11) <0)//off *(DWORD*)ADDR_GM = 0; *(DWORD*)ADDR_AOE = 0; *(DWORD*)ADDR_RANGE = 0; } }
|
i applied the code you gave... i think there is a problem with the "open { and close }" i also tried my DLL but still not working... addresses of the GM/RANGE/AOE are those addresses given by crackd
please help sir... i will appreciate it more
|
|
|
07/28/2012, 17:41
|
#153
|
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
|
the aoe check is a flag, you can enable and disable using the same key instead of using 2 different keys.
|
|
|
07/28/2012, 18:07
|
#154
|
elite*gold: 0
Join Date: Mar 2010
Posts: 82
Received Thanks: 7
|
can i request a for a source code in cabal ph? that are working properly
just pm me...
if you want
|
|
|
07/28/2012, 18:33
|
#155
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
@razor45366
what ... im gunna spoon feed u w/ all the codes?
u just need to arrange the codes properly .....
do it as simple as it could be ... dont over do it....
|
|
|
07/29/2012, 06:53
|
#156
|
elite*gold: 0
Join Date: Mar 2010
Posts: 82
Received Thanks: 7
|
Quote:
Originally Posted by genesisVI
@razor45366
what ... im gunna spoon feed u w/ all the codes?
u just need to arrange the codes properly .....
do it as simple as it could be ... dont over do it....
|
thanks for understanding...
ok ill do it myself....
search more...
ill make my own DLL files
ill gonna release it here
i won't gave up!
|
|
|
07/29/2012, 07:23
|
#157
|
elite*gold: 0
Join Date: Mar 2010
Posts: 82
Received Thanks: 7
|
Quote:
Originally Posted by jingkyt
(REQUEST)
CAN YOU GIVE ME A WALL HACK IN CABAL PH AND NOT DC ME IN EVERY5MINS PLS PLS PLS
THANK YOU!
|
there is no such WH in PH without getting DC every 5min
instead you are using CR
|
|
|
07/29/2012, 10:44
|
#158
|
elite*gold: 0
Join Date: Nov 2009
Posts: 25
Received Thanks: 9
|
for future reference (based from my tests):
using spy mode, zoom hack and "freezing" (ie. including it in the loop along with no cd aura/bm) no skill delay in the official (read: un-bypassed) client will result in a client crash. there are other ways though to "freeze" NSD w/o resulting in a crash.
|
|
|
07/29/2012, 12:33
|
#159
|
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
|
@lowkey04
it's the zoomhack, you can't use the zoomhack without a bypass as far as I know, freezing NSD should not result in a client crash
|
|
|
07/29/2012, 13:22
|
#160
|
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
|
so no one can still help me huh
|
|
|
07/29/2012, 13:28
|
#161
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
@syndrah
what`s u problem again ?
|
|
|
07/29/2012, 16:50
|
#162
|
elite*gold: 0
Join Date: Nov 2009
Posts: 25
Received Thanks: 9
|
Quote:
Originally Posted by bartbilf
@lowkey04
it's the zoomhack, you can't use the zoomhack without a bypass as far as I know, freezing NSD should not result in a client crash
|
freezing nsd within a loop in a new thread (using createthread) causes my client to crash, no cd and combo works just fine. i've tried testing them separately and it's only nsd that causes a crash. i guess createthread and nsd is incompatible since other methods of freezing works just fine.
|
|
|
07/29/2012, 21:05
|
#163
|
elite*gold: 0
Join Date: May 2012
Posts: 20
Received Thanks: 1
|
can someone help me.. this is the error i got.. everytime i inject the dll that i made... thnx in advance...
---------------------------
cabalmain.exe - Bad Image
---------------------------
C:\Users\gabriel\Documents\cabal\gab.dll\gabong.dl l is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
---------------------------
OK
---------------------------
|
|
|
07/29/2012, 21:31
|
#164
|
elite*gold: 0
Join Date: Jan 2009
Posts: 71
Received Thanks: 7
|
Quote:
Originally Posted by auroragvc00
can someone help me.. this is the error i got.. everytime i inject the dll that i made... thnx in advance...
---------------------------
cabalmain.exe - Bad Image
---------------------------
C:\Users\gabriel\Documents\cabal\gab.dll\gabong.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
---------------------------
OK
---------------------------
|
lol...I don't know how you did that... A .dll file cannot contain another file in it. Select only gab.dll to inject.
|
|
|
07/30/2012, 11:20
|
#165
|
elite*gold: 0
Join Date: May 2012
Posts: 20
Received Thanks: 1
|
Quote:
Originally Posted by AshCrocK
lol...I don't know how you did that... A .dll file cannot contain another file in it. Select only gab.dll to inject.
|
sir... gab.dll is a folder... gabong is my dll...
|
|
|
 |
|
Similar Threads
|
Rsro range code.
06/14/2011 - SRO Coding Corner - 0 Replies
I am using Flex Hex program but i cant find how change mob selection range need help.
Please Tel my how i can find code.
|
Range modify ESRO code chaning?
06/14/2011 - SRO Coding Corner - 3 Replies
having toruble with creating a dll... the guy posted the source which is below for his dll that goes with his loader:
esroLoaderdll.cpp:
#include "windows.h"
void WriteMemory(DWORD address, LPVOID patch, DWORD size)
{
DWORD oldProtect;
VirtualProtect((LPVOID)address, 4, PAGE_EXECUTE_READWRITE, &oldProtect);
memcpy((LPVOID)address, patch, size);
|
Range modify EXRO code chaning?
06/13/2011 - SRO Coding Corner - 0 Replies
# delete request no idea why it posted twice
|
[Release] MS Range CheatEngine
03/13/2010 - S4 League Hacks, Bots, Cheats & Exploits - 19 Replies
entfernt da nur gemault wird
|
[RELEASE] ATK Range Hack v1.0b
02/19/2008 - Metin2 - 16 Replies
ATK Range Hack v1.0b
Working after update !
To use this hack:
1. Start the (ATK Range Hack.exe).
2. Start Metin2.
3. Login into youre acc.
|
All times are GMT +1. The time now is 12:37.
|
|