Advertisement
Burkino

Swordburst 2 GUI

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