JacobRoblox

Untitled

Jul 2nd, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.87 KB | None | 0 0
  1. -- Mayhem
  2. -- Version: 0.2
  3. -- Credits(Only For The GUI): emppu#6342
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local OpenFrame = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local Main = Instance.new("ImageLabel")
  11. local BeautyB = Instance.new("Frame")
  12. local Line = Instance.new("Frame")
  13. local BeautyA = Instance.new("ImageLabel")
  14. local Close = Instance.new("TextButton")
  15. local Exmp1 = Instance.new("TextButton")
  16. local Credits = Instance.new("TextLabel")
  17. local Title = Instance.new("TextLabel")
  18. local Exmp2 = Instance.new("TextButton")
  19. local Exmp3 = Instance.new("TextButton")
  20. local Exmp4 = Instance.new("TextButton")
  21. local Exmp5 = Instance.new("TextButton")
  22. local Exmp7 = Instance.new("TextButton")
  23. local Exmp6 = Instance.new("TextButton")
  24. local Exmp8 = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29.  
  30. OpenFrame.Name = "OpenFrame"
  31. OpenFrame.Parent = ScreenGui
  32. OpenFrame.Active = true
  33. OpenFrame.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  34. OpenFrame.BorderColor3 = Color3.fromRGB(166, 0, 166)
  35. OpenFrame.BorderSizePixel = 3
  36. OpenFrame.Position = UDim2.new(0.929630995, 0, 0.399227232, 0)
  37. OpenFrame.Size = UDim2.new(0, 96, 0, 38)
  38.  
  39. Open.Name = "Open"
  40. Open.Parent = OpenFrame
  41. Open.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  42. Open.BorderColor3 = Color3.fromRGB(68, 68, 68)
  43. Open.Size = UDim2.new(0, 96, 0, 38)
  44. Open.Font = Enum.Font.SourceSansBold
  45. Open.Text = "Open"
  46. Open.TextColor3 = Color3.fromRGB(70, 70, 70)
  47. Open.TextScaled = true
  48. Open.TextSize = 14.000
  49. Open.TextStrokeColor3 = Color3.fromRGB(166, 0, 166)
  50. Open.TextStrokeTransparency = 0.000
  51. Open.TextWrapped = true
  52. Open.MouseButton1Down:connect(function()
  53. Main.Visible = true
  54. OpenFrame.Visible = false
  55. end)
  56.  
  57. Main.Name = "Main"
  58. Main.Parent = ScreenGui
  59. Main.Active = true
  60. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Main.BackgroundTransparency = 1.000
  62. Main.Position = UDim2.new(0.429090887, 0, 0.135135144, 0)
  63. Main.Size = UDim2.new(0, 233, 0, 593)
  64. Main.Visible = false
  65. Main.Image = "rbxassetid://3570695787"
  66. Main.ImageColor3 = Color3.fromRGB(38, 38, 38)
  67. Main.ScaleType = Enum.ScaleType.Slice
  68. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  69. Main.SliceScale = 0.120
  70. Main.Draggable = true
  71.  
  72. BeautyB.Name = "BeautyB"
  73. BeautyB.Parent = Main
  74. BeautyB.Active = true
  75. BeautyB.BackgroundColor3 = Color3.fromRGB(166, 0, 166)
  76. BeautyB.BorderColor3 = Color3.fromRGB(166, 0, 166)
  77. BeautyB.Position = UDim2.new(0.0944206715, 0, 0.867919922, 0)
  78. BeautyB.Size = UDim2.new(0, 190, 0, 6)
  79.  
  80. Line.Name = "Line"
  81. Line.Parent = Main
  82. Line.Active = true
  83. Line.BackgroundColor3 = Color3.fromRGB(166, 0, 166)
  84. Line.BorderColor3 = Color3.fromRGB(166, 0, 166)
  85. Line.Position = UDim2.new(0.0905665457, 0, 0.114671186, 0)
  86. Line.Size = UDim2.new(0, 190, 0, 6)
  87.  
  88. BeautyA.Name = "BeautyA"
  89. BeautyA.Parent = Line
  90. BeautyA.Active = true
  91. BeautyA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. BeautyA.BackgroundTransparency = 1.000
  93. BeautyA.Position = UDim2.new(-0.112210512, 0, -12.6103878, 0)
  94. BeautyA.Size = UDim2.new(0, 233, 0, 28)
  95. BeautyA.Image = "rbxassetid://3570695787"
  96. BeautyA.ImageColor3 = Color3.fromRGB(166, 0, 166)
  97. BeautyA.ScaleType = Enum.ScaleType.Slice
  98. BeautyA.SliceCenter = Rect.new(100, 100, 100, 100)
  99. BeautyA.SliceScale = 0.120
  100.  
  101. Close.Name = "Close"
  102. Close.Parent = Main
  103. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Close.BackgroundTransparency = 1.000
  105. Close.BorderSizePixel = 0
  106. Close.Position = UDim2.new(0.819727421, 0, -0.0246950034, 0)
  107. Close.Size = UDim2.new(0, 42, 0, 35)
  108. Close.Font = Enum.Font.SourceSansBold
  109. Close.Text = "X"
  110. Close.TextColor3 = Color3.fromRGB(57, 57, 57)
  111. Close.TextScaled = true
  112. Close.TextSize = 14.000
  113. Close.TextWrapped = true
  114. Close.MouseButton1Down:connect(function()
  115. OpenFrame.Visible = true
  116. Main.Visible = false
  117. end)
  118.  
  119. Exmp1.Name = "Exmp 1"
  120. Exmp1.Parent = Main
  121. Exmp1.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  122. Exmp1.BorderColor3 = Color3.fromRGB(166, 0, 166)
  123. Exmp1.BorderSizePixel = 2
  124. Exmp1.Position = UDim2.new(0.0948583931, 0, 0.168362319, 0)
  125. Exmp1.Size = UDim2.new(0, 189, 0, 37)
  126. Exmp1.Font = Enum.Font.GothamSemibold
  127. Exmp1.Text = "Roville GUI"
  128. Exmp1.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. Exmp1.TextScaled = true
  130. Exmp1.TextSize = 14.000
  131. Exmp1.TextWrapped = true
  132. Exmp1.MouseButton1Down:connect(function()
  133. loadstring(game:HttpGet("https://pastebin.com/raw/paG30Gr8", true))()
  134. end)
  135.  
  136. Credits.Name = "Credits"
  137. Credits.Parent = Main
  138. Credits.Active = true
  139. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. Credits.BackgroundTransparency = 1.000
  141. Credits.Position = UDim2.new(-0.00418647472, 0, 0.913138628, 0)
  142. Credits.Size = UDim2.new(0, 233, 0, 35)
  143. Credits.Font = Enum.Font.GothamSemibold
  144. Credits.Text = "Credits: emppu#6342"
  145. Credits.TextColor3 = Color3.fromRGB(79, 79, 79)
  146. Credits.TextScaled = true
  147. Credits.TextSize = 14.000
  148. Credits.TextWrapped = true
  149.  
  150. Title.Name = "Title"
  151. Title.Parent = Main
  152. Title.Active = true
  153. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. Title.BackgroundTransparency = 1.000
  155. Title.Position = UDim2.new(-0.483195305, 0, 0.0343270302, 0)
  156. Title.Size = UDim2.new(0, 458, 0, 35)
  157. Title.Font = Enum.Font.GothamSemibold
  158. Title.Text = "Mayhem"
  159. Title.TextColor3 = Color3.fromRGB(79, 79, 79)
  160. Title.TextScaled = true
  161. Title.TextSize = 14.000
  162. Title.TextWrapped = true
  163.  
  164. Exmp2.Name = "Exmp 2"
  165. Exmp2.Parent = Main
  166. Exmp2.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  167. Exmp2.BorderColor3 = Color3.fromRGB(166, 0, 166)
  168. Exmp2.BorderSizePixel = 2
  169. Exmp2.Position = UDim2.new(0.0948583931, 0, 0.247620344, 0)
  170. Exmp2.Size = UDim2.new(0, 189, 0, 37)
  171. Exmp2.Font = Enum.Font.GothamSemibold
  172. Exmp2.Text = "Owl Hub"
  173. Exmp2.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. Exmp2.TextScaled = true
  175. Exmp2.TextSize = 14.000
  176. Exmp2.TextWrapped = true
  177. Exmp2.MouseButton1Down:connect(function()
  178. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  179. end)
  180.  
  181. Exmp3.Name = "Exmp 3"
  182. Exmp3.Parent = Main
  183. Exmp3.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  184. Exmp3.BorderColor3 = Color3.fromRGB(166, 0, 166)
  185. Exmp3.BorderSizePixel = 2
  186. Exmp3.Position = UDim2.new(0.0905665457, 0, 0.335310042, 0)
  187. Exmp3.Size = UDim2.new(0, 189, 0, 37)
  188. Exmp3.Font = Enum.Font.GothamSemibold
  189. Exmp3.Text = "JailBreak GUI"
  190. Exmp3.TextColor3 = Color3.fromRGB(0, 0, 0)
  191. Exmp3.TextScaled = true
  192. Exmp3.TextSize = 14.000
  193. Exmp3.TextWrapped = true
  194. Exmp3.MouseButton1Down:connect(function()
  195. loadstring(game:HttpGet("https://raw.githubusercontent.com/linsonder6/Tesla/master/TeslaMain.lua"))();
  196. end)
  197.  
  198. Exmp4.Name = "Exmp 4"
  199. Exmp4.Parent = Main
  200. Exmp4.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  201. Exmp4.BorderColor3 = Color3.fromRGB(166, 0, 166)
  202. Exmp4.BorderSizePixel = 2
  203. Exmp4.Position = UDim2.new(0.0905665457, 0, 0.414568067, 0)
  204. Exmp4.Size = UDim2.new(0, 189, 0, 37)
  205. Exmp4.Font = Enum.Font.GothamSemibold
  206. Exmp4.Text = "Adopt Me GUI"
  207. Exmp4.TextColor3 = Color3.fromRGB(0, 0, 0)
  208. Exmp4.TextScaled = true
  209. Exmp4.TextSize = 14.000
  210. Exmp4.TextWrapped = true
  211. Exmp4.MouseButton1Down:connect(function()
  212. loadstring(game:HttpGet("https://pastebin.com/raw/Z3iAXASr", true))()
  213. end)
  214.  
  215. Exmp5.Name = "Exmp 5"
  216. Exmp5.Parent = Main
  217. Exmp5.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  218. Exmp5.BorderColor3 = Color3.fromRGB(166, 0, 166)
  219. Exmp5.BorderSizePixel = 2
  220. Exmp5.Position = UDim2.new(0.0948583931, 0, 0.507316828, 0)
  221. Exmp5.Size = UDim2.new(0, 189, 0, 37)
  222. Exmp5.Font = Enum.Font.GothamSemibold
  223. Exmp5.Text = "Piggy GUI"
  224. Exmp5.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. Exmp5.TextScaled = true
  226. Exmp5.TextSize = 14.000
  227. Exmp5.TextWrapped = true
  228. Exmp5.MouseButton1Down:connect(function()
  229. local PiggyGui = Instance.new("ScreenGui")
  230. PiggyGui.Name = "PiggyGui"
  231. PiggyGui.Parent = game.StarterGui
  232.  
  233. local ScrollingFrame = Instance.new("ScrollingFrame", PiggyGui)
  234. ScrollingFrame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  235. ScrollingFrame.Position = UDim2.new(0.08, 0, 0.42, 0)
  236. ScrollingFrame.Size = UDim2.new(0, 296, 0, 388)
  237.  
  238.  
  239.  
  240.  
  241. local PiggyGui = Instance.new("ScreenGui")
  242. PiggyGui.Name = "PiggyGui"
  243. PiggyGui.Parent = game.CoreGui
  244.  
  245. local ScrollingFrame = Instance.new("ScrollingFrame", PiggyGui)
  246. ScrollingFrame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  247. ScrollingFrame.Position = UDim2.new(0.08, 0, 0.42, 0)
  248. ScrollingFrame.Size = UDim2.new(0, 296, 0, 388)
  249.  
  250. local UIGridLayout = Instance.new("UIGridLayout", ScrollingFrame)
  251. UIGridLayout.CellSize = UDim2.new(0,90,0,90)
  252.  
  253. while wait(1) do
  254. local a = workspace:getDescendants()
  255. local items = {}
  256. local itemframes = ScrollingFrame:getChildren()
  257. for i=1,#itemframes do
  258. if itemframes[i].ClassName == "TextButton" then
  259. itemframes[i]:remove()
  260. end
  261. end
  262. for i=1,#a do
  263. if a[i].Name == "ItemPickupScript" and a[i].Parent:findFirstChild("ClickDetector") then
  264. table.insert(items, a[i].Parent)
  265. end
  266. end
  267. for i=1,#items do
  268. local ItemFrame = Instance.new("TextButton", ScrollingFrame)
  269. ItemFrame.Name = "ItemFrame"
  270. ItemFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  271. ItemFrame.BackgroundTransparency = 0.95
  272. ItemFrame.Size = UDim2.new(0, 100, 0, 100)
  273. ItemFrame.Text = ""
  274. local View = Instance.new("ViewportFrame", ItemFrame)
  275. View.Name = "View"
  276. View.Size = UDim2.new(1,0,1,0)
  277. View.BackgroundTransparency = 1
  278. View.BorderSizePixel = 0
  279. local object = items[i]
  280. local viewportclone = object:Clone()
  281. viewportclone.Parent = View
  282. local cam = Instance.new("Camera", viewportclone)
  283. cam.CameraType = Enum.CameraType.Fixed
  284. local objectPosition = object.Position
  285. local cameraPosition = objectPosition + Vector3.new(0,3,0)
  286. cam.CoordinateFrame = CFrame.new(cameraPosition, objectPosition)
  287. View.CurrentCamera = cam
  288.  
  289. ItemFrame.MouseButton1Down:connect(function()
  290. if items[i]:findFirstChild("ClickDetector") then
  291. local cpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  292. wait(0.05)
  293. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = items[i].CFrame
  294. wait(0.1)
  295. fireclickdetector(items[i].ClickDetector)
  296. wait(0.3)
  297. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = cpos
  298. end
  299. end)
  300. end
  301. end
  302. end)
  303.  
  304. Exmp7.Name = "Exmp 7"
  305. Exmp7.Parent = Main
  306. Exmp7.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  307. Exmp7.BorderColor3 = Color3.fromRGB(166, 0, 166)
  308. Exmp7.BorderSizePixel = 2
  309. Exmp7.Position = UDim2.new(0.0905665457, 0, 0.67426455, 0)
  310. Exmp7.Size = UDim2.new(0, 189, 0, 37)
  311. Exmp7.Font = Enum.Font.GothamSemibold
  312. Exmp7.Text = "Lumber Tycoon 2 GUI"
  313. Exmp7.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. Exmp7.TextScaled = true
  315. Exmp7.TextSize = 14.000
  316. Exmp7.TextWrapped = true
  317. Exmp7.MouseButton1Down:connect(function()
  318. loadstring(game:HttpGet("https://dirtgui.xyz/Lt2.lua",true))()
  319. end)
  320.  
  321. Exmp6.Name = "Exmp 6"
  322. Exmp6.Parent = Main
  323. Exmp6.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  324. Exmp6.BorderColor3 = Color3.fromRGB(166, 0, 166)
  325. Exmp6.BorderSizePixel = 2
  326. Exmp6.Position = UDim2.new(0.0948583931, 0, 0.586574793, 0)
  327. Exmp6.Size = UDim2.new(0, 189, 0, 37)
  328. Exmp6.Font = Enum.Font.GothamSemibold
  329. Exmp6.Text = "Tower Of Hell GUI"
  330. Exmp6.TextColor3 = Color3.fromRGB(0, 0, 0)
  331. Exmp6.TextScaled = true
  332. Exmp6.TextSize = 14.000
  333. Exmp6.TextWrapped = true
  334. Exmp6.MouseButton1Down:connect(function()
  335. --Made By Ascending Spongebob
  336.  
  337. local Bypass = game:GetService("Players").LocalPlayer.PlayerScripts
  338. Bypass.Name = "Bypass"
  339.  
  340. Bypass:FindFirstChild("LocalScript"):Destroy()
  341. Bypass:FindFirstChild("LocalScript2"):Destroy()
  342.  
  343. Bypass.Name = "PlayerScripts"
  344.  
  345. local ScreenGui = Instance.new("ScreenGui")
  346. local main = Instance.new("Frame")
  347. local EZWinHub = Instance.new("TextLabel")
  348. local TeleportTool = Instance.new("TextButton")
  349. local Walkonwalls = Instance.new("TextButton")
  350. local Credits = Instance.new("TextLabel")
  351. local close = Instance.new("TextButton")
  352. local Misc = Instance.new("TextButton")
  353. local Fly = Instance.new("TextButton")
  354. local openmain = Instance.new("Frame")
  355. local open = Instance.new("TextButton")
  356. local Misc_2 = Instance.new("Frame")
  357. local Title = Instance.new("TextLabel")
  358. local Speed = Instance.new("TextButton")
  359. local JumpPower = Instance.new("TextButton")
  360. local NormalSpeed = Instance.new("TextButton")
  361. local NormalJumpPower = Instance.new("TextButton")
  362. local close_2 = Instance.new("TextButton")
  363.  
  364. --Properties:
  365.  
  366. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  367.  
  368. main.Name = "main"
  369. main.Parent = ScreenGui
  370. main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  371. main.Position = UDim2.new(0.463285387, 0, 0.336609304, 0)
  372. main.Size = UDim2.new(0, 500, 0, 350)
  373. main.Visible = false
  374. main.Active = true
  375. main.Draggable = true
  376.  
  377. EZWinHub.Name = "EZ Win Hub"
  378. EZWinHub.Parent = main
  379. EZWinHub.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  380. EZWinHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  381. EZWinHub.BorderSizePixel = 2
  382. EZWinHub.Size = UDim2.new(0, 500, 0, 50)
  383. EZWinHub.Font = Enum.Font.Fantasy
  384. EZWinHub.Text = "EZ Win Hub"
  385. EZWinHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  386. EZWinHub.TextScaled = true
  387. EZWinHub.TextSize = 14.000
  388. EZWinHub.TextWrapped = true
  389.  
  390. TeleportTool.Name = "Teleport Tool"
  391. TeleportTool.Parent = main
  392. TeleportTool.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  393. TeleportTool.BorderColor3 = Color3.fromRGB(0, 0, 0)
  394. TeleportTool.Position = UDim2.new(0.0900000036, 0, 0.397142857, 0)
  395. TeleportTool.Size = UDim2.new(0, 410, 0, 50)
  396. TeleportTool.Font = Enum.Font.Fantasy
  397. TeleportTool.Text = "Teleport Tool"
  398. TeleportTool.TextColor3 = Color3.fromRGB(98, 98, 98)
  399. TeleportTool.TextScaled = true
  400. TeleportTool.TextSize = 14.000
  401. TeleportTool.TextWrapped = true
  402. TeleportTool.MouseButton1Down:connect(function()
  403. local plr = game:GetService("Players").LocalPlayer
  404. local mouse = plr:GetMouse()
  405.  
  406. local tool = Instance.new("Tool")
  407. tool.RequiresHandle = false
  408. tool.Name = "Click Teleport"
  409.  
  410. tool.Activated:Connect(function()
  411. local root = plr.Character.HumanoidRootPart
  412. local pos = mouse.Hit.Position+Vector3.new(0,2.5,0)
  413. local offset = pos-root.Position
  414. root.CFrame = root.CFrame+offset
  415. end)
  416.  
  417. tool.Parent = plr.Backpack
  418. end)
  419.  
  420. Walkonwalls.Name = "Walk on walls"
  421. Walkonwalls.Parent = main
  422. Walkonwalls.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  423. Walkonwalls.BorderColor3 = Color3.fromRGB(0, 0, 0)
  424. Walkonwalls.Position = UDim2.new(0.0900000036, 0, 0.568571448, 0)
  425. Walkonwalls.Size = UDim2.new(0, 410, 0, 50)
  426. Walkonwalls.Font = Enum.Font.Fantasy
  427. Walkonwalls.Text = "Walk on walls"
  428. Walkonwalls.TextColor3 = Color3.fromRGB(98, 98, 98)
  429. Walkonwalls.TextScaled = true
  430. Walkonwalls.TextSize = 14.000
  431. Walkonwalls.TextWrapped = true
  432. Walkonwalls.MouseButton1Down:connect(function()
  433. getgenv()["cofiG"] = getgenv()["cofiG"] or {}
  434. local hasToUpdate = true
  435. local alreadyRan = cofiG.gravityController ~= nil
  436.  
  437. local http = game:GetService'HttpService'
  438. local readfile,writefile,fileexists = readfile or syn_io_read,writefile or syn_io_write,isfile or readfile
  439.  
  440. local rawUrl,baseUrl = "https://ixss.keybase.pub/rblx/gravityController/", "https://keybase.pub/ixss/rblx/gravityController/"
  441.  
  442. do
  443. _G.req = [[
  444. local require = function(lol)
  445. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  446. return loadstring(_G.req..game:HttpGet(lol))();
  447. end;
  448. ]]
  449.  
  450. local require = function(lol)
  451. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  452. return loadstring(_G.req..game:HttpGet(lol))();
  453. end;
  454.  
  455. cofiG.htmlparser = cofiG.htmlparser or require"htmlparser"
  456. end
  457.  
  458. do -- check if exists
  459. if fileexists'gravityController.json' then
  460. local json = readfile'gravityController.json'
  461. if json then
  462. cofiG.gravityController = http:JSONDecode(json)
  463. hasToUpdate = cofiG.gravityController.Version ~= game:HttpGet(rawUrl.."Version.txt")
  464. end
  465. end
  466. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  467. Text = hasToUpdate and "Updating script..." or "Running script!";
  468. Font = Enum.Font.Code;
  469. Color = Color3.fromRGB(255, 60, 60);
  470. FontSize = Enum.FontSize.Size96;
  471. })
  472. end
  473.  
  474.  
  475. if hasToUpdate then -- update/download
  476.  
  477. function getScripts()
  478. local ret = {}
  479. local text = game:HttpGet(baseUrl, false)
  480.  
  481. local root = cofiG.htmlparser.parse(text)
  482. local files = root:select(".file")
  483.  
  484. for i,v in pairs(files) do
  485. if string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".lua" then
  486. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  487. local script = rawUrl..name..".lua"
  488. ret[name] = game:HttpGet(script)
  489. elseif string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".txt" then
  490. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  491. local script = rawUrl..name..".txt"
  492. ret[name] = game:HttpGet(script)
  493. end
  494. end
  495.  
  496. return ret
  497. end
  498. cofiG.gravityController = getScripts()
  499. writefile('gravityController.json', http:JSONEncode(cofiG.gravityController))
  500. warn('Script updated!')
  501. end
  502.  
  503. local a,b = pcall(loadstring(cofiG.gravityController.Loader))
  504.  
  505. if not a then
  506. error('Loader ', b)
  507. end
  508.  
  509. if not alreadyRan then
  510. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  511. Text = game:HttpGet('https://ixss.keybase.pub/Watermark.txt', true)..", originally made by EgoMoose.";
  512. Font = Enum.Font.Code;
  513. Color = Color3.fromRGB(244, 0, 175);
  514. FontSize = Enum.FontSize.Size96;
  515. })
  516. end
  517. end)
  518.  
  519. Credits.Name = "Credits"
  520. Credits.Parent = main
  521. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  522. Credits.BackgroundTransparency = 1.000
  523. Credits.Position = UDim2.new(0, 0, 0.871428549, 0)
  524. Credits.Size = UDim2.new(0, 500, 0, 45)
  525. Credits.Font = Enum.Font.Fantasy
  526. Credits.Text = "Made by Ascending Spongebob"
  527. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  528. Credits.TextScaled = true
  529. Credits.TextSize = 14.000
  530. Credits.TextWrapped = true
  531.  
  532. close.Name = "close"
  533. close.Parent = main
  534. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  535. close.Position = UDim2.new(0.939999998, 0, 0, 0)
  536. close.Size = UDim2.new(0, 30, 0, 20)
  537. close.Font = Enum.Font.Fantasy
  538. close.Text = "X"
  539. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  540. close.TextScaled = true
  541. close.TextSize = 14.000
  542. close.TextWrapped = true
  543. close.MouseButton1Down:connect(function()
  544. main.Visible = false
  545. openmain.Visible = true
  546. end)
  547.  
  548. Misc.Name = "Misc"
  549. Misc.Parent = main
  550. Misc.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  551. Misc.BorderColor3 = Color3.fromRGB(0, 0, 0)
  552. Misc.Position = UDim2.new(0.0900000036, 0, 0.745714247, 0)
  553. Misc.Size = UDim2.new(0, 410, 0, 50)
  554. Misc.Font = Enum.Font.Fantasy
  555. Misc.Text = "Misc"
  556. Misc.TextColor3 = Color3.fromRGB(98, 98, 98)
  557. Misc.TextScaled = true
  558. Misc.TextSize = 14.000
  559. Misc.TextWrapped = true
  560. Misc.MouseButton1Down:connect(function()
  561. Misc_2.Visible = true
  562. end)
  563.  
  564. Fly.Name = "Fly"
  565. Fly.Parent = main
  566. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  567. Fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
  568. Fly.Position = UDim2.new(0.0900000036, 0, 0.225714296, 0)
  569. Fly.Size = UDim2.new(0, 410, 0, 50)
  570. Fly.Font = Enum.Font.Fantasy
  571. Fly.Text = "Fly (Press E)"
  572. Fly.TextColor3 = Color3.fromRGB(98, 98, 98)
  573. Fly.TextScaled = true
  574. Fly.TextSize = 14.000
  575. Fly.TextWrapped = true
  576. Fly.MouseButton1Down:connect(function()
  577. loadstring(game:HttpGet('https://pastebin.com/raw/q6S4AcxJ'))()
  578. end)
  579.  
  580. openmain.Name = "openmain"
  581. openmain.Parent = ScreenGui
  582. openmain.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  583. openmain.Position = UDim2.new(0.01358895, 0, 0.433882058, 0)
  584. openmain.Size = UDim2.new(0, 110, 0, 35)
  585. openmain.Active = true
  586. openmain.Draggable = true
  587.  
  588. open.Name = "open"
  589. open.Parent = openmain
  590. open.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  591. open.Size = UDim2.new(0, 110, 0, 35)
  592. open.Font = Enum.Font.Fantasy
  593. open.Text = "Open"
  594. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  595. open.TextScaled = true
  596. open.TextSize = 14.000
  597. open.TextWrapped = true
  598. open.MouseButton1Down:connect(function()
  599. main.Visible = true
  600. openmain.Visible = false
  601. end)
  602.  
  603. Misc_2.Name = "Misc"
  604. Misc_2.Parent = ScreenGui
  605. Misc_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  606. Misc_2.Position = UDim2.new(0.323239982, 0, 0.335380822, 0)
  607. Misc_2.Size = UDim2.new(0, 185, 0, 351)
  608. Misc_2.Visible = false
  609. Misc_2.Active = true
  610. Misc_2.Draggable = true
  611.  
  612. Title.Name = "Title"
  613. Title.Parent = Misc_2
  614. Title.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  615. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  616. Title.BorderSizePixel = 2
  617. Title.Position = UDim2.new(0, 0, 0.00284891599, 0)
  618. Title.Size = UDim2.new(0, 185, 0, 50)
  619. Title.Font = Enum.Font.Fantasy
  620. Title.Text = "Misc"
  621. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  622. Title.TextScaled = true
  623. Title.TextSize = 14.000
  624. Title.TextWrapped = true
  625.  
  626. Speed.Name = "Speed"
  627. Speed.Parent = Misc_2
  628. Speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  629. Speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  630. Speed.Position = UDim2.new(0.0900001302, 0, 0.225714266, 0)
  631. Speed.Size = UDim2.new(0, 151, 0, 50)
  632. Speed.Font = Enum.Font.Fantasy
  633. Speed.Text = "Speed"
  634. Speed.TextColor3 = Color3.fromRGB(98, 98, 98)
  635. Speed.TextScaled = true
  636. Speed.TextSize = 14.000
  637. Speed.TextWrapped = true
  638. Speed.MouseButton1Down:connect(function()
  639. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  640. end)
  641.  
  642. JumpPower.Name = "JumpPower"
  643. JumpPower.Parent = Misc_2
  644. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  645. JumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  646. JumpPower.Position = UDim2.new(0.0900001302, 0, 0.396654427, 0)
  647. JumpPower.Size = UDim2.new(0, 151, 0, 50)
  648. JumpPower.Font = Enum.Font.Fantasy
  649. JumpPower.Text = "JumpPower"
  650. JumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  651. JumpPower.TextScaled = true
  652. JumpPower.TextSize = 14.000
  653. JumpPower.TextWrapped = true
  654. JumpPower.MouseButton1Down:connect(function()
  655. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  656. end)
  657.  
  658. NormalSpeed.Name = "NormalSpeed"
  659. NormalSpeed.Parent = Misc_2
  660. NormalSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  661. NormalSpeed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  662. NormalSpeed.Position = UDim2.new(0.0900001302, 0, 0.567594588, 0)
  663. NormalSpeed.Size = UDim2.new(0, 151, 0, 50)
  664. NormalSpeed.Font = Enum.Font.Fantasy
  665. NormalSpeed.Text = "Normal Speed"
  666. NormalSpeed.TextColor3 = Color3.fromRGB(98, 98, 98)
  667. NormalSpeed.TextScaled = true
  668. NormalSpeed.TextSize = 14.000
  669. NormalSpeed.TextWrapped = true
  670. NormalSpeed.MouseButton1Down:connect(function()
  671. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  672. end)
  673.  
  674. NormalJumpPower.Name = "NormalJumpPower"
  675. NormalJumpPower.Parent = Misc_2
  676. NormalJumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  677. NormalJumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  678. NormalJumpPower.Position = UDim2.new(0.0900001302, 0, 0.744232774, 0)
  679. NormalJumpPower.Size = UDim2.new(0, 151, 0, 50)
  680. NormalJumpPower.Font = Enum.Font.Fantasy
  681. NormalJumpPower.Text = "Normal JumpPower"
  682. NormalJumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  683. NormalJumpPower.TextScaled = true
  684. NormalJumpPower.TextSize = 14.000
  685. NormalJumpPower.TextWrapped = true
  686. NormalJumpPower.MouseButton1Down:connect(function()
  687. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  688. end)
  689.  
  690. close_2.Name = "close"
  691. close_2.Parent = Misc_2
  692. close_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  693. close_2.BackgroundTransparency = 1.000
  694. close_2.Position = UDim2.new(-0.00054037571, 0, 0, 0)
  695. close_2.Size = UDim2.new(0, 20, 0, 20)
  696. close_2.Font = Enum.Font.Fantasy
  697. close_2.Text = "X"
  698. close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  699. close_2.TextScaled = true
  700. close_2.TextSize = 14.000
  701. close_2.TextWrapped = true
  702. close_2.MouseButton1Down:connect(function()
  703. Misc_2.Visible = false
  704. end)
  705. end)
  706.  
  707. Exmp8.Name = "Exmp 8"
  708. Exmp8.Parent = Main
  709. Exmp8.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  710. Exmp8.BorderColor3 = Color3.fromRGB(166, 0, 166)
  711. Exmp8.BorderSizePixel = 2
  712. Exmp8.Position = UDim2.new(0.0905665457, 0, 0.753522515, 0)
  713. Exmp8.Size = UDim2.new(0, 189, 0, 37)
  714. Exmp8.Font = Enum.Font.GothamSemibold
  715. Exmp8.Text = "Sky Block GUI"
  716. Exmp8.TextColor3 = Color3.fromRGB(0, 0, 0)
  717. Exmp8.TextScaled = true
  718. Exmp8.TextSize = 14.000
  719. Exmp8.TextWrapped = true
  720. Exmp8.MouseButton1Down:connect(function()
  721. loadstring(game:HttpGet("https://system-exodus.com/scripts/Skyblock/Skyblock.lua",true))()
  722. end)
Add Comment
Please, Sign In to add comment