Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online > Cabal Guides & Templates
You last visited: Today at 14:33

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

Advertisement



[TUTORIAL] Making a Trainer Using C++ in easiest way

Discussion on [TUTORIAL] Making a Trainer Using C++ in easiest way within the Cabal Guides & Templates forum part of the Cabal Online category.

Reply
 
Old 11/25/2012, 23:37   #31
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
gate hack for ep9 code

Quote:
Originally Posted by 9amer View Post
Ok, I'm sharing my part of code then.
How to make the value of walk through gates address reversible, so you can change it anytime you want.

Well it is pretty easy to guess, since there is another address with the same value of the map.

using FUJI's Tutorial do this:

Added Sampe Cheat and Used Multi Level Pointer
-Walk through gates/ kill gates

[u]([colore=red]I will make it for EU (ep8)client[/colore])[u]

AllDefines.h
Code:
//BASE (STATIC ADDRESS)
#define    ADDR_BASE			0x00B8B990

//MAP OFFSET
#define    OFFSET_WLKKLLGTS		0x72e4

//MAP ADDRESS NR2 (STATIC ADDRESS)
#define    ADDR_WLKKLLGTS2		0x00B98BB8
MyCheat.cpp
Code:
//================= WALK THROUGH GATES =====================
	if (GetAsyncKeyState(VK_F1) < 0)				// Turn On
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_WLKKLLGTS) = 1;
	}
	if (GetAsyncKeyState(VK_F1) < 0 && GetAsyncKeyState(VK_F2) < 0 ) // Turn Off
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_WLKKLLGTS) = *(DWORD*)ADDR_WLKKLLGTS2;
	}

sir can share how to code it on episode 9. there are 2 or 3 offset
audreyxp2012 is offline  
Old 11/25/2012, 23:45   #32
 
bartbilf's Avatar
 
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
This is pretty clear, this can be used as template for every version. Should be stickied along with the PSCBots tutorial (but then there might be too many stickies;p)
bartbilf is offline  
Thanks
2 Users
Old 11/26/2012, 01:03   #33
 
elite*gold: 0
Join Date: Aug 2011
Posts: 3
Received Thanks: 3
Arrow Walk through gates/kill gates for ep9 client.

I am not able to play with NA client, but using the 's ep9 CE table mentioned on the first page of this thread it would be this way:

AllDefines.h
Code:
//BASE (STATIC ADDRESS)
#define    ADDR_BASE			0xA9B820

//MAP OFFSET
#define    OFFSET_1		0x3c8
#define    OFFSET_2		0x2b0
#define    OFFSET_3		0x3c8
MyCheat.cpp
Code:
	if (GetAsyncKeyState(VK_F1) < 0)				//Walk through gates/ kill gates
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_1 + OFFSET_2 + OFFSET_3) = 1;
	}
	if (GetAsyncKeyState(VK_F2) < 0) // Turn Off
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_1 + OFFSET_2 + OFFSET_3) = 57;				//DP
	}
Note: You have to relog to get the previous map value.
9amer is offline  
Thanks
2 Users
Old 11/26/2012, 02:47   #34
 
elite*gold: 0
Join Date: Nov 2008
Posts: 224
Received Thanks: 17
if you use it with cabal na as it is now, you will crash on any activation.
syndrah is offline  
Old 11/26/2012, 05:21   #35
 
Glenox's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 106
Received Thanks: 712
many people using C+P


whahahaha
Glenox is offline  
Old 11/26/2012, 06:13   #36
 
elite*gold: 0
Join Date: Aug 2011
Posts: 57
Received Thanks: 3
so nice
bihasa123 is offline  
Old 11/26/2012, 10:08   #37
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
thanks for the gate hack

Quote:
Originally Posted by 9amer View Post
I am not able to play with NA client, but using the 's ep9 CE table mentioned on the first page of this thread it would be this way:

AllDefines.h
Code:
//BASE (STATIC ADDRESS)
#define    ADDR_BASE			0xA9B820

//MAP OFFSET
#define    OFFSET_1		0x3c8
#define    OFFSET_2		0x2b0
#define    OFFSET_3		0x3c8
MyCheat.cpp
Code:
	if (GetAsyncKeyState(VK_F1) < 0)				//Walk through gates/ kill gates
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_1 + OFFSET_2 + OFFSET_3) = 1;
	}
	if (GetAsyncKeyState(VK_F2) < 0) // Turn Off
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_1 + OFFSET_2 + OFFSET_3) = 57;				//DP
	}
Note: You have to relog to get the previous map value.
just want to know if there is way that we need not to relog to get the previous map value?
audreyxp2012 is offline  
Old 11/26/2012, 11:46   #38
 
FUJl's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 235
Received Thanks: 8,667
Quote:
Originally Posted by audreyxp2012 View Post
just want to know if there is way that we need not to relog to get the previous map value?
1 = ****** Ice
57 = Finish Dungeon/DP Hack
GetCurrentMap() = Restore to Default Map and you don't need to relog...



Sample Code Above
Code:
	if (GetAsyncKeyState(VK_F2) < 0) // Turn Off
	{
		*(DWORD*)(*(DWORD*)ADDR_BASE + OFFSET_1 + OFFSET_2 + OFFSET_3) = GetCurrentMap();
	}
FUJl is offline  
Thanks
5 Users
Old 11/26/2012, 15:18   #39
 
elite*gold: 0
Join Date: Mar 2009
Posts: 76
Received Thanks: 1
sir..how to enable nation war nsd?
brianjoey is offline  
Old 11/26/2012, 15:34   #40
 
elite*gold: 0
Join Date: Aug 2011
Posts: 3
Received Thanks: 3
Arrow How to enable NSD in MISSION WAR

Quote:
Originally Posted by brianjoey View Post
sir..how to enable nation war nsd?
If you followed the entire thread then you have to remove only these 2 lines in
Code:
		case 15:return false;break;		//MWAR (Lobby)
		case 16:return false;break;		//MWAR
9amer is offline  
Old 11/27/2012, 08:58   #41
 
elite*gold: 0
Join Date: Jul 2012
Posts: 27
Received Thanks: 4
sir fuji when i injected the dll the cabal auto close itself?? why is that??
tear56 is offline  
Old 11/27/2012, 09:43   #42
 
elite*gold: 0
Join Date: Aug 2009
Posts: 20
Received Thanks: 0
sir i'am new in this type of application ... i copied your code in making a trainer ... and follow all the instruction ... but i can't find the MySampleDll in the release folder ... what is wrong at my work??? please guide me sir ... your work is so great so that i want to learned from the expert ... Thanks!!

cabalmain.exe ERROR when i inject the DLL ...
boommat is offline  
Old 11/27/2012, 11:39   #43
 
elite*gold: 0
Join Date: Jan 2011
Posts: 53
Received Thanks: 36
Another thing, if you want to add while loop that does not intercept with the rest, you can put that in another function. Call another CreateThread that points to that function.

This is helpful specially when you want to have delay freezing addresses.
rantenor is offline  
Thanks
2 Users
Old 11/27/2012, 15:24   #44
 
elite*gold: 0
Join Date: Nov 2012
Posts: 78
Received Thanks: 11
does no work on me!
romelmirasol is offline  
Old 11/28/2012, 00:09   #45
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 0
can anyone help me to convert the code of combo hack, NSD and No cooldown bm2 that work in windows xp sp3. thanks in advance
audreyxp2012 is offline  
Reply

Tags
how to cheat, how to create dll, how to create trainer, how to make trainer, making a trainer


Similar Threads Similar Threads
Easiest Way To found the true adress With Cytriik Trainer
05/07/2011 - S4 League Hacks, Bots, Cheats & Exploits - 20 Replies
You need theese Cytriik Trainer Process Hacker Cheat Engine ID List brain.exe Install the Cytriik trainer than open S4 Trainer will auto suspend Aegis and Aegis64
World Easiest and fastest Buff Trainer 4 free
10/09/2010 - 9Dragons - 11 Replies
Hello... why use super Wannabe Advanced buff trainers when you can just use auto keybord when you start 9D with GameGuardKiller? is easy to use.. and it can generate tons of numbers and letters and guees what?.. deelay is 1ms.. or 99999999Ms.. ur choise.. i use this every time.. and is so trust able.. Like : Ve shield Train, Set VE shield at Number 1. then make keystroke, push number 1 then make it generate 5000 and deelay on 1000ms "1 second" or just 100 ms to be sure its fast :) then Make...
[Tutorial]Easiest way unblock ur self from GBL
02/20/2010 - Kal Online - 29 Replies
There are alot of tutorials how to bypass GBL but it is easiest way i think unblock your self from GBL (hardware ban) realy simple, and fast. Download PBDownForce run it and press start spoofing. Also you can set up some options, but it no necessary. Just sometimes :pimp: Sorry was not having time to make virusscan. You can do it your self here: Jotti's malware scan Good luck.
What is easiest tutorial in Fragment hack?
09/01/2009 - Grand Chase Philippines - 11 Replies
i want to duplicate my fragment but how? or easily to get?



All times are GMT +1. The time now is 14:34.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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