Advertisement
Guest User

Untitled

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