Erm, what exactly did u change? Its the same like mine, or i am blind...
Edit: I tried to add SuperBullets... The Pattern i got from NSearch is:
#define ADDR_SUPERBULLETS 0x37510676 //CShell.dll[0x37100000] + 0x00410676
#define ADDR_SUPERBULLETS 0x37510676 //Super Bullets
bool bchams, bnames, bfps, bGlassWalls, bSuperBullets;
if(GetAsyncKeyState(VK_NUMPAD8)&1) iSuperBullets = !iSuperBullets;
if(iSuperBullets) {
if(!bSuperBullets) {
Memory((VOID *)ADDR_SUPERBULLETS,"\x76\x00", 2);
bSuperBullets = true;
}
} else {
if(bGlassWalls) {
Memory((VOID *)ADDR_SUPERBULLETS,"\x76\x01",2);
bSuperBullets = false;
}
}
till i click to shot, the game will crash.
Edit²: The FPS + Player Name Tag works perfectly
