Nutx

test opm 2

Mar 27th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.20 KB | None | 0 0
  1. -- Made By --///Waffles1654\\\--
  2. function getplayer()
  3. if game.workspace:FindFirstChild(game.Players.LocalPlayer.Name) then
  4. plr = game.workspace[game.Players.LocalPlayer.Name]
  5. plrh = plr.HumanoidRootPart
  6. end
  7. end
  8. function tp(a1, b1, c1)
  9. getplayer()
  10. plrh.CFrame = CFrame.new(a1, b1, c1)
  11. end
  12. function bypass()
  13. while wait(1) do
  14. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("LocalUpdater") then
  15. game.Players.LocalPlayer.PlayerGui.LocalUpdater:Destroy()
  16. end
  17. end
  18. end
  19. function mobtps(a1, a2)
  20. local plr = game.workspace[game.Players.LocalPlayer.Name]
  21. local apis = game.workspace.Enemys:GetDescendants()
  22. for i = 1, #apis do
  23. if apis[i].Parent.Name == a1 or apis[i].Parent.Name == a2 and apis[i].Name == "HumanoidRootPart" then
  24. apis[i].Anchored = true
  25. apis[i].CFrame = plr.HumanoidRootPart.CFrame
  26. end
  27. end
  28. end
  29. function mobtp(a1)
  30. local plr = game.workspace[game.Players.LocalPlayer.Name]
  31. local apis = game.workspace.Enemys:GetDescendants()
  32. for i = 1, #apis do
  33. if apis[i].Parent.Name == a1 and apis[i].Name == "HumanoidRootPart" then
  34. apis[i].Anchored = true
  35. apis[i].CFrame = plr.HumanoidRootPart.CFrame
  36. end
  37. end
  38. end
  39. function npctp(a1)
  40. getplayer()
  41. for i, v in pairs(game.workspace.Other[a1]:GetDescendants()) do
  42. if v:IsA("Part") then
  43. plrh.CFrame = v.CFrame * CFrame.new(5, 5, 1)
  44. end
  45. end
  46. end
  47. local ShadowFarm = Instance.new("ScreenGui")
  48. local SupaF = Instance.new("Frame")
  49. local MainFrame = Instance.new("Frame")
  50. local TopFrame = Instance.new("Frame")
  51. local TextLabel = Instance.new("TextLabel")
  52. local Buttons = Instance.new("Frame")
  53. local IsTP = Instance.new("TextButton")
  54. local NpcTP = Instance.new("TextButton")
  55. local Farms = Instance.new("TextButton")
  56. local ExtraF = Instance.new("TextButton")
  57. local InfoCredits = Instance.new("TextButton")
  58. local IslandTPF = Instance.new("Frame")
  59. local TopFrame_2 = Instance.new("Frame")
  60. local TextLabel_2 = Instance.new("TextLabel")
  61. local ScrollingFrame = Instance.new("ScrollingFrame")
  62. local Buttons_2 = Instance.new("Frame")
  63. local SandIs = Instance.new("TextButton")
  64. local OrangeIs = Instance.new("TextButton")
  65. local RockyIs = Instance.new("TextButton")
  66. local GrassyIs = Instance.new("TextButton")
  67. local YetiIs = Instance.new("TextButton")
  68. local SnowIs = Instance.new("TextButton")
  69. local MapeIsland = Instance.new("TextButton")
  70. local SayaIs = Instance.new("TextButton")
  71. local SpecialIs = Instance.new("TextButton")
  72. local RevIs = Instance.new("TextButton")
  73. local MarineIs = Instance.new("TextButton")
  74. local FarmIs = Instance.new("TextButton")
  75. local Skypia = Instance.new("TextButton")
  76. local ExtraFF = Instance.new("Frame")
  77. local TopFrame_3 = Instance.new("Frame")
  78. local TextLabel_3 = Instance.new("TextLabel")
  79. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  80. local Buttons_3 = Instance.new("Frame")
  81. local ChestBring = Instance.new("TextButton")
  82. local HakiDFTP = Instance.new("TextButton")
  83. local Rejoin = Instance.new("TextButton")
  84. local InfoCF = Instance.new("Frame")
  85. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  86. local InfoF = Instance.new("Frame")
  87. local CreditT = Instance.new("TextLabel")
  88. local UpdateT = Instance.new("TextLabel")
  89. local TextLabel_4 = Instance.new("TextLabel")
  90. local TextLabel_5 = Instance.new("TextLabel")
  91. local TextLabel_6 = Instance.new("TextLabel")
  92. local TextLabel_7 = Instance.new("TextLabel")
  93. local TopFrame_4 = Instance.new("Frame")
  94. local TextLabel_8 = Instance.new("TextLabel")
  95. local TextLabel_10 = Instance.new("TextLabel")
  96. local IsV = "off"
  97. local ExFV = "off"
  98. local InCV = "off"
  99. local NtpV = "off"
  100. local NPCTPF = Instance.new("Frame")
  101. local TopFrame_5 = Instance.new("Frame")
  102. local TextLabel_9 = Instance.new("TextLabel")
  103. local ScrollingFrame_4 = Instance.new("ScrollingFrame")
  104. local Buttons_4 = Instance.new("Frame")
  105. local MountainBandit = Instance.new("TextButton")
  106. local DesertBandit = Instance.new("TextButton")
  107. local BuggyPirate = Instance.new("TextButton")
  108. local HakiMonkey = Instance.new("TextButton")
  109. local SpecialMonster = Instance.new("TextButton")
  110. local IceMonster = Instance.new("TextButton")
  111. local RevTroop = Instance.new("TextButton")
  112. local ViceAdmirals = Instance.new("TextButton")
  113. local Skypieans = Instance.new("TextButton")
  114. local Buggy = Instance.new("TextButton")
  115. local Crocodile = Instance.new("TextButton")
  116. local Fishman = Instance.new("TextButton")
  117. local Yeti = Instance.new("TextButton")
  118. local ItoBandits = Instance.new("TextButton")
  119.  
  120. --Properties:
  121. ShadowFarm.Name = "Shadow Farm"
  122. ShadowFarm.Parent = game.CoreGui
  123.  
  124. SupaF.Name = "SupaF"
  125. SupaF.Parent = ShadowFarm
  126. SupaF.BackgroundColor3 = Color3.new(1, 1, 1)
  127. SupaF.BackgroundTransparency = 0.9990000128746
  128. SupaF.Position = UDim2.new(0.666924834, 0, 0.137697518, 0)
  129. SupaF.Size = UDim2.new(0, 430, 0, 277)
  130.  
  131. MainFrame.Name = "MainFrame"
  132. MainFrame.Parent = SupaF
  133. MainFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  134. MainFrame.BorderSizePixel = 0
  135. MainFrame.Position = UDim2.new(0.000628204085, 0, 0.00330045819, 0)
  136. MainFrame.Size = UDim2.new(0, 202, 0, 276)
  137.  
  138. TopFrame.Name = "TopFrame"
  139. TopFrame.Parent = MainFrame
  140. TopFrame.BackgroundColor3 = Color3.new(0.92549, 0.254902, 0.266667)
  141. TopFrame.BorderSizePixel = 0
  142. TopFrame.Position = UDim2.new(0, 0, -0.00144759472, 0)
  143. TopFrame.Size = UDim2.new(0, 202, 0, 35)
  144.  
  145. TextLabel.Parent = TopFrame
  146. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextLabel.BackgroundTransparency = 1
  148. TextLabel.BorderSizePixel = 0
  149. TextLabel.Position = UDim2.new(0, 0, -0.00285470136, 0)
  150. TextLabel.Size = UDim2.new(0, 202, 0, 35)
  151. TextLabel.Font = Enum.Font.GothamBold
  152. TextLabel.Text = "ShadowFarm"
  153. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  154. TextLabel.TextSize = 25
  155.  
  156. Buttons.Name = "Buttons"
  157. Buttons.Parent = MainFrame
  158. Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Buttons.BackgroundTransparency = 1
  160. Buttons.BorderSizePixel = 0
  161. Buttons.Size = UDim2.new(0, 202, 0, 276)
  162.  
  163. IsTP.Name = "IsTP"
  164. IsTP.Parent = Buttons
  165. IsTP.BackgroundColor3 = Color3.new(0.901961, 0.247059, 0.266667)
  166. IsTP.BorderSizePixel = 0
  167. IsTP.Position = UDim2.new(0.21867691, 0, 0.192192599, 0)
  168. IsTP.Size = UDim2.new(0, 112, 0, 28)
  169. IsTP.Font = Enum.Font.Gotham
  170. IsTP.Text = "IslandTP"
  171. IsTP.TextColor3 = Color3.new(1, 1, 1)
  172. IsTP.TextSize = 20
  173. IsTP.MouseButton1Click:connect(function()
  174. if IsV == "off" then
  175. IslandTPF.Visible = true
  176. ExtraFF.Visible = false
  177. InfoCF.Visible = false
  178. NPCTPF.Visible = false
  179. else
  180. IslandTPF.Visible = false
  181. ExtraFF.Visible = false
  182. InfoCF.Visible = false
  183. NPCTPF.Visible = false
  184. end
  185. if IsV == "off" then
  186. IsV = "on"
  187. ExFV = "off"
  188. InCV = "off"
  189. NtpV = "off"
  190. else
  191. IsV = "off"
  192. end
  193. end)
  194.  
  195. NpcTP.Name = "NpcTP"
  196. NpcTP.Parent = Buttons
  197. NpcTP.BackgroundColor3 = Color3.new(0.901961, 0.247059, 0.266667)
  198. NpcTP.BorderSizePixel = 0
  199. NpcTP.Position = UDim2.new(0.218999997, 0, 0.349999994, 0)
  200. NpcTP.Size = UDim2.new(0, 112, 0, 28)
  201. NpcTP.Font = Enum.Font.Gotham
  202. NpcTP.Text = "NpcTP"
  203. NpcTP.TextColor3 = Color3.new(1, 1, 1)
  204. NpcTP.TextSize = 20
  205. NpcTP.MouseButton1Click:connect(function()
  206. if NtpV == "off" then
  207. IslandTPF.Visible = false
  208. NPCTPF.Visible = true
  209. ExtraFF.Visible = false
  210. InfoCF.Visible = false
  211. else
  212. IslandTPF.Visible = false
  213. ExtraFF.Visible = false
  214. InfoCF.Visible = false
  215. NPCTPF.Visible = false
  216. end
  217. if NtpV == "off" then
  218. NtpV = "on"
  219. IsV = "off"
  220. ExFV = "off"
  221. InCV = "off"
  222. else
  223. NtpV = "off"
  224. end
  225. end)
  226.  
  227. Farms.Name = "Farms"
  228. Farms.Parent = Buttons
  229. Farms.BackgroundColor3 = Color3.new(0.901961, 0.247059, 0.266667)
  230. Farms.BorderSizePixel = 0
  231. Farms.Position = UDim2.new(0.218999997, 0, 0.508000016, 0)
  232. Farms.Size = UDim2.new(0, 112, 0, 28)
  233. Farms.Font = Enum.Font.Gotham
  234. Farms.Text = "Farms"
  235. Farms.TextColor3 = Color3.new(1, 1, 1)
  236. Farms.TextSize = 20
  237.  
  238. ExtraF.Name = "ExtraF"
  239. ExtraF.Parent = Buttons
  240. ExtraF.BackgroundColor3 = Color3.new(0.901961, 0.247059, 0.266667)
  241. ExtraF.BorderSizePixel = 0
  242. ExtraF.Position = UDim2.new(0.218999997, 0, 0.666000009, 0)
  243. ExtraF.Size = UDim2.new(0, 112, 0, 28)
  244. ExtraF.Font = Enum.Font.Gotham
  245. ExtraF.Text = "Extra Features"
  246. ExtraF.TextColor3 = Color3.new(1, 1, 1)
  247. ExtraF.TextSize = 16
  248. ExtraF.MouseButton1Click:connect(function()
  249. if ExFV == "off" then
  250. IslandTPF.Visible = false
  251. ExtraFF.Visible = true
  252. InfoCF.Visible = false
  253. NPCTPF.Visible = false
  254. else
  255. IslandTPF.Visible = false
  256. ExtraFF.Visible = false
  257. InfoCF.Visible = false
  258. NPCTPF.Visible = false
  259. end
  260. if ExFV == "off" then
  261. ExFV = "on"
  262. IsV = "on"
  263. InCV = "off"
  264. NtpV = "off"
  265. else
  266. ExFV = "off"
  267. end
  268. end)
  269.  
  270. InfoCredits.Name = "InfoCredits"
  271. InfoCredits.Parent = Buttons
  272. InfoCredits.BackgroundColor3 = Color3.new(0.901961, 0.247059, 0.266667)
  273. InfoCredits.BorderSizePixel = 0
  274. InfoCredits.Position = UDim2.new(0.218999997, 0, 0.824000001, 0)
  275. InfoCredits.Size = UDim2.new(0, 112, 0, 28)
  276. InfoCredits.Font = Enum.Font.Gotham
  277. InfoCredits.Text = "Info & Credits"
  278. InfoCredits.TextColor3 = Color3.new(1, 1, 1)
  279. InfoCredits.TextScaled = true
  280. InfoCredits.TextSize = 20
  281. InfoCredits.TextWrapped = true
  282. InfoCredits.MouseButton1Click:connect(function()
  283. if InCV == "off" then
  284. IslandTPF.Visible = false
  285. ExtraFF.Visible = false
  286. InfoCF.Visible = true
  287. NPCTPF.Visible = false
  288. else
  289. IslandTPF.Visible = false
  290. ExtraFF.Visible = false
  291. InfoCF.Visible = false
  292. NPCTPF.Visible = false
  293. end
  294. if InCV == "off" then
  295. InCV = "on"
  296. IsV = "off"
  297. ExFV = "off"
  298. NtpV = "off"
  299. else
  300. InCV = "off"
  301. end
  302. end)
  303.  
  304. IslandTPF.Name = "IslandTPF"
  305. IslandTPF.Parent = SupaF
  306. IslandTPF.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  307. IslandTPF.BorderSizePixel = 0
  308. IslandTPF.Position = UDim2.new(0.51994884, 0, 0.00330045819, 0)
  309. IslandTPF.Size = UDim2.new(0, 202, 0, 276)
  310. IslandTPF.Visible = false
  311.  
  312. TopFrame_2.Name = "TopFrame"
  313. TopFrame_2.Parent = IslandTPF
  314. TopFrame_2.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  315. TopFrame_2.BorderSizePixel = 0
  316. TopFrame_2.Position = UDim2.new(0, 0, -0.00144759472, 0)
  317. TopFrame_2.Size = UDim2.new(0, 202, 0, 35)
  318.  
  319. TextLabel_2.Parent = TopFrame_2
  320. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  321. TextLabel_2.BackgroundTransparency = 1
  322. TextLabel_2.BorderSizePixel = 0
  323. TextLabel_2.Position = UDim2.new(0, 0, -0.00285470136, 0)
  324. TextLabel_2.Size = UDim2.new(0, 202, 0, 35)
  325. TextLabel_2.Font = Enum.Font.GothamBold
  326. TextLabel_2.Text = "IslandTP"
  327. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  328. TextLabel_2.TextSize = 25
  329.  
  330. ScrollingFrame.Parent = IslandTPF
  331. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  332. ScrollingFrame.BackgroundTransparency = 1
  333. ScrollingFrame.Position = UDim2.new(-0.000352799892, 0, 0.123883605, 0)
  334. ScrollingFrame.Size = UDim2.new(0, 202, 0, 242)
  335. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 2.0999999, 0)
  336.  
  337. Buttons_2.Name = "Buttons"
  338. Buttons_2.Parent = ScrollingFrame
  339. Buttons_2.BackgroundColor3 = Color3.new(1, 1, 1)
  340. Buttons_2.BackgroundTransparency = 1
  341. Buttons_2.BorderSizePixel = 0
  342. Buttons_2.Size = UDim2.new(0, 202, 0, 576)
  343.  
  344. SandIs.Name = "SandIs"
  345. SandIs.Parent = Buttons_2
  346. SandIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  347. SandIs.BorderSizePixel = 0
  348. SandIs.Position = UDim2.new(0.21867691, 0, 0.0307342708, 0)
  349. SandIs.Size = UDim2.new(0, 112, 0, 28)
  350. SandIs.Font = Enum.Font.Gotham
  351. SandIs.Text = "Sand Island"
  352. SandIs.TextColor3 = Color3.new(1, 1, 1)
  353. SandIs.TextSize = 20
  354. SandIs.MouseButton1Click:connect(function()
  355. tp(922, 80, 118)
  356. end)
  357.  
  358. OrangeIs.Name = "OrangeIs"
  359. OrangeIs.Parent = Buttons_2
  360. OrangeIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  361. OrangeIs.BorderSizePixel = 0
  362. OrangeIs.Position = UDim2.new(0.214049503, 0, 0.106944442, 0)
  363. OrangeIs.Size = UDim2.new(0, 112, 0, 28)
  364. OrangeIs.Font = Enum.Font.Gotham
  365. OrangeIs.Text = "Orange Town"
  366. OrangeIs.TextColor3 = Color3.new(1, 1, 1)
  367. OrangeIs.TextScaled = true
  368. OrangeIs.TextSize = 19
  369. OrangeIs.TextWrapped = true
  370. OrangeIs.MouseButton1Click:connect(function()
  371. tp(-2369, 59, -192)
  372. end)
  373.  
  374. RockyIs.Name = "RockyIs"
  375. RockyIs.Parent = Buttons_2
  376. RockyIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  377. RockyIs.BorderSizePixel = 0
  378. RockyIs.Position = UDim2.new(0.214049503, 0, 0.183347225, 0)
  379. RockyIs.Size = UDim2.new(0, 112, 0, 28)
  380. RockyIs.Font = Enum.Font.Gotham
  381. RockyIs.Text = "Rocky Island"
  382. RockyIs.TextColor3 = Color3.new(1, 1, 1)
  383. RockyIs.TextScaled = true
  384. RockyIs.TextSize = 20
  385. RockyIs.TextWrapped = true
  386. RockyIs.MouseButton1Click:connect(function()
  387. tp(-4028, 93, 449)
  388. end)
  389.  
  390. GrassyIs.Name = "GrassyIs"
  391. GrassyIs.Parent = Buttons_2
  392. GrassyIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  393. GrassyIs.BorderSizePixel = 0
  394. GrassyIs.Position = UDim2.new(0.218999997, 0, 0.258013904, 0)
  395. GrassyIs.Size = UDim2.new(0, 112, 0, 28)
  396. GrassyIs.Font = Enum.Font.Gotham
  397. GrassyIs.Text = "Grassy Island"
  398. GrassyIs.TextColor3 = Color3.new(1, 1, 1)
  399. GrassyIs.TextScaled = true
  400. GrassyIs.TextSize = 16
  401. GrassyIs.TextWrapped = true
  402. GrassyIs.MouseButton1Click:connect(function()
  403. tp(-957, 63, 682)
  404. end)
  405.  
  406. YetiIs.Name = "YetiIs"
  407. YetiIs.Parent = Buttons_2
  408. YetiIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  409. YetiIs.BorderSizePixel = 0
  410. YetiIs.Position = UDim2.new(0.218999997, 0, 0.409999996, 0)
  411. YetiIs.Size = UDim2.new(0, 112, 0, 28)
  412. YetiIs.Font = Enum.Font.Gotham
  413. YetiIs.Text = "Yeti Island"
  414. YetiIs.TextColor3 = Color3.new(1, 1, 1)
  415. YetiIs.TextScaled = true
  416. YetiIs.TextSize = 20
  417. YetiIs.TextWrapped = true
  418. YetiIs.MouseButton1Click:connect(function()
  419. tp(1551, 59, -4884)
  420. end)
  421.  
  422. SnowIs.Name = "SnowIs"
  423. SnowIs.Parent = Buttons_2
  424. SnowIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  425. SnowIs.BorderSizePixel = 0
  426. SnowIs.Position = UDim2.new(0.218999997, 0, 0.334416658, 0)
  427. SnowIs.Size = UDim2.new(0, 112, 0, 28)
  428. SnowIs.Font = Enum.Font.Gotham
  429. SnowIs.Text = "Snow Island"
  430. SnowIs.TextColor3 = Color3.new(1, 1, 1)
  431. SnowIs.TextScaled = true
  432. SnowIs.TextSize = 20
  433. SnowIs.TextWrapped = true
  434. SnowIs.MouseButton1Click:connect(function()
  435. tp(-1054, 58, -3281)
  436. end)
  437.  
  438. MapeIsland.Name = "Mape Island"
  439. MapeIsland.Parent = Buttons_2
  440. MapeIsland.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  441. MapeIsland.BorderSizePixel = 0
  442. MapeIsland.Position = UDim2.new(0.218999997, 0, 0.486000001, 0)
  443. MapeIsland.Size = UDim2.new(0, 112, 0, 28)
  444. MapeIsland.Font = Enum.Font.Gotham
  445. MapeIsland.Text = "Mape Island"
  446. MapeIsland.TextColor3 = Color3.new(1, 1, 1)
  447. MapeIsland.TextScaled = true
  448. MapeIsland.TextSize = 20
  449. MapeIsland.TextWrapped = true
  450. MapeIsland.MouseButton1Click:connect(function()
  451. tp(840, 63, -2148)
  452. end)
  453.  
  454. SayaIs.Name = "SayaIs"
  455. SayaIs.Parent = Buttons_2
  456. SayaIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  457. SayaIs.BorderSizePixel = 0
  458. SayaIs.Position = UDim2.new(0.218999997, 0, 0.561999977, 0)
  459. SayaIs.Size = UDim2.new(0, 112, 0, 28)
  460. SayaIs.Font = Enum.Font.Gotham
  461. SayaIs.Text = "Saya Island"
  462. SayaIs.TextColor3 = Color3.new(1, 1, 1)
  463. SayaIs.TextScaled = true
  464. SayaIs.TextSize = 20
  465. SayaIs.TextWrapped = true
  466. SayaIs.MouseButton1Click:connect(function()
  467. tp(-2506, 84, -1929)
  468. end)
  469.  
  470. SpecialIs.Name = "SpecialIs"
  471. SpecialIs.Parent = Buttons_2
  472. SpecialIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  473. SpecialIs.BorderSizePixel = 0
  474. SpecialIs.Position = UDim2.new(0.218999997, 0, 0.638000011, 0)
  475. SpecialIs.Size = UDim2.new(0, 112, 0, 28)
  476. SpecialIs.Font = Enum.Font.Gotham
  477. SpecialIs.Text = "Special Island"
  478. SpecialIs.TextColor3 = Color3.new(1, 1, 1)
  479. SpecialIs.TextScaled = true
  480. SpecialIs.TextSize = 20
  481. SpecialIs.TextWrapped = true
  482. SpecialIs.MouseButton1Click:connect(function()
  483. tp(-4417, 61, -1536)
  484. end)
  485.  
  486. RevIs.Name = "RevIs"
  487. RevIs.Parent = Buttons_2
  488. RevIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  489. RevIs.BorderSizePixel = 0
  490. RevIs.Position = UDim2.new(0.218999997, 0, 0.713999987, 0)
  491. RevIs.Size = UDim2.new(0, 112, 0, 28)
  492. RevIs.Font = Enum.Font.Gotham
  493. RevIs.Text = "Revolutionary Is"
  494. RevIs.TextColor3 = Color3.new(1, 1, 1)
  495. RevIs.TextScaled = true
  496. RevIs.TextSize = 20
  497. RevIs.TextWrapped = true
  498. RevIs.MouseButton1Click:connect(function()
  499. tp(-3100, 63, -3812)
  500. end)
  501.  
  502. MarineIs.Name = "MarineIs"
  503. MarineIs.Parent = Buttons_2
  504. MarineIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  505. MarineIs.BorderSizePixel = 0
  506. MarineIs.Position = UDim2.new(0.218999997, 0, 0.790000021, 0)
  507. MarineIs.Size = UDim2.new(0, 112, 0, 28)
  508. MarineIs.AutoButtonColor = false
  509. MarineIs.Font = Enum.Font.Gotham
  510. MarineIs.Text = "Marine Island"
  511. MarineIs.TextColor3 = Color3.new(1, 1, 1)
  512. MarineIs.TextScaled = true
  513. MarineIs.TextSize = 20
  514. MarineIs.TextWrapped = true
  515. MarineIs.MouseButton1Click:connect(function()
  516. tp(2803, 77, -1453)
  517. end)
  518.  
  519. FarmIs.Name = "FarmIs"
  520. FarmIs.Parent = Buttons_2
  521. FarmIs.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  522. FarmIs.BorderSizePixel = 0
  523. FarmIs.Position = UDim2.new(0.218999997, 0, 0.865999997, 0)
  524. FarmIs.Size = UDim2.new(0, 112, 0, 28)
  525. FarmIs.Font = Enum.Font.Gotham
  526. FarmIs.Text = "Farm Island"
  527. FarmIs.TextColor3 = Color3.new(1, 1, 1)
  528. FarmIs.TextScaled = true
  529. FarmIs.TextSize = 20
  530. FarmIs.TextWrapped = true
  531. FarmIs.MouseButton1Click:connect(function()
  532. tp(-825, 89, -5635)
  533. end)
  534.  
  535. Skypia.Name = "Skypia"
  536. Skypia.Parent = Buttons_2
  537. Skypia.BackgroundColor3 = Color3.new(0.101961, 0.729412, 0.870588)
  538. Skypia.BorderSizePixel = 0
  539. Skypia.Position = UDim2.new(0.218999997, 0, 0.941999972, 0)
  540. Skypia.Size = UDim2.new(0, 112, 0, 28)
  541. Skypia.Font = Enum.Font.Gotham
  542. Skypia.Text = "Skypia"
  543. Skypia.TextColor3 = Color3.new(1, 1, 1)
  544. Skypia.TextScaled = true
  545. Skypia.TextSize = 20
  546. Skypia.TextWrapped = true
  547. Skypia.MouseButton1Click:connect(function()
  548. tp(-3867, 2063, 3103)
  549. end)
  550.  
  551. ExtraFF.Name = "ExtraFF"
  552. ExtraFF.Parent = SupaF
  553. ExtraFF.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  554. ExtraFF.BorderSizePixel = 0
  555. ExtraFF.Position = UDim2.new(0.51994884, 0, 0.00330045819, 0)
  556. ExtraFF.Size = UDim2.new(0, 202, 0, 276)
  557. ExtraFF.Visible = false
  558.  
  559. TopFrame_3.Name = "TopFrame"
  560. TopFrame_3.Parent = ExtraFF
  561. TopFrame_3.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  562. TopFrame_3.BorderSizePixel = 0
  563. TopFrame_3.Position = UDim2.new(0, 0, -0.00144759472, 0)
  564. TopFrame_3.Size = UDim2.new(0, 202, 0, 35)
  565.  
  566. TextLabel_3.Parent = TopFrame_3
  567. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  568. TextLabel_3.BackgroundTransparency = 1
  569. TextLabel_3.BorderSizePixel = 0
  570. TextLabel_3.Position = UDim2.new(0, 0, -0.00285470136, 0)
  571. TextLabel_3.Size = UDim2.new(0, 202, 0, 35)
  572. TextLabel_3.Font = Enum.Font.GothamBold
  573. TextLabel_3.Text = "Extra Features"
  574. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  575. TextLabel_3.TextSize = 25
  576.  
  577. ScrollingFrame_2.Parent = ExtraFF
  578. ScrollingFrame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  579. ScrollingFrame_2.BackgroundTransparency = 1
  580. ScrollingFrame_2.Position = UDim2.new(-0.000352799892, 0, 0.123883605, 0)
  581. ScrollingFrame_2.Size = UDim2.new(0, 202, 0, 242)
  582. ScrollingFrame_2.CanvasSize = UDim2.new(0, 0, 1, 0)
  583.  
  584. Buttons_3.Name = "Buttons"
  585. Buttons_3.Parent = ScrollingFrame_2
  586. Buttons_3.BackgroundColor3 = Color3.new(1, 1, 1)
  587. Buttons_3.BackgroundTransparency = 1
  588. Buttons_3.BorderSizePixel = 0
  589. Buttons_3.Size = UDim2.new(0, 202, 0, 576)
  590.  
  591. ChestBring.Name = "ChestBring"
  592. ChestBring.Parent = Buttons_3
  593. ChestBring.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  594. ChestBring.BorderSizePixel = 0
  595. ChestBring.Position = UDim2.new(0.21867691, 0, 0.0307342708, 0)
  596. ChestBring.Size = UDim2.new(0, 112, 0, 28)
  597. ChestBring.Font = Enum.Font.Gotham
  598. ChestBring.Text = "Chest Bring"
  599. ChestBring.TextColor3 = Color3.new(1, 1, 1)
  600. ChestBring.TextScaled = true
  601. ChestBring.TextSize = 20
  602. ChestBring.TextWrapped = true
  603. ChestBring.MouseButton1Click:connect(function()
  604. getplayer()
  605. local apis = game.workspace.Chests:GetDescendants()
  606. for i = 1, #apis do
  607. if apis[i].Name == "Chest" then
  608. apis[i].CFrame = plrh.CFrame
  609. wait(0.5)
  610. apis[i].CFrame = CFrame.new (50000, 1000, -523)
  611. end
  612. end
  613. end)
  614.  
  615. HakiDFTP.Name = "HakiDFTP"
  616. HakiDFTP.Parent = Buttons_3
  617. HakiDFTP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  618. HakiDFTP.BorderSizePixel = 0
  619. HakiDFTP.Position = UDim2.new(0.214049503, 0, 0.106944442, 0)
  620. HakiDFTP.Size = UDim2.new(0, 112, 0, 28)
  621. HakiDFTP.Font = Enum.Font.Gotham
  622. HakiDFTP.Text = "TpToHaki/DF"
  623. HakiDFTP.TextColor3 = Color3.new(1, 1, 1)
  624. HakiDFTP.TextScaled = true
  625. HakiDFTP.TextSize = 19
  626. HakiDFTP.TextWrapped = true
  627. HakiDFTP.MouseButton1Click:connect(function()
  628. getplayer()
  629. for i,v in pairs(game.Workspace:GetChildren()) do
  630. if(v:FindFirstChild("Handle")) then
  631. local HakiDf = v.Handle.CFrame
  632. wait (0)
  633. plrh.CFrame = HakiDf
  634. end
  635. end
  636. end)
  637.  
  638. Rejoin.Name = "Rejoin"
  639. Rejoin.Parent = Buttons_3
  640. Rejoin.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  641. Rejoin.BorderSizePixel = 0
  642. Rejoin.Position = UDim2.new(0.214049503, 0, 0.183347225, 0)
  643. Rejoin.Size = UDim2.new(0, 112, 0, 28)
  644. Rejoin.Font = Enum.Font.Gotham
  645. Rejoin.Text = "Rejoin"
  646. Rejoin.TextColor3 = Color3.new(1, 1, 1)
  647. Rejoin.TextSize = 21
  648. Rejoin.MouseButton1Click:connect(function()
  649. game:GetService("TeleportService"):Teleport(2701169630)
  650. end)
  651.  
  652. InfoCF.Name = "InfoCF"
  653. InfoCF.Parent = SupaF
  654. InfoCF.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  655. InfoCF.BorderSizePixel = 0
  656. InfoCF.Position = UDim2.new(0.51994884, 0, 0.00330045819, 0)
  657. InfoCF.Size = UDim2.new(0, 202, 0, 276)
  658. InfoCF.Visible = false
  659.  
  660. ScrollingFrame_3.Parent = InfoCF
  661. ScrollingFrame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  662. ScrollingFrame_3.BackgroundTransparency = 1
  663. ScrollingFrame_3.Position = UDim2.new(-0.000352799892, 0, 0.123883605, 0)
  664. ScrollingFrame_3.Size = UDim2.new(0, 202, 0, 242)
  665. ScrollingFrame_3.CanvasSize = UDim2.new(0, 0, 1, 0)
  666.  
  667. InfoF.Name = "InfoF"
  668. InfoF.Parent = ScrollingFrame_3
  669. InfoF.BackgroundColor3 = Color3.new(1, 1, 1)
  670. InfoF.BackgroundTransparency = 1
  671. InfoF.BorderSizePixel = 0
  672. InfoF.Size = UDim2.new(0, 202, 0, 576)
  673.  
  674. CreditT.Name = "CreditT"
  675. CreditT.Parent = InfoF
  676. CreditT.BackgroundColor3 = Color3.new(1, 1, 1)
  677. CreditT.BackgroundTransparency = 1
  678. CreditT.BorderSizePixel = 0
  679. CreditT.Position = UDim2.new(0.113861382, 0, 0.0111439191, 0)
  680. CreditT.Size = UDim2.new(0, 155, 0, 51)
  681. CreditT.Font = Enum.Font.Gotham
  682. CreditT.Text = "Made By: Waffles 1654"
  683. CreditT.TextColor3 = Color3.new(1, 1, 1)
  684. CreditT.TextScaled = true
  685. CreditT.TextSize = 14
  686. CreditT.TextWrapped = true
  687.  
  688. UpdateT.Name = "UpdateT"
  689. UpdateT.Parent = InfoF
  690. UpdateT.BackgroundColor3 = Color3.new(1, 1, 1)
  691. UpdateT.BackgroundTransparency = 1
  692. UpdateT.BorderSizePixel = 0
  693. UpdateT.Position = UDim2.new(0.113861382, 0, 0.0875328034, 0)
  694. UpdateT.Size = UDim2.new(0, 155, 0, 51)
  695. UpdateT.Font = Enum.Font.Gotham
  696. UpdateT.Text = "*Update Log*"
  697. UpdateT.TextColor3 = Color3.new(1, 1, 1)
  698. UpdateT.TextScaled = true
  699. UpdateT.TextSize = 14
  700. UpdateT.TextWrapped = true
  701.  
  702. TextLabel_4.Parent = InfoF
  703. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  704. TextLabel_4.BackgroundTransparency = 1
  705. TextLabel_4.BorderSizePixel = 0
  706. TextLabel_4.Position = UDim2.new(0.168316841, 0, 0.155569434, 0)
  707. TextLabel_4.Size = UDim2.new(0, 133, 0, 33)
  708. TextLabel_4.Font = Enum.Font.Gotham
  709. TextLabel_4.Text = "- Island TP"
  710. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  711. TextLabel_4.TextSize = 20
  712. TextLabel_4.TextWrapped = true
  713. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  714.  
  715. TextLabel_5.Parent = InfoF
  716. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  717. TextLabel_5.BackgroundTransparency = 1
  718. TextLabel_5.BorderSizePixel = 0
  719. TextLabel_5.Position = UDim2.new(0.168316841, 0, 0.202444434, 0)
  720. TextLabel_5.Size = UDim2.new(0, 133, 0, 33)
  721. TextLabel_5.Font = Enum.Font.Gotham
  722. TextLabel_5.Text = "- Extra Features"
  723. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  724. TextLabel_5.TextSize = 19
  725. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  726.  
  727. TextLabel_6.Parent = InfoF
  728. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  729. TextLabel_6.BackgroundTransparency = 1
  730. TextLabel_6.BorderSizePixel = 0
  731. TextLabel_6.Position = UDim2.new(0.168316841, 0, 0.251055539, 0)
  732. TextLabel_6.Size = UDim2.new(0, 133, 0, 33)
  733. TextLabel_6.Font = Enum.Font.Gotham
  734. TextLabel_6.Text = "- Info & Credits"
  735. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  736. TextLabel_6.TextSize = 19
  737. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  738.  
  739. TextLabel_10.Parent = InfoF
  740. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  741. TextLabel_10.BackgroundTransparency = 1
  742. TextLabel_10.BorderSizePixel = 0
  743. TextLabel_10.Position = UDim2.new(0.168316841, 0, 0.292722195, 0)
  744. TextLabel_10.Size = UDim2.new(0, 133, 0, 33)
  745. TextLabel_10.Font = Enum.Font.Gotham
  746. TextLabel_10.Text = "- Npc TP"
  747. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  748. TextLabel_10.TextSize = 19
  749. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  750.  
  751. TextLabel_7.Parent = InfoF
  752. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  753. TextLabel_7.BackgroundTransparency = 1
  754. TextLabel_7.BorderSizePixel = 0
  755. TextLabel_7.Position = UDim2.new(1.49011612e-08, 0, 0.421194404, 0)
  756. TextLabel_7.Size = UDim2.new(0, 133, 0, 33)
  757. TextLabel_7.Font = Enum.Font.Gotham
  758. TextLabel_7.Text = "U big da Gay"
  759. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  760. TextLabel_7.TextSize = 19
  761. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  762.  
  763. TopFrame_4.Name = "TopFrame"
  764. TopFrame_4.Parent = InfoCF
  765. TopFrame_4.BackgroundColor3 = Color3.new(0.478431, 0.439216, 1)
  766. TopFrame_4.BorderSizePixel = 0
  767. TopFrame_4.Position = UDim2.new(0, 0, -0.00144759472, 0)
  768. TopFrame_4.Size = UDim2.new(0, 202, 0, 35)
  769.  
  770. TextLabel_8.Parent = TopFrame_4
  771. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  772. TextLabel_8.BackgroundTransparency = 1
  773. TextLabel_8.BorderSizePixel = 0
  774. TextLabel_8.Position = UDim2.new(0, 0, -0.00285470136, 0)
  775. TextLabel_8.Size = UDim2.new(0, 202, 0, 35)
  776. TextLabel_8.Font = Enum.Font.GothamBold
  777. TextLabel_8.Text = "Info & Credits"
  778. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  779. TextLabel_8.TextSize = 25
  780.  
  781. NPCTPF.Name = "NPCTPF"
  782. NPCTPF.Parent = SupaF
  783. NPCTPF.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  784. NPCTPF.BorderSizePixel = 0
  785. NPCTPF.Position = UDim2.new(0.51994884, 0, 0.00330052571, 0)
  786. NPCTPF.Size = UDim2.new(0, 202, 0, 276)
  787. NPCTPF.Visible = false
  788.  
  789. TopFrame_5.Name = "TopFrame_5"
  790. TopFrame_5.Parent = NPCTPF
  791. TopFrame_5.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  792. TopFrame_5.BorderSizePixel = 0
  793. TopFrame_5.Position = UDim2.new(0, 0, -0.00144759472, 0)
  794. TopFrame_5.Size = UDim2.new(0, 202, 0, 35)
  795.  
  796. TextLabel_9.Parent = TopFrame_5
  797. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  798. TextLabel_9.BackgroundTransparency = 1
  799. TextLabel_9.BorderSizePixel = 0
  800. TextLabel_9.Position = UDim2.new(0, 0, -0.00285470136, 0)
  801. TextLabel_9.Size = UDim2.new(0, 202, 0, 35)
  802. TextLabel_9.Font = Enum.Font.GothamBold
  803. TextLabel_9.Text = "NpcTP"
  804. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  805. TextLabel_9.TextSize = 25
  806.  
  807. ScrollingFrame_4.Parent = NPCTPF
  808. ScrollingFrame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  809. ScrollingFrame_4.BackgroundTransparency = 1
  810. ScrollingFrame_4.Position = UDim2.new(-0.000352799892, 0, 0.123883605, 0)
  811. ScrollingFrame_4.Size = UDim2.new(0, 202, 0, 242)
  812. ScrollingFrame_4.CanvasSize = UDim2.new(0, 0, 2.25, 0)
  813.  
  814. Buttons_4.Name = "Buttons_4"
  815. Buttons_4.Parent = ScrollingFrame_4
  816. Buttons_4.BackgroundColor3 = Color3.new(1, 1, 1)
  817. Buttons_4.BackgroundTransparency = 1
  818. Buttons_4.BorderSizePixel = 0
  819. Buttons_4.Position = UDim2.new(0, 0, -0.055555556, 0)
  820. Buttons_4.Size = UDim2.new(0, 202, 0, 708)
  821.  
  822. MountainBandit.Name = "MountainBandit"
  823. MountainBandit.Parent = Buttons_4
  824. MountainBandit.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  825. MountainBandit.BorderSizePixel = 0
  826. MountainBandit.Position = UDim2.new(0.21867691, 0, 0.0747836679, 0)
  827. MountainBandit.Size = UDim2.new(0, 112, 0, 28)
  828. MountainBandit.Font = Enum.Font.Gotham
  829. MountainBandit.Text = "Mountain Bandit"
  830. MountainBandit.TextColor3 = Color3.new(1, 1, 1)
  831. MountainBandit.TextScaled = true
  832. MountainBandit.TextSize = 20
  833. MountainBandit.TextWrapped = true
  834. MountainBandit.MouseButton1Click:connect(function()
  835. mobtp("Mountain Bandit")
  836. end)
  837.  
  838. DesertBandit.Name = "DesertBandit"
  839. DesertBandit.Parent = Buttons_4
  840. DesertBandit.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  841. DesertBandit.BorderSizePixel = 0
  842. DesertBandit.Position = UDim2.new(0.218999997, 0, 0.136355504, 0)
  843. DesertBandit.Size = UDim2.new(0, 112, 0, 28)
  844. DesertBandit.Font = Enum.Font.Gotham
  845. DesertBandit.Text = "Desert Bandit"
  846. DesertBandit.TextColor3 = Color3.new(1, 1, 1)
  847. DesertBandit.TextScaled = true
  848. DesertBandit.TextSize = 19
  849. DesertBandit.TextWrapped = true
  850. DesertBandit.MouseButton1Click:connect(function()
  851. mobtp("Desert Bandit")
  852. end)
  853.  
  854. BuggyPirate.Name = "BuggyPirate"
  855. BuggyPirate.Parent = Buttons_4
  856. BuggyPirate.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  857. BuggyPirate.BorderSizePixel = 0
  858. BuggyPirate.Position = UDim2.new(0.218999997, 0, 0.196707532, 0)
  859. BuggyPirate.Size = UDim2.new(0, 112, 0, 28)
  860. BuggyPirate.Font = Enum.Font.Gotham
  861. BuggyPirate.Text = "Buggy Pirate"
  862. BuggyPirate.TextColor3 = Color3.new(1, 1, 1)
  863. BuggyPirate.TextScaled = true
  864. BuggyPirate.TextSize = 20
  865. BuggyPirate.TextWrapped = true
  866. BuggyPirate.MouseButton1Click:connect(function()
  867. mobtp("Buggy Pirate")
  868. end)
  869.  
  870. HakiMonkey.Name = "HakiMonkey"
  871. HakiMonkey.Parent = Buttons_4
  872. HakiMonkey.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  873. HakiMonkey.BorderSizePixel = 0
  874. HakiMonkey.Position = UDim2.new(0.218999997, 0, 0.258405328, 0)
  875. HakiMonkey.Size = UDim2.new(0, 112, 0, 28)
  876. HakiMonkey.Font = Enum.Font.Gotham
  877. HakiMonkey.Text = "Haki Monkey"
  878. HakiMonkey.TextColor3 = Color3.new(1, 1, 1)
  879. HakiMonkey.TextScaled = true
  880. HakiMonkey.TextSize = 16
  881. HakiMonkey.TextWrapped = true
  882. HakiMonkey.MouseButton1Click:connect(function()
  883. mobtp("Haki Monkey")
  884. end)
  885.  
  886. SpecialMonster.Name = "SpecialMonster"
  887. SpecialMonster.Parent = Buttons_4
  888. SpecialMonster.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  889. SpecialMonster.BorderSizePixel = 0
  890. SpecialMonster.Position = UDim2.new(0.218999997, 0, 0.380471021, 0)
  891. SpecialMonster.Size = UDim2.new(0, 112, 0, 28)
  892. SpecialMonster.Font = Enum.Font.Gotham
  893. SpecialMonster.Text = "Special Monster"
  894. SpecialMonster.TextColor3 = Color3.new(1, 1, 1)
  895. SpecialMonster.TextScaled = true
  896. SpecialMonster.TextSize = 20
  897. SpecialMonster.TextWrapped = true
  898. SpecialMonster.MouseButton1Click:connect(function()
  899. mobtps("Bara Bandit", "Logia Bandit")
  900. end)
  901.  
  902. IceMonster.Name = "IceMonster"
  903. IceMonster.Parent = Buttons_4
  904. IceMonster.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  905. IceMonster.BorderSizePixel = 0
  906. IceMonster.Position = UDim2.new(0.218999997, 0, 0.320169747, 0)
  907. IceMonster.Size = UDim2.new(0, 112, 0, 28)
  908. IceMonster.Font = Enum.Font.Gotham
  909. IceMonster.Text = "Ice Monster"
  910. IceMonster.TextColor3 = Color3.new(1, 1, 1)
  911. IceMonster.TextScaled = true
  912. IceMonster.TextSize = 20
  913. IceMonster.TextWrapped = true
  914. IceMonster.MouseButton1Click:connect(function()
  915. mobtp("Ice Monster")
  916. end)
  917.  
  918. RevTroop.Name = "RevTroop"
  919. RevTroop.Parent = Buttons_4
  920. RevTroop.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  921. RevTroop.BorderSizePixel = 0
  922. RevTroop.Position = UDim2.new(0.218999997, 0, 0.441000015, 0)
  923. RevTroop.Size = UDim2.new(0, 112, 0, 28)
  924. RevTroop.Font = Enum.Font.Gotham
  925. RevTroop.Text = "Rev Troop"
  926. RevTroop.TextColor3 = Color3.new(1, 1, 1)
  927. RevTroop.TextScaled = true
  928. RevTroop.TextSize = 20
  929. RevTroop.TextWrapped = true
  930. RevTroop.MouseButton1Click:connect(function()
  931. mobtp("Revolutionary Troop")
  932. end)
  933.  
  934. ViceAdmirals.Name = "Vice-Admirals"
  935. ViceAdmirals.Parent = Buttons_4
  936. ViceAdmirals.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  937. ViceAdmirals.BorderSizePixel = 0
  938. ViceAdmirals.Position = UDim2.new(0.218999997, 0, 0.501999974, 0)
  939. ViceAdmirals.Size = UDim2.new(0, 112, 0, 28)
  940. ViceAdmirals.Font = Enum.Font.Gotham
  941. ViceAdmirals.Text = "Vice-Admirals"
  942. ViceAdmirals.TextColor3 = Color3.new(1, 1, 1)
  943. ViceAdmirals.TextScaled = true
  944. ViceAdmirals.TextSize = 20
  945. ViceAdmirals.TextWrapped = true
  946. ViceAdmirals.MouseButton1Click:connect(function()
  947. mobtp("Vice-Admiral")
  948. end)
  949.  
  950. Skypieans.Name = "Skypieans"
  951. Skypieans.Parent = Buttons_4
  952. Skypieans.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  953. Skypieans.BorderSizePixel = 0
  954. Skypieans.Position = UDim2.new(0.218999997, 0, 0.563000023, 0)
  955. Skypieans.Size = UDim2.new(0, 112, 0, 28)
  956. Skypieans.Font = Enum.Font.Gotham
  957. Skypieans.Text = "Skypieans"
  958. Skypieans.TextColor3 = Color3.new(1, 1, 1)
  959. Skypieans.TextScaled = true
  960. Skypieans.TextSize = 20
  961. Skypieans.TextWrapped = true
  962. Skypieans.MouseButton1Click:connect(function()
  963. mobtp("Skypiean")
  964. end)
  965.  
  966. Buggy.Name = "Buggy"
  967. Buggy.Parent = Buttons_4
  968. Buggy.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  969. Buggy.BorderSizePixel = 0
  970. Buggy.Position = UDim2.new(0.218999997, 0, 0.624000013, 0)
  971. Buggy.Size = UDim2.new(0, 112, 0, 28)
  972. Buggy.Font = Enum.Font.Gotham
  973. Buggy.Text = "Buggy"
  974. Buggy.TextColor3 = Color3.new(1, 1, 1)
  975. Buggy.TextScaled = true
  976. Buggy.TextSize = 20
  977. Buggy.TextWrapped = true
  978. Buggy.MouseButton1Click:connect(function()
  979. mobtp("Buggy The Clown")
  980. end)
  981.  
  982. Crocodile.Name = "Crocodile"
  983. Crocodile.Parent = Buttons_4
  984. Crocodile.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  985. Crocodile.BorderSizePixel = 0
  986. Crocodile.Position = UDim2.new(0.218999997, 0, 0.685000002, 0)
  987. Crocodile.Size = UDim2.new(0, 112, 0, 28)
  988. Crocodile.Font = Enum.Font.Gotham
  989. Crocodile.Text = "Crocodile"
  990. Crocodile.TextColor3 = Color3.new(1, 1, 1)
  991. Crocodile.TextScaled = true
  992. Crocodile.TextSize = 20
  993. Crocodile.TextWrapped = true
  994. Crocodile.MouseButton1Click:connect(function()
  995. mobtp("Crocodile")
  996. end)
  997.  
  998. Fishman.Name = "Fishman"
  999. Fishman.Parent = Buttons_4
  1000. Fishman.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  1001. Fishman.BorderSizePixel = 0
  1002. Fishman.Position = UDim2.new(0.218999997, 0, 0.745999992, 0)
  1003. Fishman.Size = UDim2.new(0, 112, 0, 28)
  1004. Fishman.Font = Enum.Font.Gotham
  1005. Fishman.Text = "Fishman"
  1006. Fishman.TextColor3 = Color3.new(1, 1, 1)
  1007. Fishman.TextScaled = true
  1008. Fishman.TextSize = 20
  1009. Fishman.TextWrapped = true
  1010. Fishman.MouseButton1Click:connect(function()
  1011. mobtp("Fishman")
  1012. end)
  1013.  
  1014. Yeti.Name = "Yeti"
  1015. Yeti.Parent = Buttons_4
  1016. Yeti.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  1017. Yeti.BorderSizePixel = 0
  1018. Yeti.Position = UDim2.new(0.218999997, 0, 0.806999981, 0)
  1019. Yeti.Size = UDim2.new(0, 112, 0, 28)
  1020. Yeti.Font = Enum.Font.Gotham
  1021. Yeti.Text = "Yeti"
  1022. Yeti.TextColor3 = Color3.new(1, 1, 1)
  1023. Yeti.TextScaled = true
  1024. Yeti.TextSize = 20
  1025. Yeti.TextWrapped = true
  1026. Yeti.MouseButton1Click:connect(function()
  1027. mobtp("Yeti")
  1028. end)
  1029.  
  1030. ItoBandits.Name = "ItoBandits"
  1031. ItoBandits.Parent = Buttons_4
  1032. ItoBandits.BackgroundColor3 = Color3.new(1, 0.717647, 0)
  1033. ItoBandits.BorderSizePixel = 0
  1034. ItoBandits.Position = UDim2.new(0.218999997, 0, 0.867999971, 0)
  1035. ItoBandits.Size = UDim2.new(0, 112, 0, 28)
  1036. ItoBandits.Font = Enum.Font.Gotham
  1037. ItoBandits.Text = "Ito Bandits"
  1038. ItoBandits.TextColor3 = Color3.new(1, 1, 1)
  1039. ItoBandits.TextScaled = true
  1040. ItoBandits.TextSize = 20
  1041. ItoBandits.TextWrapped = true
  1042. ItoBandits.MouseButton1Click:connect(function()
  1043. mobtp("Ito Bandit")
  1044. end)
  1045. -- Scripts:
  1046.  
  1047. bypass()
Add Comment
Please, Sign In to add comment