Release: Cabal Address EP10

03/09/2014 09:07 CABAL2014#91
this add are for ph only????
03/09/2014 10:20 lastversionxxi#92
how do i remove the pop up note? i just delete the MessageBoxA (NULL,"xxxxxx ACTIVATED",CAPTION,MB_OK); but it gives me a delay or i must click twice or some time thrice .. to activate the function?
03/09/2014 12:23 nasyer_boy#93
Quote:
Originally Posted by lastversionxxi View Post
how do i remove the pop up note? i just delete the MessageBoxA (NULL,"xxxxxx ACTIVATED",CAPTION,MB_OK); but it gives me a delay or i must click twice or some time thrice .. to activate the function?
are you making your own cheat sir?
03/09/2014 16:41 lastversionxxi#94
yup yup .. but i have deep trouble ^^ editing things . coz of lack on basic programing skill ^________^
03/10/2014 02:23 woodash#95
mga repapepz pa help nman kung pano i off ung WH di ko kasi ma off
03/10/2014 02:35 denz0892#96
on episode 11 of cabal ph.. addresses will be replaced by newer one.. if someone will teach me on how to find address in very very simplest way with instruction, or if someone will do the scanning of addresses. I will release a public DLL trainer to say thanks! ^____________^

Quote:
Originally Posted by lastversionxxi View Post
how do i remove the pop up note? i just delete the MessageBoxA (NULL,"xxxxxx ACTIVATED",CAPTION,MB_OK); but it gives me a delay or i must click twice or some time thrice .. to activate the function?
You can use this code if you dont want any pop up. this was from PSCbots post way back from the past and want to share with you:

In this code there is no pop up meesage of turning on or turning off. so you can try this. as far as i remeber I also use this but unluckily the game was already updated thats why when i use AOE the game crashes, but i can say that this will work :

#include "stdafx.h"

#define ADDR_GM 0x1075C48
#define ADDR_AOE 0x10C62FC
#define ADDR_RANGE 0x10C62F8

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_F11) < 0) // Turn On
{
*(DWORD*)ADDR_GM = 2;
*(DWORD*)ADDR_AOE = 100;
*(DWORD*)ADDR_RANGE = 7;
}

if (GetKeyState(VK_F12) < 0) // Turn Off
{
*(DWORD*)ADDR_GM = 0;
*(DWORD*)ADDR_AOE = 0;
*(DWORD*)ADDR_RANGE = 0;
}

Sleep(1);
}
}
03/10/2014 09:43 carlsus#97
pano maglagay ng parang form sa dll parang kay Chromium any code?
03/10/2014 10:31 CABAL2014#98
Quote:
Originally Posted by denz0892 View Post
on episode 11 of cabal ph.. addresses will be replaced by newer one.. if someone will teach me on how to find address in very very simplest way with instruction, or if someone will do the scanning of addresses. I will release a public DLL trainer to say thanks! ^____________^



You can use this code if you dont want any pop up. this was from PSCbots post way back from the past and want to share with you:

In this code there is no pop up meesage of turning on or turning off. so you can try this. as far as i remeber I also use this but unluckily the game was already updated thats why when i use AOE the game crashes, but i can say that this will work :

#include "stdafx.h"

#define ADDR_GM 0x1075C48
#define ADDR_AOE 0x10C62FC
#define ADDR_RANGE 0x10C62F8

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_F11) < 0) // Turn On
{
*(DWORD*)ADDR_GM = 2;
*(DWORD*)ADDR_AOE = 100;
*(DWORD*)ADDR_RANGE = 7;
}

if (GetKeyState(VK_F12) < 0) // Turn Off
{
*(DWORD*)ADDR_GM = 0;
*(DWORD*)ADDR_AOE = 0;
*(DWORD*)ADDR_RANGE = 0;
}

Sleep(1);
}
}
you need some things:
-new bypass for new update of gameguard(if there will be a new update of gg)
-memory scanner like cheatengine or if u have an UCE (undetect cheat engine or somthing else like this)
-search in game the adress with the guide there are on this forum...

good luck.....
03/10/2014 12:07 edx555#99
how about AOE address?
03/11/2014 03:40 Chromium1337#100
Quote:
Originally Posted by edx555 View Post
how about AOE address?
Find your OWN
03/13/2014 06:34 akolang414#101
sIR HOW TO MAKE INTERFACE LIKE IN YOUR TRAINER CAN U GIVE US A VIDEO TUTORIAL MANY THANKS

mga sir pa link po ng GM/aoe/range hack if anyone have this would be helpful many thanks
03/13/2014 10:01 Chromium1337#102
Quote:
Originally Posted by akolang414 View Post
sIR HOW TO MAKE INTERFACE LIKE IN YOUR TRAINER CAN U GIVE US A VIDEO TUTORIAL MANY THANKS

mga sir pa link po ng GM/aoe/range hack if anyone have this would be helpful many thanks
There's no GM/AOE/Range
03/14/2014 11:04 ddos64bit#103
Sir. nasyer_boy you can find ep10 zoomhack address?
i want addrees or AOB can you help me.
thank you.
03/14/2014 14:21 nasyer_boy#104
ok here is the address.. this is not the perfect zoom hack,... but this is the zoom hack that every trainer is using now...

base + 2444 (FLOAT)

value is 1000,2000, 3000, 4000, 5000, 6000, 8000 9000 etc

this address is so easy to scan :)

i use value 8000
03/15/2014 09:15 Chromium1337#105
Quote:
Originally Posted by nasyer_boy View Post
ok here is the address.. this is not the perfect zoom hack,... but this is the zoom hack that every trainer is using now...

base + 2444 (FLOAT)

value is 1000,2000, 3000, 4000, 5000, 6000, 8000 9000 etc

this address is so easy to scan :)

i use value 8000
Anu value ng OFF?