Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

k4scripts/backdoor.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages