This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local httpService = game:GetService("HttpService"); | |
local invCode = "xJHCqm84cW"; local httpRequest = (syn and syn.request) or http_request or function() end; | |
local function launchDiscord() if not httpRequest then warn("Exploit not supported. No HTTP found.") return end | |
httpRequest({ | |
Url = "http://127.0.0.1:6463/rpc?v=1", | |
Method = "POST", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[========================================================================[ | |
backdoor.exe, the best backdoor scanner in Roblox. | |
Copyright (C) 2021 iK4oS | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, |