Release: Cabal Address EP10

03/02/2014 07:07 Chromium1337#61
Quote:
Originally Posted by denz0892 View Post
Hi Sir Chromium sorry if it looks like spoon feeding to me but I need to insert the WH offset on my code but I'm having trouble on compiling. If you can take a look for this code and tell me what's the wrong or if you can please PM me your code and i'll do the rest of comparing and testing on compiling Thanks!

void WH_1()
{
DWORD *WH_1 = (DWORD*)(*(DWORD*)ADDR_BASE + WH_1);
*(DWORD*)(*(DWORD*)WH_1) = 0x0;
}
use this method for WH

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

don't Change this code !
03/02/2014 10:42 carlsus#62
detected na saken ung ginawa ko.. sa inyo ba?
03/02/2014 11:09 denz0892#63
Quote:
Originally Posted by Chromium1337 View Post
use this method for WH

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

don't Change this code !
Thanks Sir Chromium! I'll try this tomorrow on my office and do the test.

Quote:
Originally Posted by carlsus View Post
detected na saken ung ginawa ko.. sa inyo ba?
Nope! I can still use mine.
03/02/2014 12:35 carlsus#64
ano injector mo sir? detected sken nakatayo lang ako may lmbas na gameguard hack bla bla
03/02/2014 16:57 wafuhinaru#65
ney nakow awanen jay am amukon ahhaha
03/03/2014 01:49 denz0892#66
Quote:
Originally Posted by Chromium1337 View Post
use this method for WH

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

don't Change this code !
Hi Sir Chromium,

I tried to enter this code :

void WH_Start()
{
DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);
}


but no luck :(:(:(:(:(

This the error found in visual c++


1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : warning C4091: '' : ignored on left of 'void' when no variable is declared
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : error C2143: syntax error : missing ';' before 'constant'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : error C2059: syntax error : 'constant'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(6) : error C2143: syntax error : missing ';' before '{'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(6) : error C2447: '{' : missing function header (old-style formal list?)
1>Build log was saved at "file://c:\Users\axp_admin\Documents\Visual Studio 2008\Projects\Update-02262014\Update-02262014\Release\BuildLog.htm"
1>Update-02262014.3 - 4 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
03/03/2014 02:01 zyke_023#67
Quote:
Originally Posted by denz0892 View Post
Hi Sir Chromium,

I tried to enter this code :

void WH_Start()
{
DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);
}


but no luck :(:(:(:(:(

This the error found in visual c++


1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : warning C4091: '' : ignored on left of 'void' when no variable is declared
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : error C2143: syntax error : missing ';' before 'constant'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(5) : error C2059: syntax error : 'constant'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(6) : error C2143: syntax error : missing ';' before '{'
1>c:\users\axp_admin\documents\visual studio 2008\projects\update-02262014\update-02262014\cheat.h(6) : error C2447: '{' : missing function header (old-style formal list?)
1>Build log was saved at "file://c:\Users\axp_admin\Documents\Visual Studio 2008\Projects\Update-02262014\Update-02262014\Release\BuildLog.htm"
1>Update-02262014.3 - 4 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Try to read on your error,.. you will find where the error and you will see what the error is... (just double click each error and the VS take you where the error )
03/03/2014 02:05 denz0892#68
hmm weird cause :
ignored on left of 'void' when no variable is declared

but i have the variable. #define WH_Start

very weird.

I already did that double clicking.

Guys thanks for the info! I already figured it out! Many Thanks!

Quote:
Originally Posted by Chromium1337 View Post
use this method for WH

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

don't Change this code !
Quote:
Originally Posted by zyke_023 View Post
Try to read on your error,.. you will find where the error and you will see what the error is... (just double click each error and the VS take you where the error )
Thanks for the Info Sir.. I already figure it out.
03/04/2014 07:22 woodash#69
Paturo naman guide pano gumawa ng dll para sa nsd... tnkz...
03/04/2014 09:04 Chromium1337#70
Quote:
Originally Posted by denz0892 View Post
#define WH_Start
#define WH_Start?

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

Example:

If (GateKeyState(VK_F2) < 0 )
{
DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

}

Don't #define WH_Start

Quote:
Originally Posted by woodash View Post
Paturo naman guide pano gumawa ng dll para sa nsd... tnkz...
[Only registered and activated users can see links. Click Here To Register...]
03/05/2014 02:10 woodash#71
chromium wala ba pointer ng nsd para sa win xp pra win 7 lng kasi pointer dun ni sir fuji sa guide

or pingi nlng code para sa nsd hehehe

mga repapepz nakagawa ako ng nsd dll success sya kaso di gumagana nunng i try ko,

diko ma on ung cheat

ito ba ung code para sa hot key ng cheat?

while(true)
{
//================================ NO SKILL DELAY ==================================================
if (GetKeyState(VK_F12) < 0)
{
if(!OnNSD){
OnNSD = true;
MessageBoxA (NULL,"NSD ON",CAPTION,MB_OK);
}else{
OnNSD = false;
MessageBoxA (NULL,"NSD OFF",CAPTION,MB_OK);
}
}
//================================================== ================================================

//================================ FREEZING VALUE ==================================================
if(OnNSD) NSD();
//================================================== ================================================

Sleep(1);
}


kaso nun tinatry ko ayaw gumana f12
03/05/2014 03:55 celvlboster110#72
nice is this for PH also?

sir can i use bloodshed c++ for DLL making?
03/05/2014 07:01 denz0892#73
Quote:
Originally Posted by celvlboster110 View Post
nice is this for PH also?

sir can i use bloodshed c++ for DLL making?
you can use blood shed c++ if you know how to debug msvcrl.dll error.

Quote:
Originally Posted by woodash View Post
chromium wala ba pointer ng nsd para sa win xp pra win 7 lng kasi pointer dun ni sir fuji sa guide

or pingi nlng code para sa nsd hehehe

mga repapepz nakagawa ako ng nsd dll success sya kaso di gumagana nunng i try ko,

diko ma on ung cheat

ito ba ung code para sa hot key ng cheat?

while(true)
{
//================================ NO SKILL DELAY ==================================================
if (GetKeyState(VK_F12) < 0)
{
if(!OnNSD){
OnNSD = true;
MessageBoxA (NULL,"NSD ON",CAPTION,MB_OK);
}else{
OnNSD = false;
MessageBoxA (NULL,"NSD OFF",CAPTION,MB_OK);
}
}
//================================================== ================================================

//================================ FREEZING VALUE ==================================================
if(OnNSD) NSD();
//================================================== ================================================

Sleep(1);
}


kaso nun tinatry ko ayaw gumana f12
this will only work in windows 7, the code is correct.

by the way this isn't a page for filipinos, this is for global use so speak in english to make it a reference.

Quote:
Originally Posted by Chromium1337 View Post
#define WH_Start?

DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

Example:

If (GateKeyState(VK_F2) < 0 )
{
DWORD *WH_Start = (DWORD*)(*(DWORD*)0x00EFE450 + 0x40814);
memset( WH_Start , 0x0, 0x40000);

}

Don't #define WH_Start



[Only registered and activated users can see links. Click Here To Register...]
Yeah Sir chrome, I did remove the define as per reading the tutorial and some forums and as per asking google. Thanks by the way!

FOR MY OWN CHEAT CURRENTLY I HAVE :

1.) NSD
2.) NSD BM3 BATTLE ATTACK A (INTERVAL 150, 250, 300)
3.) NSD BM2 NO DC (INTERVAL 150, 250, 300)
PERFECT COMBO ( CAN'T FIGURE OUT THE FREEZING COUNT OF COMBO, IT CONTINUES TO COUNT, IF SOMEONE CAN GIVE ME HINT ON HOW CAN I FREEZE THE COMBO COUNT)
4.) WALLHACK - ROLLOVER FIRST, BENEFITS FA DUE TO LONG RANGE.

CURRENTLY CREATING UPDATE FOR NATION CHANGE, NCT and KILL GATE
(BUT I THINK THIS DOESN'T NEEDED)

THANKS TO :
Sir NASYER - [Only registered and activated users can see links. Click Here To Register...] : For Giving OFFSET
Sir FUJI - [Only registered and activated users can see links. Click Here To Register...] : For Teaching Visual C++ code for DLL
Sir CHROMIUM - [Only registered and activated users can see links. Click Here To Register...] : For Giving me Hint on Wall hack
03/05/2014 10:40 woodash#74
baka pwedi makahingi ng code sa NSD para sa win xp, NSD cheat lang kelangan ko hehehe

pati code ng hot key para sa win xp tnkz
03/05/2014 11:12 CABAL2014#75
THIS VALUE ARE ONLY FOR PH??!!!