ZLauncher icon indicating copy to clipboard operation
ZLauncher copied to clipboard

Change speed to 4 or more

Open Zer01neDev opened this issue 7 years ago • 4 comments

Actually it look like a slideshow...

Zer01neDev avatar Mar 20 '17 00:03 Zer01neDev

Speedhack is done with standalone Cheat Engine trainer. You can replace speedhack.exe with your trainer and it will work.

tkashkin avatar Mar 20 '17 00:03 tkashkin

Maybe there is some way to pass parameter to trainer? If so it can be added to config.

tkashkin avatar Mar 20 '17 00:03 tkashkin

Here is trainer table:

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
	<CheatEntries/>
	<UserdefinedSymbols/>
	<LuaScript>
		openProcess('Cemu.exe')
		speedhack_setSpeed(2)
	</LuaScript>
</CheatTable>

tkashkin avatar Mar 20 '17 00:03 tkashkin

I think there is no way to get command line parameters from trainer lua script. Possible workaround is to generate .ct/.ctrainer table with needed speed and launch it.

tkashkin avatar Mar 20 '17 00:03 tkashkin