thanks can i ask were u got that address or is it static cuz ill make a sig scan for it and put it in my logger
how to use this
Code:
SetConsoleVariable("WalkVel",10000);
This is as asm c&p from engine.exe...
If you know here the function is, they cant secure it against people who can read asm lol..
Posts 1–9 of 9 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by DisOwned
thanks can i ask were u got that address or is it static cuz ill make a sig scan for it and put it in my logger
how to use this
Code:
SetConsoleVariable("WalkVel",10000);
uwotm8? the OP post code only takes a single arguement in the form of a const char* IE: "SetConsoleVariable(const char* sVar)"
if your code would work it would need to be "SetConsoleVariable(const char* sVar, int value)"
Then it'd have to be used.
( ͡° ͜ʖ ͡°)
Originally Posted by DisOwned
thanks can i ask were u got that address or is it static cuz ill make a sig scan for it and put it in my logger
how to use this
Code:
SetConsoleVariable("WalkVel",10000);
Just use sprintf ....
Originally Posted by Ch40zz-C0d3r
This is as asm c&p from engine.exe...
If you know here the function is, they cant secure it against people who can read asm lol..
haha you my friend are correct. But come on, people here are clueless. It's fun to mess with em.
Originally Posted by Ch40zz-C0d3r
Just use sprintf ....
Why do more work than you have to? o.o
Originally Posted by J
haha you my friend are correct. But come on, people here are clueless. It's fun to mess with em.
Why do more work than you have to? o.o
Well, In my hack I used that method for speedhack so I could make a slider and modify speed with 2 lines of code
Is simplier than hardcoding the speed for a slider
I thougt he wants to use that too =D