Hi,
i have a cracked css nonsteam version and im trying to make a simple wallhack (using the ingame r_drawothermodels) command it works perfectly fine with cheatengine... but i cant get it to work in c++ because of the addresses not beeing "0x1839530" but instead "client.dll"+0x1201583 .... i tried using Fleeps HackProcess.h and it should work fine because the dll file names etc are the same...
somehow it cant run the fProcess.RunProcess(); correctly....it has some kind of issue with this line:
it isnt ready yet , but it doesnt even load the Process so i cant test it... :/
Hope anyone can help me... a lot of thanks
HackProcess.h: https://pastebin.com/YAkuUwgi
Main.cpp: https://pastebin.com/FGRbTDyR
its setti's css
i have a cracked css nonsteam version and im trying to make a simple wallhack (using the ingame r_drawothermodels) command it works perfectly fine with cheatengine... but i cant get it to work in c++ because of the addresses not beeing "0x1839530" but instead "client.dll"+0x1201583 .... i tried using Fleeps HackProcess.h and it should work fine because the dll file names etc are the same...
somehow it cant run the fProcess.RunProcess(); correctly....it has some kind of issue with this line:
C++:
while(__dwordClient == 0x0) __dwordClient = GetModuleNamePointer("client.dll", __gameProcess.th32ProcessID);
Hope anyone can help me... a lot of thanks
HackProcess.h: https://pastebin.com/YAkuUwgi
Main.cpp: https://pastebin.com/FGRbTDyR
its setti's css
Last edited: