Facebook
From Edgy Duck, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 251
  1. local library = loadstring(game:HttpGet("https://pastebin.pl/view/raw/184c14c8", true))()
  2. local example = library:CreateWindow({
  3.   text = "ABUSE 17"
  4. })
  5.  
  6. local credits = library:CreateWindow({text='Credits'})
  7. credits:AddLabel("Credits\nSaharD: Scripts\nwally' UI\nlekolar: Waypoint GUI\nHackerSkeleton: White GUI\n")
  8.  
  9. local cl = library:CreateWindow({text='Changelog'})
  10. cl:AddLabel("Added invisibility\nAdded two new GUIs\nFixed OP gui not working\n")
  11.  
  12. example:AddButton("Double speed product", function()
  13.   game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 32;
  14. end)
  15.  
  16. example:AddButton("Triple speed product", function()
  17.   game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 48;
  18. end)
  19.  
  20. example:AddButton("Command room teleport", function()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-313.649902, 4.61001015, -470.419342);
  22. end)
  23.  
  24.  
  25. example:AddButton("Open zombie chamber", function()
  26.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.666933656, 4.61001015, -770.757141);
  27. end)
  28.  
  29. example:AddLabel("^^^Card L-3 REQUIRED^^^");
  30.  
  31. example:AddButton("Become a zombie", function()
  32.   local old = game.Players.LocalPlayer.Character.Humanoid.RootPart.Position
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46.453186, 2.9650178, -756.484558)
  34. wait(0.2)
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(old);
  36. end)
  37.  
  38. example:AddButton("Easter egg #1", function()
  39.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-273.32663, 4.4201293, -1099.14771);
  40. end)
  41.  
  42. example:AddButton("Easter egg #2", function()
  43.   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-603.064331, 8.01038742, -231.357788);
  44. end)
  45.  
  46. example:AddButton("Red hug", function()
  47.   local old = game.Players.LocalPlayer.Character.Humanoid.RootPart.Position
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-280.423553, 10.9678917, -501.645416)
  49. wait(0.1)
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(old);
  51. end)
  52.  
  53. example:AddButton("Invisibility", function()
  54.   loadstring(game:HttpGet("https://pastebin.pl/view/raw/d31f1d09", true))();
  55. end)
  56.  
  57. example:AddButton("Waypoint GUI", function()
  58. loadstring(game:HttpGet("https://pastebin.pl/view/raw/ba7344a6", true))();
  59. end)
  60.  
  61. example:AddButton("OP site 17 gui", function()
  62. loadstring(game:HttpGet("https://pastebin.pl/view/raw/eda85b1c", true))();
  63. end)
  64.  
  65. example:AddLabel("");
  66.  
  67. example:AddLabel("Thank you for using ABUSE 17");