Guest User

Tower Of Hell OP gui

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