Register for your free account! | Forgot your password?

You last visited: Today at 16:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Release: Cabal Address EP10

Discussion on Release: Cabal Address EP10 within the Cabal Hacks, Bots, Cheats, Exploits & Macros forum part of the Cabal Online category.

Reply
 
Old 03/15/2014, 12:53   #106
 
elite*gold: 0
Join Date: Feb 2014
Posts: 3
Received Thanks: 0
nsan po ung link para ma download?
subumotooh is offline  
Old 03/17/2014, 06:23   #107
 
denz0892's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 173
Received Thanks: 100
Quote:
Originally Posted by subumotooh View Post
nsan po ung link para ma download?
rtfm! rtfm!
denz0892 is offline  
Old 03/17/2014, 17:18   #108
 
elite*gold: 0
Join Date: Apr 2012
Posts: 43
Received Thanks: 83
code poh for pk paano po yun
void PKK()
{
*(DWORD*)(*(DWORD*)ADDR_BASE + PK) =???;
}
akolang414 is offline  
Old 03/18/2014, 02:01   #109
 
nasyer_boy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 352
Received Thanks: 347
Quote:
Originally Posted by akolang414 View Post
code poh for pk paano po yun
void PKK()
{
*(DWORD*)(*(DWORD*)ADDR_BASE + PK) =???;
}

*(DWORD*)(*(DWORD*)ADDR_BASE + PK) =0;
nasyer_boy is offline  
Thanks
1 User
Old 03/18/2014, 03:29   #110
 
elite*gold: 0
Join Date: Jun 2013
Posts: 134
Received Thanks: 98
Quote:
Originally Posted by nasyer_boy View Post
*(DWORD*)(*(DWORD*)ADDR_BASE + PK) =0;
anu ung Value ng OFF ng Zoomhack
Chromium1337 is offline  
Old 03/18/2014, 04:50   #111
 
nasyer_boy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 352
Received Thanks: 347
Quote:
Originally Posted by Chromium1337 View Post
anu ung Value ng OFF ng Zoomhack
no idea.. maybe 4000
nasyer_boy is offline  
Old 03/18/2014, 16:29   #112
 
elite*gold: 0
Join Date: Sep 2012
Posts: 96
Received Thanks: 8
Quote:
Originally Posted by nasyer_boy View Post
hmm weird kasi sabi mo naka gawa ka pero d mo alam mag lagay ng hot key??

outdated na ung address ni fuji.. ung post ko d2 ang latest
sir lahat po ba eto gagamitin?
AllDefines.h
MyCheat.h
MyCheat.cpp
MainDLL.cpp

ano ilalagay?

Quote:
Originally Posted by nasyer_boy View Post
EPISODE 10 OFFSET

00B07B68 ==== para sa MAP ( sa guide ni fuji , ito ung GetCurrentMap ) purpose para ma off ang kill gate
00B02F10 ==base address
WH base 00EFE450
ano po ibig sabhn ng "0x"?kelangan pba iopen sa CE yun?para makita?
jaywee24 is offline  
Old 03/18/2014, 20:56   #113
 
nasyer_boy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 352
Received Thanks: 347
Quote:
Originally Posted by jaywee24 View Post
sir lahat po ba eto gagamitin?
AllDefines.h
MyCheat.h
MyCheat.cpp
MainDLL.cpp

ano ilalagay?



ano po ibig sabhn ng "0x"?kelangan pba iopen sa CE yun?para makita?
sample 01bf3453 = 0x01bf3453
nasyer_boy is offline  
Old 03/19/2014, 12:58   #114
 
elite*gold: 0
Join Date: Sep 2012
Posts: 96
Received Thanks: 8
Quote:
Originally Posted by nasyer_boy View Post
sample 01bf3453 = 0x01bf3453
e ung mga pointer po?papalitan pba?o un na dn gagamitin?
jaywee24 is offline  
Old 03/19/2014, 13:37   #115
 
nasyer_boy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 352
Received Thanks: 347
Quote:
Originally Posted by jaywee24 View Post
e ung mga pointer po?papalitan pba?o un na dn gagamitin?
see the 1st post.. everything is in there
nasyer_boy is offline  
Old 03/19/2014, 14:52   #116
 
elite*gold: 0
Join Date: Sep 2012
Posts: 96
Received Thanks: 8
Quote:
Originally Posted by nasyer_boy View Post
see the 1st post.. everything is in there
#include <windows.h>

extern void Start();

//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
switch ( dwReason ) {
case DLL_PROCESS_ATTACH:

DisableThreadLibraryCalls(hModule);

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
MessageBoxA (NULL,"Cheat Activated","My Sample DLL",MB_OK);
break;
case DLL_PROCESS_DETACH:
break;
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
break;
}
return TRUE;
}
//================================================== ================================================== ==============================

kokopyahin ko ba to?o may papalitan pa po dyn?
ano po pala address sa Class 20?(offset code)

Quote:
Originally Posted by nasyer_boy View Post
see the 1st post.. everything is in there
#include <windows.h> ....ano po ilalagay dto?error daw e..'#include "stdafx.h" hinahanap
#include "MyCheat.h"

void Start()
{

saka dto

#include <windows.h> ...dto rin po..ano ilalagay?error din e '#include "stdafx.h" hinahanap


extern void Start();

//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{

pa help po
jaywee24 is offline  
Old 03/20/2014, 04:11   #117
 
nasyer_boy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 352
Received Thanks: 347
Quote:
Originally Posted by jaywee24 View Post
#include <windows.h>

extern void Start();

//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
switch ( dwReason ) {
case DLL_PROCESS_ATTACH:

DisableThreadLibraryCalls(hModule);

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
MessageBoxA (NULL,"Cheat Activated","My Sample DLL",MB_OK);
break;
case DLL_PROCESS_DETACH:
break;
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
break;
}
return TRUE;
}
//================================================== ================================================== ==============================

kokopyahin ko ba to?o may papalitan pa po dyn?
ano po pala address sa Class 20?(offset code)



#include <windows.h> ....ano po ilalagay dto?error daw e..'#include "stdafx.h" hinahanap
#include "MyCheat.h"

void Start()
{

saka dto

#include <windows.h> ...dto rin po..ano ilalagay?error din e '#include "stdafx.h" hinahanap


extern void Start();

//================================================== ========= STARTING POINT ================================================== =====
BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{

pa help po
nasyer_boy is offline  
Old 03/20/2014, 12:06   #118
 
elite*gold: 0
Join Date: Sep 2012
Posts: 96
Received Thanks: 8
Quote:
Originally Posted by nasyer_boy View Post
pa help naman po
jaywee24 is offline  
Old 03/20/2014, 14:16   #119
 
elite*gold: 0
Join Date: Apr 2012
Posts: 43
Received Thanks: 83
magbasa naman po kayo wag palagi ganyan
akolang414 is offline  
Old 03/20/2014, 21:23   #120
 
elite*gold: 0
Join Date: Sep 2012
Posts: 96
Received Thanks: 8
sir nakagawa na po ako tnx...pero po NSD,COMBO hnd po gumagana...WH at Nation lng po gumagana...wala na po ba new code?
jaywee24 is offline  
Reply


Similar Threads Similar Threads
Cabal PH ADDRESS EP10
03/23/2013 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 21 Replies
AOE = 0089FEXS GM = 00XI3FRT RANGE = 00ED1943 WALLHACK = 00L04HBS CREDITS: EazyCodez of FTBGAMING.tk



All times are GMT +1. The time now is 16:27.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.