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 


(RESOLVED) Threads in trainer

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

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Thu Dec 08, 2016 5:47 am    Post subject: (RESOLVED) Threads in trainer Reply with quote

One thing that irritates me is when your trainer is doing an aobscan, you are not even able to move it. How can I do to fix this?
Using theads obvious.

(Solution)

I was able to resolve using the "createNativeThread ()"
Code:

local function test()

  --script

end

t = createNativeThread(test)
t = nil

_________________
...
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25296
Location: The netherlands

PostPosted: Thu Dec 08, 2016 7:22 am    Post subject: Reply with quote

something like this (untested)
Code:

function asyncaa(script)
  createNativeThread(function(t,script)
      autoAssemble(script)
      t.sychronize(function() print('done') end)
    end, script)
end



and instead of printing done you can set a variable to true which a timer checks if it's going on or not

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Thu Dec 08, 2016 10:48 am    Post subject: Reply with quote

Did not work!
Using this "sychronize" gets better, or is it the same?

_________________
...
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