Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 14:50

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

Advertisement



Cabal C++ Wall hack code (based off of FUJI's C++)

Discussion on Cabal C++ Wall hack code (based off of FUJI's C++) within the Cabal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2013
Posts: 4
Received Thanks: 0
Cabal C++ Wall hack code (based off of FUJI's C++)

Hai,

Soooo, I'm trying to add Wall Hack code to FUJI's C++ code, he also posted a list of addresses, that's where I got the address from. There are no pointers.

This is what I added

to MyCheat.h
//========================WALLHACK================== =============
void Wall_Hack()
{
*(DWORD*)(*(DWORD*)WALLHACK_ADDR) = 1629697;
}


to MyCheat.cpp
if (GetKeyState(VK_F3) < 0)
{
if(!OnWallHack){
OnWallHack = true
MessageBoxA (NULL, "Wall Hack ON",CAPTION,MB_OK);
}else{
OnWallHack = true
MessageBoxA (NULL,"Wall Hack OFF",CAPTION,MB_OK);
}

}


to AllDefines.h
//WALLHACK
#define WALLHACK_ADDR 00E92858




this is the error I get when I attempt to build:

1>------ Build started: Project: MySampleDll, Configuration: Release Win32 ------
1> MyCheat.cpp
1>c:\users\amin\documents\visual studio 2012\projects\mysampledll\mysampledll\MyCheat.h(15 ): error C2440: 'type cast' : cannot convert from 'double' to 'DWORD *'
1>MyCheat.cpp(18): error C2065: 'OnWallHack' : undeclared identifier
1>MyCheat.cpp(19): error C2065: 'OnWallHack' : undeclared identifier
1>MyCheat.cpp(20): error C2146: syntax error : missing ';' before identifier 'MessageBoxA'
1>MyCheat.cpp(22): error C2065: 'OnWallHack' : undeclared identifier
1>MyCheat.cpp(23): error C2146: syntax error : missing ';' before identifier 'MessageBoxA'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



I don't know any C++, I made what's up there completely based of of FUJI's other code. Right now I'm taking the first CS class of my life and that's CS 1114 (intro to java) and I'm only 4 weeks in. As you can imagine im a noob, but I do try.

Ignore the syntax errors I'll fix those, the undecleared identifiers are what I need help with. What are the identifiers I'm supposed ot use and how should I code it?

Cabal version is NA (what's out right now)
windows 7 64bit
visual studios professional 2012
visual studios is original.

Additional info:
So I found out that I had to define OnWallHack as a boolean expression, which I did:

to MyCheat.cpp
void Start()
{
bool OnSpeed,OnBM2,OnCombo,OnNSD, OnWallHack;
char * CAPTION = "My Sample DLL";

while(true)
....


and I fixed the syntax errors and this is my new error:
1>------ Build started: Project: MySampleDll, Configuration: Release Win32 ------
1> MyCheat.cpp
1>c:\users\amin\documents\visual studio 2012\projects\mysampledll\mysampledll\MyCheat.h(15 ): error C2440: 'type cast' : cannot convert from 'double' to 'DWORD *'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I have no idea what it means when it says "cannot convert from 'double' to 'DWORD*'

right now I have this:

void Wall_Hack()
{
*(DWORD*)(*(DWORD*)WALLHACK_ADDR) = 1629697;
}


It's not supposed to be equal to 1629697, I have no idea what it's supposed to be equal to. I also don't know how to make it so that I have wallhacks in every dungeon and map(if the value is different for each one)

I'm stuck here and don't think I can get this by myself, anyone wanna help me out?
Thanks in advance ^^




If you don't want to put the code up then you can pm it to me, it would really be appreciated =3.
Sabatoge is offline  
Old 02/18/2013, 13:22   #2
 
freedomworms's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 14
Received Thanks: 61


Try to look at the code and analyze it.
freedomworms is offline  
Old 04/14/2014, 05:57   #3
 
elite*gold: 0
Join Date: Jun 2013
Posts: 134
Received Thanks: 98
Not Working!
Chromium1337 is offline  
Old 04/14/2014, 13:27   #4
 
DieKippe90's Avatar
 
elite*gold: 21
Join Date: May 2009
Posts: 723
Received Thanks: 319
Quote:
Originally Posted by Chromium1337 View Post
Not Working!
Please, PLEASE LOOK AT THE POSTING DATE!
DieKippe90 is offline  
Old 04/15/2014, 03:48   #5
 
elite*gold: 0
Join Date: Jun 2010
Posts: 150
Received Thanks: 7
this will definitely not work cause the coding is WRONG;
lozboyz is offline  
Old 04/16/2014, 03:42   #6
 
denz0892's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 173
Received Thanks: 100
^
^
^
^
^
YEAH LOL
denz0892 is offline  
Old 04/16/2014, 05:26   #7
 
elite*gold: 0
Join Date: Apr 2014
Posts: 49
Received Thanks: 56
Quote:
Originally Posted by DieKippe90 View Post
Please, PLEASE LOOK AT THE POSTING DATE!
its Says If you use the Code isn't Working!
ΣasyCodΣ is offline  
Reply


Similar Threads Similar Threads
[RELEASE] FUJI TRAINER COMPILATION
03/24/2021 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 17879 Replies
Freeware Trainer No Load Required No Time Limit MENU http://i.epvpimg.com/KGPmgab.png TEST: EP14 Moon Night Cabal http://www.youtube.com/watch?v=ytlO22uZ2bQ
[RELEASE] FUJI TRAINER FOR CABAL [EU/NA/SG Global]
03/09/2013 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 211 Replies
Trainer Migration From PH to EU 1.0.0.1456 I used Fuji Trainer Ver. 1.3.0.0 Not tested at all, because i'm lazy to quest and leveling... I only reached level 2. lol Trainer Migration From PH to NA 1.0.0.315



All times are GMT +2. The time now is 14:50.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.