Advertisement
Guest User

Roblox Tower of Hell Hack script [FLY, TP TOOL, SPEED, ETC.]

a guest
Jan 6th, 2021
41,310
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 1
  1. --Made By ImFalxe
  2.  
  3. local Bypass = game:GetService("Players").LocalPlayer.PlayerScripts
  4. Bypass.Name = "Bypass"
  5.  
  6. Bypass:FindFirstChild("LocalScript"):Destroy()
  7. Bypass:FindFirstChild("LocalScript2"):Destroy()
  8.  
  9. Bypass.Name = "PlayerScripts"
  10.  
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local main = Instance.new("Frame")
  13. local EZWinHub = Instance.new("TextLabel")
  14. local TeleportTool = Instance.new("TextButton")
  15. local Walkonwalls = Instance.new("TextButton")
  16. local Credits = Instance.new("TextLabel")
  17. local close = Instance.new("TextButton")
  18. local Misc = Instance.new("TextButton")
  19. local Fly = Instance.new("TextButton")
  20. local openmain = Instance.new("Frame")
  21. local open = Instance.new("TextButton")
  22. local Misc_2 = Instance.new("Frame")
  23. local Title = Instance.new("TextLabel")
  24. local Speed = Instance.new("TextButton")
  25. local JumpPower = Instance.new("TextButton")
  26. local NormalSpeed = Instance.new("TextButton")
  27. local NormalJumpPower = Instance.new("TextButton")
  28. local close_2 = Instance.new("TextButton")
  29.  
  30. --Properties:
  31.  
  32. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33.  
  34. main.Name = "main"
  35. main.Parent = ScreenGui
  36. main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  37. main.Position = UDim2.new(0.463285387, 0, 0.336609304, 0)
  38. main.Size = UDim2.new(0, 500, 0, 350)
  39. main.Visible = false
  40. main.Active = true
  41. main.Draggable = true
  42.  
  43. EZWinHub.Name = "EZ Win Hub"
  44. EZWinHub.Parent = main
  45. EZWinHub.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  46. EZWinHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  47. EZWinHub.BorderSizePixel = 2
  48. EZWinHub.Size = UDim2.new(0, 500, 0, 50)
  49. EZWinHub.Font = Enum.Font.Fantasy
  50. EZWinHub.Text = "EZ Win Hub"
  51. EZWinHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. EZWinHub.TextScaled = true
  53. EZWinHub.TextSize = 14.000
  54. EZWinHub.TextWrapped = true
  55.  
  56. TeleportTool.Name = "Teleport Tool"
  57. TeleportTool.Parent = main
  58. TeleportTool.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  59. TeleportTool.BorderColor3 = Color3.fromRGB(0, 0, 0)
  60. TeleportTool.Position = UDim2.new(0.0900000036, 0, 0.397142857, 0)
  61. TeleportTool.Size = UDim2.new(0, 410, 0, 50)
  62. TeleportTool.Font = Enum.Font.Fantasy
  63. TeleportTool.Text = "Teleport Tool"
  64. TeleportTool.TextColor3 = Color3.fromRGB(98, 98, 98)
  65. TeleportTool.TextScaled = true
  66. TeleportTool.TextSize = 14.000
  67. TeleportTool.TextWrapped = true
  68. TeleportTool.MouseButton1Down:connect(function()
  69. local plr = game:GetService("Players").LocalPlayer
  70. local mouse = plr:GetMouse()
  71.  
  72. local tool = Instance.new("Tool")
  73. tool.RequiresHandle = false
  74. tool.Name = "Click Teleport"
  75.  
  76. tool.Activated:Connect(function()
  77. local root = plr.Character.HumanoidRootPart
  78. local pos = mouse.Hit.Position+Vector3.new(0,2.5,0)
  79. local offset = pos-root.Position
  80. root.CFrame = root.CFrame+offset
  81. end)
  82.  
  83. tool.Parent = plr.Backpack
  84. end)
  85.  
  86. Walkonwalls.Name = "Walk on walls"
  87. Walkonwalls.Parent = main
  88. Walkonwalls.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. Walkonwalls.BorderColor3 = Color3.fromRGB(0, 0, 0)
  90. Walkonwalls.Position = UDim2.new(0.0900000036, 0, 0.568571448, 0)
  91. Walkonwalls.Size = UDim2.new(0, 410, 0, 50)
  92. Walkonwalls.Font = Enum.Font.Fantasy
  93. Walkonwalls.Text = "Walk on walls"
  94. Walkonwalls.TextColor3 = Color3.fromRGB(98, 98, 98)
  95. Walkonwalls.TextScaled = true
  96. Walkonwalls.TextSize = 14.000
  97. Walkonwalls.TextWrapped = true
  98. Walkonwalls.MouseButton1Down:connect(function()
  99. getgenv()["cofiG"] = getgenv()["cofiG"] or {}
  100. local hasToUpdate = true
  101. local alreadyRan = cofiG.gravityController ~= nil
  102.  
  103. local http = game:GetService'HttpService'
  104. local readfile,writefile,fileexists = readfile or syn_io_read,writefile or syn_io_write,isfile or readfile
  105.  
  106. local rawUrl,baseUrl = "https://ixss.keybase.pub/rblx/gravityController/", "https://keybase.pub/ixss/rblx/gravityController/"
  107.  
  108. do
  109. _G.req = [[
  110. local require = function(lol)
  111. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  112. return loadstring(_G.req..game:HttpGet(lol))();
  113. end;
  114. ]]
  115.  
  116. local require = function(lol)
  117. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  118. return loadstring(_G.req..game:HttpGet(lol))();
  119. end;
  120.  
  121. cofiG.htmlparser = cofiG.htmlparser or require"htmlparser"
  122. end
  123.  
  124. do -- check if exists
  125. if fileexists'gravityController.json' then
  126. local json = readfile'gravityController.json'
  127. if json then
  128. cofiG.gravityController = http:JSONDecode(json)
  129. hasToUpdate = cofiG.gravityController.Version ~= game:HttpGet(rawUrl.."Version.txt")
  130. end
  131. end
  132. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  133. Text = hasToUpdate and "Updating script..." or "Running script!";
  134. Font = Enum.Font.Code;
  135. Color = Color3.fromRGB(255, 60, 60);
  136. FontSize = Enum.FontSize.Size96;
  137. })
  138. end
  139.  
  140.  
  141. if hasToUpdate then -- update/download
  142.  
  143. function getScripts()
  144. local ret = {}
  145. local text = game:HttpGet(baseUrl, false)
  146.  
  147. local root = cofiG.htmlparser.parse(text)
  148. local files = root:select(".file")
  149.  
  150. for i,v in pairs(files) do
  151. if string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".lua" then
  152. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  153. local script = rawUrl..name..".lua"
  154. ret[name] = game:HttpGet(script)
  155. elseif string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".txt" then
  156. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  157. local script = rawUrl..name..".txt"
  158. ret[name] = game:HttpGet(script)
  159. end
  160. end
  161.  
  162. return ret
  163. end
  164. cofiG.gravityController = getScripts()
  165. writefile('gravityController.json', http:JSONEncode(cofiG.gravityController))
  166. warn('Script updated!')
  167. end
  168.  
  169. local a,b = pcall(loadstring(cofiG.gravityController.Loader))
  170.  
  171. if not a then
  172. error('Loader ', b)
  173. end
  174.  
  175. if not alreadyRan then
  176. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  177. Text = game:HttpGet('https://ixss.keybase.pub/Watermark.txt', true)..", originally made by EgoMoose.";
  178. Font = Enum.Font.Code;
  179. Color = Color3.fromRGB(244, 0, 175);
  180. FontSize = Enum.FontSize.Size96;
  181. })
  182. end
  183. end)
  184.  
  185. Credits.Name = "Credits"
  186. Credits.Parent = main
  187. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  188. Credits.BackgroundTransparency = 1.000
  189. Credits.Position = UDim2.new(0, 0, 0.871428549, 0)
  190. Credits.Size = UDim2.new(0, 500, 0, 45)
  191. Credits.Font = Enum.Font.Fantasy
  192. Credits.Text = "Made by Ascending Spongebob"
  193. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. Credits.TextScaled = true
  195. Credits.TextSize = 14.000
  196. Credits.TextWrapped = true
  197.  
  198. close.Name = "close"
  199. close.Parent = main
  200. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  201. close.Position = UDim2.new(0.939999998, 0, 0, 0)
  202. close.Size = UDim2.new(0, 30, 0, 20)
  203. close.Font = Enum.Font.Fantasy
  204. close.Text = "X"
  205. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. close.TextScaled = true
  207. close.TextSize = 14.000
  208. close.TextWrapped = true
  209. close.MouseButton1Down:connect(function()
  210. main.Visible = false
  211. openmain.Visible = true
  212. end)
  213.  
  214. Misc.Name = "Misc"
  215. Misc.Parent = main
  216. Misc.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  217. Misc.BorderColor3 = Color3.fromRGB(0, 0, 0)
  218. Misc.Position = UDim2.new(0.0900000036, 0, 0.745714247, 0)
  219. Misc.Size = UDim2.new(0, 410, 0, 50)
  220. Misc.Font = Enum.Font.Fantasy
  221. Misc.Text = "Misc"
  222. Misc.TextColor3 = Color3.fromRGB(98, 98, 98)
  223. Misc.TextScaled = true
  224. Misc.TextSize = 14.000
  225. Misc.TextWrapped = true
  226. Misc.MouseButton1Down:connect(function()
  227. Misc_2.Visible = true
  228. end)
  229.  
  230. Fly.Name = "Fly"
  231. Fly.Parent = main
  232. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  233. Fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
  234. Fly.Position = UDim2.new(0.0900000036, 0, 0.225714296, 0)
  235. Fly.Size = UDim2.new(0, 410, 0, 50)
  236. Fly.Font = Enum.Font.Fantasy
  237. Fly.Text = "Fly (Press E)"
  238. Fly.TextColor3 = Color3.fromRGB(98, 98, 98)
  239. Fly.TextScaled = true
  240. Fly.TextSize = 14.000
  241. Fly.TextWrapped = true
  242. Fly.MouseButton1Down:connect(function()
  243. loadstring(game:HttpGet('https://pastebin.com/raw/q6S4AcxJ'))()
  244. end)
  245.  
  246. openmain.Name = "openmain"
  247. openmain.Parent = ScreenGui
  248. openmain.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  249. openmain.Position = UDim2.new(0.01358895, 0, 0.433882058, 0)
  250. openmain.Size = UDim2.new(0, 110, 0, 35)
  251. openmain.Active = true
  252. openmain.Draggable = true
  253.  
  254. open.Name = "open"
  255. open.Parent = openmain
  256. open.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  257. open.Size = UDim2.new(0, 110, 0, 35)
  258. open.Font = Enum.Font.Fantasy
  259. open.Text = "Open"
  260. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  261. open.TextScaled = true
  262. open.TextSize = 14.000
  263. open.TextWrapped = true
  264. open.MouseButton1Down:connect(function()
  265. main.Visible = true
  266. openmain.Visible = false
  267. end)
  268.  
  269. Misc_2.Name = "Misc"
  270. Misc_2.Parent = ScreenGui
  271. Misc_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  272. Misc_2.Position = UDim2.new(0.323239982, 0, 0.335380822, 0)
  273. Misc_2.Size = UDim2.new(0, 185, 0, 351)
  274. Misc_2.Visible = false
  275. Misc_2.Active = true
  276. Misc_2.Draggable = true
  277.  
  278. Title.Name = "Title"
  279. Title.Parent = Misc_2
  280. Title.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  281. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  282. Title.BorderSizePixel = 2
  283. Title.Position = UDim2.new(0, 0, 0.00284891599, 0)
  284. Title.Size = UDim2.new(0, 185, 0, 50)
  285. Title.Font = Enum.Font.Fantasy
  286. Title.Text = "Misc"
  287. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  288. Title.TextScaled = true
  289. Title.TextSize = 14.000
  290. Title.TextWrapped = true
  291.  
  292. Speed.Name = "Speed"
  293. Speed.Parent = Misc_2
  294. Speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  295. Speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  296. Speed.Position = UDim2.new(0.0900001302, 0, 0.225714266, 0)
  297. Speed.Size = UDim2.new(0, 151, 0, 50)
  298. Speed.Font = Enum.Font.Fantasy
  299. Speed.Text = "Speed"
  300. Speed.TextColor3 = Color3.fromRGB(98, 98, 98)
  301. Speed.TextScaled = true
  302. Speed.TextSize = 14.000
  303. Speed.TextWrapped = true
  304. Speed.MouseButton1Down:connect(function()
  305. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  306. end)
  307.  
  308. JumpPower.Name = "JumpPower"
  309. JumpPower.Parent = Misc_2
  310. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  311. JumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  312. JumpPower.Position = UDim2.new(0.0900001302, 0, 0.396654427, 0)
  313. JumpPower.Size = UDim2.new(0, 151, 0, 50)
  314. JumpPower.Font = Enum.Font.Fantasy
  315. JumpPower.Text = "JumpPower"
  316. JumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  317. JumpPower.TextScaled = true
  318. JumpPower.TextSize = 14.000
  319. JumpPower.TextWrapped = true
  320. JumpPower.MouseButton1Down:connect(function()
  321. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  322. end)
  323.  
  324. NormalSpeed.Name = "NormalSpeed"
  325. NormalSpeed.Parent = Misc_2
  326. NormalSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  327. NormalSpeed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  328. NormalSpeed.Position = UDim2.new(0.0900001302, 0, 0.567594588, 0)
  329. NormalSpeed.Size = UDim2.new(0, 151, 0, 50)
  330. NormalSpeed.Font = Enum.Font.Fantasy
  331. NormalSpeed.Text = "Normal Speed"
  332. NormalSpeed.TextColor3 = Color3.fromRGB(98, 98, 98)
  333. NormalSpeed.TextScaled = true
  334. NormalSpeed.TextSize = 14.000
  335. NormalSpeed.TextWrapped = true
  336. NormalSpeed.MouseButton1Down:connect(function()
  337. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  338. end)
  339.  
  340. NormalJumpPower.Name = "NormalJumpPower"
  341. NormalJumpPower.Parent = Misc_2
  342. NormalJumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  343. NormalJumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  344. NormalJumpPower.Position = UDim2.new(0.0900001302, 0, 0.744232774, 0)
  345. NormalJumpPower.Size = UDim2.new(0, 151, 0, 50)
  346. NormalJumpPower.Font = Enum.Font.Fantasy
  347. NormalJumpPower.Text = "Normal JumpPower"
  348. NormalJumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  349. NormalJumpPower.TextScaled = true
  350. NormalJumpPower.TextSize = 14.000
  351. NormalJumpPower.TextWrapped = true
  352. NormalJumpPower.MouseButton1Down:connect(function()
  353. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  354. end)
  355.  
  356. close_2.Name = "close"
  357. close_2.Parent = Misc_2
  358. close_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  359. close_2.BackgroundTransparency = 1.000
  360. close_2.Position = UDim2.new(-0.00054037571, 0, 0, 0)
  361. close_2.Size = UDim2.new(0, 20, 0, 20)
  362. close_2.Font = Enum.Font.Fantasy
  363. close_2.Text = "X"
  364. close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  365. close_2.TextScaled = true
  366. close_2.TextSize = 14.000
  367. close_2.TextWrapped = true
  368. close_2.MouseButton1Down:connect(function()
  369. Misc_2.Visible = false
  370. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement