Lake
Not enough ratings
Faster running
By Obelix1111
Activate faster running
2
   
Award
Favorite
Favorited
Unfavorite
Overview
Because the game has nearly no difference between walking and running speed I made this cheat engine script to enable faster running.
You can choose the running speed according to your wishes.
The normal walking speed is not affected.
Usage
1) Download and install Cheat Engine
Cheatengine[www.cheatengine.org]

2) create file with extension *.ct
like FasterRunning.ct

3) Insert following code:
<?xml version="1.0" encoding="utf-8"?> <CheatTable CheatEngineTableVersion="34"> <CheatEntries> <CheatEntry> <ID>1</ID> <Description>"Enable faster running"</Description> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript> {$lua} [ENABLE] -- ############################## -- # Edit desired run speed # -- # Dont edit other lines! # -- ############################## runSpeed = 2.1 aalist=getAutoAttachList() stringlist_add(aalist,"Lake.exe") lastSpeed=1; function checkKeys(timer) if (isKeyPressed(VK_SHIFT)) then if lastspeed ~= runSpeed then speedhack_setSpeed(runSpeed) lastSpeed=runSpeed end else if lastspeed ~= 1 then speedhack_setSpeed(1) lastSpeed=1 end end end t=createTimer(nil) timer_setInterval(t, 100) timer_onTimer(t, checkKeys) timer_setEnabled(t, true) [DISABLE] </AssemblerScript> </CheatEntry> </CheatEntries> </CheatTable>

4) Double click FasterRunning.ct

5) click checkbox "Enable faster running"
(note: even if the checkbox after clicking might not be enabled, faster running should work anyway)

6) ready!

7) to disable faster running close Cheat Engine


Remarks
You can choose desired run speed in the line
runSpeed = 2.1






9 Comments
Gonzaxpain 16 Sep @ 10:34am 
Does this script work if you're using a gamepad?
dohh 9 Aug, 2024 @ 12:22pm 
Yep. It's malware.
I farted in a diving suit 5 Aug, 2023 @ 10:24am 
serious now: guys dont install. read Wok's comment
I farted in a diving suit 5 Aug, 2023 @ 10:23am 
thanks for the virus :steamthumbsup: we need more people like you!
moriarty.stassie 30 Aug, 2022 @ 1:32am 
Is Cheat Engine a malware? It's detected as a virus.:Qcwy:
badfluffy 27 Jun, 2022 @ 7:07pm 
Man, I wish I was playing the game on Steam. I got it free on Stadia with a trial offer and thought I'd give it a go. Great game but I regretted not being able to hack into it with CE. So slow!
Obelix1111  [author] 18 Nov, 2021 @ 6:41am 
Thanks aubri glad you like it!
Especially walking along the long boat pier to the fisherman in slow motion was pain in the a** for me.
aubri 4 Nov, 2021 @ 11:39pm 
absolutely brilliant. i'm fortunate to have seen your post in the discussions not long after i started the game, as the movement speed is agonizingly slow. i never would have played without your script. thank you so much.