C++ Help

04/05/2014 13:51 gian615#1
Can someone help me hack using C++ this is the address 013725D4 and 01372680 the type is string[9] the normal value is value_max and hacked value is 0 the process name is S4Client.exe ty for gonna make an code for this hope for advanced
04/05/2014 14:14 davydavekk#2
Being spoonfed won't help you in any way.
04/05/2014 14:26 ​Tension#3
This APIs will help you
  • CreateToolHelp32Snapshot / EnumProcesses For getting the PID/Handle
  • OpenProcess For attaching the process (if you use EnumProcesses)
  • WriteProcessMemory For write a buffer into the process
  • CloseHandle For closing the process handle at the end
04/05/2014 14:43 MrSm!th#4
Nope