gamjadory Cheater
Reputation: 0
Joined: 04 Dec 2011 Posts: 27
|
Posted: Sat Mar 05, 2016 9:46 pm Post subject: hotkey error..help me |
|
|
createHotkey(bossHP(),VK_NUMPAD1)
function bossHP()
local valA = 2660989938529320
local valB = 1806639338777377
ms=createMemScan()
memscan_firstScan(ms, soExactValue, vtQword, rtRounded, valA, "", 0x0000000000200000, 0x7fffffffffffffff, "", fsmAligned, 4, false, false, false, true) --change the last true to false if you do not wish case sensitivity
memscan_waitTillDone(ms)
--get the result of the scans
fl=createFoundList(ms)
foundlist_initialize(fl)
local count=foundlist_getCount(fl)
if (count>0) then
local saddress=foundlist_getAddress(fl, 0) --get the first address
writeQword(saddress, 1)
else
print("No addresses found")
end
--cleanup
object_destroy(fl)
object_destroy(ms)
end
------------------------------------
hotkey not regist is no error.
hotkey regist is error!
why? (maybe, I'm stupid)
|
|