AaronSo0908

tower of hell gui

Aug 11th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. -- TOWER OF HELL SCRIPT
  2. -- BY 5C_G
  3. -- IN YOUR PC PRESS CTRL + F9 TO SEE THE INSTUCRTIONS ON HOW TO NOT GET BANNED
  4. -- THX FOR UISING MY SCRIPT
  5. -- I BELIVE THIS SCRIPT WILL NOT GET PATCHED <3
  6.  
  7. local UI = Instance.new("ScreenGui")
  8. local main_frame = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local s_c = Instance.new("TextButton")
  11. local j_c = Instance.new("TextButton")
  12. local superjump = Instance.new("TextButton")
  13. local superspeed = Instance.new("TextButton")
  14. local stair_ = Instance.new("TextButton")
  15. local t_ls = Instance.new("TextButton")
  16. local decoration_Frame = Instance.new("Frame")
  17. local open_closeFrame = Instance.new("Frame")
  18. local open_frame_button = Instance.new("TextButton")
  19.  
  20. UI.Parent = game.CoreGui
  21. main_frame.Parent = UI
  22. title.Parent = main_frame
  23. s_c.Parent = main_frame
  24. j_c.Parent = main_frame
  25. superjump.Parent = main_frame
  26. superspeed.Parent = main_frame
  27. stair_.Parent = main_frame
  28. t_ls.Parent = main_frame
  29. decoration_Frame.Parent = main_frame
  30. open_closeFrame.Parent = UI
  31. open_frame_button.Parent = open_closeFrame
  32.  
  33. main_frame.Size = UDim2.new(0, 301,0, 272)
  34. main_frame.Position = UDim2.new(0.098, 0,0.377, 0)
  35. main_frame.BackgroundColor3 = Color3.fromRGB(0, 255, 213)
  36. main_frame.BorderSizePixel = 20
  37.  
  38. title.Size = UDim2.new(0, 191,0, 50)
  39. title.Position = UDim2.new(0, 0,-0.003, 0)
  40. title.BackgroundTransparency = 1
  41. title.Text = "Tower Of Hell Script"
  42. title.TextScaled = true
  43.  
  44. s_c.Size = UDim2.new(0, 173,0, 50)
  45. s_c.Position = UDim2.new(0.047, 0,0.21, 0)
  46. s_c.BackgroundTransparency = 0.4
  47. s_c.Text = "Free Speed Coil!"
  48. s_c.TextScaled = true
  49. s_c.BorderSizePixel = 4
  50.  
  51. j_c.Size = UDim2.new(0, 173,0, 50)
  52. j_c.Position = UDim2.new(0.047, 0,0.449, 0)
  53. j_c.BackgroundTransparency = 0.4
  54. j_c.Text = "Free Jump coil!"
  55. j_c.TextScaled = true
  56. j_c.BorderSizePixel = 4
  57.  
  58. superjump.Size = UDim2.new(0, 62,0, 50)
  59. superjump.Position = UDim2.new(0.751, 0,0.449, 0)
  60. superjump.BackgroundTransparency = 0.4
  61. superjump.Text = "Super Jump"
  62. superjump.TextScaled = true
  63. superjump.BorderSizePixel = 4
  64.  
  65. stair_.Size = UDim2.new(0, 62,0, 80)
  66. stair_.Position = UDim2.new(0.751, 0,0.68, 0)
  67. stair_.BackgroundTransparency = 0.4
  68. stair_.Text = "Stair to the top! OP Might not work."
  69. stair_.TextScaled = true
  70. stair_.BorderSizePixel = 4
  71.  
  72. t_ls.Size = UDim2.new(0, 173,0, 80)
  73. t_ls.Position = UDim2.new(0.047, 0,0.68, 0)
  74. t_ls.BackgroundTransparency = 0.4
  75. t_ls.Text = "Tp to last stage!(warning(might get you banned) -- CLOSED(Dont want no one to get banned ;}"
  76. t_ls.TextScaled = true
  77. t_ls.BorderSizePixel = 4
  78.  
  79. decoration_Frame.Size = UDim2.new(0, 11,0, 272)
  80. decoration_Frame.Position = UDim2.new(0.668, 0,0, 0)
  81. decoration_Frame.BackgroundColor3 = Color3.fromRGB(255, 159, 25)
  82. decoration_Frame.BorderSizePixel = 0
  83.  
  84. superspeed.Size = UDim2.new(0, 62,0, 50)
  85. superspeed.Position = UDim2.new(0.751, 0,0.21, 0)
  86. superspeed.BackgroundTransparency = 0.4
  87. superspeed.Text = "Super Speed"
  88. superspeed.TextScaled = true
  89. superspeed.BorderSizePixel = 4
  90.  
  91. open_closeFrame.Position = UDim2.new(0.098, 0,0.922, 0)
  92. open_closeFrame.Size = UDim2.new(0, 100,0, 36)
  93. open_closeFrame.BorderSizePixel = 0
  94.  
  95. open_frame_button.Size = UDim2.new(0, 99,0, 36)
  96. open_frame_button.Position = UDim2.new(-0.002, 0,-0.022, 0)
  97. open_frame_button.BackgroundColor3 = Color3.fromRGB(255, 62, 62)
  98. open_frame_button.Text = "Open/Close"
  99. open_frame_button.TextScaled = true
  100.  
  101. -- INSTUCTION MESSEGES
  102.  
  103. print("Tower Of Hell script BY 5C_G")
  104. print("INSTURCTIONS")
  105. print("The creator of Tower Of Hell is a genius")
  106. print("You can easily get banned if you dont follow this instructions")
  107. print("When going up the cheat stairs dont go fast why?")
  108. print("For some weird reason when testing the script I got banned when going up the cheat stairs fast")
  109. print("TP to the top is really dangoruse and can get you banned easily")
  110. print("IF YOU GET BANNED IS NOT MY FAULT remeber that")
  111. print("thx for using my script <3")
  112.  
  113. open_frame_button.Activated:Connect(function()
  114. main_frame.Visible = not main_frame.Visible
  115. end)
  116.  
  117. local Main_Part = Instance.new("Part")
  118.  
  119.  
  120. Main_Part.Parent = workspace
  121. Main_Part.Position = Vector3.new(2.3091886, 4.00010395, -2.25417638)
  122. Main_Part.Size = Vector3.new(193.9, 140.8, 141.7)
  123. Main_Part.Name = "MainPart123123513"
  124. Main_Part.Transparency = 1
  125. Main_Part.CanCollide = false
  126. Main_Part.Anchored = true
  127.  
  128. Main_Part.Touched:Connect(function(hit)
  129. local player = hit.Parent
  130. s_c.Activated:Connect(function()
  131. print("Speed Coil activated")
  132. player.Humanoid.WalkSpeed = 40
  133. end)
  134. j_c.Activated:Connect(function()
  135. player.Humanoid.JumpPower = 70
  136. end)
  137. superjump.Activated:Connect(function()
  138. player.Humanoid.JumpPower = 200
  139. end)
  140. superspeed.Activated:Connect(function()
  141. player.Humanoid.WalkSpeed = 200
  142. end)
  143. -- t_ls.Activated:Connect(function() --- GOING TO GET U BANNED
  144. -- local finish_p = game.Workspace.tower.finish.Finish
  145. -- player.HumanoidRootPart.CFrame = CFrame.new(finish_p.Position) - Vector3.new(0, 0, 3)
  146. end)
  147.  
  148. stair_.Activated:Connect(function()
  149. local stairpart = Instance.new("Part")
  150. local stairpart2 = Instance.new("Part")
  151. local stairpart3 = Instance.new("Part")
  152.  
  153. stairpart.Parent = game.Workspace
  154. stairpart.Position = Vector3.new(10.3091886, 100.00010395, -30.25417638)
  155. stairpart.Size = Vector3.new(0.1, 1261.3, 1.9)
  156. stairpart.Anchored = true
  157. stairpart.Orientation = Vector3.new(0, 0, -5)
  158. stairpart.BrickColor = BrickColor.White()
  159.  
  160. stairpart2.Parent = game.Workspace
  161. stairpart2.Position = Vector3.new(30.3091886, 100.00010395, 10.25417638)
  162. stairpart2.Size = Vector3.new(0.1, 1261.3, 1.9)
  163. stairpart2.Anchored = true
  164. stairpart2.Orientation = Vector3.new(0, 0, -5)
  165. stairpart2.BrickColor = BrickColor.new("Really black")
  166.  
  167. stairpart3.Parent = game.Workspace
  168. stairpart3.Position = Vector3.new(50.3091886, 100.00010395, 1.25417638)
  169. stairpart3.Size = Vector3.new(0.1, 1261.3, 1.9)
  170. stairpart3.Anchored = true
  171. stairpart3.Orientation = Vector3.new(0, 0, -5)
  172. stairpart3.BrickColor = BrickColor.new("Really red")
  173.  
  174. end)
Add Comment
Please, Sign In to add comment