Jump to content

Recommended Posts

Posted

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)
  • 4 months later...
Posted

same problem but found solution - heres a trick by a guy:
get game speed to some random number using FLING trainer, search for that value in cheat engine and then assign button to change that value :)
 

 

  • 2 months later...
Posted

If something looks like a conspiracy - probably isn't. And yet - i have this problem in over 15 modern games, it's like they all started to block this function few years ago! Deliver At All Costs, Schedule I, both DDS, etc, they all won't change speed at all, or crash. It seems like some protection of some engines, like unity and unreal. It's a small list, but in reality - it's much, no, MUCH BIGGER!

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...