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 


Need Help to Convert GG Dword Script to Cheat Engine Script

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

Joined: 14 Feb 2021
Posts: 6

PostPosted: Sun May 23, 2021 12:54 am    Post subject: Need Help to Convert GG Dword Script to Cheat Engine Script Reply with quote

# Introduction
Hi! I have Game Guardian script that searches for Dword values and then write the values if the found result is Qword. I have try to find it manually using 4-Bytes type and it did give the result but however ...

# Problematic
The problem is, i cant filter the search result if its also a Qword value. Im trying to switch to Cheat Engine because of performance issue. Game Guardian have terrible long time search than Cheat Engine.

Anyway here's some snippet :
Code:
gg.clearResults()
gg.searchNumber("29825", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
 
revert = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil)
local t = gg.getResults(100000, nil, nil, nil, nil, nil, nil, nil, nil)
for i, v in ipairs(t) do
   if v.flags == gg.TYPE_QWORD then
      v.value = "288233678981562368"
      v.freeze = true
   end
end
gg.addListItems(t)
t = nil


Im not quite sure how to translate this into Cheat Engine Lua because of different region. Truncated convert is also acceptable because i really need it Sad
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 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