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 


Use skill without hotkey

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

Joined: 04 Aug 2016
Posts: 4

PostPosted: Thu Aug 04, 2016 11:05 am    Post subject: Use skill without hotkey Reply with quote

Hello. I got skill 'aura' in the game. When I press F1 - aura activates for 30sec and then I need to press F1 again.
Question: is it possible to use skill without clicking on it ? And what do I need to look for it
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Thu Aug 04, 2016 12:08 pm    Post subject: Reply with quote

Code:
t=createTimer(nil, false)
t.Interval=30000
t.OnTimer=function(t)
  doKeyPress(VK_F1)
end
t.Enabled=true
Back to top
View user's profile Send private message
FastestOne
How do I cheat?
Reputation: 0

Joined: 04 Aug 2016
Posts: 4

PostPosted: Thu Aug 04, 2016 12:38 pm    Post subject: Reply with quote

but how attach script to the proccess ? i need to keep aura on, even when gamewindow is inactive.
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Thu Aug 04, 2016 1:13 pm    Post subject: Reply with quote

Try a forum for online cheating, look into other scripting languages autoit and autohotkey.
Back to top
View user's profile Send private message
FastestOne
How do I cheat?
Reputation: 0

Joined: 04 Aug 2016
Posts: 4

PostPosted: Thu Aug 04, 2016 1:31 pm    Post subject: Reply with quote

already tried, autoit and ahk didn't work. Don't know how to send packet with wpe\rpe. So was thinking to inject in proccess and use skill somehow with CE.
Back to top
View user's profile Send private message
FastestOne
How do I cheat?
Reputation: 0

Joined: 04 Aug 2016
Posts: 4

PostPosted: Fri Aug 05, 2016 4:50 am    Post subject: Reply with quote

Is that even possible to found skill activate trigger in memory ?
Only x7 Oscar works, but it can't activate skill in inactive window.
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Fri Aug 05, 2016 3:29 pm    Post subject: Reply with quote

There are many attempts at a workaround:
find the code that triggers a skill and call it yourself;
find the timer of the skill and reset it;
find a byte indicating that a skill is to be triggered and let the game engine pick it up from there;
and even more.

None of them are easier than learning how to emulate a key press accurately using windows api. Here is a pastebin i use for the key codes to accurately emulate keypresses in autoit

http://pastebin.com/f6c1db818

Go to their forums to get further advice
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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