[ASSAULTCUBE] Hack Tutorials

Posts 16–30 of 102 · Page 2 of 7
Combat arms is so much different than assaultcube.
Do they seriously Use VB for hacks? I thought VB was mainly used for like the GUI part....
i did exact the same method. had a pointer to every weapon and then i simply modified the structmembers.
Quote Originally Posted by Gordon` View Post
i did exact the same method. had a pointer to every weapon and then i simply modified the structmembers.
GTFO gordon, fricken backstaber
Cannot include file: math.h
fatal error C1083: Cannot open include file: 'math.h': No such file or directory
It does this with every #include in pch.h
hmm says no such file or directory for this #include "bot/bot_utils"
are u using dev C++ ??
Quote Originally Posted by Matrix_NEO006 View Post
hmm says no such file or directory for this #include "bot/bot_utils"
are u using dev C++ ??
damnit cannot edit my own post up there

WHY PLEASE FIX #include bot_utils into #include "bot/bot_util.h"

Thanks <3
Aight I put it in there for you. Hopefully at the right spot idk wtf im doing

Or tell me what to do. Edit what you put in bold up there or what?
replace
Code:
#include bot_utils into #include "bot/bot_util.h"
with:
Code:
#include "bot/bot_util.h"
tyvm
Quote Originally Posted by Hell_Demon View Post
replace
Code:
#include bot_utils into #include "bot/bot_util.h"
with:
Code:
#include "bot/bot_util.h"
tyvm
Lol. I got it for. you HD...

and YellowCake you could just make an anti kick... =/
Don't understand why people wanna hack AC. I got kicked almost everytime i hack. Lol. >.>
Quote Originally Posted by YellowCake View Post
Don't understand why people wanna hack AC. I got kicked almost everytime i hack. Lol. >.>
Let me guess, you voted no when they put up a kick vote? ^^
Dont vote at all and the vote will fail
thats how I end up in empty servers ^^
I've build it and replaced the ac_client.exe with mine then when i run assault cube i get this error:

ⓘ

ⓘ
Quote Originally Posted by BooYa View Post
I've build it and replaced the ac_client.exe with mine then when i run assault cube i get this error:



Heb je de aimbot code erin zitten? die wil nog wel eens foutgaan met het checken of players[i] wel bestaat.
gebruik dit:
Code:
if(GetAsyncKeyState(VK_RBUTTON))
tijdelijk om je aimbot code en kijk of je dan niet crashed
Nee ik heb alleen de guninfo waarden verandert, misschien komt het omdat ik ook waarden als reloadtime verandert heb. Ik zal het even testen

EDIT: Het werkt nu dus het zal hier wel aan gelegen hebben. Ik kan alleen niet meer met dat pistool schieten
Posts 16–30 of 102 · Page 2 of 7
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?