hiphop How do I cheat?
Reputation: 0
Joined: 10 Jul 2010 Posts: 2
|
Posted: Tue Apr 22, 2014 5:42 am Post subject: |
|
|
Thanx my self for my helps..
May be need someone
nobody help me but I will help some one elses
| Code: |
openProcess("notepad.exe")
ms=createMemScan()
memscan_firstScan(ms, soExactValue, vtString, rtRounded, "find this", "0", 0x00000000, 0x7fffffff, "", fsmNotAligned, "", false,false, true, false)
memscan_waitTillDone(ms)
fl=createFoundList(ms)
foundlist_initialize(fl)
local count=foundlist_getCount(fl)
if (count>0) then
for i=0, count do
local saddress=foundlist_getAddress(fl, i)
i=i+1
writeString(saddress, "change this",0)
end
else
print("No record found")
end
object_destroy(fl)
object_destroy(ms)
|
|
|