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 


lua script help

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
donpakaa
How do I cheat?
Reputation: 0

Joined: 01 Jan 2020
Posts: 1

PostPosted: Wed Jan 01, 2020 10:13 am    Post subject: lua script help Reply with quote

hello guys.
i'll try to be quick so i won't take to much of your time

so.. i'm trying to execute this script to a game>

Code:
function WriteSignatures(targetSignature, overrideSignature, codePage)
   local byteLine = overrideSignature:gsub("%w+", "0x%0,"):sub(1,-2)
   local results = AOBScan(targetSignature, codePage)
   if (results == nil) then  return end
   for i = 0, results.Count-1 do
      local address = getAddress(results.getString(i))
      local lineCode = 'writeBytes('..address..','.. byteLine..')'
      loadstring(lineCode)()
   end
   results.destroy()
end
local targetSignature   = '52 65 63 6F 69 6C 43 6F 6D 70'
local overrideSignature = '91 91 91 91 91 91 91 91 91 91'
local codePage = '-X*C*W'
WriteSignatures(targetSignature, overrideSignature, codePage)


and i get this error>
Code:
Error:[string "function WriteSignatures(targetSignature, o..."]:5: attempt to perform arithmetic on field 'Count' (a nil value)
Script Error


i've tried different things, but nothing worked and now i'm out of ideas. anyone could now what's the problem here?

thank you for your time, cheers.
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