Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
- local example = library:CreateWindow({
- text = "Thicsploit Gui"
- })
- local credits = library:CreateWindow({text='Credits'})
- credits:AddLabel("Credits\nInori: Dragging\nwally: UI\n\LilThicGaming: Scripts")
- example:AddLabel("Thanks for Using ThicSploit");
- example:AddBox("WalkSpeed", function(object, focus)
- if focus then
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
- end
- end)
- example:AddButton("Reset", function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
- end)
- example:AddButton("Noclip Press E to Toggle", function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Loaded')
- print('Press "E" to noclip')
- end)
- example:AddToggle("Super Jump", function(state)
- game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = (state and 100 or 50)
- end)
- example:AddButton("Btools", function()
- local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- tool1.BinType = "Clone"
- tool2.BinType = "GameTool"
- tool3.BinType = "Hammer"
- tool4.BinType = "Script"
- tool5.BinType = "Grab"
- end)
- example:AddButton("Ctrl TP", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Xi70CpKn'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment