Search found 2 matches

by isuckatall
Sun Oct 16, 2022 6:09 am
Forum: Cheat Engine Lua Scripting
Topic: [RESOLVED] lua speedhack toggle
Replies: 3
Views: 6062

Re: lua speedhack toggle

ok sorry Casanova
by isuckatall
Sat Oct 15, 2022 5:29 pm
Forum: Cheat Engine Lua Scripting
Topic: [RESOLVED] lua speedhack toggle
Replies: 3
Views: 6062

[RESOLVED] lua speedhack toggle

idk lua im trying to make speedhack toggleable with the e key and made this but it fail if (isKeyPressed(VK_E)) then cycle() end function cycle() if toggle ~= 0 then speedhack_setSpeed(0.25) toggle = 1 else speedhack_setSpeed(1) toggle = 0 end end Edit: im requesting someone to fix it so it operates...