CursedSliver

FPSTweaker

Apr 21st, 2024 (edited)
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.33 KB | Source Code | 0 0
  1. Game.registerMod('FPSTweaker',{init:function(){eval('Game.Loop='+Game.Loop.toString().replace(`Timer.say('START');`,`const startTimestamp=Date.now();Timer.say('START');`).replace('setTimeout(Game.Loop,1000/Game.fps);','setTimeout(Game.Loop,Math.max(1000/Game.fps-(Date.now()-startTimestamp),0));'));},save:function(){},load:function(){}});
Advertisement
Add Comment
Please, Sign In to add comment