The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Phantom Forces script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 22



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local old;
  2. old = replaceclosure(syn.request, newcclosure(function(tbl)
  3.     if (tbl.Url == ("https://undetectedaimbotv6.000webhostapp.com/server.php?key=%s"):format(_G.Key)) then
  4.         rconsoleprint("Pwned lololololol");
  5.         return {
  6.             StatusCode = 200;
  7.             Body = syn.crypt.custom.hash("sha256", _G.Key);
  8.         };
  9.     end;
  10.     return old(tbl);
  11. end));
  12.  
  13. _G.Key = "poophead";
  14. loadstring(game:HttpGet("https://ghostbin.co/paste/9yo7/raw", true))()