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 › lSpeed - lua speedhack

lSpeed - lua speedhack

Posts 1–8 of 8 · Page 1 of 1
RI
rip_cdriza
lSpeed - lua speedhack
#continuethecvar3speedhacks

ConVars:
lspeed *speed* (up to 20)

liteSpeed Bulky:

Code:
local lspd = {"litespeed", "cvar3"} // get the joke?
lspd.cspd = "no"
lspd.cv = CreateClientConVar("lspeed", 1, true, false)

function lspd.req(mod)
if file.Exists("lua/bin/" .. mod, "GAME") then
require(mod)
lspd.cspd = "yes"
chat.AddText(Color(255, 0, 0), "[liteSpeed] Found " .. mod)
else
lspd.cspd = "no"
chat.AddText(Color(255, 0, 0), "[liteSpeed] " .. mod .. " doesn't exist! Try placing it in your lua/bin folder!")
end
end

lspd.req(lspd[2])

timer.Simple(2, function()
if lspd.cspd == "yes" then
hook.Add("Think", "thinkingatthespeedoflite", function()
if GetConVarNumber("lspeed") > 0 and GetConVarNumber("lspeed") < 20 and GetConVarNumber("lspeed") != 1 then 
GetConVar("sv_cheats"):SetValue(1)
GetConVar("host_timescale"):SetValue(GetConVarNumber("lspeed"))
else
GetConVar("sv_cheats"):SetValue(0)
GetConVar("host_timescale"):SetValue(1)
end
end )
chat.AddText(Color(255, 0, 0), "[liteSpeed] Loaded successfully! Change your speed with the lspeed cvar!")
else
hook.Remove("Think", "thinkingatthespeedoflite")
chat.AddText(Color(255, 0, 0), "[liteSpeed] Failed to load! Exiting.")
end
end )
liteSpeed Lite (R):
Code:
require("cvar3")
local ls_cvar = CreateClientConVar("lspeed", 1, true, false)

hook.Add("Think", "thinkingatthespeedoflite", function() if GetConVarNumber("lspeed") > 0 and GetConVarNumber("lspeed") > 20 and GetConVarNumber("lspeed") != 1 then GetConVar("sv_cheats"):SetValue(1) GetConVar("host_timescale"):SetValue(GetConVarNumber("lspeed")) else GetConVar("sv_cheats"):SetValue(0) GetConVar("host_timescale"):SetValue(1) end end )
#1 · edited 11y ago · 11y ago
BU
bullsquid
Stop release useless speed hack
#2 · 11y ago
RI
rip_cdriza
Quote Originally Posted by bullsquid View Post
Stop release useless speed hack
NO

MORE

#HOSTTIMESCALEMASTERRACE

if you want a good one check out C++ speedhack i did not make (pSpeed by me released by somebody else)
#3 · 11y ago
BU
bullsquid
Quote Originally Posted by rip_cdriza View Post
NO

MORE

#HOSTTIMESCALEMASTERRACE

if you want a good one check out C++ speedhack i did not make (pSpeed by me released by somebody else)
cdSpeed is best of best speed hack. Isn't it? LoL
#4 · 11y ago
YH
YH$%UW$uwjrjrjrjrj6
Quote Originally Posted by bullsquid View Post
cdSpeed is best of best speed hack. Isn't it? LoL
no, host_timescale speedhacks are the best and you should use them
period
#5 · edited 11y ago · 11y ago
color0a
color0a
This is a joke right?

Code:
timer.Simple(2, function()
if lspd.cspd == "yes" then
hook.Add("Think", "thinkingatthespeedoflite", function()

What an original idea to check if the module exists before attempting to require it.
Code:
function lspd.req(mod)
if file.Exists("lua/bin/" .. mod, "GAME") then
require(mod)
lspd.cspd = "yes"
chat.AddText(Color(255, 0, 0), "[liteSpeed] Found " .. mod)
else
lspd.cspd = "no"
chat.AddText(Color(255, 0, 0), "[liteSpeed] " .. mod .. " doesn't exist! Try placing it in your lua/bin folder!")
end
end
Kinda Reminds me of what i posted less than 24 hours ago though...
Code:
function b.lxadmodule(m)
 
        if file.Exists("bin/gmcl_"..m.."_win32.dll", "lsv") then
                require(m)
                MsgC(b.green, "[SpeedH4X] ", b.cyan, "[INFO] ", b.white, "Loaded module '", b.pink, m, b.white, "'", "\n")
        else
                MsgC(b.green, "[SpeedH4X] ", b.red, "[ERROR] ", b.white,"Missing module '", b.pink, m, b.white, "'", "\n")
       
                if ((m) == ("cv3spuf")) then
                        MsgC(b.green, "[SpeedH4X] ", b.cyan, "[INFO] ", b.white, "Looks like you failed to place gmcl_cv3spuf_win32.dll in your LUA/bin folder.","\n")
                end
               
        end
end
I made my post as feedback to boyneds. This post is pointless, because it's even worse than bSpeed.
Time manipulator, posted months ago is better than this, and it's less than 10 lines long.

Please go back to taking credit for your hex edited ******* module. Even the name, cdspeed, is based of the char length of *******.

i. imgur. com/XDrHzqQ.png
skid
#6 · 11y ago
MeepDarknessMeep
MeepDarknessMeep
Quote Originally Posted by color0a View Post
i.imgur.com/XDrHzqQ.png
what about the hex edited pdb location
#7 · 11y ago
EX
ExiledStyles
people using ida just to look at strings makes me want to shoot myself
#8 · 11y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • HOSC LUA|DLL - [AMPLIFIED HACKS | SPEEDHACK | GODMODE | ULXFORCEADMIN]By RustyBallz in Garry's Mod Discussions & Help
    6Last post 12y ago
  • Help Coding Speedhack - New to LuaBy lil ricky in Garry's Mod Discussions & Help
    5Last post 12y ago
  • how to create speedhacks?By LiLLeO in General Game Hacking
    5Last post 20y ago
  • Martial Heroes SpeedhackBy Cthulu in Hack Requests
    2Last post 20y ago
  • DAoC Portal SpeedHackBy Fubu in Hack Requests
    1Last post 20y ago

Tags for this Thread

None