Advertisement
Guest User

Troll Exploit **IDK IF IT WORKS YET!!!!!!!**

a guest
Feb 28th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. -- Objects
  2.  
  3. local TrollExploit = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Top = Instance.new("Frame")
  6. local Exit = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local KillAll = Instance.new("TextButton")
  9. local WS = Instance.new("TextButton")
  10. local NoClip = Instance.new("TextButton")
  11. local BTools = Instance.new("TextButton")
  12. local HeadSpin = Instance.new("TextButton")
  13. local Open = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. TrollExploit.Name = "Troll Exploit"
  18. TrollExploit.Parent = game.CoreGui
  19. TrollExploit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = TrollExploit
  23. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Main.BorderColor3 = Color3.new(1, 1, 1)
  25. Main.Position = UDim2.new(0, 0, 0.25, 0)
  26. Main.Size = UDim2.new(0, 225, 0, 300)
  27. Main.Visible = false
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Top.Name = "Top"
  32. Top.Parent = Main
  33. Top.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  34. Top.BorderColor3 = Color3.new(1, 0, 0.498039)
  35. Top.Size = UDim2.new(0, 225, 0, 50)
  36.  
  37. Exit.Name = "Exit"
  38. Exit.Parent = Top
  39. Exit.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  40. Exit.BorderColor3 = Color3.new(1, 0, 0.498039)
  41. Exit.Position = UDim2.new(0.844444394, 0, 0, 0)
  42. Exit.Size = UDim2.new(0, 35, 0, 35)
  43. Exit.Font = Enum.Font.SciFi
  44. Exit.Text = "X"
  45. Exit.TextColor3 = Color3.new(0, 0, 0)
  46. Exit.TextSize = 18
  47. Exit.MouseButton1Click:connect(function()
  48. Main.Visible = false
  49. Open.Visible = true
  50. end)
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = Top
  54. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Title.BackgroundTransparency = 1
  56. Title.BorderColor3 = Color3.new(1, 0, 0.498039)
  57. Title.Size = UDim2.new(0, 225, 0, 50)
  58. Title.Font = Enum.Font.SciFi
  59. Title.Text = "Troll Exploit XD"
  60. Title.TextColor3 = Color3.new(0, 0, 0)
  61. Title.TextSize = 18
  62.  
  63. KillAll.Name = "Kill All"
  64. KillAll.Parent = Main
  65. KillAll.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  66. KillAll.BorderColor3 = Color3.new(1, 0, 0.498039)
  67. KillAll.Position = UDim2.new(0.274444431, 0, 0.220000014, 0)
  68. KillAll.Size = UDim2.new(0, 100, 0, 35)
  69. KillAll.Font = Enum.Font.SciFi
  70. KillAll.Text = "Kill All"
  71. KillAll.TextColor3 = Color3.new(0, 0, 0)
  72. KillAll.TextScaled = true
  73. KillAll.TextSize = 18
  74. KillAll.TextWrapped = true
  75. for i,v in pairs(game.Players:GetChildren()) do
  76. if v.ClassName == 'Player' then
  77. v.Character:BreakJoints() -- Bypass god scripts
  78. end
  79. end
  80.  
  81. WS.Name = "WS"
  82. WS.Parent = Main
  83. WS.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  84. WS.BorderColor3 = Color3.new(1, 0, 0.498039)
  85. WS.Position = UDim2.new(0.274444431, 0, 0.363333315, 0)
  86. WS.Size = UDim2.new(0, 100, 0, 35)
  87. WS.Font = Enum.Font.SciFi
  88. WS.Text = "Walk Speed"
  89. WS.TextColor3 = Color3.new(0, 0, 0)
  90. WS.TextScaled = true
  91. WS.TextSize = 18
  92. WS.TextWrapped = true
  93. function checkKeys(timer)
  94. if (isKeyPressed(VK_Z)) then if lastspeed ~= 10 then speedhack_setSpeed(10) lastSpeed=10 end
  95. else if lastspeed ~= 1 then speedhack_setSpeed(1) lastSpeed=1 end
  96. end
  97.  
  98. end
  99.  
  100. t=createTimer(nil)
  101. timer_setInterval(t, 100)
  102. timer_onTimer(t, checkKeys)
  103. timer_setEnabled(t, true)
  104.  
  105. NoClip.Name = "NoClip"
  106. NoClip.Parent = Main
  107. NoClip.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  108. NoClip.BorderColor3 = Color3.new(1, 0, 0.498039)
  109. NoClip.Position = UDim2.new(0.274444431, 0, 0.50666666, 0)
  110. NoClip.Size = UDim2.new(0, 100, 0, 35)
  111. NoClip.Font = Enum.Font.SciFi
  112. NoClip.Text = "NoClip"
  113. NoClip.TextColor3 = Color3.new(0, 0, 0)
  114. NoClip.TextScaled = true
  115. NoClip.TextSize = 18
  116. NoClip.TextWrapped = true
  117. NoClip.MouseButton1Down:connect(function()
  118. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  119. if obj ~= workspace.Terrain then
  120. obj.CanCollide = false
  121. wait(1)
  122. obj.CanCollide = true
  123. end
  124. end)
  125. end)
  126.  
  127. BTools.Name = "BTools"
  128. BTools.Parent = Main
  129. BTools.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  130. BTools.BorderColor3 = Color3.new(1, 0, 0.498039)
  131. BTools.Position = UDim2.new(0.274444431, 0, 0.649999976, 0)
  132. BTools.Size = UDim2.new(0, 100, 0, 35)
  133. BTools.Font = Enum.Font.SciFi
  134. BTools.Text = "BTools"
  135. BTools.TextColor3 = Color3.new(0, 0, 0)
  136. BTools.TextScaled = true
  137. BTools.TextSize = 18
  138. BTools.TextWrapped = true
  139. BTools.MouseButton1Down:connect(function()
  140. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  141. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  142. if child.ClassName == "Part" then
  143. child.Locked = false
  144. end
  145. if child.ClassName == "MeshPart" then
  146. child.Locked = false
  147. end
  148. if child.ClassName == "UnionOperation" then
  149. child.Locked = false
  150. end
  151. if child.ClassName == "Model" then
  152. for index, chil in pairs(child:GetChildren()) do
  153. if chil.ClassName == "Part" then
  154. chil.Locked = false
  155. end
  156. if chil.ClassName == "MeshPart" then
  157. chil.Locked = false
  158. end
  159. if chil.ClassName == "UnionOperation" then
  160. chil.Locked = false
  161. end
  162. if chil.ClassName == "Model" then
  163. for index, childe in pairs(chil:GetChildren()) do
  164. if childe.ClassName == "Part" then
  165. childe.Locked = false
  166. end
  167. if childe.ClassName == "MeshPart" then
  168. childe.Locked = false
  169. end
  170. if childe.ClassName == "UnionOperation" then
  171. childe.Locked = false
  172. end
  173. if childe.ClassName == "Model" then
  174. for index, childeo in pairs(childe:GetChildren()) do
  175. if childeo.ClassName == "Part" then
  176. childeo.Locked = false
  177. end
  178. if childeo.ClassName == "MeshPart" then
  179. childeo.Locked = false
  180. end
  181. if childeo.ClassName == "UnionOperation" then
  182. childeo.Locked = false
  183. end
  184. if childeo.ClassName == "Model" then
  185. end
  186. end
  187. end
  188. end
  189. end
  190. end
  191. end
  192. end
  193. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  194. c.BinType = Enum.BinType.Hammer
  195. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  196. c.BinType = Enum.BinType.Clone
  197. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  198. c.BinType = Enum.BinType.Grab
  199. end)
  200.  
  201. HeadSpin.Name = "HeadSpin"
  202. HeadSpin.Parent = Main
  203. HeadSpin.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  204. HeadSpin.BorderColor3 = Color3.new(1, 0, 0.498039)
  205. HeadSpin.Position = UDim2.new(0.274444431, 0, 0.793333292, 0)
  206. HeadSpin.Size = UDim2.new(0, 100, 0, 35)
  207. HeadSpin.Font = Enum.Font.SciFi
  208. HeadSpin.Text = "HeadSpin *MAYBE NOT WORKING*"
  209. HeadSpin.TextColor3 = Color3.new(0, 0, 0)
  210. HeadSpin.TextScaled = true
  211. HeadSpin.TextSize = 18
  212. HeadSpin.TextWrapped = true
  213. or X = 1, math.huge, 0.1 do
  214. wait()
  215. game.Workspace.itsJaden2torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  216. game.Workspace.itsJaden2.Torso.Neck.C1 = CFrame.new(0,0,0)
  217. end
  218.  
  219. Open.Name = "Open"
  220. Open.Parent = Main
  221. Open.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  222. Open.BorderColor3 = Color3.new(1, 0, 0.498039)
  223. Open.Position = UDim2.new(0.275555551, 0, 1.04666662, 0)
  224. Open.Size = UDim2.new(0, 100, 0, 25)
  225. Open.Font = Enum.Font.SciFi
  226. Open.Text = "Open Exploit"
  227. Open.TextColor3 = Color3.new(0, 0, 0)
  228. Open.TextScaled = true
  229. Open.TextSize = 18
  230. Open.TextWrapped = true
  231. Open.MouseButton1Down:connect(function()
  232. Open.Visible = false
  233. Main.Visible = true
  234. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement