LocalDuds

Untitled

Jun 13th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. --Decompiled using Santos decompiler [BETA] :)
  2.  
  3. if game.Workspace.FilteringEnabled == true then
  4. gui.Toolbar.Background.tFE.Text = "On"
  5. gui.Toolbar.Background.tFE.TextColor3 = Color3.new(0,1,0)
  6. end
  7. gui.Toolbar.Exit.MouseButton1Click:connect(function()
  8. gui:Destroy()
  9. end)
  10. gui.Toolbar.Background.God.MouseButton1Click:connect(function()
  11. if gui.Toolbar.Background.tGod.Text == "Off" then
  12. local player = game.Players.LocalPlayer
  13. if player.Character then
  14. if player.Character:FindFirstChild("Humanoid") then
  15. player.Character.Humanoid.Name = "1"
  16. end
  17. local l = player.Character["1"]:Clone()
  18. l.Parent = player.Character
  19. l.Name = "Humanoid"; wait(0.1)
  20. player.Character["1"]:Destroy()
  21. game.Workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  22. player.Character.Animate.Disabled = true; wait(0.1)
  23. player.Character.Animate.Disabled = false
  24. end
  25. gui.Toolbar.Background.tGod.Text = "On"
  26. gui.Toolbar.Background.tGod.TextColor3 = Color3.new(0,1,0)
  27. end
  28. end)
  29. gui.Toolbar.Background.LS.MouseButton1Click:connect(function()
  30. if gui.Toolbar.Background.tLS.Text == "Off" then
  31. game:GetService("NetworkClient").ClientReplicator:DisableProcessPackets()
  32. gui.Toolbar.Background.tLS.Text = "On"
  33. gui.Toolbar.Background.tLS.TextColor3 = Color3.new(0,1,0)
  34. else
  35. game:GetService("NetworkClient").ClientReplicator:EnableProcessPackets()
  36. gui.Toolbar.Background.tLS.Text = "Off"
  37. gui.Toolbar.Background.tLS.TextColor3 = Color3.new(1,0,0)
  38. end
  39. end)
  40. gui.Toolbar.Background.Speed.MouseButton1Click:connect(function()
  41. if gui.Toolbar.Background.tSpeed.Text == "Off" then
  42. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 48
  43. gui.Toolbar.Background.tSpeed.Text = "On"
  44. gui.Toolbar.Background.tSpeed.TextColor3 = Color3.new(0,1,0)
  45. else
  46. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  47. gui.Toolbar.Background.tSpeed.Text = "Off"
  48. gui.Toolbar.Background.tSpeed.TextColor3 = Color3.new(1,0,0)
  49. end
  50. end)
  51. gui.Toolbar.Background.Jump.MouseButton1Click:connect(function()
  52. if gui.Toolbar.Background.tJump.Text == "Off" then
  53. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  54. gui.Toolbar.Background.tJump.Text = "On"
  55. gui.Toolbar.Background.tJump.TextColor3 = Color3.new(0,1,0)
  56. else
  57. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  58. gui.Toolbar.Background.tJump.Text = "Off"
  59. gui.Toolbar.Background.tJump.TextColor3 = Color3.new(1,0,0)
  60. end
  61. end)
  62. gui.Toolbar.Background.Tools.MouseButton1Click:connect(function()
  63. if gui.Toolbar.Background.tTools.Text == "Off" then
  64. local aim = game.Players.LocalPlayer
  65. local root = game:GetService("InsertService"):LoadAsset(16201628)
  66. local item = root:children()
  67. for i = 1, #item do
  68. item[i].Parent = aim.Backpack
  69. wait()
  70. end
  71. aim = game.Players.LocalPlayer
  72. root = game:GetService("InsertService"):LoadAsset(16969792)
  73. item = root:children()
  74. for i = 1, #item do
  75. item[i].Parent = aim.Backpack
  76. wait()
  77. end
  78. aim = game.Players.LocalPlayer
  79. root = game:GetService("InsertService"):LoadAsset(21001552)
  80. item = root:children()
  81. for i = 1, #item do
  82. item[i].Parent = aim.Backpack
  83. wait()
  84. end
  85. gui.Toolbar.Background.tTools.Text = "On"
  86. gui.Toolbar.Background.tTools.TextColor3 = Color3.new(0,1,0)
  87. else
  88. for _,char in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  89. if char.Name == "BuildDelete" or char.Name == "BuildInsert" or char.Name == "BuildResize" then
  90. char.Parent = game.Players.LocalPlayer.Backpack
  91. char:Destroy()
  92. end
  93. end
  94. for _,bag in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  95. if bag.Name == "BuildDelete" or bag.Name == "BuildInsert" or bag.Name == "BuildResize" then
  96. bag:Destroy()
  97. end
  98. end
  99. gui.Toolbar.Background.tTools.Text = "Off"
  100. gui.Toolbar.Background.tTools.TextColor3 = Color3.new(1,0,0)
  101. end
  102. end)
Add Comment
Please, Sign In to add comment