Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.67 KB | None | 0 0
  1. -- Objects
  2.  
  3. PlayerName = tostring(game.Players.LocalPlayer.Name)
  4.  
  5. local UZBurst = Instance.new("ScreenGui")
  6. local Drag = Instance.new("Frame")
  7. local Credits = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local minimize = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local menu = Instance.new("Frame")
  12. local titleD = Instance.new("TextLabel")
  13. local A = Instance.new("Frame")
  14. local inputA1 = Instance.new("TextBox")
  15. local optionA1 = Instance.new("TextButton")
  16. local titleB = Instance.new("TextLabel")
  17. local B = Instance.new("Frame")
  18. local inputB1 = Instance.new("TextBox")
  19. local optionB1 = Instance.new("TextButton")
  20. local titleC = Instance.new("TextLabel")
  21. local C = Instance.new("Frame")
  22. local optionC1 = Instance.new("TextButton")
  23. local TextLabel = Instance.new("TextLabel")
  24. local inputC2 = Instance.new("TextBox")
  25. local inputC3 = Instance.new("TextBox")
  26. local optionC2 = Instance.new("TextButton")
  27. local optionC3 = Instance.new("TextButton")
  28. local titleA = Instance.new("TextLabel")
  29. local D = Instance.new("Frame")
  30. local titleD1 = Instance.new("TextBox")
  31. local optionD1_1 = Instance.new("TextButton")
  32. local optionD1_2 = Instance.new("TextButton")
  33. local optionD1_3 = Instance.new("TextButton")
  34. local titleD2 = Instance.new("TextBox")
  35. local optionD2_1 = Instance.new("TextButton")
  36. local optionD2_2 = Instance.new("TextButton")
  37. local titleD3 = Instance.new("TextBox")
  38. local optionD3_1 = Instance.new("TextButton")
  39. local optionD3_2 = Instance.new("TextButton")
  40. local optionD3_3 = Instance.new("TextButton")
  41. local titleD4 = Instance.new("TextBox")
  42. local optionD4_1 = Instance.new("TextButton")
  43. local optionD4_2 = Instance.new("TextButton")
  44. local titleD5 = Instance.new("TextBox")
  45. local optionD5_1 = Instance.new("TextButton")
  46. local optionD5_2 = Instance.new("TextButton")
  47.  
  48. game:GetService("RunService").RenderStepped:connect(function()
  49. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.Parent then
  50. if not game.Players.LocalPlayer.Character:FindFirstChild("IgnoreTeleport") then
  51. local ff = Instance.new("IntValue", game.Players.LocalPlayer.Character)
  52. ff.Name = "IgnoreTeleport"
  53. end
  54. end
  55. end)
  56.  
  57. -- Properties
  58.  
  59. UZBurst.Name = "UZBurst"
  60. UZBurst.Parent = game.Players.LocalPlayer.PlayerGui
  61.  
  62. Drag.Name = "Drag"
  63. Drag.Parent = UZBurst
  64. Drag.Active = true
  65. Drag.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Drag.BackgroundTransparency = 1
  67. Drag.Draggable = true
  68. Drag.Position = UDim2.new(0.242945626, -108, 0.478203446, 2)
  69. Drag.Selectable = true
  70. Drag.Size = UDim2.new(0, 482, 0, 18)
  71.  
  72. Credits.Name = "Credits"
  73. Credits.Parent = Drag
  74. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Credits.BorderColor3 = Color3.new(0, 0, 0)
  76. Credits.Size = UDim2.new(0, 480, 0, 21)
  77. Credits.ZIndex = 2
  78.  
  79. title.Name = "title"
  80. title.Parent = Credits
  81. title.BackgroundColor3 = Color3.new(1, 1, 1)
  82. title.BackgroundTransparency = 1
  83. title.Position = UDim2.new(0.00625000009, 0, 0.0476190485, 0)
  84. title.Size = UDim2.new(0, 443, 0, 19)
  85. title.ZIndex = 2
  86. title.Font = Enum.Font.SourceSansBold
  87. title.FontSize = Enum.FontSize.Size18
  88. title.Text = "SB2 GUI by Uzae#0723/Xenality @V3rmillion Discord Invite: wc36UWf"
  89. title.TextColor3 = Color3.new(1, 1, 1)
  90. title.TextSize = 16
  91. title.TextWrapped = true
  92. title.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. minimize.Name = "minimize"
  95. minimize.Parent = Credits
  96. minimize.BackgroundColor3 = Color3.new(0.780392, 0, 0.0117647)
  97. minimize.BorderSizePixel = 0
  98. minimize.Position = UDim2.new(0.96641171, 0, 0.285714358, 0)
  99. minimize.Size = UDim2.new(0, 8, 0, 8)
  100. minimize.ZIndex = 3
  101. minimize.AutoButtonColor = false
  102. minimize.Font = Enum.Font.SourceSans
  103. minimize.TextSize = 1
  104. minimize.TextTransparency = 1
  105. minimize.MouseButton1Click:connect(function()
  106. minimize.Parent.Parent.Main.Visible = not minimize.Parent.Parent.Main.Visible
  107. end)
  108.  
  109. Main.Name = "Main"
  110. Main.Parent = Drag
  111. Main.Active = true
  112. Main.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  113. Main.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  114. Main.Size = UDim2.new(0, 480, 0, 318)
  115.  
  116. menu.Name = "menu"
  117. menu.Parent = Main
  118. menu.BackgroundColor3 = Color3.new(1, 1, 1)
  119. menu.BackgroundTransparency = 1
  120. menu.BorderSizePixel = 0
  121. menu.Position = UDim2.new(0.216216207, 0, 0.121621639, 0)
  122. menu.Size = UDim2.new(0, 147, 0, 15)
  123.  
  124. titleD.Name = "titleD"
  125. titleD.Parent = menu
  126. titleD.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  127. titleD.BackgroundTransparency = 1
  128. titleD.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  129. titleD.Position = UDim2.new(1.1360544, 0, -1.20000005, 0)
  130. titleD.Size = UDim2.new(0, 181, 0, 32)
  131. titleD.Font = Enum.Font.SourceSansBold
  132. titleD.FontSize = Enum.FontSize.Size14
  133. titleD.Text = "WAYPOINTS"
  134. titleD.TextColor3 = Color3.new(1, 1, 1)
  135. titleD.TextScaled = true
  136. titleD.TextSize = 14
  137. titleD.TextWrapped = true
  138.  
  139. A.Name = "A"
  140. A.Parent = menu
  141. A.BackgroundColor3 = Color3.new(1, 1, 1)
  142. A.BackgroundTransparency = 1
  143. A.Position = UDim2.new(-0.295918345, 0, 1.60000002, 0)
  144. A.Size = UDim2.new(0, 234, 0, 21)
  145.  
  146. inputA1.Name = "inputA1"
  147. inputA1.Parent = A
  148. inputA1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  149. inputA1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  150. inputA1.BorderSizePixel = 2
  151. inputA1.Position = UDim2.new(-0.211538479, 0, -0.333333373, 0)
  152. inputA1.Size = UDim2.new(0, 234, 0, 21)
  153. inputA1.Font = Enum.Font.SourceSansBold
  154. inputA1.FontSize = Enum.FontSize.Size14
  155. inputA1.Text = "Item"
  156. inputA1.TextColor3 = Color3.new(1, 1, 1)
  157. inputA1.TextScaled = true
  158. inputA1.TextSize = 14
  159. inputA1.TextWrapped = true
  160.  
  161. optionA1.Name = "optionA1"
  162. optionA1.Parent = A
  163. optionA1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  164. optionA1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  165. optionA1.Position = UDim2.new(-0.211538479, 0, 1.14285707, 0)
  166. optionA1.Size = UDim2.new(0, 234, 0, 14)
  167. optionA1.Font = Enum.Font.SourceSansBold
  168. optionA1.FontSize = Enum.FontSize.Size14
  169. optionA1.Text = "Dismantle All"
  170. optionA1.TextColor3 = Color3.new(1, 1, 1)
  171. optionA1.TextSize = 14
  172. optionA1.MouseButton1Down:connect(function()
  173. local log = false
  174. local SelectedWeaponData = inputA1.text
  175. for i,v in pairs(game.ReplicatedStorage.Profiles[PlayerName].Inventory:GetChildren()) do
  176. if v.Name == (SelectedWeaponData) then
  177. game.ReplicatedStorage.Event:FireServer("Equipment", {"Dismantle", v})
  178. local check = v:FindFirstChild(SelectedWeaponData)
  179. if not check then
  180. log = true
  181. if check then
  182. log = false
  183. end
  184. if log == true then
  185. print("Dismantled every " .. SelectedWeaponData ..".")
  186. end
  187. end
  188. end
  189. end
  190. end)
  191.  
  192. titleB.Name = "titleB"
  193. titleB.Parent = menu
  194. titleB.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  195. titleB.BackgroundTransparency = 1
  196. titleB.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  197. titleB.Position = UDim2.new(-0.455782354, 0, 4.0999999, 0)
  198. titleB.Size = UDim2.new(0, 181, 0, 32)
  199. titleB.Font = Enum.Font.SourceSansBold
  200. titleB.FontSize = Enum.FontSize.Size14
  201. titleB.Text = "UPGRADE"
  202. titleB.TextColor3 = Color3.new(1, 1, 1)
  203. titleB.TextScaled = true
  204. titleB.TextSize = 14
  205. titleB.TextWrapped = true
  206.  
  207. -- Upgrades
  208.  
  209. B.Name = "B"
  210. B.Parent = menu
  211. B.BackgroundColor3 = Color3.new(1, 1, 1)
  212. B.BackgroundTransparency = 1
  213. B.Position = UDim2.new(-0.299319714, 0, 8.0666666, 0)
  214. B.Size = UDim2.new(0, 234, 0, 21)
  215.  
  216. inputB1.Name = "inputB1"
  217. inputB1.Parent = B
  218. inputB1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  219. inputB1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  220. inputB1.BorderSizePixel = 2
  221. inputB1.Position = UDim2.new(-0.211538479, 0, -1.04761922, 0)
  222. inputB1.Size = UDim2.new(0, 234, 0, 21)
  223. inputB1.Font = Enum.Font.SourceSansBold
  224. inputB1.FontSize = Enum.FontSize.Size14
  225. inputB1.Text = "Item"
  226. inputB1.TextColor3 = Color3.new(1, 1, 1)
  227. inputB1.TextScaled = true
  228. inputB1.TextSize = 14
  229. inputB1.TextWrapped = true
  230.  
  231. optionB1.Name = "optionB1"
  232. optionB1.Parent = B
  233. optionB1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  234. optionB1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  235. optionB1.Position = UDim2.new(-0.205128208, 0, 0.52380991, 0)
  236. optionB1.Size = UDim2.new(0, 234, 0, 14)
  237. optionB1.Font = Enum.Font.SourceSansBold
  238. optionB1.FontSize = Enum.FontSize.Size14
  239. optionB1.Text = "Max Upgrade"
  240. optionB1.TextColor3 = Color3.new(1, 1, 1)
  241. optionB1.TextSize = 14
  242. optionB1.MouseButton1Click:Connect(function()
  243. local SelectedWeaponData = inputB1.Text
  244. for i,v in pairs(game.ReplicatedStorage.Profiles[PlayerName].Inventory:GetChildren()) do
  245. if v.Name == (SelectedWeaponData) then
  246. for i=1,100 do
  247. game.ReplicatedStorage.Event:FireServer("Equipment", {"Upgrade", v, false})
  248. print("Upgraded " .. SelectedWeaponData .. " to Max.")
  249. end
  250. end
  251. end
  252. end)
  253.  
  254. titleC.Name = "titleC"
  255. titleC.Parent = menu
  256. titleC.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  257. titleC.BackgroundTransparency = 1
  258. titleC.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  259. titleC.Position = UDim2.new(-0.448979557, 0, 9.69999981, 0)
  260. titleC.Size = UDim2.new(0, 181, 0, 32)
  261. titleC.Font = Enum.Font.SourceSansBold
  262. titleC.FontSize = Enum.FontSize.Size14
  263. titleC.Text = "WALKSPEED"
  264. titleC.TextColor3 = Color3.new(1, 1, 1)
  265. titleC.TextScaled = true
  266. titleC.TextSize = 14
  267. titleC.TextWrapped = true
  268.  
  269. -- Player Functions
  270.  
  271. C.Name = "C"
  272. C.Parent = menu
  273. C.BackgroundColor3 = Color3.new(1, 1, 1)
  274. C.BackgroundTransparency = 1
  275. C.Position = UDim2.new(-0.299319744, 0, 11.6666679, 0)
  276. C.Size = UDim2.new(0, 235, 0, 42)
  277.  
  278. optionC1.Name = "optionC1"
  279. optionC1.Parent = C
  280. optionC1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  281. optionC1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  282. optionC1.Position = UDim2.new(-0.204282612, 0, 0.142857596, 0)
  283. optionC1.Size = UDim2.new(0, 234, 0, 14)
  284. optionC1.Font = Enum.Font.SourceSansBold
  285. optionC1.FontSize = Enum.FontSize.Size14
  286. optionC1.Text = "Boost"
  287. optionC1.TextColor3 = Color3.new(1, 1, 1)
  288. optionC1.TextSize = 14
  289. optionC1.MouseButton1Down:connect(function()
  290. speed = Instance.new("BodyThrust", workspace[PlayerName].HumanoidRootPart)
  291. local Player = game.Players.LocalPlayer
  292. local Mouse = Player:GetMouse()
  293.  
  294. Mouse.KeyDown:connect(function(key)
  295. if key:byte() == 118 then
  296. speed.Force = Vector3.new(0, 0, -4000)
  297. end
  298. end)
  299. Mouse.KeyUp:connect(function(key)
  300. if key:byte() == 118 then
  301. speed.Force = Vector3.new()
  302. end
  303. end)
  304. end)
  305.  
  306.  
  307. TextLabel.Name = "Hint"
  308. TextLabel.Parent = C
  309. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  310. TextLabel.BackgroundTransparency = 1
  311. TextLabel.Position = UDim2.new(-0.131914914, 0, 0.476190507, 0)
  312. TextLabel.Size = UDim2.new(0, 200, 0, 19)
  313. TextLabel.Font = Enum.Font.SourceSansBold
  314. TextLabel.FontSize = Enum.FontSize.Size14
  315. TextLabel.Text = "Hold V to turn on. (Hold Space to gain speed.)"
  316. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  317. TextLabel.TextSize = 14
  318.  
  319. inputC2.Name = "inputC2"
  320. inputC2.Parent = C
  321. inputC2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  322. inputC2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  323. inputC2.BorderSizePixel = 2
  324. inputC2.Position = UDim2.new(0.506383002, 0, 1.07142854, 0)
  325. inputC2.Size = UDim2.new(0, 65, 0, 14)
  326. inputC2.Font = Enum.Font.SourceSansBold
  327. inputC2.FontSize = Enum.FontSize.Size14
  328. inputC2.Text = "20"
  329. inputC2.TextColor3 = Color3.new(1, 1, 1)
  330. inputC2.TextScaled = true
  331. inputC2.TextSize = 14
  332. inputC2.TextWrapped = true
  333.  
  334. inputC2.Changed:Connect(function()
  335. workspace[PlayerName].Humanoid.WalkSpeed = tonumber(inputC2.Text)
  336. end)
  337.  
  338. inputC3.Name = "inputC3"
  339. inputC3.Parent = C
  340. inputC3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  341. inputC3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  342. inputC3.BorderSizePixel = 2
  343. inputC3.Position = UDim2.new(0.506383002, 0, 1.69047618, 0)
  344. inputC3.Size = UDim2.new(0, 65, 0, 14)
  345. inputC3.Font = Enum.Font.SourceSansBold
  346. inputC3.FontSize = Enum.FontSize.Size14
  347. inputC3.Text = "50"
  348. inputC3.TextColor3 = Color3.new(1, 1, 1)
  349. inputC3.TextScaled = true
  350. inputC3.TextSize = 14
  351. inputC3.TextWrapped = true
  352. inputC3.Changed:Connect(function()
  353. workspace[PlayerName].Humanoid.JumpPower = tonumber(inputC3.Text)
  354. end)
  355.  
  356. optionC2.Name = "optionC2"
  357. optionC2.Parent = C
  358. optionC2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  359. optionC2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  360. optionC2.Position = UDim2.new(-0.204255342, 0, 1.07142854, 0)
  361. optionC2.Size = UDim2.new(0, 156, 0, 14)
  362. optionC2.AutoButtonColor = false
  363. optionC2.Font = Enum.Font.SourceSansBold
  364. optionC2.FontSize = Enum.FontSize.Size14
  365. optionC2.Text = "Speed"
  366. optionC2.TextColor3 = Color3.new(1, 1, 1)
  367. optionC2.TextSize = 14
  368.  
  369. optionC3.Name = "optionC3"
  370. optionC3.Parent = C
  371. optionC3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  372. optionC3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  373. optionC3.Position = UDim2.new(-0.204255342, 0, 1.69047618, 0)
  374. optionC3.Size = UDim2.new(0, 156, 0, 14)
  375. optionC3.AutoButtonColor = false
  376. optionC3.Font = Enum.Font.SourceSansBold
  377. optionC3.FontSize = Enum.FontSize.Size14
  378. optionC3.Text = "Jump Power"
  379. optionC3.TextColor3 = Color3.new(1, 1, 1)
  380. optionC3.TextSize = 14
  381.  
  382. titleA.Name = "titleA"
  383. titleA.Parent = menu
  384. titleA.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  385. titleA.BackgroundTransparency = 1
  386. titleA.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  387. titleA.Position = UDim2.new(-0.448979676, 0, -1.20000005, 0)
  388. titleA.Size = UDim2.new(0, 181, 0, 32)
  389. titleA.Font = Enum.Font.SourceSansBold
  390. titleA.FontSize = Enum.FontSize.Size14
  391. titleA.Text = "DISMANTLE"
  392. titleA.TextColor3 = Color3.new(1, 1, 1)
  393. titleA.TextScaled = true
  394. titleA.TextSize = 14
  395. titleA.TextWrapped = true
  396.  
  397. D.Name = "D"
  398. D.Parent = menu
  399. D.BackgroundColor3 = Color3.new(1, 1, 1)
  400. D.BackgroundTransparency = 1
  401. D.Position = UDim2.new(1.41496599, 0, -0.199999988, 0)
  402. D.Size = UDim2.new(0, 161, 0, 161)
  403.  
  404. titleD1.Name = "titleD1"
  405. titleD1.Parent = D
  406. titleD1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  407. titleD1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  408. titleD1.Position = UDim2.new(-0.298136681, 0, 0.121117949, 0)
  409. titleD1.Selectable = false
  410. titleD1.Size = UDim2.new(0, 25, 0, 14)
  411. titleD1.ClearTextOnFocus = false
  412. titleD1.Font = Enum.Font.SourceSansBold
  413. titleD1.FontSize = Enum.FontSize.Size14
  414. titleD1.Text = "F1"
  415. titleD1.TextColor3 = Color3.new(1, 1, 1)
  416. titleD1.TextSize = 14
  417.  
  418. optionD1_1.Name = "optionD1_1"
  419. optionD1_1.Parent = D
  420. optionD1_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  421. optionD1_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  422. optionD1_1.Position = UDim2.new(-0.0745341703, 0, 0.12422359, 0)
  423. optionD1_1.Size = UDim2.new(0, 28, 0, 14)
  424. optionD1_1.Font = Enum.Font.SourceSansBold
  425. optionD1_1.FontSize = Enum.FontSize.Size14
  426. optionD1_1.Text = "Boss"
  427. optionD1_1.TextColor3 = Color3.new(1, 1, 1)
  428. optionD1_1.TextSize = 14
  429. optionD1_1.MouseButton1Down:connect(function()
  430. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
  431. end)
  432.  
  433. optionD1_2.Name = "optionD1_2"
  434. optionD1_2.Parent = D
  435. optionD1_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  436. optionD1_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  437. optionD1_2.Position = UDim2.new(0.161490679, 0, 0.12422359, 0)
  438. optionD1_2.Size = UDim2.new(0, 49, 0, 14)
  439. optionD1_2.Font = Enum.Font.SourceSansBold
  440. optionD1_2.FontSize = Enum.FontSize.Size14
  441. optionD1_2.Text = "Mini Boss"
  442. optionD1_2.TextColor3 = Color3.new(1, 1, 1)
  443. optionD1_2.TextSize = 14
  444. optionD1_2.MouseButton1Down:connect(function()
  445. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(257.34, 55, 1044.4))
  446. end)
  447.  
  448. optionD1_3.Name = "optionD1_3"
  449. optionD1_3.Parent = D
  450. optionD1_3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  451. optionD1_3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  452. optionD1_3.Position = UDim2.new(0.534161389, 0, 0.12422359, 0)
  453. optionD1_3.Size = UDim2.new(0, 66, 0, 14)
  454. optionD1_3.Font = Enum.Font.SourceSansBold
  455. optionD1_3.FontSize = Enum.FontSize.Size14
  456. optionD1_3.Text = "Item Crystal"
  457. optionD1_3.TextColor3 = Color3.new(1, 1, 1)
  458. optionD1_3.TextSize = 14
  459. optionD1_3.MouseButton1Down:connect(function()
  460. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-817.8, -98.17, 602.55))
  461. end)
  462.  
  463. titleD2.Name = "titleD2"
  464. titleD2.Parent = D
  465. titleD2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  466. titleD2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  467. titleD2.Position = UDim2.new(-0.298136681, 0, 0.270186186, 0)
  468. titleD2.Selectable = false
  469. titleD2.Size = UDim2.new(0, 25, 0, 14)
  470. titleD2.ClearTextOnFocus = false
  471. titleD2.Font = Enum.Font.SourceSansBold
  472. titleD2.FontSize = Enum.FontSize.Size14
  473. titleD2.Text = "F2"
  474. titleD2.TextColor3 = Color3.new(1, 1, 1)
  475. titleD2.TextSize = 14
  476.  
  477. optionD2_1.Name = "optionD2_1"
  478. optionD2_1.Parent = D
  479. optionD2_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  480. optionD2_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  481. optionD2_1.Position = UDim2.new(-0.0745341703, 0, 0.267080754, 0)
  482. optionD2_1.Size = UDim2.new(0, 52, 0, 14)
  483. optionD2_1.Font = Enum.Font.SourceSansBold
  484. optionD2_1.FontSize = Enum.FontSize.Size14
  485. optionD2_1.Text = "Boss"
  486. optionD2_1.TextColor3 = Color3.new(1, 1, 1)
  487. optionD2_1.TextSize = 14
  488. optionD2_1.MouseButton1Down:connect(function()
  489. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
  490. end)
  491.  
  492. optionD2_2.Name = "optionD2_2"
  493. optionD2_2.Parent = D
  494. optionD2_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  495. optionD2_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  496. optionD2_2.Position = UDim2.new(0.329192519, 0, 0.267080754, 0)
  497. optionD2_2.Size = UDim2.new(0, 99, 0, 14)
  498. optionD2_2.Font = Enum.Font.SourceSansBold
  499. optionD2_2.FontSize = Enum.FontSize.Size14
  500. optionD2_2.Text = "Mini Boss"
  501. optionD2_2.TextColor3 = Color3.new(1, 1, 1)
  502. optionD2_2.TextSize = 14
  503. optionD2_2.MouseButton1Down:connect(function()
  504. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3823.23, 137.8, -2313.2))
  505. end)
  506.  
  507. titleD3.Name = "titleD3"
  508. titleD3.Parent = D
  509. titleD3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  510. titleD3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  511. titleD3.Position = UDim2.new(-0.298136681, 0, 0.41304338, 0)
  512. titleD3.Selectable = false
  513. titleD3.Size = UDim2.new(0, 25, 0, 14)
  514. titleD3.ClearTextOnFocus = false
  515. titleD3.Font = Enum.Font.SourceSansBold
  516. titleD3.FontSize = Enum.FontSize.Size14
  517. titleD3.Text = "F3"
  518. titleD3.TextColor3 = Color3.new(1, 1, 1)
  519. titleD3.TextSize = 14
  520.  
  521. optionD3_1.Name = "optionD3_1"
  522. optionD3_1.Parent = D
  523. optionD3_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  524. optionD3_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  525. optionD3_1.Position = UDim2.new(-0.0745341703, 0, 0.41614902, 0)
  526. optionD3_1.Size = UDim2.new(0, 28, 0, 14)
  527. optionD3_1.Font = Enum.Font.SourceSansBold
  528. optionD3_1.FontSize = Enum.FontSize.Size14
  529. optionD3_1.Text = "Boss"
  530. optionD3_1.TextColor3 = Color3.new(1, 1, 1)
  531. optionD3_1.TextSize = 14
  532. optionD3_1.MouseButton1Down:connect(function()
  533. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
  534. end)
  535.  
  536. optionD3_2.Name = "optionD3_2"
  537. optionD3_2.Parent = D
  538. optionD3_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  539. optionD3_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  540. optionD3_2.Position = UDim2.new(0.161490679, 0, 0.41614902, 0)
  541. optionD3_2.Size = UDim2.new(0, 49, 0, 14)
  542. optionD3_2.Font = Enum.Font.SourceSansBold
  543. optionD3_2.FontSize = Enum.FontSize.Size14
  544. optionD3_2.Text = "Mini Boss"
  545. optionD3_2.TextColor3 = Color3.new(1, 1, 1)
  546. optionD3_2.TextSize = 14
  547. optionD3_2.MouseButton1Down:connect(function()
  548. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1200, 5143, 2051))
  549. end)
  550.  
  551. optionD3_3.Name = "optionD3_3"
  552. optionD3_3.Parent = D
  553. optionD3_3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  554. optionD3_3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  555. optionD3_3.Position = UDim2.new(0.534161389, 0, 0.41614902, 0)
  556. optionD3_3.Size = UDim2.new(0, 66, 0, 14)
  557. optionD3_3.Font = Enum.Font.SourceSansBold
  558. optionD3_3.FontSize = Enum.FontSize.Size14
  559. optionD3_3.Text = "Item Crystal"
  560. optionD3_3.TextColor3 = Color3.new(1, 1, 1)
  561. optionD3_3.TextSize = 14
  562. optionD3_3.MouseButton1Down:connect(function()
  563. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-678.677, 3824.55444, 75.0522919))
  564. end)
  565.  
  566. titleD4.Name = "titleD4"
  567. titleD4.Parent = D
  568. titleD4.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  569. titleD4.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  570. titleD4.Position = UDim2.new(-0.298136681, 0, 0.562111616, 0)
  571. titleD4.Selectable = false
  572. titleD4.Size = UDim2.new(0, 25, 0, 14)
  573. titleD4.ClearTextOnFocus = false
  574. titleD4.Font = Enum.Font.SourceSansBold
  575. titleD4.FontSize = Enum.FontSize.Size14
  576. titleD4.Text = "F4"
  577. titleD4.TextColor3 = Color3.new(1, 1, 1)
  578. titleD4.TextSize = 14
  579.  
  580. optionD4_1.Name = "optionD4_1"
  581. optionD4_1.Parent = D
  582. optionD4_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  583. optionD4_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  584. optionD4_1.Position = UDim2.new(-0.0745341703, 0, 0.559006214, 0)
  585. optionD4_1.Size = UDim2.new(0, 52, 0, 14)
  586. optionD4_1.Font = Enum.Font.SourceSansBold
  587. optionD4_1.FontSize = Enum.FontSize.Size14
  588. optionD4_1.Text = "Boss"
  589. optionD4_1.TextColor3 = Color3.new(1, 1, 1)
  590. optionD4_1.TextSize = 14
  591. optionD4_1.MouseButton1Down:connect(function()
  592. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
  593. end)
  594.  
  595. optionD4_2.Name = "optionD4_2"
  596. optionD4_2.Parent = D
  597. optionD4_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  598. optionD4_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  599. optionD4_2.Position = UDim2.new(0.329192519, 0, 0.559006214, 0)
  600. optionD4_2.Size = UDim2.new(0, 99, 0, 14)
  601. optionD4_2.Font = Enum.Font.SourceSansBold
  602. optionD4_2.FontSize = Enum.FontSize.Size14
  603. optionD4_2.Text = "Mini Boss"
  604. optionD4_2.TextColor3 = Color3.new(1, 1, 1)
  605. optionD4_2.TextSize = 14
  606. optionD4_2.MouseButton1Down:connect(function()
  607. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3087, 3163, -6509))
  608. end)
  609.  
  610. titleD5.Name = "titleD5"
  611. titleD5.Parent = D
  612. titleD5.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  613. titleD5.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  614. titleD5.Position = UDim2.new(-0.298136681, 0, 0.698757589, 0)
  615. titleD5.Selectable = false
  616. titleD5.Size = UDim2.new(0, 25, 0, 14)
  617. titleD5.ClearTextOnFocus = false
  618. titleD5.Font = Enum.Font.SourceSansBold
  619. titleD5.FontSize = Enum.FontSize.Size14
  620. titleD5.Text = "F5"
  621. titleD5.TextColor3 = Color3.new(1, 1, 1)
  622. titleD5.TextSize = 14
  623.  
  624. optionD5_1.Name = "optionD5_1"
  625. optionD5_1.Parent = D
  626. optionD5_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  627. optionD5_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  628. optionD5_1.Position = UDim2.new(-0.0745341703, 0, 0.701863348, 0)
  629. optionD5_1.Size = UDim2.new(0, 52, 0, 14)
  630. optionD5_1.Font = Enum.Font.SourceSansBold
  631. optionD5_1.FontSize = Enum.FontSize.Size14
  632. optionD5_1.Text = "Boss"
  633. optionD5_1.TextColor3 = Color3.new(1, 1, 1)
  634. optionD5_1.TextSize = 14
  635. optionD5_1.MouseButton1Down:connect(function()
  636. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.68872, 1250.95618, -388.3125))
  637. end)
  638.  
  639. optionD5_2.Name = "optionD5_2"
  640. optionD5_2.Parent = D
  641. optionD5_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  642. optionD5_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  643. optionD5_2.Position = UDim2.new(0.329192519, 0, 0.701863348, 0)
  644. optionD5_2.Size = UDim2.new(0, 99, 0, 14)
  645. optionD5_2.Font = Enum.Font.SourceSansBold
  646. optionD5_2.FontSize = Enum.FontSize.Size14
  647. optionD5_2.Text = "Mini Boss"
  648. optionD5_2.TextColor3 = Color3.new(1, 1, 1)
  649. optionD5_2.TextSize = 14
  650. optionD5_2.MouseButton1Down:connect(function()
  651. game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1610.15137, 1463.90161, -4964.9126))
  652. end)
  653.  
  654. local WhyBotherWithAWhitelist = {
  655. 68874818, --Uzae#0723
  656. 292305290, --Direnta#8514
  657. 93211546, --Ana#7044
  658. 59831847, --Xenon#0265
  659. 12999241, --sloppey#9041
  660. 86296431, --Chipset#8252
  661. 29040983, --plehlowla#0824
  662. 53233917, --Hoe#7173
  663. 89704617, --⎝╲⎝⧹๖̶̶̶ζ͜͡BadCate⧸⎠╱⎠✓ᵛᵉʳᶦᶠᶦᵉᵈ#6062
  664. 154260365, --MrMongo1#2038
  665. }
  666.  
  667. function isWhitelisted(userid)
  668. for _,v in pairs(WhyBotherWithAWhitelist) do
  669. if userid == v then
  670. warn("You are whitelisted, "..(PlayerName)..". Enjoy UZBurst!")
  671. return true
  672. end
  673. end
  674. end
  675.  
  676. if not isWhitelisted(game.Players.LocalPlayer.UserId) then
  677. while true do end
  678. end
  679.  
  680. warn("Successfully loaded.")
  681. warn("GUI made by Uzae#0723 or Xenality @V3rmillion.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement