PG_MCVN

Untitled

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