Make Undetected Hack

Posts 115 of 80 · Page 1 of 6
Make Undetected Hack
Eto na ung sikreto pano maging undetected ang iyong hack using C++ 2008 or C++ 2010.


Open C++ 2008 or C++ 2010

1st. Goto > File > New > Project



In left menu select "Win32" and than on the right select "Win32 Project" than enter a name and press ok :

Press next, than mark empty project and press "Finish"

To start the base of the NoMenu hack, right click on the folder "Source Files" and than "Add" >>> "New Item"



Now in the menu that shows up, click on "C++ File (.ccp)" and than enter name (example: "main") than pres "Add":



Now a blank document will appear.

lagay nyo ung source nyo sample.

Code:
#include <windows.h>


#define ADR_PlayerPointer 0x00
#define ADR_ServerPointer 0x00
#define ADR_Glasswall 0x00
#define ADR_SuperNoSpread 0x00
#define ADR_NoBounds1 0x00
#define ADR_NoBounds2 0x00
#define ADR_NoBounds3 0x00
#define Fullbright1 0x00
#define Fullbright2 0x00
#define Fullbright3 0x00
#define ADR_WalkUnderWater 0x00
#define ADR_WeaponGravity 0x00
#define ADR_BoneShot 0x00
#define OFS_Y 0x00
#define OFS_X 0x00
#define OFS_Z 0x00
#define OFS_NFD 0x00

float posiY;
float posiX;
float posiZ;

DWORD *ingame= (DWORD*)ADR_PlayerPointer;
DWORD *outgame= (DWORD*)ADR_ServerPointer;


void glasswall()
{
if(GetKeyState(VK_MBUTTON))
*(int*)ADR_Glasswall = 1;

else 
{
*(int**)ADR_Glasswall = 0;
}
}
void All()
{
*(double*)ADR_SuperNoSpread = 0;
*(int*)ADR_NoBounds1 = 0;
*(int*)ADR_NoBounds2 = 0;
*(int*)ADR_NoBounds3 = 0;
*(int*)FullBright1 = 1092779973;
*(int*)FullBright2 = 1092779973;
*(int*)FullBright3 = 1092779973;
*(int*)ADR_WalkUnderWater = 0;
*(float*)ADR_WeaponGravity = 0.001;
}
void NFD()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -10000;
}
}
void Teleport()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
if (GetAsyncKeyState(VK_F10)) 
{
MessageBeep(MB_ICONINFORMATION);
posiX = *(float*)(dwPlayerPtr + OFS_X);
posiY = *(float*)(dwPlayerPtr + OFS_Y);
posiZ = *(float*)(dwPlayerPtr + OFS_Z);
}
if (GetAsyncKeyState(VK_F11))
{
MessageBeep(MB_ICONINFORMATION);

*(float*)(dwPlayerPtr + OFS_X) = posiX;
*(float*)(dwPlayerPtr + OFS_Y) = posiY;
*(float*)(dwPlayerPtr + OFS_Z) = posiZ;
}
}
}
void Boneshot()
{
if(GetAsyncKeyState(VK_F5) &1)
{
MessageBeep(MB_ICONINFORMATION);
*(float*)ADR_BoneShot = 1235;
}
}
void Boneshotoff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
MessageBeep(MB_ICONINFORMATION);

*(float*)ADR_BoneShot = 1237;
}
}


void HackThread()
{
for(;; )
{
if(*ingame)
{
glasswall();
All();
NFD();
Teleport();
Boneshot();
Boneshotoff();
}
if(*outgame)
{

}
Sleep(200); //prevent for overloading the cpu
}
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made by D3ath", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}

bago nyo i build change nyo muna Debug to > Release para undetected .




then press F7. makikita nyo ung .dll nyo sa My Documents > Visual Studio 2008 > Project > Name of your Project > Release.

NOTE: matagal ko na tong nadiskubre hindi to galing sa kanino o saan pa man.. ngayon ko lang pinost ko to dahil gusto ko rin makagawa ung iba ng hack un lang xD.


Thanks to Legendary for some pic .. kakatamad mag picture e xD
Wow Nice ka Talaga D3ath
wew...........Dami naman Yan Aboso Sa CHeat...

---------- Post added at 12:32 AM ---------- Previous post was at 12:31 AM ----------

Di Bali Wala Naman Mag Share Ng Addies Eh...
hehehehe ;-)
ano ba yang addies? same lang ba yan sa source? ung pinost ni icebox. icopypaste lang ba yan sa blank na document? please paturo
^
malapit ka na ^^
Aw Putik hahahah May Nag Post Na Pala ...
Quote Originally Posted by Jhem View Post
Aw Putik hahahah May Nag Post Na Pala ...
The RARE icebox346 is BACK. Icebox346 is already coding some cheats for WarRock PH since 2008 or something. And yes, he already shared the addies for the public.
hahahayyzzz .. tsk -_-
sana ma detect na ang RELEASE pinipray ko para mabawas bawasan ang cheater cguro pag na detect yan daming mawawalan dito gumawa
. kawawa nlng ung mga de-RELEASE ^^
Quote Originally Posted by HAxCodER2 View Post
sana ma detect na ang RELEASE pinipray ko para mabawas bawasan ang cheater cguro pag na detect yan daming mawawalan dito gumawa
. kawawa nlng ung mga de-RELEASE ^^
hahaha, GEEZY
diba una debug ang na detect ? eh pano pala qng na detect din ang release pano na ? ^^
Posts 115 of 80 · Page 1 of 6

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?