How Find Wolfteam Pointer
Hi
I am Turkish , so my english bad

)
I used google translate
i wanna find wolfteam pointer
i found 4-5 pointer but i wanna no reload / unlimited bombs
how i can found it ?
you'd use olly debug and cheat engine/a memory scanner.
quarantine fena yakalandın çakala bak sen bide coder olcak milletten pointer dileniyo ben darbeci
somewhere in target process (Wolfteam) is code that decreases your ammo / bombs ..usually subtracting 1 <-- this is assumed/generally true. now..
1) find that code.
a)find memory locxx (your ammo amount) in Cheat Engine
b) find the wolfteam_code_loc that accesses, and decreases locxx --CE has function for this: "What access this address")
^^you must know how to use a memory scanner/debugger and also understand 'assembly language' a little.
2) WriteProcessMemory(wolfteam_code_loc, "nop")
so the Wolfteam code will now ("do nothing") instead of ("your bullet number" -= 1)
*game can maybe know when you do this (by ReadProcessMemory(wolfteam_code_loc) and if it's == "nop" ..it's been hacked). idk.
edit: it may also have unknown side effects like, all players have unlimited ammo. Depends on the game's code.
^^ maybe, instead you want to set localPlayer.Ammo = 999 (or something) and not erase wolfteam_code_loc.
-Sorry it's in English : p