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 


A.A Speed hack on time interval

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Fri Jan 01, 2016 4:47 pm    Post subject: A.A Speed hack on time interval Reply with quote

Hey friends i want to make a A.A script in which I will put a speed hack like

Code:
LUACALL(speedhack_setSpeed(200))


but i want to make a timer in my assembly script which will
Code:
LUACALL(speedhack_setSpeed(1.0))
do this after 10 minutes

Is it possible to do it by using A.A not LUA ?

Thanks In Advance Wink[/code]
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri Jan 01, 2016 5:48 pm    Post subject: Reply with quote

Hate to break it to you, but luacall simply executes Lua. It isn't AA.
Basically, it's similar to:
Code:
[ENABLE]
{$lua}
speedhack_setSpeed(200)
{$asm}
[DISABLE]

Anyway...
Code:
[ENABLE]
luacall(if t==nil then t=createTimer()end t.Interval=600000 t.OnTimer=function(t)speedhack_setSpeed(1.0)t.Enabled=false end t.Enabled=true)
[DISABLE]
luacall(t.Enabled=false)
Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Fri Jan 01, 2016 10:10 pm    Post subject: Re: A.A Speed hack on time interval Reply with quote

MasterHacking321 wrote:
Is it possible to do it by using A.A not LUA ?
-Yes. It's also possible to do without using speedhack, usually.
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