Advertisement
sadbnhmsadgsadnhdsav

Script 0.3 tanhax

Sep 16th, 2019
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TanHackX = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local NameHack = Instance.new("TextLabel")
  7. local Drag = Instance.new("TextButton")
  8. local SpamJump = Instance.new("TextButton")
  9. local LAGFIRE = Instance.new("TextButton")
  10. local WalkSpeed = Instance.new("TextButton")
  11. local Dab = Instance.new("TextButton")
  12. local Update = Instance.new("TextLabel")
  13. local Skybox = Instance.new("TextButton")
  14. local StreetsofBloxwood = Instance.new("TextButton")
  15. --Properties:
  16. TanHackX.Name = "TanHack X"
  17. TanHackX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. TanHackX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = TanHackX
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.Position = UDim2.new(0.650176048, 0, 0.367321879, 0)
  23. Frame.Size = UDim2.new(0, 422, 0, 471)
  24.  
  25. NameHack.Name = "NameHack"
  26. NameHack.Parent = Frame
  27. NameHack.BackgroundColor3 = Color3.new(1, 1, 1)
  28. NameHack.BackgroundTransparency = 3242342
  29. NameHack.Position = UDim2.new(0.135229036, 0, 0.0629390329, 0)
  30. NameHack.Size = UDim2.new(0, 307, 0, 42)
  31. NameHack.Font = Enum.Font.SciFi
  32. NameHack.Text = "TanHack X (by tanat123456)"
  33. NameHack.TextColor3 = Color3.new(1, 0.278431, 0.0588235)
  34. NameHack.TextSize = 20
  35. NameHack.TextStrokeColor3 = Color3.new(1, 0, 0)
  36.  
  37. Drag.Name = "Drag"
  38. Drag.Parent = Frame
  39. Drag.BackgroundColor3 = Color3.new(1, 0, 0)
  40. Drag.BorderColor3 = Color3.new(0.207843, 0, 0)
  41. Drag.Size = UDim2.new(0, 422, 0, 17)
  42. Drag.Font = Enum.Font.SciFi
  43. Drag.Text = "Drag"
  44. Drag.TextColor3 = Color3.new(0, 0, 0)
  45. Drag.TextSize = 14
  46.  
  47. SpamJump.Name = "SpamJump"
  48. SpamJump.Parent = Frame
  49. SpamJump.BackgroundColor3 = Color3.new(1, 0, 0)
  50. SpamJump.BorderColor3 = Color3.new(0.207843, 0, 0)
  51. SpamJump.Position = UDim2.new(0.0355450436, 0, 0.306843281, 0)
  52. SpamJump.Size = UDim2.new(0, 183, 0, 50)
  53. SpamJump.Font = Enum.Font.SciFi
  54. SpamJump.Text = "INF Jump! *sames fly*"
  55. SpamJump.TextColor3 = Color3.new(0, 0, 0)
  56. SpamJump.TextScaled = true
  57. SpamJump.TextSize = 50
  58. SpamJump.TextWrapped = true
  59. SpamJump.MouseButton1Down:connect(function()
  60. local InfiniteJumpEnabled = true
  61. game:GetService("UserInputService").JumpRequest:connect(function()
  62. if InfiniteJumpEnabled then
  63. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  64. end
  65. end)
  66. end)
  67.  
  68. LAGFIRE.Name = "LAGFIRE"
  69. LAGFIRE.Parent = Frame
  70. LAGFIRE.BackgroundColor3 = Color3.new(1, 0, 0)
  71. LAGFIRE.BorderColor3 = Color3.new(0.207843, 0, 0)
  72. LAGFIRE.Position = UDim2.new(0.0308056865, 0, 0.18322295, 0)
  73. LAGFIRE.Size = UDim2.new(0, 181, 0, 50)
  74. LAGFIRE.Font = Enum.Font.SciFi
  75. LAGFIRE.Text = "BigFire"
  76. LAGFIRE.TextColor3 = Color3.new(0, 0, 0)
  77. LAGFIRE.TextSize = 50
  78. LAGFIRE.TextWrapped = true
  79. LAGFIRE.MouseButton1Down:connect(function()
  80. local player = game:GetService("Players").LocalPlayer
  81. local Fire = Instance.new("Fire", player.Character.Torso)
  82. Fire.Size = 500
  83. Fire.Color = Color3.new(1,90,1)
  84. Fire.SecondaryColor = Color3.new(1,1,90)
  85. end)
  86. WalkSpeed.Name = "WalkSpeed"
  87. WalkSpeed.Parent = Frame
  88. WalkSpeed.BackgroundColor3 = Color3.new(1, 0, 0)
  89. WalkSpeed.BorderColor3 = Color3.new(0.207843, 0, 0)
  90. WalkSpeed.Position = UDim2.new(0.523696661, 0, 0.18322295, 0)
  91. WalkSpeed.Size = UDim2.new(0, 181, 0, 50)
  92. WalkSpeed.Font = Enum.Font.SciFi
  93. WalkSpeed.Text = "WalkSpeed"
  94. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  95. WalkSpeed.TextSize = 40
  96. WalkSpeed.TextWrapped = true
  97. WalkSpeed.MouseButton1Down:connect(function()
  98. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  99. end)
  100. Dab.Name = "Dab"
  101. Dab.Parent = Frame
  102. Dab.BackgroundColor3 = Color3.new(1, 0, 0)
  103. Dab.BorderColor3 = Color3.new(0.207843, 0, 0)
  104. Dab.Position = UDim2.new(0.523696661, 0, 0.306843251, 0)
  105. Dab.Size = UDim2.new(0, 181, 0, 50)
  106. Dab.Font = Enum.Font.SciFi
  107. Dab.Text = "Dab Sound Press E *Spam a Sound for everyone leaves!* WARNING : LOUD"
  108. Dab.TextColor3 = Color3.new(0, 0, 0)
  109. Dab.TextScaled = true
  110. Dab.TextSize = 40
  111. Dab.TextWrapped = true
  112. Dab.MouseButton1Down:connect(function()
  113. local plr = game.Players.LocalPlayer
  114. mouse = plr:GetMouse()
  115. animation = Instance.new("Animation",plr.Character)
  116. animation.Name = "DAB"
  117. animation.AnimationId = "rbxassetid://1468448996"
  118. mouse.KeyDown:connect(function(key)
  119. key:lower()
  120. if key == "e" then
  121. BOI = Instance.new("Sound",plr.Character)
  122. BOI.SoundId = "rbxassetid://622342161"
  123. BOI:Play()
  124. dab = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(plr.Character.DAB)
  125. dab:Play()
  126. end
  127. end)
  128. end)
  129. Update.Name = "Update"
  130. Update.Parent = Frame
  131. Update.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Update.BackgroundTransparency = 3242342
  133. Update.Position = UDim2.new(0.77030009, 0, 0.906206071, 0)
  134. Update.Size = UDim2.new(0, 96, 0, 42)
  135. Update.Font = Enum.Font.SciFi
  136. Update.Text = "V.0.03"
  137. Update.TextColor3 = Color3.new(1, 0.278431, 0.0588235)
  138. Update.TextSize = 20
  139. Update.TextStrokeColor3 = Color3.new(1, 0, 0)
  140.  
  141. Skybox.Name = "Skybox"
  142. Skybox.Parent = Frame
  143. Skybox.BackgroundColor3 = Color3.new(1, 0, 0)
  144. Skybox.BorderColor3 = Color3.new(0.207843, 0, 0)
  145. Skybox.Position = UDim2.new(0.523696661, 0, 0.443708599, 0)
  146. Skybox.Size = UDim2.new(0, 181, 0, 50)
  147. Skybox.Font = Enum.Font.SciFi
  148. Skybox.Text = "Skybox"
  149. Skybox.TextColor3 = Color3.new(0, 0, 0)
  150. Skybox.TextScaled = true
  151. Skybox.TextSize = 40
  152. Skybox.TextWrapped = true
  153. Skybox.MouseButton1Down:connect(function()
  154. s = Instance.new("Sky")
  155. s.Name = "SKY"
  156. s.SkyboxBk = "http://www.roblox.com/asset/?id=344840867"
  157. s.SkyboxDn = "http://www.roblox.com/asset/?id=344840867"
  158. s.SkyboxFt = "http://www.roblox.com/asset/?id=344840867"
  159. s.SkyboxLf = "http://www.roblox.com/asset/?id=344840867"
  160. s.SkyboxRt = "http://www.roblox.com/asset/?id=344840867"
  161. s.SkyboxUp = "http://www.roblox.com/asset/?id=344840867"
  162. s.Parent = game.Lighting
  163. end)
  164. StreetsofBloxwood.Name = "StreetsofBloxwood"
  165. StreetsofBloxwood.Parent = Frame
  166. StreetsofBloxwood.BackgroundColor3 = Color3.new(1, 0, 0)
  167. StreetsofBloxwood.BorderColor3 = Color3.new(0.207843, 0, 0)
  168. StreetsofBloxwood.Position = UDim2.new(0.0308056772, 0, 0.442991495, 0)
  169. StreetsofBloxwood.Size = UDim2.new(0, 181, 0, 50)
  170. StreetsofBloxwood.Font = Enum.Font.SciFi
  171. StreetsofBloxwood.Text = "Streets of Bloxwood: Remastered All Gamepass\n"
  172. StreetsofBloxwood.TextColor3 = Color3.new(0, 0, 0)
  173. StreetsofBloxwood.TextScaled = true
  174. StreetsofBloxwood.TextSize = 100
  175. StreetsofBloxwood.TextWrapped = true
  176. StreetsofBloxwood.MouseButton1Down:connect(function()
  177. game.Players.LocalPlayer.UserId = "49001020"
  178. end)
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. function SCRIPT_KCYF86_FAKESCRIPT() -- Drag.LocalScript
  198. local script = Instance.new('LocalScript')
  199. script.Parent = Drag
  200. wanttobemoved=script.Parent.Parent
  201. X=wanttobemoved.Position.X.Offset
  202. Y=wanttobemoved.Position.Y.Offset
  203. XS=wanttobemoved.Position.X.Scale
  204. YS=wanttobemoved.Position.Y.Scale
  205. function down(posX,posY)--the positions of the mouse
  206. drag=true--activate the drag function
  207. X=wanttobemoved.Position.X.Offset--redefines the value "X"
  208. Y=wanttobemoved.Position.Y.Offset--redefines the value "Y"
  209. XS=wanttobemoved.Position.X.Scale
  210. YS=wanttobemoved.Position.Y.Scale
  211. DposX=posX-X--the mouse's X position offset by the frame's X position.
  212. DposY=posY-Y--the mouse's Y position offset by the frame's Y position.
  213. print(""..DposX..","..DposY.."")--remembers the values DposX and DposY in the output toolbar.
  214. end
  215. function up()
  216. drag=false--deactivate the drag
  217. end
  218. function move(posX,posY)--again, the positions of the mouse
  219. if drag then--if held down then
  220. wanttobemoved.Position=UDim2.new(XS,posX - DposX,YS,posY - DposY)
  221. end
  222. end
  223. script.Parent.MouseButton1Down:connect(down)
  224. script.Parent.MouseButton1Up:connect(up)
  225. script.Parent.MouseLeave:connect(up)
  226. script.Parent.MouseMoved:connect(move)
  227.  
  228. end
  229. coroutine.resume(coroutine.create(SCRIPT_KCYF86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement