ADVERTISEMENTREMOVE ADS

Medal Decompiler For Mobile

Universal script
1 week ago
Script preview thumbnail
Script Preview

Description

made by Tesker102 and modified by l0stveil

just execute once put this in autoexec

ADVERTISEMENTREMOVE ADS
32 Lines • 2.9 KiB
Verified
Raw
task.spawn(function()
while task.wait(1) do
decompile = function(script_instance)
if not pcall(function() game:HttpGet("https://pastefy.app/7YWsqemN/raw") end) then
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Medal Decompiler", Text = "API Failed To Connect More Info on Console", Duration = 5})
warn("pastefy.app/7YWsqemN/raw unreachable - http error or invalid url")
return "api error"
end
if not pcall(function() game:HttpGet(game:HttpGet("https://pastefy.app/7YWsqemN/raw")) end) then
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Medal Decompiler", Text = "API Failed To Connect More Info on Console", Duration = 5})
warn("api url:", game:HttpGet("https://pastefy.app/7YWsqemN/raw"), "- server offline or incorrect endpoint")
return "api error"
end
if (request or http_request or (syn and syn.request) or (http and http.request) or (fluxus and fluxus.request))({Url = game:HttpGet("https://pastefy.app/7YWsqemN/raw").."/luau/decompile", Method = "POST", Body = crypt.base64encode(getscriptbytecode(script_instance))}).StatusCode == 200 then
return (request or http_request or (syn and syn.request) or (http and http.request) or (fluxus and fluxus.request))({Url = game:HttpGet("https://pastefy.app/7YWsqemN/raw").."/luau/decompile", Method = "POST", Body = crypt.base64encode(getscriptbytecode(script_instance))}).Body
else
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Medal Decompiler", Text = "API Failed To Connect More Info on Console", Duration = 5})
warn("decompile endpoint returned status:", (request or http_request or (syn and syn.request) or (http and http.request) or (fluxus and fluxus.request))({Url = game:HttpGet("https://pastefy.app/7YWsqemN/raw").."/luau/decompile", Method = "POST", Body = crypt.base64encode(getscriptbytecode(script_instance))}).StatusCode, "- api error or invalid script")
return "api error"
end
end
end
end)
game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
if pcall(function() game:HttpGet("https://pastefy.app/7YWsqemN/raw") end) and pcall(function() game:HttpGet(game:HttpGet("https://pastefy.app/7YWsqemN/raw")) end) then
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Medal Decompiler", Text = "API Connected", Duration = 5})
else
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Medal Decompiler", Text = "API Failed To Connect More Info on Console", Duration = 5})
warn("pastefy or api server connection failed - url:", pcall(function() return game:HttpGet("https://pastefy.app/7YWsqemN/raw") end) and game:HttpGet("https://pastefy.app/7YWsqemN/raw") or "pastefy unreachable")
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS