Hacks?Where do i find the forum with the WRhacks? I cant find anyone, just all other forums. Do anyone have a link to the forum with some new, working hacks?
Do something with these :P Addies can be found anywhere *(double*)(ADR_SPEED) = 200; /* Speed Function */ *(int*)(GLASSWALLS) = 1; /* Glasswalls Function */ *(long*)(Server + OFS_SLOT5) = 1; /* 5th Slot Function */ if(GetAsyncKeyState(VK_CONTROL)) { *(float*)(Player + OFS_Z) = 2500; } /* SuperJump Function */ if(GetAsyncKeyState(VK_HOME)) { *(float*)(Player + OFS_Z) = -2000; } /* Dig Function */ *(float*)(Player + OFS_NFD) = -99999999999; /* NoFallDamage Function */ Wrote these from scratch so sorry if something's wrong. Now go make your own hack. There are loads of tutorials (NoMenu) on MPGH!