Jump to content

Cheat Engine Speedhack Not Working (AC Mirage) - Lua Script Included


Flyjet

Recommended Posts

Hello,

I'm a motor-impaired gamer, and I rely on Cheat Engine's speed hack function to play many games. However, it doesn't seem to work with this particular game, despite at least one mod on the site utilizing Cheat Engine. I also know of a paid trainer that allows for global game speed modification (not just character movement speed), but paying for accessibility is unacceptable to me.

Could you advise on any special steps needed to make the following Lua script function correctly, or offer alternative solutions? I won't be able to play this game without a speed adjustment.

aalist=getAutoAttachList()

stringlist_add(aalist,"ACMirage.exe");

function vitesseNormale()

speedhack_setSpeed(1)

end


function vitesseReduite1()

speedhack_setSpeed(0.25)

end


function vitesseReduite2()

speedhack_setSpeed(0.1)

end


createHotkey(vitesseNormale, VK_F1)

createHotkey(vitesseReduite1, VK_F2)

createHotkey(vitesseReduite2, VK_F3)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...