LilThiccc

Thicsploitgui1.2

Nov 15th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local example = library:CreateWindow({
  3. text = "Thicsploit Gui"
  4. })
  5.  
  6. local credits = library:CreateWindow({text='Credits'})
  7. credits:AddLabel("Credits\nInori: Dragging\nwally: UI\n\LilThicGaming: Scripts")
  8.  
  9. example:AddLabel("Thanks for Using ThicSploit");
  10. example:AddBox("WalkSpeed", function(object, focus)
  11. if focus then
  12. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(object.Text) or 16
  13. end
  14. end)
  15.  
  16. example:AddButton("Reset", function()
  17. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0;
  18. end)
  19. example:AddButton("Noclip Press E to Toggle", function()
  20. noclip = false
  21. game:GetService('RunService').Stepped:connect(function()
  22. if noclip then
  23. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  24. end
  25. end)
  26. plr = game.Players.LocalPlayer
  27. mouse = plr:GetMouse()
  28. mouse.KeyDown:connect(function(key)
  29.  
  30. if key == "e" then
  31. noclip = not noclip
  32. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  33. end
  34. end)
  35. print('Loaded')
  36. print('Press "E" to noclip')
  37. end)
  38.  
  39.  
  40. example:AddToggle("Super Jump", function(state)
  41. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = (state and 100 or 50)
  42. end)
  43.  
  44.  
  45. example:AddButton("Btools", function()
  46. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  47. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  48. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  49. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  50. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  51. tool1.BinType = "Clone"
  52. tool2.BinType = "GameTool"
  53. tool3.BinType = "Hammer"
  54. tool4.BinType = "Script"
  55. tool5.BinType = "Grab"
  56. end)
  57.  
  58. example:AddButton("Ctrl TP", function()
  59. loadstring(game:HttpGet(('https://pastebin.com/raw/Xi70CpKn'),true))()
  60. end)
Advertisement
Add Comment
Please, Sign In to add comment