Need help?Warrock hacks with menu. - MPGH - MultiPlayer Game Hacking & Cheats
Warrock hacks with menu.
Posts 1–5 of 5 · Page 1 of 1
Warrock hacks with menu.
Hey guys, are there any un-detected hacks with a menu? including all slots and chams e.g.
Oh btw my hacks+warrock always shut down after like 10 mins. is there anything i could do about it?
Its a little hard to code the chams because we OR need an undetected DIP. All slots is so easy that i will give you the source:
/* Ints here */
int s5thSlot = 0;
/*
Name: 5th Slot Hack
Desc: Unlocks 5th slot if you are F2P
*/
{
switch(s5thSlot)
{
case 0:*(long*)(Serverptr+OFS_SLOT5) = 0;break;
case 1:*(long*)(Serverptr+OFS_SLOT5) = 1;
}
}
There are lots of addies on my profile (credits to bodhi)
PS: You're hack keeps crashing because the detours are detected. Find or code some undetected ones
Thanks, and im no coder x_x and after a long time did i join wr again so i dno what adies are n stuff =P
addies mean addresses and we pretty much edit addresses to create the 'Hacks'. So we need a serverpointer address aka. serverptr and also the slot5 offset. Add those two together and you get 5th slot hack Its not easy.
btw: Offsets always need something + offset. An offset cant be alone. I was wrong about the serverptr. Its not an addie, its a pointer. Pointer + offset = hack OR address alone(like adr_scope) = hacks
^ Don't really think he's looking into coding he just wanted to know to know any undetected d3d hacks. RedLines public is working and it's good.