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 › Murder buddy

CoolMurder buddy

Posts 1–15 of 40 · Page 1 of 3
Renamon Toast Crunch
Renamon Toast Crunch
Murder buddy
Murder buddy v1.0

It's just lua

VAC Status: UNDETECTED
GAC Status: UNDETECTED

By request of @Noname37 over here.

Noname37 wanted a loot wall hack and he received some good responses. I decided to make one but took it much further than just loot esp!
I present to the users of MPGH, Murder buddy!

Instructions:
  • Extract murder_buddy_mpgh.net.zip
  • Copy murder_buddy.lua to \Steam\steamapps\common\GarrysMod\garrysmod\lua
  • Join a server that is running the Murder game mode and has sv_allowcslua set to 1
  • Enter lua_openscript_cl Load murder_buddy.lua into your Garry's mod console [~ key]
  • Toggle features with the mb_ prefix in your Garry's mod console
  • Profit!


Video: Recorded with Potato 3000!

Credits:
  • Coded by, Renamon Toast Crunch
  • Help and information as well as code snippets by, Gmod Wiki
  • Inspiration by, @Noname37


Virus scans:
Virus total 0/49
Jotti 0/23



Please do NOT add me on steam for technical issues. If you have any questions, comments or concerns please feel free to leave a post in the sections below. I will not be accepting friend requests from people I have not met in-game.



↓↓ Pushing that thanks button really helps! ↓↓
murder_buddy_mpgh.net.zip
#1 · 12y ago
MA
madman404
Can't wait for approval, this looks great!
#2 · 12y ago
Lonesome Cowboy
Lonesome Cowboy
Approved! It's fantastic that you complete requests
#3 · 12y ago
D3
D3BST4P
Looks very nice and clean design, great job!


~Would you be able to put an auto bhop script your script?
as i've noticed on a lot of server you are able to kinda bhop and gain big speed.
#4 · edited 12y ago · 12y ago
Renamon Toast Crunch
Renamon Toast Crunch
Quote Originally Posted by D3BST4P View Post
Looks very nice and clean design, great job!


~Would you be able to put an auto bhop script your script?
as i've noticed on a lot of server you are able to kinda bhop and gain big speed.
No problem, I'll add that in the next update.
#5 · 12y ago
HI
hilo peeps
fuck Lennys has auto bhop and a murder hack but ok
#6 · 12y ago
Kellyseveride
Kellyseveride
Thanks!!! Works a charm. And to the guy above me...? What does Lenny's have to do with this? Be grateful this guy is completing users requests, you don't get many people like him.
#7 · 12y ago
BigBadWilly
BigBadWilly
Great Hack Renamon, Just pissed off so many fucking people lols,
#8 · 12y ago
NO
Noname37
This is excellent! Just tried it. Maybe you could use this code that will put text above the murderer's head with the their name. I can't remember who the original author is but it helps a lot.

CREDITS GO TO THE ORIGINAL AUTHOR - I DID NOT WRITE THIS, JUST EDITED IT SLIGHTLY.

Code:
hook.Add("HUDPaint","MurderFinder", function()
	for _,v in pairs (player.GetAll()) do
		for k2, v2 in pairs(v:GetWeapons()) do
			if string.find(v2:GetPrintName(), "Knife") then
			    man = v2.Owner
				effects.halo.Add({man}, Color(255,0,0), 1, 1, 5, true, true)
				local pos = man:GetPos() + Vector(0,0,90)
                local size = ScrW() * 0.05
				local dis = math.floor(man:GetPos():Distance(LocalPlayer():GetPos()))
				pos = pos:ToScreen()
				draw.DrawText("("..man:Name()..") Murderer", "Default", pos.x, pos.y - 15, Color(255,0,0),1)
			end
		end
	end
end)

I've made a quick list of recommendations - your script is amazing but just some things I think would improve it

1.) Reduce size of the "LOOT HERE" text, doesn't need to be that big.
2.) Bounding boxes appear to be bound to the player's head - maybe make it surrounding the whole player model.
3.) "GUN" text could be a bit smaller.
4.) Chams would be really cool - not the slightest clue how it can be done though.
5.) Maybe make the text size affected by distance away from object that it is drawn on? Sometimes when there is more than one person with a gun it can get a little crazy. I attached an image of what can happen to this post.
6.) A simple toggle menu would be sweet! Not sure how easy that is to do, though.



That's kind of it. Thanks so much for your hard work!

-Tom
Untitled.png
#9 · edited 12y ago · 12y ago
BigBadWilly
BigBadWilly
Quote Originally Posted by Noname37 View Post
This is excellent! Just tried it. Maybe you could use this code that will put text above the murderer's head with the their name. I can't remember who the original author is but it helps a lot.

CREDITS GO TO THE ORIGINAL AUTHOR - I DID NOT WRITE THIS, JUST EDITED IT SLIGHTLY.

Code:
hook.Add("HUDPaint","MurderFinder", function()
	for _,v in pairs (player.GetAll()) do
		for k2, v2 in pairs(v:GetWeapons()) do
			if string.find(v2:GetPrintName(), "Knife") then
			    man = v2.Owner
				effects.halo.Add({man}, Color(255,0,0), 1, 1, 5, true, true)
				local pos = man:GetPos() + Vector(0,0,90)
                local size = ScrW() * 0.05
				local dis = math.floor(man:GetPos():Distance(LocalPlayer():GetPos()))
				pos = pos:ToScreen()
				draw.DrawText("("..man:Name()..") Murderer", "Default", pos.x, pos.y - 15, Color(255,0,0),1)
			end
		end
	end
end)

I've made a quick list of recommendations - your script is amazing but just some things I think would improve it

1.) Reduce size of the "LOOT HERE" text, doesn't need to be that big.
2.) Bounding boxes appear to be bound to the player's head - maybe make it surrounding the whole player model.
3.) "GUN" text could be a bit smaller.
4.) Chams would be really cool - not the slightest clue how it can be done though.
5.) Maybe make the text size affected by distance away from object that it is drawn on? Sometimes when there is more than one person with a gun it can get a little crazy. I attached an image of what can happen to this post.
6.) A simple toggle menu would be sweet! Not sure how easy that is to do, though.



That's kind of it. Thanks so much for your hard work!

-Tom
Ya and add it so we can change if the box is 2d or 3d?
#10 · 12y ago
Renamon Toast Crunch
Renamon Toast Crunch
Yeah no problem. I might around to updating this. It was a quickly coded hack and I didn't put any effort into making it look good :P

But if the community wants an update and better visuals then I SHALL MAKE A V2!

-Stay tuned, Renamon.
#11 · 12y ago
HI
hilo peeps
Just saying >

LENNYS SCRIPTS HAS A BETTER VERSION OF THIS
#12 · 12y ago
BigBadWilly
BigBadWilly
Peeps will you just stop not everyone wants to use Lennys or load up the whole Lennys Script just to use a part of it. Some people like just using 1 thing and thats all.
#13 · 12y ago
IV2B
IV2B
Quote Originally Posted by BigBadWilly View Post
Peeps will you just stop not everyone wants to use Lennys or load up the whole Lennys Script just to use a part of it. Some people like just using 1 thing and thats all.
What are you talking about? You can load it alone too.
By the way,even if we couldn't load it alone,then it'd be indeed a 1 thing solution for everything O.o .
#14 · 12y ago
HI
hilo peeps
Quote Originally Posted by BigBadWilly View Post
Peeps will you just stop not everyone wants to use Lennys or load up the whole Lennys Script just to use a part of it. Some people like just using 1 thing and thats all.
r u stupid

lua_openscript_cl Lenny/murder.lua

Also everyone that says he is completing user requests, 3 people posted a Murderer Finder and Loot Hack hours after the request was made in the same thread and then a day later Lennys released his Murder hack because of the request, This guy here is a week or so late.
#15 · 12y ago
Posts 1–15 of 40 · Page 1 of 3

Post a Reply

Similar Threads

  • [Problem] Buddy ListBy i7vSa7vi7y in Combat Arms Hacks & Cheats
    56Last post 18y ago
  • PROB. W/BUDDY LIST???By ezjpimp in Combat Arms Hacks & Cheats
    11Last post 18y ago
  • Buddy List ProblemBy GeoForReal in Combat Arms Hacks & Cheats
    6Last post 18y ago
  • !^! The Murder Game !^!By Zhellbound in General
    59Last post 17y ago

Tags for this Thread

#crosshair#esp#gmod#hack#lua#murder