Advertisement
KiritoMonster

SB2 Farm 3

Nov 18th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 KB | None | 0 0
  1. -- Credits: FLoun Team
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local open = Instance.new("TextButton")
  5. local close = Instance.new("TextButton")
  6. local SB2GUI = Instance.new("ImageLabel")
  7. local Gui = Instance.new("TextLabel")
  8. local TextLabel_Roundify_20px = Instance.new("ImageLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local TextLabel_Roundify_20px_2 = Instance.new("ImageLabel")
  11. local Teleport = Instance.new("TextButton")
  12. local Frame = Instance.new("ImageLabel")
  13. local F1B = Instance.new("TextButton")
  14. local F2B = Instance.new("TextButton")
  15. local F3B = Instance.new("TextButton")
  16. local F4B = Instance.new("TextButton")
  17. local F5B = Instance.new("TextButton")
  18. local F7B = Instance.new("TextButton")
  19. local F8M = Instance.new("TextButton")
  20. local F9B = Instance.new("TextButton")
  21. local F10B = Instance.new("TextButton")
  22. local F1M = Instance.new("TextButton")
  23. local F2M = Instance.new("TextButton")
  24. local F3M = Instance.new("TextButton")
  25. local F4M = Instance.new("TextButton")
  26. local F7M = Instance.new("TextButton")
  27. local F8B = Instance.new("TextButton")
  28. local F9M = Instance.new("TextButton")
  29. local F5M = Instance.new("TextButton")
  30. local F10M = Instance.new("TextButton")
  31. local NormalSpeed = Instance.new("TextButton")
  32. local NormalJump = Instance.new("TextButton")
  33. local MaxJump = Instance.new("TextButton")
  34. local MaxSpeed = Instance.new("TextButton")
  35. local HitBox = Instance.new("TextButton")
  36. local AutoFarmGuI = Instance.new("TextButton")
  37.  
  38. --Properties:
  39.  
  40. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41.  
  42. open.Name = "open"
  43. open.Parent = ScreenGui
  44. open.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  45. open.BorderColor3 = Color3.new(0.333333, 1, 1)
  46. open.BorderSizePixel = 3
  47. open.Position = UDim2.new(0, 0, 0.547965109, 0)
  48. open.Size = UDim2.new(0, 102, 0, 44)
  49. open.Text = "Open"
  50. open.TextColor3 = Color3.new(0, 0, 1)
  51. open.TextSize = 25
  52. open.TextWrapped = true
  53. open.MouseButton1Down:connect(function()
  54. open.Visible = false
  55. SB2GUI.Visible = true
  56. close.Visible = true
  57. end)
  58.  
  59. close.Name = "close"
  60. close.Parent = ScreenGui
  61. close.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  62. close.BorderColor3 = Color3.new(0.333333, 1, 1)
  63. close.BorderSizePixel = 3
  64. close.Position = UDim2.new(0, 0, 0.550872087, 0)
  65. close.Size = UDim2.new(0, 102, 0, 44)
  66. close.Visible = false
  67. close.Text = "Close"
  68. close.TextColor3 = Color3.new(1, 0, 0)
  69. close.TextSize = 25
  70. close.TextWrapped = true
  71. close.MouseButton1Down:connect(function()
  72. close.Visible = false
  73. SB2GUI.Visible = false
  74. open.Visible = true
  75. end)
  76.  
  77. SB2GUI.Name = "SB2 GUI"
  78. SB2GUI.Parent = ScreenGui
  79. SB2GUI.BackgroundColor3 = Color3.new(0, 0, 0)
  80. SB2GUI.BackgroundTransparency = 0.5
  81. SB2GUI.Position = UDim2.new(0.330689251, 0, 0.293604642, 0)
  82. SB2GUI.Size = UDim2.new(0, 402, 0, 364)
  83. SB2GUI.Visible = false
  84. SB2GUI.ImageColor3 = Color3.new(0, 0, 0)
  85. SB2GUI.ImageTransparency = 0.5
  86. SB2GUI.ScaleType = Enum.ScaleType.Slice
  87. SB2GUI.SliceCenter = Rect.new(100, 100, 100, 100)
  88.  
  89. Gui.Name = "Gui"
  90. Gui.Parent = SB2GUI
  91. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Gui.BackgroundTransparency = 1
  93. Gui.BorderSizePixel = 0
  94. Gui.Size = UDim2.new(0, 402, 0, 24)
  95. Gui.ZIndex = 2
  96. Gui.Font = Enum.Font.SciFi
  97. Gui.Text = "SB2 Farm GUI"
  98. Gui.TextColor3 = Color3.new(0, 0, 0)
  99. Gui.TextScaled = true
  100. Gui.TextSize = 15
  101. Gui.TextWrapped = true
  102.  
  103. TextLabel_Roundify_20px.Name = "TextLabel_Roundify_20px"
  104. TextLabel_Roundify_20px.Parent = Gui
  105. TextLabel_Roundify_20px.AnchorPoint = Vector2.new(0.5, 0.5)
  106. TextLabel_Roundify_20px.BackgroundColor3 = Color3.new(1, 1, 1)
  107. TextLabel_Roundify_20px.BackgroundTransparency = 1
  108. TextLabel_Roundify_20px.Position = UDim2.new(0.5, 0, 0.5, 0)
  109. TextLabel_Roundify_20px.Size = UDim2.new(1, 0, 1, 0)
  110. TextLabel_Roundify_20px.Image = "rbxassetid://3570695787"
  111. TextLabel_Roundify_20px.ImageColor3 = Color3.new(0.333333, 1, 0.498039)
  112. TextLabel_Roundify_20px.ImageTransparency = 0.20000000298023
  113. TextLabel_Roundify_20px.ScaleType = Enum.ScaleType.Slice
  114. TextLabel_Roundify_20px.SliceCenter = Rect.new(100, 100, 100, 100)
  115.  
  116. Credits.Name = "Credits"
  117. Credits.Parent = SB2GUI
  118. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Credits.BackgroundTransparency = 1
  120. Credits.BorderSizePixel = 0
  121. Credits.Position = UDim2.new(0, 0, 0.950549424, 0)
  122. Credits.Size = UDim2.new(0, 402, 0, 18)
  123. Credits.ZIndex = 2
  124. Credits.Font = Enum.Font.SciFi
  125. Credits.Text = "Credits: FlounTeam"
  126. Credits.TextColor3 = Color3.new(0, 0, 0)
  127. Credits.TextScaled = true
  128. Credits.TextSize = 15
  129. Credits.TextWrapped = true
  130.  
  131. TextLabel_Roundify_20px_2.Name = "TextLabel_Roundify_20px"
  132. TextLabel_Roundify_20px_2.Parent = Credits
  133. TextLabel_Roundify_20px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  134. TextLabel_Roundify_20px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextLabel_Roundify_20px_2.BackgroundTransparency = 1
  136. TextLabel_Roundify_20px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  137. TextLabel_Roundify_20px_2.Size = UDim2.new(1, 0, 1, 0)
  138. TextLabel_Roundify_20px_2.Image = "rbxassetid://3570695787"
  139. TextLabel_Roundify_20px_2.ImageColor3 = Color3.new(1, 1, 0.498039)
  140. TextLabel_Roundify_20px_2.ImageTransparency = 0.20000000298023
  141. TextLabel_Roundify_20px_2.ScaleType = Enum.ScaleType.Slice
  142. TextLabel_Roundify_20px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  143.  
  144. Teleport.Name = "Teleport"
  145. Teleport.Parent = SB2GUI
  146. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Teleport.Position = UDim2.new(0, 0, 0.214285731, 0)
  148. Teleport.Size = UDim2.new(0, 186, 0, 39)
  149. Teleport.Style = Enum.ButtonStyle.RobloxButton
  150. Teleport.Font = Enum.Font.SciFi
  151. Teleport.Text = "Teleport"
  152. Teleport.TextColor3 = Color3.new(1, 1, 0.498039)
  153. Teleport.TextSize = 20
  154. Teleport.MouseButton1Down:connect(function()
  155. if Frame.Visible == false then
  156. Frame.Visible = true
  157. else
  158. Frame.Visible = false
  159. end
  160. end)
  161.  
  162. Frame.Name = "Frame"
  163. Frame.Parent = Teleport
  164. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Frame.BackgroundTransparency = 1
  166. Frame.Position = UDim2.new(-1.59112358, 0, -18.0125885, 0)
  167. Frame.Size = UDim2.new(0, 314, 0, 529)
  168. Frame.Visible = false
  169. Frame.Image = "rbxassetid://3570695787"
  170. Frame.ImageColor3 = Color3.new(0, 0, 0)
  171. Frame.ImageTransparency = 0.5
  172. Frame.ScaleType = Enum.ScaleType.Slice
  173. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  174.  
  175. F1B.Name = "F1B"
  176. F1B.Parent = Frame
  177. F1B.BackgroundColor3 = Color3.new(1, 1, 1)
  178. F1B.Position = UDim2.new(-0.00282976031, 0, 0.0540306941, 0)
  179. F1B.Size = UDim2.new(0, 143, 0, 37)
  180. F1B.Style = Enum.ButtonStyle.RobloxButton
  181. F1B.Text = "F1 Boss"
  182. F1B.TextColor3 = Color3.new(0.333333, 1, 1)
  183. F1B.TextSize = 15
  184. F1B.TextTransparency = 0.20000000298023
  185. F1B.MouseButton1Down:connect(function()
  186. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3059.16, -225, 1126.32))
  187. end)
  188.  
  189. F2B.Name = "F2B"
  190. F2B.Parent = Frame
  191. F2B.BackgroundColor3 = Color3.new(1, 1, 1)
  192. F2B.Position = UDim2.new(-0.00282976031, 0, 0.140666008, 0)
  193. F2B.Size = UDim2.new(0, 143, 0, 37)
  194. F2B.Style = Enum.ButtonStyle.RobloxButton
  195. F2B.Text = "F2 Boss"
  196. F2B.TextColor3 = Color3.new(0.333333, 1, 1)
  197. F2B.TextSize = 15
  198. F2B.TextTransparency = 0.20000000298023
  199. F2B.MouseButton1Down:connect(function()
  200. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2952.43, 116.3, -9375))
  201. end)
  202.  
  203. F3B.Name = "F3B"
  204. F3B.Parent = Frame
  205. F3B.BackgroundColor3 = Color3.new(1, 1, 1)
  206. F3B.Position = UDim2.new(-0.00282976031, 0, 0.225966573, 0)
  207. F3B.Size = UDim2.new(0, 143, 0, 37)
  208. F3B.Style = Enum.ButtonStyle.RobloxButton
  209. F3B.Text = "F3 Boss"
  210. F3B.TextColor3 = Color3.new(0.333333, 1, 1)
  211. F3B.TextSize = 15
  212. F3B.TextTransparency = 0.20000000298023
  213. F3B.MouseButton1Down:connect(function()
  214. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-375.99, 4168.04, -694))
  215. end)
  216.  
  217.  
  218. F4B.Name = "F4B"
  219. F4B.Parent = Frame
  220. F4B.BackgroundColor3 = Color3.new(1, 1, 1)
  221. F4B.Position = UDim2.new(-0.00282976031, 0, 0.314597875, 0)
  222. F4B.Size = UDim2.new(0, 143, 0, 37)
  223. F4B.Style = Enum.ButtonStyle.RobloxButton
  224. F4B.Text = "F4 Boss"
  225. F4B.TextColor3 = Color3.new(0.333333, 1, 1)
  226. F4B.TextSize = 15
  227. F4B.TextTransparency = 0.20000000298023
  228. F4B.MouseButton1Down:connect(function()
  229. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2380.2, 2153.35, -124.97))
  230. end)
  231.  
  232. F5B.Name = "F5B"
  233. F5B.Parent = Frame
  234. F5B.BackgroundColor3 = Color3.new(1, 1, 1)
  235. F5B.Position = UDim2.new(-0.00282979012, 0, 0.400981456, 0)
  236. F5B.Size = UDim2.new(0, 143, 0, 37)
  237. F5B.Style = Enum.ButtonStyle.RobloxButton
  238. F5B.Text = "F5 Boss"
  239. F5B.TextColor3 = Color3.new(0.333333, 1, 1)
  240. F5B.TextSize = 15
  241. F5B.TextTransparency = 0.20000000298023
  242. F5B.MouseButton1Down:connect(function()
  243. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2175.68872, 1250.95618, -388.3125))
  244. end)
  245.  
  246. F7B.Name = "F7B"
  247. F7B.Parent = Frame
  248. F7B.BackgroundColor3 = Color3.new(1, 1, 1)
  249. F7B.Position = UDim2.new(-4.92930412e-05, 0, 0.490881294, 0)
  250. F7B.Size = UDim2.new(0, 143, 0, 37)
  251. F7B.Style = Enum.ButtonStyle.RobloxButton
  252. F7B.Text = "F7 Boss"
  253. F7B.TextColor3 = Color3.new(0.333333, 1, 1)
  254. F7B.TextSize = 15
  255. F7B.TextTransparency = 0.20000000298023
  256. F7B.MouseButton1Down:connect(function()
  257. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3315.13281, 729.625977, -617.601624))
  258. end)
  259.  
  260. F8M.Name = "F8M"
  261. F8M.Parent = Frame
  262. F8M.BackgroundColor3 = Color3.new(1, 1, 1)
  263. F8M.Position = UDim2.new(0.541352034, 0, 0.576725006, 0)
  264. F8M.Size = UDim2.new(0, 143, 0, 37)
  265. F8M.Style = Enum.ButtonStyle.RobloxButton
  266. F8M.Text = "F8 Mini"
  267. F8M.TextColor3 = Color3.new(0.333333, 1, 1)
  268. F8M.TextSize = 15
  269. F8M.TextTransparency = 0.20000000298023
  270. F8M.MouseButton1Down:connect(function()
  271. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(12317, 430, -3505))
  272. end)
  273.  
  274. F9B.Name = "F9B"
  275. F9B.Parent = Frame
  276. F9B.BackgroundColor3 = Color3.new(1, 1, 1)
  277. F9B.Position = UDim2.new(-4.92334366e-05, 0, 0.669777572, 0)
  278. F9B.Size = UDim2.new(0, 143, 0, 37)
  279. F9B.Style = Enum.ButtonStyle.RobloxButton
  280. F9B.Text = "F9 Boss"
  281. F9B.TextColor3 = Color3.new(0.333333, 1, 1)
  282. F9B.TextSize = 15
  283. F9B.TextTransparency = 0.20000000298023
  284. F9B.MouseButton1Down:connect(function()
  285. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(12538, 430, -3165))
  286. end)
  287.  
  288. F10B.Name = "F10B"
  289. F10B.Parent = Frame
  290. F10B.BackgroundColor3 = Color3.new(1, 1, 1)
  291. F10B.Position = UDim2.new(-4.92334366e-05, 0, 0.75688833, 0)
  292. F10B.Size = UDim2.new(0, 143, 0, 37)
  293. F10B.Style = Enum.ButtonStyle.RobloxButton
  294. F10B.Text = "F10 Boss"
  295. F10B.TextColor3 = Color3.new(0.333333, 1, 1)
  296. F10B.TextSize = 15
  297. F10B.TextTransparency = 0.20000000298023
  298. F10B.MouseButton1Down:connect(function()
  299. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(111.694115, 930.560669, 23729.7676))
  300. end)
  301.  
  302. F1M.Name = "F1M"
  303. F1M.Parent = Frame
  304. F1M.BackgroundColor3 = Color3.new(1, 1, 1)
  305. F1M.Position = UDim2.new(0.55131036, 0, 0.0554364994, 0)
  306. F1M.Size = UDim2.new(0, 143, 0, 37)
  307. F1M.Style = Enum.ButtonStyle.RobloxButton
  308. F1M.Text = "F1 Mini"
  309. F1M.TextColor3 = Color3.new(0.333333, 1, 1)
  310. F1M.TextSize = 15
  311. F1M.TextTransparency = 0.20000000298023
  312. F1M.MouseButton1Down:connect(function()
  313. game.Players.LocalPlayer.Character:MoveTo(Vector3.new())
  314. end)
  315.  
  316. F2M.Name = "F2M"
  317. F2M.Parent = Frame
  318. F2M.BackgroundColor3 = Color3.new(1, 1, 1)
  319. F2M.Position = UDim2.new(0.55131036, 0, 0.142282903, 0)
  320. F2M.Size = UDim2.new(0, 143, 0, 37)
  321. F2M.Style = Enum.ButtonStyle.RobloxButton
  322. F2M.Text = "F2 Mini"
  323. F2M.TextColor3 = Color3.new(0.333333, 1, 1)
  324. F2M.TextSize = 15
  325. F2M.TextTransparency = 0.20000000298023
  326. F2M.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character:MoveTo(Vector3.new())
  328. end)
  329.  
  330. F3M.Name = "F3M"
  331. F3M.Parent = Frame
  332. F3M.BackgroundColor3 = Color3.new(1, 1, 1)
  333. F3M.Position = UDim2.new(0.55131036, 0, 0.22531426, 0)
  334. F3M.Size = UDim2.new(0, 143, 0, 37)
  335. F3M.Style = Enum.ButtonStyle.RobloxButton
  336. F3M.Text = "F3 Mini"
  337. F3M.TextColor3 = Color3.new(0.333333, 1, 1)
  338. F3M.TextSize = 15
  339. F3M.TextTransparency = 0.20000000298023
  340. F3M.MouseButton1Down:connect(function()
  341. game.Players.LocalPlayer.Character:MoveTo(Vector3.new())
  342. end)
  343.  
  344. F4M.Name = "F4M"
  345. F4M.Parent = Frame
  346. F4M.BackgroundColor3 = Color3.new(1, 1, 1)
  347. F4M.Position = UDim2.new(0.55131042, 0, 0.313115478, 0)
  348. F4M.Size = UDim2.new(0, 143, 0, 37)
  349. F4M.Style = Enum.ButtonStyle.RobloxButton
  350. F4M.Text = "F4 Mini"
  351. F4M.TextColor3 = Color3.new(0.333333, 1, 1)
  352. F4M.TextSize = 15
  353. F4M.TextTransparency = 0.20000000298023
  354. F4M.MouseButton1Down:connect(function()
  355. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3087, 3163, -6509))
  356. end)
  357.  
  358. F7M.Name = "F7M"
  359. F7M.Parent = Frame
  360. F7M.BackgroundColor3 = Color3.new(1, 1, 1)
  361. F7M.Position = UDim2.new(0.550906181, 0, 0.48773244, 0)
  362. F7M.Size = UDim2.new(0, 143, 0, 37)
  363. F7M.Style = Enum.ButtonStyle.RobloxButton
  364. F7M.Text = "F7 Mini"
  365. F7M.TextColor3 = Color3.new(0.333333, 1, 1)
  366. F7M.TextSize = 15
  367. F7M.TextTransparency = 0.20000000298023
  368. F7M.MouseButton1Down:connect(function()
  369. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(132.215118, 1232.08813, -208.806961))
  370. end)
  371.  
  372. F8B.Name = "F8B"
  373. F8B.Parent = Frame
  374. F8B.BackgroundColor3 = Color3.new(1, 1, 1)
  375. F8B.Position = UDim2.new(-4.92855906e-05, 0, 0.576249897, 0)
  376. F8B.Size = UDim2.new(0, 143, 0, 37)
  377. F8B.Style = Enum.ButtonStyle.RobloxButton
  378. F8B.Text = "F8 Boss"
  379. F8B.TextColor3 = Color3.new(0.333333, 1, 1)
  380. F8B.TextSize = 15
  381. F8B.TextTransparency = 0.20000000298023
  382. F8B.MouseButton1Down:connect(function()
  383. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1642, 4078, 7721))
  384. end)
  385.  
  386. F9M.Name = "F9M"
  387. F9M.Parent = Frame
  388. F9M.BackgroundColor3 = Color3.new(1, 1, 1)
  389. F9M.Position = UDim2.new(0.541352034, 0, 0.66851908, 0)
  390. F9M.Size = UDim2.new(0, 143, 0, 37)
  391. F9M.Style = Enum.ButtonStyle.RobloxButton
  392. F9M.Text = "F9 Mini"
  393. F9M.TextColor3 = Color3.new(0.333333, 1, 1)
  394. F9M.TextSize = 15
  395. F9M.TextTransparency = 0.20000000298023
  396. F9M.MouseButton1Down:connect(function()
  397. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3451, 2800, -7762))
  398. end)
  399.  
  400. F5M.Name = "F5M"
  401. F5M.Parent = Frame
  402. F5M.BackgroundColor3 = Color3.new(1, 1, 1)
  403. F5M.Position = UDim2.new(0.55131036, 0, 0.399934381, 0)
  404. F5M.Size = UDim2.new(0, 143, 0, 37)
  405. F5M.Style = Enum.ButtonStyle.RobloxButton
  406. F5M.Text = "F5 Mini"
  407. F5M.TextColor3 = Color3.new(0.333333, 1, 1)
  408. F5M.TextSize = 15
  409. F5M.TextTransparency = 0.20000000298023
  410. F5M.MouseButton1Down:connect(function()
  411. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1610.15137, 1463.90161, -4964.9126))
  412. end)
  413.  
  414. F10M.Name = "F10M"
  415. F10M.Parent = Frame
  416. F10M.BackgroundColor3 = Color3.new(1, 1, 1)
  417. F10M.Position = UDim2.new(0.541352034, 0, 0.753107548, 0)
  418. F10M.Size = UDim2.new(0, 143, 0, 37)
  419. F10M.Style = Enum.ButtonStyle.RobloxButton
  420. F10M.Text = "F10 Mini"
  421. F10M.TextColor3 = Color3.new(0.333333, 1, 1)
  422. F10M.TextSize = 15
  423. F10M.TextTransparency = 0.20000000298023
  424. F10M.MouseButton1Down:connect(function()
  425. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-88.9016495, 260.269806, 18107.625))
  426. end)
  427.  
  428. AutoFarmGuI.Name = "Auto Farm GuI"
  429. AutoFarmGuI.Parent = SB2GUI
  430. AutoFarmGuI.BackgroundColor3 = Color3.new(1, 1, 1)
  431. AutoFarmGuI.Position = UDim2.new(0.537313461, 0, 0.214285731, 0)
  432. AutoFarmGuI.Size = UDim2.new(0, 186, 0, 39)
  433. AutoFarmGuI.Style = Enum.ButtonStyle.RobloxButton
  434. AutoFarmGuI.Font = Enum.Font.SciFi
  435. AutoFarmGuI.Text = "Farm Gui"
  436. AutoFarmGuI.TextColor3 = Color3.new(0.333333, 1, 1)
  437. AutoFarmGuI.TextSize = 20
  438. AutoFarmGuI.MouseButton1Down:connect(function()
  439. loadstring(game:HttpGet("https://pastebin.com/raw/4Be6xfSz"))()
  440. end)
  441.  
  442.  
  443. HitBox.Name = "Hit Box"
  444. HitBox.Parent = SB2GUI
  445. HitBox.BackgroundColor3 = Color3.new(1, 1, 1)
  446. HitBox.Position = UDim2.new(0.268656731, 0, 0.445054948, 0)
  447. HitBox.Size = UDim2.new(0, 186, 0, 39)
  448. HitBox.Style = Enum.ButtonStyle.RobloxButton
  449. HitBox.Font = Enum.Font.SciFi
  450. HitBox.Text = "HitBox"
  451. HitBox.TextColor3 = Color3.new(1, 0.666667, 0)
  452. HitBox.TextSize = 20
  453. HitBox.MouseButton1Down:connect(function()
  454. for i,v in pairs(game.Workspace.Mobs:children()) do -- By FlounTeam
  455. if v:FindFirstChild("Head") then
  456. v.HumanoidRootPart.Transparency = 0.5
  457. v.HumanoidRootPart.Size = Vector3.new(30, 30, 30)
  458. end
  459. end
  460. end)
  461.  
  462. MaxJump.Name = "MaxJump"
  463. MaxJump.Parent = SB2GUI
  464. MaxJump.BackgroundColor3 = Color3.new(1, 1, 1)
  465. MaxJump.Position = UDim2.new(0, 0, 0.708791256, 0)
  466. MaxJump.Size = UDim2.new(0, 186, 0, 39)
  467. MaxJump.Style = Enum.ButtonStyle.RobloxButton
  468. MaxJump.Font = Enum.Font.SciFi
  469. MaxJump.Text = "MaxJump"
  470. MaxJump.TextColor3 = Color3.new(1, 0.333333, 0.498039)
  471. MaxJump.TextSize = 20
  472. MaxJump.MouseButton1Down:connect(function()
  473. NormalJump.Visible=true
  474. MaxJump.Visible=false
  475. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  476. end)
  477.  
  478. NormalSpeed.Name = "NormalSpeed"
  479. NormalSpeed.Parent = SB2GUI
  480. NormalSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  481. NormalSpeed.Position = UDim2.new(0.537313461, 0, 0.708791256, 0)
  482. NormalSpeed.Size = UDim2.new(0, 186, 0, 39)
  483. NormalSpeed.Visible = false
  484. NormalSpeed.Style = Enum.ButtonStyle.RobloxButton
  485. NormalSpeed.Font = Enum.Font.SciFi
  486. NormalSpeed.Text = "NormalSpeed"
  487. NormalSpeed.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  488. NormalSpeed.TextSize = 20
  489. NormalSpeed.MouseButton1Down:connect(function()
  490. NormalSpeed.Visible=false
  491. MaxSpeed.Visible=true
  492. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  493. end)
  494.  
  495. Credits.Name = "Credits"
  496. Credits.Parent = SB2GUI
  497. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  498. Credits.BackgroundTransparency = 1
  499. Credits.BorderSizePixel = 0
  500. Credits.Position = UDim2.new(0, 0, 0.950549424, 0)
  501. Credits.Size = UDim2.new(0, 402, 0, 18)
  502. Credits.ZIndex = 2
  503. Credits.Font = Enum.Font.SciFi
  504. Credits.Text = "Credits: FlounTeam"
  505. Credits.TextColor3 = Color3.new(0, 0, 0)
  506. Credits.TextScaled = true
  507. Credits.TextSize = 15
  508. Credits.TextWrapped = true
  509.  
  510. TextLabel_Roundify_20px_2.Name = "TextLabel_Roundify_20px"
  511. TextLabel_Roundify_20px_2.Parent = Credits
  512. TextLabel_Roundify_20px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  513. TextLabel_Roundify_20px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  514. TextLabel_Roundify_20px_2.BackgroundTransparency = 1
  515. TextLabel_Roundify_20px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  516. TextLabel_Roundify_20px_2.Size = UDim2.new(1, 0, 1, 0)
  517. TextLabel_Roundify_20px_2.Image = "rbxassetid://3570695787"
  518. TextLabel_Roundify_20px_2.ImageColor3 = Color3.new(1, 1, 0.498039)
  519. TextLabel_Roundify_20px_2.ImageTransparency = 0.20000000298023
  520. TextLabel_Roundify_20px_2.ScaleType = Enum.ScaleType.Slice
  521. TextLabel_Roundify_20px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  522.  
  523. NormalJump.Name = "NormalJump"
  524. NormalJump.Parent = SB2GUI
  525. NormalJump.BackgroundColor3 = Color3.new(1, 1, 1)
  526. NormalJump.Position = UDim2.new(0, 0, 0.708791256, 0)
  527. NormalJump.Size = UDim2.new(0, 186, 0, 39)
  528. NormalJump.Visible = false
  529. NormalJump.Style = Enum.ButtonStyle.RobloxButton
  530. NormalJump.Font = Enum.Font.SciFi
  531. NormalJump.Text = "NormalJump"
  532. NormalJump.TextColor3 = Color3.new(1, 0.333333, 0.498039)
  533. NormalJump.TextSize = 20
  534. NormalJump.MouseButton1Down:connect(function()
  535. NormalJump.Visible=false
  536. MaxJump.Visible=true
  537. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  538. end)
  539.  
  540. MaxSpeed.Name = "MaxSpeed"
  541. MaxSpeed.Parent = SB2GUI
  542. MaxSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  543. MaxSpeed.Position = UDim2.new(0.537313461, 0, 0.708791256, 0)
  544. MaxSpeed.Size = UDim2.new(0, 186, 0, 39)
  545. MaxSpeed.Style = Enum.ButtonStyle.RobloxButton
  546. MaxSpeed.Font = Enum.Font.SciFi
  547. MaxSpeed.Text = "MaxSpeed"
  548. MaxSpeed.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  549. MaxSpeed.TextSize = 20
  550. MaxSpeed.MouseButton1Down:connect(function()
  551. NormalSpeed.Visible=true
  552. MaxSpeed.Visible=false
  553. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  554. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement