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 


SpeedHack Trainer donīt works Without CE

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

Joined: 23 May 2022
Posts: 1

PostPosted: Mon May 23, 2022 12:41 pm    Post subject: SpeedHack Trainer donīt works Without CE Reply with quote

I made a speedhack trainer but it only works if I have CE Installed, when I uninstall CE the trainer stops working, because a message appears saying - Faiule enabling SpeedHack.( DLL injection failed) : Failed to allocate memory. I wanted to know a way for the trainer to work without CE to be able to share it with people who don't have CE installed.

This is my code:

lastSpeed=1;

function checkKeys(timer)
if (isKeyPressed(VK_SHIFT)) then
if lastspeed ~= 0.1 then
speedhack_setSpeed(0.1)
lastSpeed=0.1
end
else
if lastspeed ~= 1 then
speedhack_setSpeed(1)
lastSpeed=1
end
end

end

t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
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