Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


hotkey error..help me

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
gamjadory
Cheater
Reputation: 0

Joined: 04 Dec 2011
Posts: 27

PostPosted: Sat Mar 05, 2016 9:46 pm    Post subject: hotkey error..help me Reply with quote

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)
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sat Mar 05, 2016 9:49 pm    Post subject: Reply with quote

No parenthesis and place it after the function declaration.
Code:
createHotkey(bossHP,VK_NUMPAD1)
Back to top
View user's profile Send private message
gamjadory
Cheater
Reputation: 0

Joined: 04 Dec 2011
Posts: 27

PostPosted: Sat Mar 05, 2016 9:54 pm    Post subject: thanks!!! Reply with quote

Zanzer wrote:
No parenthesis and place it after the function declaration.
Code:
createHotkey(bossHP,VK_NUMPAD1)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites