Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Garry's Mod Hacks & Cheats › [Invention] Time Manipulator Tool

[Invention] Time Manipulator Tool

Posts 1–15 of 42 · Page 1 of 3
KorkiPoo
KorkiPoo
[Invention] Time Manipulator Tool
Hello there people of the world.
I, the amazing KorkiPoo am here to present to you my newest and latest invention. Yes, that's right. Just for you!
This amazing script will make you move faster in the world of Garry's Modification! You'll be the Road Runner of the server. A true champion.

[Manual]
Step 1. Extract the contents of the .RAR file into the lua folder.
Step 2. Start Garry's Modification.
Step 3. Use an application to inject your super secret private bypasser.
Step 4. Open up the console and enter this powerful code "lua_openscript_cl speed.lua"
Step 5. Enter it without the quotes.
Step 6. Press shift and you'll be time traveling through the world of Garry's Modification!

VirusTotal Scan
speed_mpgh.net.rar
#1 · 11y ago
Trollaux
Trollaux
Approved .
#2 · 11y ago
betterexs
betterexs
so.... Speed Hack?
#3 · 11y ago
IM
Im Friendly
Quote Originally Posted by betterexs View Post
so.... Speed Hack?
where the fuck did you get that from? its a Time Manipulator Tool
#4 · 11y ago
SH
shezy
require("cvar3")
GetConVar("sv_cheats"):SetValue(1)
hook.Add("CreateMove", "Speed", function(CUserCmd)
if CUserCmd:KeyDown(131072) then
GetConVar("host_timescale"):SetValue(5)
else
GetConVar("host_timescale"):SetValue(1)
end
end)



seriously?
#5 · 11y ago
SI
Siknik64
You should be a salesperson. I'd buy it.

Is there any way I can edit the lua to bind the speed to a different key other than "sprint"?
#6 · edited 11y ago · 11y ago
hessuhobo
hessuhobo
holy shit thanks m8 i would never have thought that putting time manipulation inside ucmd makes it faster and less laggy
big +rep and thanks 4 u m7
i have been using cvar2 for the last 2 years with hera and this blows my minds all should take notes from korki


all hail Korki


#7 · 11y ago
rets34
rets34
Quote Originally Posted by Siknik64 View Post
You should be a salesperson. I'd buy it.

Is there any way I can edit the lua to bind the speed to a different key other than "sprint"?
Yeah you can change the key in the .LUA but I think the DLL has to be edited too.
#8 · 11y ago
DU
Dunkeri
your invention is marvelous thank you for your contributions to dr.who
#9 · 11y ago
Delision
Delision
Pretty sure this was actually patented by Thomas Edison already.
#10 · 11y ago
WA
warmanreaper
How???
When i load this it doesnt work it gives me , Couldn't include file 'includes\modules\cvar3.lua' (File not found) (require("cvar3")
GetConVar("sv_cheats"):SetValue(1)
hook.Add("CreateMove", "Speed", function(CUserCmd)
if CUserCmd:KeyDown(131072) then
GetConVar("host_timescale"):SetValue(5)
else
GetConVar("host_timescale"):SetValue(1)
end
end) (line 1))
[gDaap Bypasser] [ERROR] Error calling Lua code (Runtime Error)[[string "require("cvar3")..."]:1: Module not found!]
#11 · edited 11y ago · 11y ago
KorkiPoo
KorkiPoo
Quote Originally Posted by warmanreaper View Post
When i load this it doesnt work it gives me , Couldn't include file 'includes\modules\cvar3.lua' (File not found) (require("cvar3")
GetConVar("sv_cheats"):SetValue(1)
hook.Add("CreateMove", "Speed", function(CUserCmd)
if CUserCmd:KeyDown(131072) then
GetConVar("host_timescale"):SetValue(5)
else
GetConVar("host_timescale"):SetValue(1)
end
end) (line 1))
[gDaap Bypasser] [ERROR] Error calling Lua code (Runtime Error)[[string "require("cvar3")..."]:1: Module not found!]
Extract the bin folder into the lua folder. I know, it's rocket science but if you read it letter by letter and then say it out loud to yourself you'll get it. Have fun with the Time Manipulator Tool!
#12 · 11y ago
SK
SkythrkidRS
Just crashes my game when I open speed.lua
#13 · 11y ago
KorkiPoo
KorkiPoo
Quote Originally Posted by SkythrkidRS View Post
Just crashes my game when I open speed.lua
Well that's strange, maybe your personal computer doesn't have the required specifications to run this complex tool. I'd recommend upgrading to one of the latest generation of Intel i7 processors
#14 · 11y ago
loli2361
loli2361
yea i put that thing in the bin folder and run it and it gives me the error:

Couldn't include file 'includes\modules\cvar3.lua' (File not found) (@lua/speed.lua (line 1))

[ERROR] lua/speed.lua:1: Module not found!
1. require - [C]:-1
2. unknown - lua/speed.lua:1
#15 · 11y ago
Posts 1–15 of 42 · Page 1 of 3

Post a Reply

Similar Threads

  • ToolsBy Dave84311 in General Game Hacking
    5Last post 8y ago
  • I invented time.By Kallisti in General
    39Last post 16y ago
  • Invention timeBy Mr.Seyeko in General
    13Last post 13y ago
  • Hack tool detected every timeBy hady123123 in CrossFire Help
    9Last post 13y ago
  • First time using hack toolBy sorenixable in CrossFire Europe Hack Source Code
    3Last post 14y ago

Tags for this Thread

#garry#retardation#speed#time#travel