0 of 0

File information

Last updated

Original upload

Created by

HeyItsTombias

Uploaded by

HeyItsTombias

Virus scan

Safe to use

Tags for this mod

About this mod

How Does It Work and Why Is It Useful?
This Mod will modify gamespeed for Mad Max, and can be used to create cinematic masterpieces, utilizing Cheat Engine. (Watch video for showcase and tutorial!)

Requirements
Permissions and credits
Installation 

(Video instructions available on videos page. )

Install Cheat Engine: https://www.cheatengine.org/

Installation tutorial video: Proper Install Vid

Download my mod

Click OK on (Error executing this table’s lua script) Blah blah blah…

Run the Cheat while the game is running

Click on the top left to choose the process

Find Mad Max in Process list

Double-Click or press Open

Press YES to "(Keep current address list/code list?)"

Press the default binds to enable/disable

Enjoy!  


Customizing Hotkey Instructions

Left-Click on either mod table 

Select "Set/Change Hotkeys" 

Double-click on hotkey 

Type the keys you want to set the hotkey to

Apply and OK!
Modifying The Script (Optional but Recommended) -Example Below-

 You can also modify the speed values by changing the "oldspeed=1" value and "setSpeed (0.25)" 

 Instructions
 
 Double-click on "<script>" for either (Slowhack Toggle) or (Speedhack Toggle) and then modify.
 
 Then press OK. 

 Only Modify the values when the game is running, or else an error will occur, and your changes will not be saved. 

 Make sure to go up to file, press Save As, and overwrite the mod with your changes with the old version to save for next time! 

{$lua}
oldspeed=1 -- a variable to remember the previously set speed
[ENABLE]
-- set the new speed
oldspeed=speedhack_setSpeed(0.25)
[DISABLE]
-- restore the previous speed (probably 1 but)
speedhack_setSpeed(oldspeed)