Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local example = library:CreateWindow({
  3. text = "Example"
  4. })
  5.  
  6. local credits = library:CreateWindow({text='Credits'})
  7. credits:AddLabel("Exploit Server/Support: Nate")
  8.  
  9. example:AddButton("Reset", function()
  10. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
  11. end)
  12.  
  13. example:AddButton("Topkek 4.0", function()
  14. loadstring(game:HttpGet("https://pastebin.com/raw/gNbrDURB", true))()
  15. end)
  16.  
  17. example:AddButton("Phantom Forces Aimbot", function()
  18. loadstring(game:HttpGet("https://pastebin.com/raw/e6b3Xk5r", true))()
  19. end)
  20.  
  21. example:AddButton("Phantom Forces Unlimited Ammo", function()
  22. loadstring(game:HttpGet("https://pastebin.com/raw/K1iMtPd3", true))()
  23. end)
  24.  
  25. example:AddButton("Jailbreak Autorob", function()
  26. loadstring(game:HttpGet("https://pastebin.com/0v8RrrVk", true))()
  27. end)
  28.  
  29. example:AddButton("Murder Mystery 2", function()
  30. loadstring(game:HttpGet("https://pastebin.com/XXuX12Nt", true))()
  31. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement