ChaosityYT

Lilith's GUI

Mar 16th, 2019
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SBO2Gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  4. local Main = Instance.new("Frame")
  5. local Header = Instance.new("Frame")
  6. local Hexus = Instance.new("TextLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local NAME = Instance.new("TextLabel")
  9. local Sides5 = Instance.new("Frame")
  10. local HitBox = Instance.new("TextButton")
  11. local Sides = Instance.new("Frame")
  12. local Sides1 = Instance.new("Frame")
  13. local Max = Instance.new("TextButton")
  14. local F1Boss = Instance.new("TextButton")
  15. local ESP = Instance.new("TextButton")
  16. local Discord = Instance.new("TextLabel")
  17. local F1miniBoss = Instance.new("TextButton")
  18. local F1Spawn = Instance.new("TextButton")
  19. local ItemTP = Instance.new("TextButton")
  20. local FAM = Instance.new("TextButton")
  21. local PlayerName = Instance.new("TextBox")
  22. local TPTP = Instance.new("TextButton")
  23. local Sides2 = Instance.new("Frame")
  24. local Sides3 = Instance.new("Frame")
  25. local Sides4 = Instance.new("Frame")
  26. local RandomMob = Instance.new("TextButton")
  27. local Keybind = Instance.new("TextBox")
  28. local F2miniBoss = Instance.new("TextButton")
  29. local F2BOSS = Instance.new("TextButton")
  30. local OpenClose = Instance.new("TextButton")
  31. local Loading = Instance.new("Frame")
  32. local Text1 = Instance.new("TextLabel")
  33. local Text2 = Instance.new("TextLabel")
  34. local Text3 = Instance.new("TextLabel")
  35. local Text4 = Instance.new("TextLabel")
  36.  
  37. -- Properties
  38.  
  39. SBO2Gui.Name = "SBO2Gui"
  40. --SBO2Gui.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = SBO2Gui
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Main.BorderSizePixel = 0
  47. Main.ClipsDescendants = true
  48. Main.Draggable = true
  49. Main.Position = UDim2.new(0.759118557, 0, 0.286063582, 0)
  50. Main.Selectable = true
  51. Main.Size = UDim2.new(0, 261, 0, 400)
  52. Main.Style = Enum.FrameStyle.RobloxRound
  53.  
  54. Header.Name = "Header"
  55. Header.Parent = Main
  56. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Header.BorderSizePixel = 0
  58. Header.ClipsDescendants = true
  59. Header.Draggable = true
  60. Header.Position = UDim2.new(-0.0306513403, 0, -0.0231213868, 0)
  61. Header.Size = UDim2.new(0, 261, 0, 43)
  62. Header.ZIndex = 4
  63. Header.Style = Enum.FrameStyle.RobloxRound
  64.  
  65. Hexus.Name = "Hexus"
  66. Hexus.Parent = Header
  67. Hexus.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Hexus.BackgroundTransparency = 1
  69. Hexus.Position = UDim2.new(-0.0651341006, 0, 0.511627913, 0)
  70. Hexus.Size = UDim2.new(0, 208, 0, 27)
  71. Hexus.ZIndex = 5
  72. Hexus.Font = Enum.Font.SciFi
  73. Hexus.FontSize = Enum.FontSize.Size12
  74. Hexus.Text = "Made by: Lilith#7498, DenDen#7963"
  75. Hexus.TextColor3 = Color3.new(0.588235, 0.0392157, 0.0392157)
  76. Hexus.TextSize = 12
  77.  
  78. TextLabel.Parent = Header
  79. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextLabel.BackgroundTransparency = 1
  81. TextLabel.Position = UDim2.new(-0.333333343, 0, -0.348836571, 0)
  82. TextLabel.Size = UDim2.new(0, 200, 0, 27)
  83. TextLabel.ZIndex = 5
  84. TextLabel.Font = Enum.Font.SciFi
  85. TextLabel.FontSize = Enum.FontSize.Size14
  86. TextLabel.Text = "HEXUS"
  87. TextLabel.TextColor3 = Color3.new(0.588235, 0.0392157, 0.0392157)
  88. TextLabel.TextSize = 14
  89. TextLabel.TextTransparency = -1
  90.  
  91. NAME.Name = "NAME"
  92. NAME.Parent = Header
  93. NAME.BackgroundColor3 = Color3.new(1, 1, 1)
  94. NAME.BackgroundTransparency = 1
  95. NAME.Position = UDim2.new(0.249042153, 0, -0.418604672, 0)
  96. NAME.Size = UDim2.new(0, 210, 0, 36)
  97. NAME.ZIndex = 5
  98. NAME.Font = Enum.Font.SciFi
  99. NAME.FontSize = Enum.FontSize.Size12
  100. NAME.Text = "SBO2 GUI"
  101. NAME.TextColor3 = Color3.new(0.588235, 0.0392157, 0.0392157)
  102. NAME.TextScaled = true
  103. NAME.TextSize = 12
  104. NAME.TextWrapped = true
  105.  
  106. Sides5.Name = "Sides5"
  107. Sides5.Parent = Main
  108. Sides5.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Sides5.BorderSizePixel = 0
  110. Sides5.ClipsDescendants = true
  111. Sides5.Draggable = true
  112. Sides5.Position = UDim2.new(-0.0900383145, 0, 0.967037559, 0)
  113. Sides5.Size = UDim2.new(0, 294, 0, 21)
  114. Sides5.ZIndex = 3
  115. Sides5.Style = Enum.FrameStyle.RobloxRound
  116.  
  117. HitBox.Name = "HitBox"
  118. HitBox.Parent = Main
  119. HitBox.BackgroundColor3 = Color3.new(0, 0, 0)
  120. HitBox.BackgroundTransparency = 0.5
  121. HitBox.Position = UDim2.new(-0.0306513403, 0, 0.104277462, 0)
  122. HitBox.Size = UDim2.new(0, 126, 0, 33)
  123. HitBox.Font = Enum.Font.ArialBold
  124. HitBox.FontSize = Enum.FontSize.Size14
  125. HitBox.Text = "Mob Hitbox"
  126. HitBox.TextColor3 = Color3.new(0.619608, 0, 0)
  127. HitBox.TextSize = 14
  128. HitBox.TextWrapped = true
  129.  
  130. Sides.Name = "Sides"
  131. Sides.Parent = Main
  132. Sides.BackgroundColor3 = Color3.new(0.639216, 0, 0)
  133. Sides.BorderColor3 = Color3.new(1, 0, 0.0156863)
  134. Sides.BorderSizePixel = 0
  135. Sides.ClipsDescendants = true
  136. Sides.Draggable = true
  137. Sides.Position = UDim2.new(-0.0919540226, 0, 0.0894364193, 0)
  138. Sides.Size = UDim2.new(0, 299, 0, 1)
  139. Sides.ZIndex = 6
  140.  
  141. Sides1.Name = "Sides1"
  142. Sides1.Parent = Main
  143. Sides1.BackgroundColor3 = Color3.new(0.639216, 0, 0)
  144. Sides1.BorderColor3 = Color3.new(1, 0, 0.0156863)
  145. Sides1.BorderSizePixel = 0
  146. Sides1.ClipsDescendants = true
  147. Sides1.Draggable = true
  148. Sides1.Position = UDim2.new(-0.137931034, 0, 0.964147389, 0)
  149. Sides1.Size = UDim2.new(0, 299, 0, 1)
  150. Sides1.ZIndex = 3
  151.  
  152. Max.Name = "Max"
  153. Max.Parent = Main
  154. Max.BackgroundColor3 = Color3.new(0, 0, 0)
  155. Max.BackgroundTransparency = 0.5
  156. Max.Position = UDim2.new(-0.0306513403, 0, 0.20777458, 0)
  157. Max.Size = UDim2.new(0, 126, 0, 33)
  158. Max.Font = Enum.Font.ArialBold
  159. Max.FontSize = Enum.FontSize.Size14
  160. Max.Text = "Max Skills No CoolDown"
  161. Max.TextColor3 = Color3.new(0.619608, 0, 0)
  162. Max.TextSize = 14
  163. Max.TextWrapped = true
  164.  
  165. F1Boss.Name = "F1Boss"
  166. F1Boss.Parent = Main
  167. F1Boss.BackgroundColor3 = Color3.new(0, 0, 0)
  168. F1Boss.BackgroundTransparency = 0.5
  169. F1Boss.Position = UDim2.new(0.517241359, 0, 0.20777458, 0)
  170. F1Boss.Size = UDim2.new(0, 126, 0, 33)
  171. F1Boss.Font = Enum.Font.ArialBold
  172. F1Boss.FontSize = Enum.FontSize.Size14
  173. F1Boss.Text = "F1 Boss"
  174. F1Boss.TextColor3 = Color3.new(0.619608, 0, 0)
  175. F1Boss.TextSize = 14
  176. F1Boss.TextWrapped = true
  177.  
  178. ESP.Name = "ESP"
  179. ESP.Parent = Main
  180. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  181. ESP.BackgroundTransparency = 0.5
  182. ESP.Position = UDim2.new(0.517241359, 0, 0.104277462, 0)
  183. ESP.Size = UDim2.new(0, 126, 0, 33)
  184. ESP.Font = Enum.Font.ArialBold
  185. ESP.FontSize = Enum.FontSize.Size14
  186. ESP.Text = "INFO"
  187. ESP.TextColor3 = Color3.new(0.619608, 0, 0)
  188. ESP.TextSize = 14
  189. ESP.TextWrapped = true
  190.  
  191. Discord.Name = "Discord"
  192. Discord.Parent = Main
  193. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  194. Discord.BackgroundTransparency = 1
  195. Discord.Position = UDim2.new(-0.176245213, 0, 0.949763775, 0)
  196. Discord.Size = UDim2.new(0, 208, 0, 27)
  197. Discord.ZIndex = 3
  198. Discord.Font = Enum.Font.SciFi
  199. Discord.FontSize = Enum.FontSize.Size12
  200. Discord.Text = "Hexus Discord : 8YeU2tG"
  201. Discord.TextColor3 = Color3.new(0.588235, 0.0392157, 0.0392157)
  202. Discord.TextSize = 12
  203.  
  204. F1miniBoss.Name = "F1miniBoss"
  205. F1miniBoss.Parent = Main
  206. F1miniBoss.BackgroundColor3 = Color3.new(0, 0, 0)
  207. F1miniBoss.BackgroundTransparency = 0.5
  208. F1miniBoss.Position = UDim2.new(-0.0306513906, 0, 0.311271667, 0)
  209. F1miniBoss.Size = UDim2.new(0, 126, 0, 33)
  210. F1miniBoss.Font = Enum.Font.ArialBold
  211. F1miniBoss.FontSize = Enum.FontSize.Size14
  212. F1miniBoss.Text = "F1 Mini Boss"
  213. F1miniBoss.TextColor3 = Color3.new(0.619608, 0, 0)
  214. F1miniBoss.TextSize = 14
  215. F1miniBoss.TextWrapped = true
  216.  
  217. F1Spawn.Name = "F1Spawn"
  218. F1Spawn.Parent = Main
  219. F1Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  220. F1Spawn.BackgroundTransparency = 0.5
  221. F1Spawn.Position = UDim2.new(0.517241299, 0, 0.313771665, 0)
  222. F1Spawn.Size = UDim2.new(0, 126, 0, 33)
  223. F1Spawn.Font = Enum.Font.ArialBold
  224. F1Spawn.FontSize = Enum.FontSize.Size14
  225. F1Spawn.Text = "F1 Spawn"
  226. F1Spawn.TextColor3 = Color3.new(0.619608, 0, 0)
  227. F1Spawn.TextSize = 14
  228. F1Spawn.TextWrapped = true
  229.  
  230. ItemTP.Name = "ItemTP"
  231. ItemTP.Parent = Main
  232. ItemTP.BackgroundColor3 = Color3.new(0, 0, 0)
  233. ItemTP.BackgroundTransparency = 0.5
  234. ItemTP.Position = UDim2.new(-0.0306513906, 0, 0.517658949, 0)
  235. ItemTP.Size = UDim2.new(0, 126, 0, 33)
  236. ItemTP.Font = Enum.Font.ArialBold
  237. ItemTP.FontSize = Enum.FontSize.Size14
  238. ItemTP.Text = "Item Crystal TP"
  239. ItemTP.TextColor3 = Color3.new(0.619608, 0, 0)
  240. ItemTP.TextSize = 14
  241. ItemTP.TextWrapped = true
  242.  
  243. FAM.Name = "FAM"
  244. FAM.Parent = Main
  245. FAM.BackgroundColor3 = Color3.new(0, 0, 0)
  246. FAM.BackgroundTransparency = 0.5
  247. FAM.Position = UDim2.new(0.509578466, 0, 0.517658949, 0)
  248. FAM.Size = UDim2.new(0, 126, 0, 33)
  249. FAM.Font = Enum.Font.ArialBold
  250. FAM.FontSize = Enum.FontSize.Size14
  251. FAM.Text = "Freeze all mobs"
  252. FAM.TextColor3 = Color3.new(0.619608, 0, 0)
  253. FAM.TextSize = 14
  254. FAM.TextWrapped = true
  255.  
  256. PlayerName.Name = "PlayerName"
  257. PlayerName.Parent = Main
  258. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  259. PlayerName.BackgroundTransparency = 0.99000000953674
  260. PlayerName.BorderSizePixel = 0
  261. PlayerName.Position = UDim2.new(0.517241359, 0, 0.852369905, 0)
  262. PlayerName.Size = UDim2.new(0, 126, 0, 33)
  263. PlayerName.FontSize = Enum.FontSize.Size14
  264. PlayerName.Text = "Player Name"
  265. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  266. PlayerName.TextSize = 14
  267.  
  268. TPTP.Name = "TPTP"
  269. TPTP.Parent = Main
  270. TPTP.BackgroundColor3 = Color3.new(0, 0, 0)
  271. TPTP.BackgroundTransparency = 0.5
  272. TPTP.Position = UDim2.new(-0.0306514502, 0, 0.854869902, 0)
  273. TPTP.Size = UDim2.new(0, 126, 0, 33)
  274. TPTP.Font = Enum.Font.ArialBold
  275. TPTP.FontSize = Enum.FontSize.Size14
  276. TPTP.Text = "Teleport to Player >"
  277. TPTP.TextColor3 = Color3.new(0.619608, 0, 0)
  278. TPTP.TextSize = 14
  279. TPTP.TextWrapped = true
  280.  
  281. Sides2.Name = "Sides2"
  282. Sides2.Parent = Main
  283. Sides2.BackgroundColor3 = Color3.new(0.639216, 0, 0)
  284. Sides2.BorderColor3 = Color3.new(1, 0, 0.0156863)
  285. Sides2.BorderSizePixel = 0
  286. Sides2.ClipsDescendants = true
  287. Sides2.Draggable = true
  288. Sides2.Position = UDim2.new(-0.103448279, 0, 0.759638727, 0)
  289. Sides2.Size = UDim2.new(0, 299, 0, 1)
  290. Sides2.ZIndex = 3
  291.  
  292. Sides3.Name = "Sides3"
  293. Sides3.Parent = Main
  294. Sides3.BackgroundColor3 = Color3.new(0, 0, 0)
  295. Sides3.BackgroundTransparency = 0.40000000596046
  296. Sides3.BorderSizePixel = 0
  297. Sides3.ClipsDescendants = true
  298. Sides3.Draggable = true
  299. Sides3.Position = UDim2.new(-0.0306513403, 0, 0.760823727, 0)
  300. Sides3.Size = UDim2.new(0, 294, 0, 28)
  301.  
  302. Sides4.Name = "Sides4"
  303. Sides4.Parent = Main
  304. Sides4.BackgroundColor3 = Color3.new(0.639216, 0, 0)
  305. Sides4.BorderColor3 = Color3.new(1, 0, 0.0156863)
  306. Sides4.BorderSizePixel = 0
  307. Sides4.ClipsDescendants = true
  308. Sides4.Draggable = true
  309. Sides4.Position = UDim2.new(-0.111111112, 0, 0.83082366, 0)
  310. Sides4.Size = UDim2.new(0, 299, 0, 1)
  311. Sides4.ZIndex = 3
  312.  
  313. RandomMob.Name = "RandomMob"
  314. RandomMob.Parent = Main
  315. RandomMob.BackgroundColor3 = Color3.new(0, 0, 0)
  316. RandomMob.BackgroundTransparency = 0.5
  317. RandomMob.Position = UDim2.new(-0.0306513906, 0, 0.653265893, 0)
  318. RandomMob.Size = UDim2.new(0, 126, 0, 33)
  319. RandomMob.Font = Enum.Font.ArialBold
  320. RandomMob.FontSize = Enum.FontSize.Size14
  321. RandomMob.Text = "TP Random Mob"
  322. RandomMob.TextColor3 = Color3.new(0.619608, 0, 0)
  323. RandomMob.TextSize = 14
  324. RandomMob.TextWrapped = true
  325.  
  326. Keybind.Name = "Keybind"
  327. Keybind.Parent = Main
  328. Keybind.BackgroundColor3 = Color3.new(1, 1, 1)
  329. Keybind.BackgroundTransparency = 0.99000000953674
  330. Keybind.Position = UDim2.new(0.517241359, 0, 0.648265839, 0)
  331. Keybind.Size = UDim2.new(0, 126, 0, 33)
  332. Keybind.Font = Enum.Font.SourceSans
  333. Keybind.FontSize = Enum.FontSize.Size14
  334. Keybind.Text = "f"
  335. Keybind.TextColor3 = Color3.new(0.635294, 0.176471, 0.176471)
  336. Keybind.TextScaled = true
  337. Keybind.TextSize = 14
  338. Keybind.TextWrapped = true
  339.  
  340. F2miniBoss.Name = "F2miniBoss"
  341. F2miniBoss.Parent = Main
  342. F2miniBoss.BackgroundColor3 = Color3.new(0, 0, 0)
  343. F2miniBoss.BackgroundTransparency = 0.5
  344. F2miniBoss.Position = UDim2.new(-0.0306513906, 0, 0.416271657, 0)
  345. F2miniBoss.Size = UDim2.new(0, 126, 0, 33)
  346. F2miniBoss.Font = Enum.Font.ArialBold
  347. F2miniBoss.FontSize = Enum.FontSize.Size14
  348. F2miniBoss.Text = "F2 Mini Boss"
  349. F2miniBoss.TextColor3 = Color3.new(0.619608, 0, 0)
  350. F2miniBoss.TextSize = 14
  351. F2miniBoss.TextWrapped = true
  352.  
  353. F2BOSS.Name = "F2BOSS"
  354. F2BOSS.Parent = Main
  355. F2BOSS.BackgroundColor3 = Color3.new(0, 0, 0)
  356. F2BOSS.BackgroundTransparency = 0.5
  357. F2BOSS.Position = UDim2.new(0.509578466, 0, 0.416271657, 0)
  358. F2BOSS.Size = UDim2.new(0, 126, 0, 33)
  359. F2BOSS.Font = Enum.Font.ArialBold
  360. F2BOSS.FontSize = Enum.FontSize.Size14
  361. F2BOSS.Text = "F2 Boss"
  362. F2BOSS.TextColor3 = Color3.new(0.619608, 0, 0)
  363. F2BOSS.TextSize = 14
  364. F2BOSS.TextWrapped = true
  365.  
  366. OpenClose.Name = "OpenClose"
  367. OpenClose.Parent = SBO2Gui
  368. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  369. OpenClose.Position = UDim2.new(0, 0, 0.432291657, 0)
  370. OpenClose.Size = UDim2.new(0, 30, 0, 30)
  371. OpenClose.Style = Enum.ButtonStyle.RobloxButton
  372. OpenClose.Font = Enum.Font.ArialBold
  373. OpenClose.FontSize = Enum.FontSize.Size14
  374. OpenClose.Text = "H"
  375. OpenClose.TextColor3 = Color3.new(0.760784, 0, 0)
  376. OpenClose.TextSize = 14
  377. OpenClose.TextWrapped = true
  378.  
  379. Loading.Name = "Loading"
  380. Loading.Parent = SBO2Gui
  381. Loading.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  382. Loading.BackgroundTransparency = 0.55000001192093
  383. Loading.BorderColor3 = Color3.new(0.709804, 0, 0)
  384. Loading.Position = UDim2.new(0.396656543, 0, 0.432762831, 0)
  385. Loading.Size = UDim2.new(0, 330, 0, 107)
  386.  
  387. Text1.Name = "Text1"
  388. Text1.Parent = Loading
  389. Text1.BackgroundColor3 = Color3.new(1, 1, 1)
  390. Text1.BackgroundTransparency = 1
  391. Text1.Position = UDim2.new(-1.86264515e-09, 0, -0.0560747646, 0)
  392. Text1.Size = UDim2.new(0, 316, 0, 101)
  393. Text1.ZIndex = 2
  394. Text1.Font = Enum.Font.SciFi
  395. Text1.FontSize = Enum.FontSize.Size14
  396. Text1.Text = "HEXUS"
  397. Text1.TextColor3 = Color3.new(0.839216, 0, 0)
  398. Text1.TextScaled = true
  399. Text1.TextSize = 14
  400. Text1.TextStrokeColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  401. Text1.TextWrapped = true
  402.  
  403. Text2.Name = "Text2"
  404. Text2.Parent = Loading
  405. Text2.BackgroundColor3 = Color3.new(1, 1, 1)
  406. Text2.BackgroundTransparency = 1
  407. Text2.Position = UDim2.new(0.0939393938, 0, -0.0560747646, 0)
  408. Text2.Size = UDim2.new(0, 316, 0, 101)
  409. Text2.ZIndex = 2
  410. Text2.Font = Enum.Font.SciFi
  411. Text2.FontSize = Enum.FontSize.Size14
  412. Text2.Text = "____"
  413. Text2.TextColor3 = Color3.new(0.839216, 0, 0)
  414. Text2.TextScaled = true
  415. Text2.TextSize = 14
  416. Text2.TextWrapped = true
  417. Text2.TextXAlignment = Enum.TextXAlignment.Left
  418.  
  419. Text3.Name = "Text3"
  420. Text3.Parent = Text2
  421. Text3.BackgroundColor3 = Color3.new(1, 1, 1)
  422. Text3.BackgroundTransparency = 1
  423. Text3.Position = UDim2.new(0.528481007, 0, 0.752475262, 0)
  424. Text3.Size = UDim2.new(0, 34, 0, 25)
  425. Text3.ZIndex = 2
  426. Text3.Font = Enum.Font.SciFi
  427. Text3.FontSize = Enum.FontSize.Size14
  428. Text3.Text = ">"
  429. Text3.TextColor3 = Color3.new(0.839216, 0, 0)
  430. Text3.TextScaled = true
  431. Text3.TextSize = 14
  432. Text3.TextWrapped = true
  433. Text3.TextXAlignment = Enum.TextXAlignment.Left
  434.  
  435. Text4.Name = "Text4"
  436. Text4.Parent = Text2
  437. Text4.BackgroundColor3 = Color3.new(1, 1, 1)
  438. Text4.BackgroundTransparency = 1
  439. Text4.Position = UDim2.new(-0.0443037935, 0, 0.871287107, 0)
  440. Text4.Rotation = 180
  441. Text4.Size = UDim2.new(0, 25, 0, 20)
  442. Text4.ZIndex = 2
  443. Text4.Font = Enum.Font.SciFi
  444. Text4.FontSize = Enum.FontSize.Size14
  445. Text4.Text = ">"
  446. Text4.TextColor3 = Color3.new(0.839216, 0, 0)
  447. Text4.TextScaled = true
  448. Text4.TextSize = 14
  449. Text4.TextWrapped = true
  450. Text4.TextXAlignment = Enum.TextXAlignment.Left
  451. Main.Visible = false
  452.  
  453. --Animations
  454. local function logo()
  455. wait(3)
  456. Loading.Visible = false
  457. wait(1)
  458. Main.Visible = true
  459. end
  460. logo()
  461. --Funcions
  462.  
  463. local Player = game.Players.LocalPlayer
  464. local mouse = Player:GetMouse()
  465. local function onKeyDown(key)
  466. if key == "h" then
  467. if Main.Position == UDim2.new(0.759, 0, 0.286, 0) then
  468. Main:TweenPosition(UDim2.new(-1, 0, 0, 0), "Out", "Quad", 0.5)
  469. else
  470. Main:TweenPosition(UDim2.new(0.759, 0, 0.286, 0), "Out", "Quad", 0.5)
  471. end
  472. end
  473. end
  474. mouse.KeyDown:connect(onKeyDown)
  475.  
  476. HitBox.MouseButton1Click:Connect(function()
  477. warn("Executed HitBox")
  478. for i,v in pairs(game.Workspace.Mobs:children()) do
  479. if v:FindFirstChild("Head") then
  480. v.HumanoidRootPart.Transparency = 0.5
  481. v.HumanoidRootPart.Size = Vector3.new(50, 50, 50)
  482. v.HumanoidRootPart.Color = Color3.new(255, 0, 0)
  483. v.HumanoidRootPart.Material = "Neon"
  484. end
  485. end
  486. end)
  487.  
  488. Max.MouseButton1Click:Connect(function()
  489. warn("Ran Max Skills and no Cooldown")
  490. for i,v in pairs(game.ReplicatedStorage.Database.Skills:children()) do
  491. if v:FindFirstChild("Class") then
  492. v.Class:Remove()
  493. end
  494. if v:FindFirstChild("Anytime") then
  495. v.Anytime:Remove()
  496. end
  497. if v:FindFirstChild("Cost") then
  498. v.Cost.Value = -999999999
  499. end
  500. if v:FindFirstChild("Cooldown") then
  501. v.Cooldown.Value = -999999999
  502. end
  503. if v:FindFirstChild("Level") then
  504. v.Level.Value = -999999999
  505. end
  506. end
  507. end)
  508.  
  509. F1Boss.MouseButton1Click:Connect(function()
  510. warn("Teleported to Boss on Floor 1")
  511. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3060, -220, 1100) + Vector3.new(1,0,0)
  512. end)
  513.  
  514. F1miniBoss.MouseButton1Click:Connect(function()
  515. warn("Teleported to Mini Boss on Floor 1")
  516. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(250, 50, 1025) + Vector3.new(1,0,0)
  517. end)
  518.  
  519. F1Spawn.MouseButton1Click:Connect(function()
  520. warn("Teleported to Spawn on Floor 1")
  521. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(750, 40, -880) + Vector3.new(1,0,0)
  522. end)
  523.  
  524. FAM.MouseButton1Click:Connect(function()
  525. for i,v in pairs(workspace.Mobs:children()) do
  526. if v~=nil then
  527. v.Humanoid.WalkSpeed = 0
  528. lolsss=v:GetChildren()
  529. for i=1,#lolsss do
  530. if lolsss[i].className=="Part" then
  531. lolsss[i].Anchored = true
  532. lolsss[i].Reflectance = 1
  533. end
  534. end
  535. end
  536. end
  537. end)
  538.  
  539. local function key2(key)
  540. if key == Keybind.Text then
  541. warn("Teleported to Random mob")
  542. local model = game.Workspace.Mobs
  543. local mobs = model:GetChildren()
  544. for i =1, #mobs do
  545. local themob = mobs[math.random(#mobs)]
  546. if themob:findFirstChild("Torso") then
  547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(themob.Torso.Position)
  548. end
  549. end
  550. end
  551. end
  552. mouse.KeyDown:connect(key2)
  553.  
  554. F2BOSS.MouseButton1Click:Connect(function()
  555. warn("Teleported to boss on Floor 2")
  556. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2950, 125, -9400) + Vector3.new(1,0,0)
  557. end)
  558.  
  559. F2miniBoss.MouseButton1Click:Connect(function()
  560. warn("Teleported to Mini boss on Floor 2")
  561. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3735, 135, -2288) + Vector3.new(1,0,0)
  562. end)
  563.  
  564. TPTP.MouseButton1Click:Connect(function()
  565. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace:FindFirstChild(PlayerName.Text).UpperTorso.Position) + Vector3.new(25, 0, 0)
  566. warn("Teleported to player")
  567. end)
  568.  
  569. ESP.MouseButton1Click:Connect(function()
  570. print("Hexus is a Level 7 Exploit")
  571. warn("Created by Customality")
  572. print("It provides unrestricted Lua execution on any game and stability is at it's finest")
  573. print("Hexus Discord invite CODE:")
  574. warn("8YeU2tG")
  575. end)
  576.  
  577. ItemTP.MouseButton1Click:Connect(function()
  578. local model = game.Workspace.Mobs
  579. local mobs = model:GetChildren()
  580. for i =1, #mobs do
  581. if mobs[i].Name == "Item Crystal" then
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(mobs[i].Torso.Position)
  583. end
  584. end
  585. end)
  586. RandomMob.MouseButton1Click:Connect(key2(Keybind.Text))
Add Comment
Please, Sign In to add comment