Need Help with this mga Master!!

Posts 1–15 of 25 · Page 1 of 2
Need Help with this mga Master!!
Hi mga master and idols hehehe need help with this po na ddc ako after ng game pano lagyan ng off??

void unliammo()
{
if (GetAsyncKeyState(VK_NUMPAD1))
{
MessageBeep(MB_ICONINFORMATION);
*(float*)0x0098C1A0 = 0;
}
}


void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}

Thanks sa help :P
DWORD ammo;

void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
ammo = *(int*)ADR_UnliAmmo;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)ADR_UnliAmmo = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)ADR_UnliAmmo = ammo ;
}
}

void HackThread(){
for(;{
if(*ingame)
{
recordammo();
unliammoon();
unliammooff();
}
if(*outgame)
{

}
}
Sleep(200);
}
Quote Originally Posted by .mk View Post
DWORD ammo;

void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
ammo = *(int*)ADR_UnliAmmo;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)ADR_UnliAmmo = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)ADR_UnliAmmo = ammo ;
}
}

void HackThread(){
for(;{
if(*ingame)
{
recordammo();
unliammoon();
unliammooff();
}
if(*outgame)
{

}
}
Sleep(200);
}
thanks idol test ko ulit :P

---------- Post added at 01:08 AM ---------- Previous post was at 01:04 AM ----------

Quote Originally Posted by paulcedric View Post
void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}
idol how about this one yung OPK like na try ko pero nsa dulo ng map ako pero kalaban wala hehehe pa help naman or pm mo lang me idol

---------- Post added at 01:14 AM ---------- Previous post was at 01:08 AM ----------

Quote Originally Posted by .mk View Post
void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
ammo = *(int*)ADR_UnliAmmo;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)ADR_UnliAmmo = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)ADR_UnliAmmo = ammo ;
}
}

sir noob question ano ilalagay sa word na "ammo" lumalabas error eh
int ammo; put mo
Quote Originally Posted by paulcedric View Post
*(int*)ADR_UnliAmmo = ammo ;
d ko ma gest boss you mean ganito ba

void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
*(int*)x0098C1A0;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)x0098C1A0 = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)x0098C1A0 = 5 ;
}
}
JUST COPY THIS!

DWORD ammo; // <-------------------- put this in top of DWORD playerpointer

void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
ammo = *(int*)ADR_UnliAmmo;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)ADR_UnliAmmo = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)ADR_UnliAmmo = ammo ;
}
}
void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}
Epic FAIL XD.
Quote Originally Posted by paulcedric View Post

void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}
Tae . . sinabihan ko lang na pang antay ng opk
ginawa mo nanag OPK. . . hahahaha
Quote Originally Posted by -=ExoTic=- View Post
Tae . . sinabihan ko lang na pang antay ng opk
ginawa mo nanag OPK. . . hahahaha
..aahahaha
Quote Originally Posted by -=ExoTic=- View Post
Tae . . sinabihan ko lang na pang antay ng opk
ginawa mo nanag OPK. . . hahahaha
hahahah ala tsamba eh hahaha nsa dulo ako ng map wala kalaban hahaha
hahaha.. katok.!

sa wakas marunong na ako mag code ng walk through walls tsaka skywalk!
Quote Originally Posted by .mk View Post
hahaha.. katok.!

sa wakas marunong na ako mag code ng walk through walls tsaka skywalk!
...how? ;-)

---------- Post added at 07:22 AM ---------- Previous post was at 07:03 AM ----------

Quote Originally Posted by paulcedric View Post
ganon pa din idol after ng game exit warrock ko hehehehe
...before the game will end, turn-off your unli ammo. ;-)
Quote Originally Posted by .mk View Post
DWORD ammo; // <-------------------- put this in top of DWORD playerpointer

void recordammo()
{
if (GetAsyncKeyState(VK_F8))
{
ammo = *(int*)ADR_UnliAmmo;
}
}

void unliammoon()
{
if(GetAsyncKeyState(VK_F5) &1) //on
{
*(int*)ADR_UnliAmmo = 0;
}
}

void unliammooff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
*(int*)ADR_UnliAmmo = ammo ;
}
}
ganon pa din idol after ng game exit warrock ko hehehehe
Quote Originally Posted by trialsg View Post
...before the game will end, turn-off your unli ammo. ;-)
Thanks IdoL ^_^

---------- Post added at 07:00 AM ---------- Previous post was at 06:59 AM ----------

Quote Originally Posted by trialsg View Post
...before the game will end, turn-off your unli ammo. ;-)
Thanks IdoL ^_^
...my pleasure to do so. ;-)
Posts 1–15 of 25 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?