Borys9975

AxoHub

Jun 16th, 2022 (edited)
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.46 KB | None | 0 0
  1. -- Borys9975
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Verification = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local KeyBox = Instance.new("TextBox")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local Submit = Instance.new("TextButton")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local GetKey = Instance.new("TextLabel")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local Main = Instance.new("Frame")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local Close = Instance.new("TextButton")
  17. local UICorner_6 = Instance.new("UICorner")
  18. local Minimize = Instance.new("TextButton")
  19. local UICorner_7 = Instance.new("UICorner")
  20. local UnlockHoverBoards = Instance.new("TextButton")
  21. local UICorner_8 = Instance.new("UICorner")
  22. local Rejoin = Instance.new("TextButton")
  23. local UICorner_9 = Instance.new("UICorner")
  24. local Axo = Instance.new("TextButton")
  25. local UICorner_10 = Instance.new("UICorner")
  26. local Open = Instance.new("TextButton")
  27. local UICorner_11 = Instance.new("UICorner")
  28. local CloseConfirm = Instance.new("Frame")
  29. local UICorner_12 = Instance.new("UICorner")
  30. local RUSure = Instance.new("TextLabel")
  31. local UICorner_13 = Instance.new("UICorner")
  32. local Yes = Instance.new("TextButton")
  33. local UICorner_14 = Instance.new("UICorner")
  34. local No = Instance.new("TextButton")
  35. local UICorner_15 = Instance.new("UICorner")
  36. local Axos = Instance.new("ImageLabel")
  37.  
  38. --Properties:
  39.  
  40. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. Verification.Name = "Verification"
  44. Verification.Parent = ScreenGui
  45. Verification.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  46. Verification.Position = UDim2.new(0.355623096, 0, 0.268292636, 0)
  47. Verification.Size = UDim2.new(0, 285, 0, 285)
  48. Verification.Active = true
  49. Verification.Draggable = true
  50.  
  51. UICorner.Parent = Verification
  52.  
  53. KeyBox.Name = "KeyBox"
  54. KeyBox.Parent = Verification
  55. KeyBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. KeyBox.BackgroundTransparency = 0.500
  57. KeyBox.Position = UDim2.new(0.147368416, 0, 0.410526305, 0)
  58. KeyBox.Size = UDim2.new(0, 200, 0, 50)
  59. KeyBox.Font = Enum.Font.SourceSans
  60. KeyBox.PlaceholderText = "Enter AxoKey Here"
  61. KeyBox.Text = "Enter AxoKey Here"
  62. KeyBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. KeyBox.TextScaled = true
  64. KeyBox.TextSize = 14.000
  65. KeyBox.TextWrapped = true
  66.  
  67. UICorner_2.Parent = KeyBox
  68.  
  69. Submit.Name = "Submit"
  70. Submit.Parent = Verification
  71. Submit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. Submit.BackgroundTransparency = 0.500
  73. Submit.Position = UDim2.new(0.147368416, 0, 0.656140327, 0)
  74. Submit.Size = UDim2.new(0, 200, 0, 50)
  75. Submit.Font = Enum.Font.Cartoon
  76. Submit.Text = "Submit"
  77. Submit.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. Submit.TextScaled = true
  79. Submit.TextSize = 14.000
  80. Submit.TextWrapped = true
  81.  
  82. UICorner_3.Parent = Submit
  83.  
  84. GetKey.Name = "GetKey"
  85. GetKey.Parent = Verification
  86. GetKey.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. GetKey.BackgroundTransparency = 0.500
  88. GetKey.Size = UDim2.new(0, 285, 0, 105)
  89. GetKey.Font = Enum.Font.Cartoon
  90. GetKey.Text = "Get Key At bit.ly/AxoHubKey"
  91. GetKey.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. GetKey.TextScaled = true
  93. GetKey.TextSize = 14.000
  94. GetKey.TextWrapped = true
  95.  
  96. UICorner_4.Parent = GetKey
  97.  
  98. Main.Name = "Main"
  99. Main.Parent = ScreenGui
  100. Main.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  101. Main.Position = UDim2.new(0.246200621, 0, 0.213008121, 0)
  102. Main.Size = UDim2.new(0, 500, 0, 350)
  103. Main.Visible = false
  104. Main.Active = true
  105. Main.Draggable = true
  106.  
  107. UICorner_5.Parent = Main
  108.  
  109. Close.Name = "Close"
  110. Close.Parent = Main
  111. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  112. Close.Position = UDim2.new(0.934000015, 0, 0, 0)
  113. Close.Size = UDim2.new(0, 33, 0, 33)
  114. Close.Font = Enum.Font.SourceSans
  115. Close.Text = "X"
  116. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. Close.TextScaled = true
  118. Close.TextSize = 14.000
  119. Close.TextWrapped = true
  120.  
  121. UICorner_6.Parent = Close
  122.  
  123. Minimize.Name = "Minimize"
  124. Minimize.Parent = Main
  125. Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. Minimize.Position = UDim2.new(0.868000031, 0, 0, 0)
  127. Minimize.Size = UDim2.new(0, 33, 0, 33)
  128. Minimize.Font = Enum.Font.SourceSans
  129. Minimize.Text = "-"
  130. Minimize.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. Minimize.TextScaled = true
  132. Minimize.TextSize = 14.000
  133. Minimize.TextWrapped = true
  134.  
  135. UICorner_7.Parent = Minimize
  136.  
  137. UnlockHoverBoards.Name = "UnlockHoverBoards"
  138. UnlockHoverBoards.Parent = Main
  139. UnlockHoverBoards.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. UnlockHoverBoards.BackgroundTransparency = 0.500
  141. UnlockHoverBoards.Position = UDim2.new(0, 0, 0.0942857116, 0)
  142. UnlockHoverBoards.Size = UDim2.new(0, 150, 0, 50)
  143. UnlockHoverBoards.Font = Enum.Font.SourceSans
  144. UnlockHoverBoards.Text = "Unlock Hoverboards"
  145. UnlockHoverBoards.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. UnlockHoverBoards.TextScaled = true
  147. UnlockHoverBoards.TextSize = 14.000
  148. UnlockHoverBoards.TextStrokeTransparency = 0.000
  149. UnlockHoverBoards.TextWrapped = true
  150.  
  151. UICorner_8.Parent = UnlockHoverBoards
  152.  
  153. Rejoin.Name = "Rejoin"
  154. Rejoin.Parent = Main
  155. Rejoin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. Rejoin.BackgroundTransparency = 0.500
  157. Rejoin.Position = UDim2.new(0, 0, 0.237142861, 0)
  158. Rejoin.Size = UDim2.new(0, 150, 0, 50)
  159. Rejoin.Font = Enum.Font.SourceSans
  160. Rejoin.Text = "Rejoin"
  161. Rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. Rejoin.TextScaled = true
  163. Rejoin.TextSize = 14.000
  164. Rejoin.TextStrokeTransparency = 0.000
  165. Rejoin.TextWrapped = true
  166.  
  167. UICorner_9.Parent = Rejoin
  168.  
  169. Axo.Name = "Axo"
  170. Axo.Parent = Main
  171. Axo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. Axo.BackgroundTransparency = 0.500
  173. Axo.Position = UDim2.new(0, 0, 0.379999995, 0)
  174. Axo.Size = UDim2.new(0, 150, 0, 50)
  175. Axo.Font = Enum.Font.SourceSans
  176. Axo.Text = "Axo!"
  177. Axo.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. Axo.TextScaled = true
  179. Axo.TextSize = 14.000
  180. Axo.TextStrokeTransparency = 0.000
  181. Axo.TextWrapped = true
  182.  
  183. UICorner_10.Parent = Axo
  184.  
  185. Open.Name = "Open"
  186. Open.Parent = ScreenGui
  187. Open.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  188. Open.Position = UDim2.new(0, 0, 0.918699145, 0)
  189. Open.Size = UDim2.new(0, 115, 0, 50)
  190. Open.Visible = false
  191. Open.Font = Enum.Font.Cartoon
  192. Open.Text = "AxoHub"
  193. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. Open.TextScaled = true
  195. Open.TextSize = 14.000
  196. Open.TextStrokeTransparency = 0.000
  197. Open.TextWrapped = true
  198. Open.Active = true
  199. Open.Draggable = true
  200.  
  201. UICorner_11.Parent = Open
  202.  
  203. CloseConfirm.Name = "CloseConfirm"
  204. CloseConfirm.Parent = ScreenGui
  205. CloseConfirm.BackgroundColor3 = Color3.fromRGB(203, 203, 203)
  206. CloseConfirm.Position = UDim2.new(0.303951383, 0, 0.18699187, 0)
  207. CloseConfirm.Size = UDim2.new(0, 385, 0, 250)
  208. CloseConfirm.Visible = false
  209. CloseConfirm.Active = true
  210. CloseConfirm.Draggable = true
  211.  
  212. UICorner_12.Parent = CloseConfirm
  213.  
  214. RUSure.Name = "RUSure?"
  215. RUSure.Parent = CloseConfirm
  216. RUSure.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  217. RUSure.BackgroundTransparency = 1.000
  218. RUSure.Size = UDim2.new(0, 385, 0, 100)
  219. RUSure.Font = Enum.Font.Cartoon
  220. RUSure.Text = "Are You Sure?"
  221. RUSure.TextColor3 = Color3.fromRGB(255, 255, 255)
  222. RUSure.TextScaled = true
  223. RUSure.TextSize = 14.000
  224. RUSure.TextStrokeTransparency = 0.000
  225. RUSure.TextWrapped = true
  226.  
  227. UICorner_13.Parent = RUSure
  228.  
  229. Yes.Name = "Yes"
  230. Yes.Parent = CloseConfirm
  231. Yes.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  232. Yes.BackgroundTransparency = 0.300
  233. Yes.Position = UDim2.new(0, 0, 0.669766247, 0)
  234. Yes.Size = UDim2.new(0, 150, 0, 50)
  235. Yes.Font = Enum.Font.Cartoon
  236. Yes.Text = "Yes"
  237. Yes.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. Yes.TextScaled = true
  239. Yes.TextSize = 14.000
  240. Yes.TextStrokeTransparency = 0.000
  241. Yes.TextWrapped = true
  242.  
  243. UICorner_14.Parent = Yes
  244.  
  245. No.Name = "No"
  246. No.Parent = CloseConfirm
  247. No.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  248. No.BackgroundTransparency = 0.300
  249. No.Position = UDim2.new(0.61038959, 0, 0.669766247, 0)
  250. No.Size = UDim2.new(0, 150, 0, 50)
  251. No.Font = Enum.Font.Cartoon
  252. No.Text = "No"
  253. No.TextColor3 = Color3.fromRGB(255, 255, 255)
  254. No.TextScaled = true
  255. No.TextSize = 14.000
  256. No.TextStrokeTransparency = 0.000
  257. No.TextWrapped = true
  258.  
  259. UICorner_15.Parent = No
  260.  
  261. Axos.Name = "Axos"
  262. Axos.Parent = ScreenGui
  263. Axos.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  264. Axos.BackgroundTransparency = 1.000
  265. Axos.Position = UDim2.new(0.372847021, 0, 0.295934945, 0)
  266. Axos.Size = UDim2.new(0, 250, 0, 250)
  267. Axos.Visible = false
  268. Axos.Image = "http://www.roblox.com/asset/?id=9139674677"
  269. Axos.ScaleType = Enum.ScaleType.Fit
  270. Axos.Active = true
  271. Axos.Draggable = true
  272.  
  273. -- Scripts:
  274.  
  275. local function WLEIXXS_fake_script() -- Submit.Key System
  276.     local script = Instance.new('LocalScript', Submit)
  277.  
  278.     Submit.MouseButton1Click:Connect(function(EnterCorrectKey)
  279.         if KeyBox.Text == "Axo-997569420" then
  280.             KeyBox.Text = "Correct Key"
  281.             wait(.5)
  282.             KeyBox.Text = "Loading.."
  283.             wait(1.5)
  284.             Main.Visible = true
  285.             Verification:Destroy()
  286.         end
  287.     end)
  288. end
  289. coroutine.wrap(WLEIXXS_fake_script)()
  290. local function MEYRR_fake_script() -- Close.CloseScript
  291.     local script = Instance.new('LocalScript', Close)
  292.  
  293.     Close.MouseButton1Click:Connect(function(CloseConfirming)
  294.         CloseConfirm.Visible = true
  295.     end)
  296. end
  297. coroutine.wrap(MEYRR_fake_script)()
  298. local function ULZHT_fake_script() -- Minimize.MinimizeScript
  299.     local script = Instance.new('LocalScript', Minimize)
  300.  
  301.     Minimize.MouseButton1Click:Connect(function(Minimized)
  302.         Main.Visible = false
  303.         Open.Visible = true
  304.     end)
  305. end
  306. coroutine.wrap(ULZHT_fake_script)()
  307. local function CETVTD_fake_script() -- UnlockHoverBoards.HoverBoardScript
  308.     local script = Instance.new('LocalScript', UnlockHoverBoards)
  309.  
  310.     UnlockHoverBoards.MouseButton1Click:Connect(function(UnlockHoverBoards)
  311.         local tbl = require(game.ReplicatedStorage.Framework.Modules.Client["4 | Save"]).Get() tbl.Hoverboards = {} for i,v in pairs(game.ReplicatedStorage.Game.Hoverboards:GetChildren())do table.insert(tbl.Hoverboards, v.Name) end getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update() getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Equip = function(board) tbl.EquippedHoverboard = board getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update() end
  312.     end)
  313. end
  314. coroutine.wrap(CETVTD_fake_script)()
  315. local function YCQNA_fake_script() -- Rejoin.RejoinScript
  316.     local script = Instance.new('LocalScript', Rejoin)
  317.  
  318.     Rejoin.MouseButton1Click:Connect(function(Rejoin)
  319.         game:GetService("TeleportService"):Teleport(game.PlaceId)
  320.     end)
  321. end
  322. coroutine.wrap(YCQNA_fake_script)()
  323. local function DAPW_fake_script() -- Axo.AxoScript
  324.     local script = Instance.new('LocalScript', Axo)
  325.  
  326.     Axo.MouseButton1Click:Connect(function(Axo)
  327.         Axos.Visible = true
  328.         wait(1.5)
  329.         Axos.Visible = false
  330.     end)
  331. end
  332. coroutine.wrap(DAPW_fake_script)()
  333. local function HVDYEVN_fake_script() -- Open.OpenScript
  334.     local script = Instance.new('LocalScript', Open)
  335.  
  336.     Open.MouseButton1Click:Connect(function(OpenAxoHub)
  337.         Main.Visible = true
  338.         Open.Visible = false
  339.     end)
  340. end
  341. coroutine.wrap(HVDYEVN_fake_script)()
  342. local function KJGL_fake_script() -- Yes.CloseScript
  343.     local script = Instance.new('LocalScript', Yes)
  344.  
  345.     Yes.MouseButton1Click:Connect(function(Closed)
  346.         Main:Destroy()
  347.         CloseConfirm:Destroy()
  348.         Open:Destroy()
  349.     end)
  350. end
  351. coroutine.wrap(KJGL_fake_script)()
  352. local function CKDWWZ_fake_script() -- No.CancelScript
  353.     local script = Instance.new('LocalScript', No)
  354.  
  355.     No.MouseButton1Click:Connect(function(Closed)
  356.     CloseConfirm.Visible = false
  357.     end)
  358. end
  359. coroutine.wrap(CKDWWZ_fake_script)()
  360.  
Add Comment
Please, Sign In to add comment