Qwokka / Cetus

Browser extension for hacking WebAssembly games a la Cheat Engine
Apache License 2.0
519 stars 45 forks source link

Speedhack - option to slow down games (0.25 and 0.5 speed). #53

Open luwper opened 1 year ago

luwper commented 1 year ago

Hey just an enhancement suggestion if it wouldn't be too much trouble. the speed hack works great for speeding up but I think it would be great if we had the option to slow down a game. @Qwokka

luwper commented 1 year ago

@Qwokka

Qwokka commented 1 year ago

Hi @luwper ,

I agree we should make this easier to do from the GUI. This can be done with the Javscript console though. For example, to slow down the game to half speed you can do the following:

cetus.speedhack.multiplier = 0.5

This is effectively the same as setting the multiplier from the GUI. Jack