Originally Posted by john404 After a LONG fucking time, I finally learned how to make hacks in c++. Now all I need is to make it undetectable, how can I do that? Please don't flame, I am new to this :P. And thanks to Deviance for helping me with the PTC method etc. Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true;
Originally Posted by ᶠᶸᶜᵏ Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true; Lol is all i got to say/yea
Originally Posted by ᶠᶸᶜᵏ Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true; I just Rofl'ed so hard...
Originally Posted by john404 After 3 LONG seconds fucking time, I finally learned how to make hacks in c++. Now all I need is to make it undetectable, how can I do that? Please don't flame, I am new to this :P. And thanks to Deviance for helping me with the PTC method etc. Fixed Quote
Originally Posted by ᶠᶸᶜᵏ Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true; Thank you sooo much. I finally got mine undetected Originally Posted by whatup777 Fixed Quote i lol'd
Originally Posted by ᶠᶸᶜᵏ Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true; THANKS!!! I should of known that declaring my hack as undetected would make hackshield think it was undetected xD
Originally Posted by ᶠᶸᶜᵏ Declarations: Code: bool Hack = false; Code: Code: My.Hack.Undetected = true; [php]class cHack{ public: void Patch_Hackshield(); bool Undetected; }; class Main{ public: cHack Hack; }[/php] [php]void cHack::Patch_Hackshield() { try{ memcpy((void*)(DWORD) GetModuleHandle("EHsvc.dll"),"0x90",1); this->Undetected = true;} catch(...){this->Undetected = false;} }[/php] do you mean this class?
Originally Posted by kotentopf [php]class cHack{ public: void Patch_Hackshield(); bool Undetected; }; class Main{ public: cHack Hack; }[/php] [php]void cHack::Patch_Hackshield() { try{ memcpy((void*)(DWORD) GetModuleHandle("EHsvc.dll"),"0x90",1); this->Undetected = true;} catch(...){this->Undetected = false;} }[/php] do you mean this class? Now that you release this time for aimbot Code: class Aimbotz{ void LockOn( float x, float y , float z); bool AutoShoot; }; That easy kids
Originally Posted by whatup777 Now that you release this time for aimbot Code: class Aimbotz{ void LockOn( float x, float y , float z); bool AutoShoot; }; That easy kids oh sorry that i forgot better is my godmode class [php]class cAllLife{ public: int hp; int maxhp; void sethp(int value); };[/php] [php]void cAllLife::sethp(int value) { this->maxhp = Info->gotoInfoclass->iMAXHP;//gellinsclass this->hp = value; if(this->hp > this->maxhp) { this->hp = this->maxhp; } }[/php] /
Ive been working on this epic Ghostmode class: Code: class Ghost{ void PlayerPos( float x, float y , float z , lock (0x4838392)); bool Ghosmode; while(true) { PlayerPos(); move(GetAsyncKeyState(VK_UP,DOWN,LEFT,RIGHT)); } }; Call It with Ghostmode(true);