local library = loadstring(game:HttpGet("https://pastebin.pl/view/raw/184c14c8", true))() local example = library:CreateWindow({ text = "ABUSE 17" }) local credits = library:CreateWindow({text='Credits'}) credits:AddLabel("Credits\nSaharD: Scripts\nwally' UI\nlekolar: Waypoint GUI\nHackerSkeleton: White GUI\n") local cl = library:CreateWindow({text='Changelog'}) cl:AddLabel("Added invisibility\nAdded two new GUIs\nFixed OP gui not working\n") example:AddButton("Double speed product", function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 32; end) example:AddButton("Triple speed product", function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 48; end) example:AddButton("Command room teleport", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-313.649902, 4.61001015, -470.419342); end) example:AddButton("Open zombie chamber", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.666933656, 4.61001015, -770.757141); end) example:AddLabel("^^^Card L-3 REQUIRED^^^"); example:AddButton("Become a zombie", function() local old = game.Players.LocalPlayer.Character.Humanoid.RootPart.Position game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46.453186, 2.9650178, -756.484558) wait(0.2) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(old); end) example:AddButton("Easter egg #1", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-273.32663, 4.4201293, -1099.14771); end) example:AddButton("Easter egg #2", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-603.064331, 8.01038742, -231.357788); end) example:AddButton("Red hug", function() local old = game.Players.LocalPlayer.Character.Humanoid.RootPart.Position game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-280.423553, 10.9678917, -501.645416) wait(0.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(old); end) example:AddButton("Invisibility", function() loadstring(game:HttpGet("https://pastebin.pl/view/raw/d31f1d09", true))(); end) example:AddButton("Waypoint GUI", function() loadstring(game:HttpGet("https://pastebin.pl/view/raw/ba7344a6", true))(); end) example:AddButton("OP site 17 gui", function() loadstring(game:HttpGet("https://pastebin.pl/view/raw/eda85b1c", true))(); end) example:AddLabel(""); example:AddLabel("Thank you for using ABUSE 17");