LECARG

Blox Fruits Gui /LECARG

Jan 9th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.39 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local PirateOn = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local PirateOff = Instance.new("TextButton")
  10. local BruteOn = Instance.new("TextButton")
  11. local TpSpamOff = Instance.new("TextButton")
  12. local BruteOff = Instance.new("TextButton")
  13. local SnowBanditsOff = Instance.new("TextButton")
  14. local SnowBanditsOn = Instance.new("TextButton")
  15. local SnowManOn = Instance.new("TextButton")
  16. local SnowManOff = Instance.new("TextButton")
  17. local YetiOn = Instance.new("TextButton")
  18. local YetiOff = Instance.new("TextButton")
  19. local SkyBanditsOn = Instance.new("TextButton")
  20. local SkyBanditsOff = Instance.new("TextButton")
  21. local DarkMasterOn = Instance.new("TextButton")
  22. local DarkMasterOff = Instance.new("TextButton")
  23. local DesertBanditOn = Instance.new("TextButton")
  24. local DesertBanditOff = Instance.new("TextButton")
  25. local DesertOfficerOn = Instance.new("TextButton")
  26. local DesertOfficerOn_2 = Instance.new("TextButton")
  27. local WardenOn = Instance.new("TextButton")
  28. local WardenOff = Instance.new("TextButton")
  29. local ChiefWardenOn = Instance.new("TextButton")
  30. local ChiefWardenOff = Instance.new("TextButton")
  31. local FlamingoOn = Instance.new("TextButton")
  32. local FlamingoOff = Instance.new("TextButton")
  33. local ScrollingFrame = Instance.new("ScrollingFrame")
  34. local Frame_2 = Instance.new("Frame")
  35. local Frame_3 = Instance.new("Frame")
  36. local TextButton = Instance.new("TextButton")
  37. local TextButton_2 = Instance.new("TextButton")
  38. local TextButton_3 = Instance.new("TextButton")
  39. local TextButton_4 = Instance.new("TextButton")
  40. local TextButton_5 = Instance.new("TextButton")
  41. local TextButton_6 = Instance.new("TextButton")
  42. local TextButton_7 = Instance.new("TextButton")
  43. local TextButton_8 = Instance.new("TextButton")
  44. local TextButton_9 = Instance.new("TextButton")
  45. local TextButton_10 = Instance.new("TextButton")
  46. local AutoDFTpOn = Instance.new("TextButton")
  47. local AutoDFTpOff = Instance.new("TextButton")
  48. local ChestTpOn = Instance.new("TextButton")
  49. local ChestTpOff = Instance.new("TextButton")
  50. local Safe = Instance.new("TextButton")
  51. local Anti = Instance.new("TextButton")
  52. local TpSpamOn = Instance.new("TextButton")
  53. local Tp = Instance.new("TextButton")
  54. local name = Instance.new("TextBox")
  55. local GorillaOff = Instance.new("TextButton")
  56. local BanditsOn = Instance.new("TextButton")
  57. local BanditsOff = Instance.new("TextButton")
  58. local MonkeysOn = Instance.new("TextButton")
  59. local MonkeysOff = Instance.new("TextButton")
  60. local GorillaOn = Instance.new("TextButton")
  61. local MarineCaptainOn = Instance.new("TextButton")
  62. local MarineCaptainOff = Instance.new("TextButton")
  63. local ViceAdmiralOn = Instance.new("TextButton")
  64. local ViceAdmiralOff = Instance.new("TextButton")
  65. --Properties:
  66. ScreenGui.Parent = game.CoreGui
  67. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  68.  
  69. LoginFrame.Name = "LoginFrame"
  70. LoginFrame.Parent = ScreenGui
  71. LoginFrame.Active = true
  72. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  74. LoginFrame.Position = UDim2.new(0.42592594, 0, 0.0677290857, 0)
  75. LoginFrame.Size = UDim2.new(0, 361, 0, 357)
  76. LoginFrame.Draggable = true
  77.  
  78. TextLabel.Parent = LoginFrame
  79. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  81. TextLabel.Position = UDim2.new(0, 0, 0.0588235296, 0)
  82. TextLabel.Size = UDim2.new(0, 361, 0, 31)
  83. TextLabel.Font = Enum.Font.SourceSans
  84. TextLabel.Text = "Made By V3rm Arda"
  85. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  86. TextLabel.TextScaled = true
  87. TextLabel.TextSize = 14
  88. TextLabel.TextWrapped = true
  89.  
  90. PirateOn.Name = "PirateOn"
  91. PirateOn.Parent = LoginFrame
  92. PirateOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  93. PirateOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  94. PirateOn.Position = UDim2.new(0, 0, 0.19914636, 0)
  95. PirateOn.Size = UDim2.new(0, 56, 0, 28)
  96. PirateOn.Font = Enum.Font.SourceSans
  97. PirateOn.Text = "Pirate On"
  98. PirateOn.TextColor3 = Color3.new(0, 0, 0)
  99. PirateOn.TextScaled = true
  100. PirateOn.TextSize = 14
  101. PirateOn.TextWrapped = true
  102.  
  103. Frame.Parent = LoginFrame
  104. Frame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  105. Frame.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  106. Frame.Position = UDim2.new(0, 0, 0.148788929, 0)
  107. Frame.Size = UDim2.new(0, 361, 0, 6)
  108.  
  109. PirateOff.Name = "PirateOff"
  110. PirateOff.Parent = LoginFrame
  111. PirateOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  112. PirateOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  113. PirateOff.Position = UDim2.new(0.177285314, 0, 0.19914636, 0)
  114. PirateOff.Size = UDim2.new(0, 56, 0, 28)
  115. PirateOff.Font = Enum.Font.SourceSans
  116. PirateOff.Text = "Pirate Off"
  117. PirateOff.TextColor3 = Color3.new(0, 0, 0)
  118. PirateOff.TextScaled = true
  119. PirateOff.TextSize = 14
  120. PirateOff.TextWrapped = true
  121.  
  122. BruteOn.Name = "BruteOn"
  123. BruteOn.Parent = LoginFrame
  124. BruteOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  125. BruteOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  126. BruteOn.Position = UDim2.new(0.349030495, 0, 0.19914636, 0)
  127. BruteOn.Size = UDim2.new(0, 56, 0, 28)
  128. BruteOn.Font = Enum.Font.SourceSans
  129. BruteOn.Text = "Brute On"
  130. BruteOn.TextColor3 = Color3.new(0, 0, 0)
  131. BruteOn.TextScaled = true
  132. BruteOn.TextSize = 14
  133. BruteOn.TextWrapped = true
  134.  
  135. TpSpamOff.Name = "TpSpamOff"
  136. TpSpamOff.Parent = LoginFrame
  137. TpSpamOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  138. TpSpamOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  139. TpSpamOff.Position = UDim2.new(0.349030554, 0, 0.920349181, 0)
  140. TpSpamOff.Size = UDim2.new(0, 56, 0, 28)
  141. TpSpamOff.Font = Enum.Font.SourceSans
  142. TpSpamOff.Text = "Teleport Spam Off"
  143. TpSpamOff.TextColor3 = Color3.new(0, 0, 0)
  144. TpSpamOff.TextScaled = true
  145. TpSpamOff.TextSize = 14
  146. TpSpamOff.TextWrapped = true
  147.  
  148. BruteOff.Name = "BruteOff"
  149. BruteOff.Parent = LoginFrame
  150. BruteOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  151. BruteOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  152. BruteOff.Position = UDim2.new(0.520775676, 0, 0.19914636, 0)
  153. BruteOff.Size = UDim2.new(0, 56, 0, 28)
  154. BruteOff.Font = Enum.Font.SourceSans
  155. BruteOff.Text = "Brute Off"
  156. BruteOff.TextColor3 = Color3.new(0, 0, 0)
  157. BruteOff.TextScaled = true
  158. BruteOff.TextSize = 14
  159. BruteOff.TextWrapped = true
  160.  
  161. SnowBanditsOff.Name = "SnowBanditsOff"
  162. SnowBanditsOff.Parent = LoginFrame
  163. SnowBanditsOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  164. SnowBanditsOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  165. SnowBanditsOff.Position = UDim2.new(0.867035985, 0, 0.19914636, 0)
  166. SnowBanditsOff.Size = UDim2.new(0, 48, 0, 28)
  167. SnowBanditsOff.Font = Enum.Font.SourceSans
  168. SnowBanditsOff.Text = "Snow Bandits Off"
  169. SnowBanditsOff.TextColor3 = Color3.new(0, 0, 0)
  170. SnowBanditsOff.TextScaled = true
  171. SnowBanditsOff.TextSize = 14
  172. SnowBanditsOff.TextWrapped = true
  173.  
  174. SnowBanditsOn.Name = "SnowBanditsOn"
  175. SnowBanditsOn.Parent = LoginFrame
  176. SnowBanditsOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  177. SnowBanditsOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  178. SnowBanditsOn.Position = UDim2.new(0.706371188, 0, 0.19914636, 0)
  179. SnowBanditsOn.Size = UDim2.new(0, 50, 0, 28)
  180. SnowBanditsOn.Font = Enum.Font.SourceSans
  181. SnowBanditsOn.Text = "Snow Bandits On"
  182. SnowBanditsOn.TextColor3 = Color3.new(0, 0, 0)
  183. SnowBanditsOn.TextScaled = true
  184. SnowBanditsOn.TextSize = 14
  185. SnowBanditsOn.TextWrapped = true
  186.  
  187. SnowManOn.Name = "SnowManOn"
  188. SnowManOn.Parent = LoginFrame
  189. SnowManOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  190. SnowManOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  191. SnowManOn.Position = UDim2.new(0, 0, 0.304882556, 0)
  192. SnowManOn.Size = UDim2.new(0, 56, 0, 28)
  193. SnowManOn.Font = Enum.Font.SourceSans
  194. SnowManOn.Text = "Snow Man On"
  195. SnowManOn.TextColor3 = Color3.new(0, 0, 0)
  196. SnowManOn.TextScaled = true
  197. SnowManOn.TextSize = 14
  198. SnowManOn.TextWrapped = true
  199.  
  200. SnowManOff.Name = "SnowManOff"
  201. SnowManOff.Parent = LoginFrame
  202. SnowManOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  203. SnowManOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  204. SnowManOff.Position = UDim2.new(0.177285314, 0, 0.304882556, 0)
  205. SnowManOff.Size = UDim2.new(0, 56, 0, 28)
  206. SnowManOff.Font = Enum.Font.SourceSans
  207. SnowManOff.Text = "Snow Man Off"
  208. SnowManOff.TextColor3 = Color3.new(0, 0, 0)
  209. SnowManOff.TextScaled = true
  210. SnowManOff.TextSize = 14
  211. SnowManOff.TextWrapped = true
  212.  
  213. YetiOn.Name = "YetiOn"
  214. YetiOn.Parent = LoginFrame
  215. YetiOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  216. YetiOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  217. YetiOn.Position = UDim2.new(0.349030495, 0, 0.304882556, 0)
  218. YetiOn.Size = UDim2.new(0, 56, 0, 28)
  219. YetiOn.Font = Enum.Font.SourceSans
  220. YetiOn.Text = "Yeti On"
  221. YetiOn.TextColor3 = Color3.new(0, 0, 0)
  222. YetiOn.TextScaled = true
  223. YetiOn.TextSize = 14
  224. YetiOn.TextWrapped = true
  225.  
  226. YetiOff.Name = "YetiOff"
  227. YetiOff.Parent = LoginFrame
  228. YetiOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  229. YetiOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  230. YetiOff.Position = UDim2.new(0.520775676, 0, 0.304882556, 0)
  231. YetiOff.Size = UDim2.new(0, 56, 0, 28)
  232. YetiOff.Font = Enum.Font.SourceSans
  233. YetiOff.Text = "Yeti Off"
  234. YetiOff.TextColor3 = Color3.new(0, 0, 0)
  235. YetiOff.TextScaled = true
  236. YetiOff.TextSize = 14
  237. YetiOff.TextWrapped = true
  238.  
  239. SkyBanditsOn.Name = "SkyBanditsOn"
  240. SkyBanditsOn.Parent = LoginFrame
  241. SkyBanditsOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  242. SkyBanditsOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  243. SkyBanditsOn.Position = UDim2.new(0.706371188, 0, 0.304882556, 0)
  244. SkyBanditsOn.Size = UDim2.new(0, 50, 0, 28)
  245. SkyBanditsOn.Font = Enum.Font.SourceSans
  246. SkyBanditsOn.Text = "Sky Bandits On"
  247. SkyBanditsOn.TextColor3 = Color3.new(0, 0, 0)
  248. SkyBanditsOn.TextScaled = true
  249. SkyBanditsOn.TextSize = 14
  250. SkyBanditsOn.TextWrapped = true
  251.  
  252. SkyBanditsOff.Name = "SkyBanditsOff"
  253. SkyBanditsOff.Parent = LoginFrame
  254. SkyBanditsOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  255. SkyBanditsOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  256. SkyBanditsOff.Position = UDim2.new(0.867035985, 0, 0.304882556, 0)
  257. SkyBanditsOff.Size = UDim2.new(0, 48, 0, 28)
  258. SkyBanditsOff.Font = Enum.Font.SourceSans
  259. SkyBanditsOff.Text = "Sky Bandits Off"
  260. SkyBanditsOff.TextColor3 = Color3.new(0, 0, 0)
  261. SkyBanditsOff.TextScaled = true
  262. SkyBanditsOff.TextSize = 14
  263. SkyBanditsOff.TextWrapped = true
  264.  
  265. DarkMasterOn.Name = "DarkMasterOn"
  266. DarkMasterOn.Parent = LoginFrame
  267. DarkMasterOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  268. DarkMasterOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  269. DarkMasterOn.Position = UDim2.new(0, 0, 0.413125992, 0)
  270. DarkMasterOn.Size = UDim2.new(0, 56, 0, 28)
  271. DarkMasterOn.Font = Enum.Font.SourceSans
  272. DarkMasterOn.Text = "Dark Master On"
  273. DarkMasterOn.TextColor3 = Color3.new(0, 0, 0)
  274. DarkMasterOn.TextScaled = true
  275. DarkMasterOn.TextSize = 14
  276. DarkMasterOn.TextWrapped = true
  277.  
  278. DarkMasterOff.Name = "DarkMasterOff"
  279. DarkMasterOff.Parent = LoginFrame
  280. DarkMasterOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  281. DarkMasterOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  282. DarkMasterOff.Position = UDim2.new(0.177285314, 0, 0.413125992, 0)
  283. DarkMasterOff.Size = UDim2.new(0, 56, 0, 28)
  284. DarkMasterOff.Font = Enum.Font.SourceSans
  285. DarkMasterOff.Text = "Dark Master Off"
  286. DarkMasterOff.TextColor3 = Color3.new(0, 0, 0)
  287. DarkMasterOff.TextScaled = true
  288. DarkMasterOff.TextSize = 14
  289. DarkMasterOff.TextWrapped = true
  290.  
  291. DesertBanditOn.Name = "DesertBanditOn"
  292. DesertBanditOn.Parent = LoginFrame
  293. DesertBanditOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  294. DesertBanditOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  295. DesertBanditOn.Position = UDim2.new(0.349030495, 0, 0.413125992, 0)
  296. DesertBanditOn.Size = UDim2.new(0, 56, 0, 28)
  297. DesertBanditOn.Font = Enum.Font.SourceSans
  298. DesertBanditOn.Text = "Desert Bandit On"
  299. DesertBanditOn.TextColor3 = Color3.new(0, 0, 0)
  300. DesertBanditOn.TextScaled = true
  301. DesertBanditOn.TextSize = 14
  302. DesertBanditOn.TextWrapped = true
  303.  
  304. DesertBanditOff.Name = "DesertBanditOff"
  305. DesertBanditOff.Parent = LoginFrame
  306. DesertBanditOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  307. DesertBanditOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  308. DesertBanditOff.Position = UDim2.new(0.520775676, 0, 0.413125992, 0)
  309. DesertBanditOff.Size = UDim2.new(0, 56, 0, 28)
  310. DesertBanditOff.Font = Enum.Font.SourceSans
  311. DesertBanditOff.Text = "Desert Bandit Off"
  312. DesertBanditOff.TextColor3 = Color3.new(0, 0, 0)
  313. DesertBanditOff.TextScaled = true
  314. DesertBanditOff.TextSize = 14
  315. DesertBanditOff.TextWrapped = true
  316.  
  317. DesertOfficerOn.Name = "DesertOfficerOn"
  318. DesertOfficerOn.Parent = LoginFrame
  319. DesertOfficerOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  320. DesertOfficerOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  321. DesertOfficerOn.Position = UDim2.new(0.706371188, 0, 0.413125992, 0)
  322. DesertOfficerOn.Size = UDim2.new(0, 50, 0, 28)
  323. DesertOfficerOn.Font = Enum.Font.SourceSans
  324. DesertOfficerOn.Text = "Desert Officer On"
  325. DesertOfficerOn.TextColor3 = Color3.new(0, 0, 0)
  326. DesertOfficerOn.TextScaled = true
  327. DesertOfficerOn.TextSize = 14
  328. DesertOfficerOn.TextWrapped = true
  329.  
  330. DesertOfficerOn_2.Name = "DesertOfficerOn"
  331. DesertOfficerOn_2.Parent = LoginFrame
  332. DesertOfficerOn_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  333. DesertOfficerOn_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  334. DesertOfficerOn_2.Position = UDim2.new(0.867035985, 0, 0.413125992, 0)
  335. DesertOfficerOn_2.Size = UDim2.new(0, 48, 0, 28)
  336. DesertOfficerOn_2.Font = Enum.Font.SourceSans
  337. DesertOfficerOn_2.Text = "Desert Officer Off"
  338. DesertOfficerOn_2.TextColor3 = Color3.new(0, 0, 0)
  339. DesertOfficerOn_2.TextScaled = true
  340. DesertOfficerOn_2.TextSize = 14
  341. DesertOfficerOn_2.TextWrapped = true
  342.  
  343. WardenOn.Name = "WardenOn"
  344. WardenOn.Parent = LoginFrame
  345. WardenOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  346. WardenOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  347. WardenOn.Position = UDim2.new(0, 0, 0.526911795, 0)
  348. WardenOn.Size = UDim2.new(0, 56, 0, 28)
  349. WardenOn.Font = Enum.Font.SourceSans
  350. WardenOn.Text = "Warden On"
  351. WardenOn.TextColor3 = Color3.new(0, 0, 0)
  352. WardenOn.TextScaled = true
  353. WardenOn.TextSize = 14
  354. WardenOn.TextWrapped = true
  355.  
  356. WardenOff.Name = "WardenOff"
  357. WardenOff.Parent = LoginFrame
  358. WardenOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  359. WardenOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  360. WardenOff.Position = UDim2.new(0.174515232, 0, 0.526911795, 0)
  361. WardenOff.Size = UDim2.new(0, 56, 0, 28)
  362. WardenOff.Font = Enum.Font.SourceSans
  363. WardenOff.Text = "Warden Off"
  364. WardenOff.TextColor3 = Color3.new(0, 0, 0)
  365. WardenOff.TextScaled = true
  366. WardenOff.TextSize = 14
  367. WardenOff.TextWrapped = true
  368.  
  369. ChiefWardenOn.Name = "ChiefWardenOn"
  370. ChiefWardenOn.Parent = LoginFrame
  371. ChiefWardenOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  372. ChiefWardenOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  373. ChiefWardenOn.Position = UDim2.new(0.349030554, 0, 0.526911736, 0)
  374. ChiefWardenOn.Size = UDim2.new(0, 56, 0, 28)
  375. ChiefWardenOn.Font = Enum.Font.SourceSans
  376. ChiefWardenOn.Text = "Chief Warden On"
  377. ChiefWardenOn.TextColor3 = Color3.new(0, 0, 0)
  378. ChiefWardenOn.TextScaled = true
  379. ChiefWardenOn.TextSize = 14
  380. ChiefWardenOn.TextWrapped = true
  381.  
  382. ChiefWardenOff.Name = "ChiefWardenOff"
  383. ChiefWardenOff.Parent = LoginFrame
  384. ChiefWardenOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  385. ChiefWardenOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  386. ChiefWardenOff.Position = UDim2.new(0.520775676, 0, 0.526911676, 0)
  387. ChiefWardenOff.Size = UDim2.new(0, 56, 0, 28)
  388. ChiefWardenOff.Font = Enum.Font.SourceSans
  389. ChiefWardenOff.Text = "Chief Warden Off"
  390. ChiefWardenOff.TextColor3 = Color3.new(0, 0, 0)
  391. ChiefWardenOff.TextScaled = true
  392. ChiefWardenOff.TextSize = 14
  393. ChiefWardenOff.TextWrapped = true
  394.  
  395. FlamingoOn.Name = "FlamingoOn"
  396. FlamingoOn.Parent = LoginFrame
  397. FlamingoOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  398. FlamingoOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  399. FlamingoOn.Position = UDim2.new(0.706371188, 0, 0.526911795, 0)
  400. FlamingoOn.Size = UDim2.new(0, 50, 0, 28)
  401. FlamingoOn.Font = Enum.Font.SourceSans
  402. FlamingoOn.Text = "Flamingo On"
  403. FlamingoOn.TextColor3 = Color3.new(0, 0, 0)
  404. FlamingoOn.TextScaled = true
  405. FlamingoOn.TextSize = 14
  406. FlamingoOn.TextWrapped = true
  407.  
  408. FlamingoOff.Name = "FlamingoOff"
  409. FlamingoOff.Parent = LoginFrame
  410. FlamingoOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  411. FlamingoOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  412. FlamingoOff.Position = UDim2.new(0.867035985, 0, 0.526911795, 0)
  413. FlamingoOff.Size = UDim2.new(0, 48, 0, 28)
  414. FlamingoOff.Font = Enum.Font.SourceSans
  415. FlamingoOff.Text = "Flamingo Off"
  416. FlamingoOff.TextColor3 = Color3.new(0, 0, 0)
  417. FlamingoOff.TextScaled = true
  418. FlamingoOff.TextSize = 14
  419. FlamingoOff.TextWrapped = true
  420.  
  421. ScrollingFrame.Parent = LoginFrame
  422. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  423. ScrollingFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  424. ScrollingFrame.Position = UDim2.new(1, 0, 0, 0)
  425. ScrollingFrame.Size = UDim2.new(0, 109, 0, 357)
  426.  
  427. Frame_2.Parent = ScrollingFrame
  428. Frame_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  429. Frame_2.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  430. Frame_2.Position = UDim2.new(0, 0, 1.49011612e-08, 0)
  431. Frame_2.Size = UDim2.new(0, 12, 0, 578)
  432.  
  433. Frame_3.Parent = ScrollingFrame
  434. Frame_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  435. Frame_3.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  436. Frame_3.Position = UDim2.new(0.110091746, 0, 0.0743944794, 0)
  437. Frame_3.Size = UDim2.new(0, 97, 0, 6)
  438.  
  439. TextButton.Parent = ScrollingFrame
  440. TextButton.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  441. TextButton.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  442. TextButton.Position = UDim2.new(0.110091746, 0, 0.0872114301, 0)
  443. TextButton.Size = UDim2.new(0, 84, 0, 28)
  444. TextButton.Font = Enum.Font.SourceSans
  445. TextButton.Text = "Ice Island"
  446. TextButton.TextColor3 = Color3.new(0, 0, 0)
  447. TextButton.TextScaled = true
  448. TextButton.TextSize = 14
  449. TextButton.TextWrapped = true
  450.  
  451. TextButton_2.Parent = ScrollingFrame
  452. TextButton_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  453. TextButton_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  454. TextButton_2.Position = UDim2.new(0.110091746, 0, 0.13565433, 0)
  455. TextButton_2.Size = UDim2.new(0, 84, 0, 28)
  456. TextButton_2.Font = Enum.Font.SourceSans
  457. TextButton_2.Text = "Sand Island"
  458. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  459. TextButton_2.TextScaled = true
  460. TextButton_2.TextSize = 14
  461. TextButton_2.TextWrapped = true
  462.  
  463. TextButton_3.Parent = ScrollingFrame
  464. TextButton_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  465. TextButton_3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  466. TextButton_3.Position = UDim2.new(0.110091746, 0, 0.18409723, 0)
  467. TextButton_3.Size = UDim2.new(0, 84, 0, 28)
  468. TextButton_3.Font = Enum.Font.SourceSans
  469. TextButton_3.Text = "Sky Island"
  470. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  471. TextButton_3.TextScaled = true
  472. TextButton_3.TextSize = 14
  473. TextButton_3.TextWrapped = true
  474.  
  475. TextButton_4.Parent = ScrollingFrame
  476. TextButton_4.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  477. TextButton_4.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  478. TextButton_4.Position = UDim2.new(0.110091746, 0, 0.232540131, 0)
  479. TextButton_4.Size = UDim2.new(0, 84, 0, 28)
  480. TextButton_4.Font = Enum.Font.SourceSans
  481. TextButton_4.Text = "Pirate Main"
  482. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  483. TextButton_4.TextScaled = true
  484. TextButton_4.TextSize = 14
  485. TextButton_4.TextWrapped = true
  486.  
  487. TextButton_5.Parent = ScrollingFrame
  488. TextButton_5.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  489. TextButton_5.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  490. TextButton_5.Position = UDim2.new(0.110091746, 0, 0.280983031, 0)
  491. TextButton_5.Size = UDim2.new(0, 84, 0, 28)
  492. TextButton_5.Font = Enum.Font.SourceSans
  493. TextButton_5.Text = "Monkey Island"
  494. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  495. TextButton_5.TextScaled = true
  496. TextButton_5.TextSize = 14
  497. TextButton_5.TextWrapped = true
  498.  
  499. TextButton_6.Parent = ScrollingFrame
  500. TextButton_6.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  501. TextButton_6.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  502. TextButton_6.Position = UDim2.new(0.110091746, 0, 0.329425931, 0)
  503. TextButton_6.Size = UDim2.new(0, 84, 0, 28)
  504. TextButton_6.Font = Enum.Font.SourceSans
  505. TextButton_6.Text = "Buggy Island"
  506. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  507. TextButton_6.TextScaled = true
  508. TextButton_6.TextSize = 14
  509. TextButton_6.TextWrapped = true
  510.  
  511. TextButton_7.Parent = ScrollingFrame
  512. TextButton_7.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  513. TextButton_7.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  514. TextButton_7.Position = UDim2.new(0.110091746, 0, 0.377868831, 0)
  515. TextButton_7.Size = UDim2.new(0, 84, 0, 28)
  516. TextButton_7.Font = Enum.Font.SourceSans
  517. TextButton_7.Text = "Marineford"
  518. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  519. TextButton_7.TextScaled = true
  520. TextButton_7.TextSize = 14
  521. TextButton_7.TextWrapped = true
  522.  
  523. TextButton_8.Parent = ScrollingFrame
  524. TextButton_8.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  525. TextButton_8.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  526. TextButton_8.Position = UDim2.new(0.110091746, 0, 0.426311731, 0)
  527. TextButton_8.Size = UDim2.new(0, 84, 0, 28)
  528. TextButton_8.Font = Enum.Font.SourceSans
  529. TextButton_8.Text = "Marine Main Spawn"
  530. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  531. TextButton_8.TextScaled = true
  532. TextButton_8.TextSize = 14
  533. TextButton_8.TextWrapped = true
  534.  
  535. TextButton_9.Parent = ScrollingFrame
  536. TextButton_9.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  537. TextButton_9.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  538. TextButton_9.Position = UDim2.new(0.110091746, 0, 0.474754632, 0)
  539. TextButton_9.Size = UDim2.new(0, 84, 0, 28)
  540. TextButton_9.Font = Enum.Font.SourceSans
  541. TextButton_9.Text = "Logue Town"
  542. TextButton_9.TextColor3 = Color3.new(0, 0, 0)
  543. TextButton_9.TextScaled = true
  544. TextButton_9.TextSize = 14
  545. TextButton_9.TextWrapped = true
  546.  
  547. TextButton_10.Parent = ScrollingFrame
  548. TextButton_10.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  549. TextButton_10.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  550. TextButton_10.Position = UDim2.new(0.110091746, 0, 0.52665776, 0)
  551. TextButton_10.Size = UDim2.new(0, 84, 0, 28)
  552. TextButton_10.Font = Enum.Font.SourceSans
  553. TextButton_10.Text = "Impel Down"
  554. TextButton_10.TextColor3 = Color3.new(0, 0, 0)
  555. TextButton_10.TextScaled = true
  556. TextButton_10.TextSize = 14
  557. TextButton_10.TextWrapped = true
  558.  
  559. AutoDFTpOn.Name = "AutoDFTpOn"
  560. AutoDFTpOn.Parent = LoginFrame
  561. AutoDFTpOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  562. AutoDFTpOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  563. AutoDFTpOn.Position = UDim2.new(1.04308128e-07, 0, 0.833164692, 0)
  564. AutoDFTpOn.Size = UDim2.new(0, 56, 0, 28)
  565. AutoDFTpOn.Font = Enum.Font.SourceSans
  566. AutoDFTpOn.Text = "Auto DF Tp On"
  567. AutoDFTpOn.TextColor3 = Color3.new(0, 0, 0)
  568. AutoDFTpOn.TextScaled = true
  569. AutoDFTpOn.TextSize = 14
  570. AutoDFTpOn.TextWrapped = true
  571.  
  572. AutoDFTpOff.Name = "AutoDFTpOff"
  573. AutoDFTpOff.Parent = LoginFrame
  574. AutoDFTpOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  575. AutoDFTpOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  576. AutoDFTpOff.Position = UDim2.new(0.171745256, 0, 0.833164692, 0)
  577. AutoDFTpOff.Size = UDim2.new(0, 56, 0, 28)
  578. AutoDFTpOff.Font = Enum.Font.SourceSans
  579. AutoDFTpOff.Text = "Auto DF Tp Off"
  580. AutoDFTpOff.TextColor3 = Color3.new(0, 0, 0)
  581. AutoDFTpOff.TextScaled = true
  582. AutoDFTpOff.TextSize = 14
  583. AutoDFTpOff.TextWrapped = true
  584.  
  585. ChestTpOn.Name = "ChestTpOn"
  586. ChestTpOn.Parent = LoginFrame
  587. ChestTpOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  588. ChestTpOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  589. ChestTpOn.Position = UDim2.new(0.349030554, 0, 0.833164692, 0)
  590. ChestTpOn.Size = UDim2.new(0, 56, 0, 28)
  591. ChestTpOn.Font = Enum.Font.SourceSans
  592. ChestTpOn.Text = "Chest Tp On"
  593. ChestTpOn.TextColor3 = Color3.new(0, 0, 0)
  594. ChestTpOn.TextScaled = true
  595. ChestTpOn.TextSize = 14
  596. ChestTpOn.TextWrapped = true
  597.  
  598. ChestTpOff.Name = "ChestTpOff"
  599. ChestTpOff.Parent = LoginFrame
  600. ChestTpOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  601. ChestTpOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  602. ChestTpOff.Position = UDim2.new(0.520775676, 0, 0.830363631, 0)
  603. ChestTpOff.Size = UDim2.new(0, 56, 0, 28)
  604. ChestTpOff.Font = Enum.Font.SourceSans
  605. ChestTpOff.Text = "Chest Tp Off"
  606. ChestTpOff.TextColor3 = Color3.new(0, 0, 0)
  607. ChestTpOff.TextScaled = true
  608. ChestTpOff.TextSize = 14
  609. ChestTpOff.TextWrapped = true
  610.  
  611. Safe.Name = "Safe"
  612. Safe.Parent = LoginFrame
  613. Safe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  614. Safe.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  615. Safe.Position = UDim2.new(0.706371188, 0, 0.833164692, 0)
  616. Safe.Size = UDim2.new(0, 50, 0, 28)
  617. Safe.Font = Enum.Font.SourceSans
  618. Safe.Text = "Safe Place"
  619. Safe.TextColor3 = Color3.new(0, 0, 0)
  620. Safe.TextScaled = true
  621. Safe.TextSize = 14
  622. Safe.TextWrapped = true
  623.  
  624. Anti.Name = "Anti"
  625. Anti.Parent = LoginFrame
  626. Anti.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  627. Anti.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  628. Anti.Position = UDim2.new(0.867035985, 0, 0.832971811, 0)
  629. Anti.Size = UDim2.new(0, 48, 0, 28)
  630. Anti.Font = Enum.Font.SourceSans
  631. Anti.Text = "Anti Afk"
  632. Anti.TextColor3 = Color3.new(0, 0, 0)
  633. Anti.TextScaled = true
  634. Anti.TextSize = 14
  635. Anti.TextWrapped = true
  636.  
  637. TpSpamOn.Name = "TpSpamOn"
  638. TpSpamOn.Parent = LoginFrame
  639. TpSpamOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  640. TpSpamOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  641. TpSpamOn.Position = UDim2.new(0.174515307, 0, 0.920349181, 0)
  642. TpSpamOn.Size = UDim2.new(0, 56, 0, 28)
  643. TpSpamOn.Font = Enum.Font.SourceSans
  644. TpSpamOn.Text = "Teleport Spam On"
  645. TpSpamOn.TextColor3 = Color3.new(0, 0, 0)
  646. TpSpamOn.TextScaled = true
  647. TpSpamOn.TextSize = 14
  648. TpSpamOn.TextWrapped = true
  649.  
  650. Tp.Name = "Tp"
  651. Tp.Parent = LoginFrame
  652. Tp.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  653. Tp.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  654. Tp.Position = UDim2.new(8.19563866e-08, 0, 0.920349181, 0)
  655. Tp.Size = UDim2.new(0, 56, 0, 28)
  656. Tp.Font = Enum.Font.SourceSans
  657. Tp.Text = "Teleport"
  658. Tp.TextColor3 = Color3.new(0, 0, 0)
  659. Tp.TextScaled = true
  660. Tp.TextSize = 14
  661. Tp.TextWrapped = true
  662.  
  663. name.Name = "name"
  664. name.Parent = LoginFrame
  665. name.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  666. name.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  667. name.Position = UDim2.new(0.520775676, 0, 0.920349181, 0)
  668. name.Size = UDim2.new(0, 56, 0, 28)
  669. name.Font = Enum.Font.SourceSans
  670. name.Text = "Player Name Here"
  671. name.TextColor3 = Color3.new(0, 0, 0)
  672. name.TextScaled = true
  673. name.TextSize = 14
  674. name.TextWrapped = true
  675.  
  676. GorillaOff.Name = "GorillaOff"
  677. GorillaOff.Parent = LoginFrame
  678. GorillaOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  679. GorillaOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  680. GorillaOff.Position = UDim2.new(0.867035985, 0, 0.645254195, 0)
  681. GorillaOff.Size = UDim2.new(0, 48, 0, 28)
  682. GorillaOff.Font = Enum.Font.SourceSans
  683. GorillaOff.Text = "Gorillas Off"
  684. GorillaOff.TextColor3 = Color3.new(0, 0, 0)
  685. GorillaOff.TextScaled = true
  686. GorillaOff.TextSize = 14
  687. GorillaOff.TextWrapped = true
  688.  
  689. BanditsOn.Name = "BanditsOn"
  690. BanditsOn.Parent = LoginFrame
  691. BanditsOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  692. BanditsOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  693. BanditsOn.Position = UDim2.new(0, 0, 0.645254135, 0)
  694. BanditsOn.Size = UDim2.new(0, 56, 0, 28)
  695. BanditsOn.Font = Enum.Font.SourceSans
  696. BanditsOn.Text = "Bandits On"
  697. BanditsOn.TextColor3 = Color3.new(0, 0, 0)
  698. BanditsOn.TextScaled = true
  699. BanditsOn.TextSize = 14
  700. BanditsOn.TextWrapped = true
  701.  
  702. BanditsOff.Name = "BanditsOff"
  703. BanditsOff.Parent = LoginFrame
  704. BanditsOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  705. BanditsOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  706. BanditsOff.Position = UDim2.new(0.177285314, 0, 0.645254135, 0)
  707. BanditsOff.Size = UDim2.new(0, 56, 0, 28)
  708. BanditsOff.Font = Enum.Font.SourceSans
  709. BanditsOff.Text = "Bandits Off"
  710. BanditsOff.TextColor3 = Color3.new(0, 0, 0)
  711. BanditsOff.TextScaled = true
  712. BanditsOff.TextSize = 14
  713. BanditsOff.TextWrapped = true
  714.  
  715. MonkeysOn.Name = "MonkeysOn"
  716. MonkeysOn.Parent = LoginFrame
  717. MonkeysOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  718. MonkeysOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  719. MonkeysOn.Position = UDim2.new(0.349030465, 0, 0.645254135, 0)
  720. MonkeysOn.Size = UDim2.new(0, 56, 0, 28)
  721. MonkeysOn.Font = Enum.Font.SourceSans
  722. MonkeysOn.Text = "Monkeys On"
  723. MonkeysOn.TextColor3 = Color3.new(0, 0, 0)
  724. MonkeysOn.TextScaled = true
  725. MonkeysOn.TextSize = 14
  726. MonkeysOn.TextWrapped = true
  727.  
  728. MonkeysOff.Name = "MonkeysOff"
  729. MonkeysOff.Parent = LoginFrame
  730. MonkeysOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  731. MonkeysOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  732. MonkeysOff.Position = UDim2.new(0.520775616, 0, 0.645254135, 0)
  733. MonkeysOff.Size = UDim2.new(0, 56, 0, 28)
  734. MonkeysOff.Font = Enum.Font.SourceSans
  735. MonkeysOff.Text = "Monkeys Off"
  736. MonkeysOff.TextColor3 = Color3.new(0, 0, 0)
  737. MonkeysOff.TextScaled = true
  738. MonkeysOff.TextSize = 14
  739. MonkeysOff.TextWrapped = true
  740.  
  741. GorillaOn.Name = "GorillaOn"
  742. GorillaOn.Parent = LoginFrame
  743. GorillaOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  744. GorillaOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  745. GorillaOn.Position = UDim2.new(0.706371188, 0, 0.645254195, 0)
  746. GorillaOn.Size = UDim2.new(0, 50, 0, 28)
  747. GorillaOn.Font = Enum.Font.SourceSans
  748. GorillaOn.Text = "Gorillas On"
  749. GorillaOn.TextColor3 = Color3.new(0, 0, 0)
  750. GorillaOn.TextScaled = true
  751. GorillaOn.TextSize = 14
  752. GorillaOn.TextWrapped = true
  753.  
  754. MarineCaptainOn.Name = "MarineCaptainOn"
  755. MarineCaptainOn.Parent = LoginFrame
  756. MarineCaptainOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  757. MarineCaptainOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  758. MarineCaptainOn.Position = UDim2.new(0, 0, 0.73728323, 0)
  759. MarineCaptainOn.Size = UDim2.new(0, 120, 0, 27)
  760. MarineCaptainOn.Font = Enum.Font.SourceSans
  761. MarineCaptainOn.Text = "Marine Captain On "
  762. MarineCaptainOn.TextColor3 = Color3.new(0, 0, 0)
  763. MarineCaptainOn.TextScaled = true
  764. MarineCaptainOn.TextSize = 14
  765. MarineCaptainOn.TextWrapped = true
  766.  
  767. MarineCaptainOff.Name = "MarineCaptainOff"
  768. MarineCaptainOff.Parent = LoginFrame
  769. MarineCaptainOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  770. MarineCaptainOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  771. MarineCaptainOff.Position = UDim2.new(0.349030465, 0, 0.73728323, 0)
  772. MarineCaptainOff.Size = UDim2.new(0, 118, 0, 27)
  773. MarineCaptainOff.Font = Enum.Font.SourceSans
  774. MarineCaptainOff.Text = "Marine Captain Off "
  775. MarineCaptainOff.TextColor3 = Color3.new(0, 0, 0)
  776. MarineCaptainOff.TextScaled = true
  777. MarineCaptainOff.TextSize = 14
  778. MarineCaptainOff.TextWrapped = true
  779.  
  780. ViceAdmiralOn.Name = "ViceAdmiralOn"
  781. ViceAdmiralOn.Parent = LoginFrame
  782. ViceAdmiralOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  783. ViceAdmiralOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  784. ViceAdmiralOn.Position = UDim2.new(0.706371188, 0, 0.73728323, 0)
  785. ViceAdmiralOn.Size = UDim2.new(0, 50, 0, 27)
  786. ViceAdmiralOn.Font = Enum.Font.SourceSans
  787. ViceAdmiralOn.Text = "Vice Admiral On"
  788. ViceAdmiralOn.TextColor3 = Color3.new(0, 0, 0)
  789. ViceAdmiralOn.TextScaled = true
  790. ViceAdmiralOn.TextSize = 14
  791. ViceAdmiralOn.TextWrapped = true
  792.  
  793. ViceAdmiralOff.Name = "ViceAdmiralOff"
  794. ViceAdmiralOff.Parent = LoginFrame
  795. ViceAdmiralOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  796. ViceAdmiralOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  797. ViceAdmiralOff.Position = UDim2.new(0.867035985, 0, 0.73728323, 0)
  798. ViceAdmiralOff.Size = UDim2.new(0, 48, 0, 27)
  799. ViceAdmiralOff.Font = Enum.Font.SourceSans
  800. ViceAdmiralOff.Text = "Vice Admiral Off"
  801. ViceAdmiralOff.TextColor3 = Color3.new(0, 0, 0)
  802. ViceAdmiralOff.TextScaled = true
  803. ViceAdmiralOff.TextSize = 14
  804. ViceAdmiralOff.TextWrapped = true
  805. -- Scripts:
  806. PirateOn.MouseButton1Click:connect(function()
  807. _G.farm = true
  808. while _G.farm do
  809. wait(0)
  810.  
  811. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  812. if v.Name == "Pirate [Lv. 35]" then
  813. if v.Humanoid.Health > 0 then
  814. repeat wait()
  815. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  816. until v.Humanoid.Health == 0 or _G.farm == false
  817. end
  818. end
  819. end
  820. end
  821.  
  822. end)
  823.  
  824. PirateOff.MouseButton1Click:connect(function()
  825. _G.farm = false
  826.  
  827. end)
  828.  
  829. BruteOn.MouseButton1Click:connect(function()
  830. _G.farm2 = true
  831. while _G.farm2 do
  832. wait(0)
  833.  
  834. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  835. if v.Name == "Brute [Lv. 45]" then
  836. if v.Humanoid.Health > 0 then
  837. repeat wait()
  838. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  839. until v.Humanoid.Health == 0 or _G.farm2 == false
  840. end
  841. end
  842. end
  843. end
  844.  
  845. end)
  846.  
  847. TpSpamOff.MouseButton1Click:connect(function()
  848. _G.spam = false
  849.  
  850. end)
  851.  
  852. BruteOff.MouseButton1Click:connect(function()
  853. _G.farm2 = false
  854.  
  855. end)
  856.  
  857. SnowBanditsOff.MouseButton1Click:connect(function()
  858. _G.farm3 = false
  859.  
  860. end)
  861.  
  862. SnowBanditsOn.MouseButton1Click:connect(function()
  863. _G.farm3 = true
  864. while _G.farm3 do
  865. wait(0)
  866.  
  867. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  868. if v.Name == "Snow Bandit [Lv. 90]" then
  869. if v.Humanoid.Health > 0 then
  870. repeat wait()
  871. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  872. until v.Humanoid.Health == 0 or _G.farm3 == false
  873. end
  874. end
  875. end
  876. end
  877.  
  878. end)
  879.  
  880. SnowManOn.MouseButton1Click:connect(function()
  881. _G.farm4 = true
  882. while _G.farm4 do
  883. wait(0)
  884.  
  885. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  886. if v.Name == "Snowman [Lv. 100]" then
  887. if v.Humanoid.Health > 0 then
  888. repeat wait()
  889. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  890. until v.Humanoid.Health == 0 or _G.farm4 == false
  891. end
  892. end
  893. end
  894. end
  895.  
  896. end)
  897.  
  898. SnowManOff.MouseButton1Click:connect(function()
  899. _G.farm4 = false
  900.  
  901. end)
  902.  
  903. YetiOn.MouseButton1Click:connect(function()
  904. _G.farm5 = true
  905. while _G.farm5 do
  906. wait(0)
  907.  
  908. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  909. if v.Name == "Yeti [Lv. 100] [Boss]" then
  910. if v.Humanoid.Health > 0 then
  911. repeat wait()
  912. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  913. until v.Humanoid.Health == 0 or _G.farm5 == false
  914. end
  915. end
  916. end
  917. end
  918.  
  919. end)
  920.  
  921. YetiOff.MouseButton1Click:connect(function()
  922. _G.farm5 = false
  923.  
  924. end)
  925.  
  926. SkyBanditsOn.MouseButton1Click:connect(function()
  927. _G.farm6 = true
  928. while _G.farm6 do
  929. wait(0)
  930.  
  931. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  932. if v.Name == "Sky Bandit [Lv. 150]" then
  933. if v.Humanoid.Health > 0 then
  934. repeat wait()
  935. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  936. until v.Humanoid.Health == 0 or _G.farm6 == false
  937. end
  938. end
  939. end
  940. end
  941.  
  942. end)
  943.  
  944. SkyBanditsOff.MouseButton1Click:connect(function()
  945. _G.farm6 = false
  946.  
  947. end)
  948.  
  949. DarkMasterOn.MouseButton1Click:connect(function()
  950. _G.farm7 = true
  951. while _G.farm7 do
  952. wait(0)
  953.  
  954. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  955. if v.Name == "Dark Master [Lv. 160]" then
  956. if v.Humanoid.Health > 0 then
  957. repeat wait()
  958. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  959. until v.Humanoid.Health == 0 or _G.farm7 == false
  960. end
  961. end
  962. end
  963. end
  964.  
  965. end)
  966.  
  967. DarkMasterOff.MouseButton1Click:connect(function()
  968. _G.farm7 = false
  969.  
  970. end)
  971.  
  972. DesertBanditOn.MouseButton1Click:connect(function()
  973. _G.farm8 = true
  974. while _G.farm8 do
  975. wait(0)
  976.  
  977. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  978. if v.Name == "Desert Bandit [Lv. 60]" then
  979. if v.Humanoid.Health > 0 then
  980. repeat wait()
  981. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  982. until v.Humanoid.Health == 0 or _G.farm8 == false
  983. end
  984. end
  985. end
  986. end
  987.  
  988. end)
  989.  
  990. DesertBanditOff.MouseButton1Click:connect(function()
  991. _G.farm8 = false
  992.  
  993. end)
  994.  
  995. DesertOfficerOn.MouseButton1Click:connect(function()
  996. _G.farm9 = true
  997. while _G.farm9 do
  998. wait(0)
  999.  
  1000. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1001. if v.Name == "Desert Officer [Lv. 70]" then
  1002. if v.Humanoid.Health > 0 then
  1003. repeat wait()
  1004. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1005. until v.Humanoid.Health == 0 or _G.farm9 == false
  1006. end
  1007. end
  1008. end
  1009. end
  1010.  
  1011. end)
  1012.  
  1013. DesertOfficerOn_2.MouseButton1Click:connect(function()
  1014. _G.farm9 = false
  1015.  
  1016. end)
  1017.  
  1018. WardenOn.MouseButton1Click:connect(function()
  1019. _G.farm10 = true
  1020. while _G.farm10 do
  1021. wait(0)
  1022.  
  1023. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1024. if v.Name == "Warden [Lv. 175]" then
  1025. if v.Humanoid.Health > 0 then
  1026. repeat wait()
  1027. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1028. until v.Humanoid.Health == 0 or _G.farm10 == false
  1029. end
  1030. end
  1031. end
  1032. end
  1033.  
  1034. end)
  1035.  
  1036. WardenOff.MouseButton1Click:connect(function()
  1037. _G.farm10 = false
  1038.  
  1039. end)
  1040.  
  1041. ChiefWardenOn.MouseButton1Click:connect(function()
  1042. _G.farm11 = true
  1043. while _G.farm11 do
  1044. wait(0)
  1045.  
  1046. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1047. if v.Name == "Chief Warden [Lv. 200] [Boss]" then
  1048. if v.Humanoid.Health > 0 then
  1049. repeat wait()
  1050. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1051. until v.Humanoid.Health == 0 or _G.farm11 == false
  1052. end
  1053. end
  1054. end
  1055. end
  1056.  
  1057. end)
  1058.  
  1059. ChiefWardenOff.MouseButton1Click:connect(function()
  1060. _G.farm11 = false
  1061.  
  1062. end)
  1063.  
  1064. FlamingoOn.MouseButton1Click:connect(function()
  1065. _G.farm12 = true
  1066. while _G.farm12 do
  1067. wait(0)
  1068.  
  1069. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1070. if v.Name == "Flamingo [Lv. 225] [Boss]" then
  1071. if v.Humanoid.Health > 0 then
  1072. repeat wait()
  1073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1074. until v.Humanoid.Health == 0 or _G.farm12 == false
  1075. end
  1076. end
  1077. end
  1078. end
  1079.  
  1080. end)
  1081.  
  1082. FlamingoOff.MouseButton1Click:connect(function()
  1083. _G.farm12 = false
  1084.  
  1085.  
  1086. end)
  1087.  
  1088. TextButton.MouseButton1Click:connect(function()
  1089. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1389, 93, -1337)
  1090.  
  1091. end)
  1092.  
  1093. TextButton_2.MouseButton1Click:connect(function()
  1094. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(901, 10, 4382)
  1095.  
  1096. end)
  1097.  
  1098. TextButton_3.MouseButton1Click:connect(function()
  1099. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4800, 722, -2561)
  1100.  
  1101. end)
  1102.  
  1103. TextButton_4.MouseButton1Click:connect(function()
  1104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1056, 23, 1439)
  1105.  
  1106. end)
  1107.  
  1108. TextButton_5.MouseButton1Click:connect(function()
  1109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2448, 977, 389)
  1110.  
  1111. end)
  1112.  
  1113. TextButton_6.MouseButton1Click:connect(function()
  1114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1277, 16, 4290)
  1115.  
  1116. end)
  1117.  
  1118. TextButton_7.MouseButton1Click:connect(function()
  1119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4962, 25, 4245)
  1120.  
  1121. end)
  1122.  
  1123. TextButton_8.MouseButton1Click:connect(function()
  1124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2651, 12, 2069)
  1125.  
  1126. end)
  1127.  
  1128. TextButton_9.MouseButton1Click:connect(function()
  1129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-628, 8, 1662)
  1130.  
  1131. end)
  1132.  
  1133. TextButton_10.MouseButton1Click:connect(function()
  1134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5302, 91, 750)
  1135.  
  1136. end)
  1137.  
  1138. AutoDFTpOn.MouseButton1Click:connect(function()
  1139. _G.df = true
  1140. while _G.df do
  1141. wait(5)
  1142.  
  1143. local a = game.Players.LocalPlayer.Character.HumanoidRootPart
  1144. local b = a.CFrame
  1145. for i,v in pairs(game.Workspace["_WorldOrigin"]:GetDescendants()) do
  1146. if v.Name == "Fruit" and v.Parent:IsA("Model") and v.Parent.Name == "Model" then
  1147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  1148. end
  1149. end
  1150. end
  1151.  
  1152. end)
  1153.  
  1154. AutoDFTpOff.MouseButton1Click:connect(function()
  1155. _G.df = false
  1156.  
  1157. end)
  1158.  
  1159. ChestTpOn.MouseButton1Click:connect(function()
  1160. _G.chest = true
  1161. while _G.chest do
  1162. wait(5)
  1163.  
  1164. local OriginalPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1165. local a = game.Workspace:GetChildren()
  1166. for i=1,#a do
  1167. if a[i].Name:lower():match("chest") then
  1168. b = false
  1169. repeat wait()
  1170. if a[i].Parent~=game.Workspace then
  1171. b = true
  1172. else
  1173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].CFrame
  1174. end
  1175. until b == true
  1176. end
  1177. end
  1178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = OriginalPos
  1179. end
  1180.  
  1181. end)
  1182.  
  1183. ChestTpOff.MouseButton1Click:connect(function()
  1184. _G.chest = false
  1185.  
  1186. end)
  1187.  
  1188. Safe.MouseButton1Click:connect(function()
  1189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4000, 50000, 8000)
  1190. baseplatee = Instance.new("Part", workspace)
  1191. baseplatee.Size = Vector3.new(1000, 1, 1000)
  1192. baseplatee.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  1193. baseplatee.Anchored = true
  1194.  
  1195. end)
  1196.  
  1197. Anti.MouseButton1Click:connect(function()
  1198. local vu = game:GetService("VirtualUser")
  1199. game:GetService("Players").LocalPlayer.Idled:connect(function()
  1200. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1201. wait(1)
  1202. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1203. end)
  1204.  
  1205. end)
  1206.  
  1207. TpSpamOn.MouseButton1Click:connect(function()
  1208. _G.spam = true
  1209. while _G.spam do
  1210. wait(0)
  1211.  
  1212. for i,v in pairs(game.workspace.Characters:GetChildren()) do
  1213. if v.Name == name.Text then
  1214. if v.Humanoid.Health > 0 then
  1215. repeat wait()
  1216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1217. until v.Humanoid.Health == 0 or _G.spam == false
  1218. end
  1219. end
  1220. end
  1221. end
  1222.  
  1223. end)
  1224.  
  1225. Tp.MouseButton1Click:connect(function()
  1226.  
  1227. for i,v in pairs(game.workspace.Characters:GetChildren()) do
  1228. if v.Name == name.Text then
  1229. if v.Humanoid.Health > 0 then
  1230. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0)
  1231. end
  1232. end
  1233. end
  1234.  
  1235.  
  1236. end)
  1237.  
  1238. GorillaOff.MouseButton1Click:connect(function()
  1239. _G.farm15 = false
  1240.  
  1241.  
  1242. end)
  1243.  
  1244. BanditsOn.MouseButton1Click:connect(function()
  1245. _G.farm13 = true
  1246. while _G.farm13 do
  1247. wait(0)
  1248.  
  1249. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1250. if v.Name == "Bandit [Lv. 5]" then
  1251. if v.Humanoid.Health > 0 then
  1252. repeat wait()
  1253. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1254. until v.Humanoid.Health == 0 or _G.farm13 == false
  1255. end
  1256. end
  1257. end
  1258. end
  1259.  
  1260. end)
  1261.  
  1262. BanditsOff.MouseButton1Click:connect(function()
  1263. _G.farm13 = false
  1264.  
  1265.  
  1266. end)
  1267.  
  1268. MonkeysOn.MouseButton1Click:connect(function()
  1269. _G.farm14 = true
  1270. while _G.farm14 do
  1271. wait(0)
  1272.  
  1273. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1274. if v.Name == "Monkey [Lv. 14]" then
  1275. if v.Humanoid.Health > 0 then
  1276. repeat wait()
  1277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1278. until v.Humanoid.Health == 0 or _G.farm14 == false
  1279. end
  1280. end
  1281. end
  1282. end
  1283.  
  1284. end)
  1285.  
  1286. MonkeysOff.MouseButton1Click:connect(function()
  1287. _G.farm14 = false
  1288.  
  1289.  
  1290. end)
  1291.  
  1292. GorillaOn.MouseButton1Click:connect(function()
  1293. _G.farm15 = true
  1294. while _G.farm15 do
  1295. wait(0)
  1296.  
  1297. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1298. if v.Name == "Gorilla [Lv. 20]" then
  1299. if v.Humanoid.Health > 0 then
  1300. repeat wait()
  1301. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1302. until v.Humanoid.Health == 0 or _G.farm15 == false
  1303. end
  1304. end
  1305. end
  1306. end
  1307.  
  1308. end)
  1309.  
  1310. MarineCaptainOn.MouseButton1Click:connect(function()
  1311. _G.farm16 = true
  1312. while _G.farm16 do
  1313. wait(0)
  1314.  
  1315. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1316. if v.Name == "Marine Captain [Lv. 120]" then
  1317. if v.Humanoid.Health > 0 then
  1318. repeat wait()
  1319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1320. until v.Humanoid.Health == 0 or _G.farm16 == false
  1321. end
  1322. end
  1323. end
  1324. end
  1325.  
  1326. end)
  1327.  
  1328. MarineCaptainOff.MouseButton1Click:connect(function()
  1329. _G.farm16 = false
  1330.  
  1331.  
  1332. end)
  1333.  
  1334. ViceAdmiralOn.MouseButton1Click:connect(function()
  1335. _G.farm17 = true
  1336. while _G.farm17 do
  1337. wait(0)
  1338.  
  1339. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  1340. if v.Name == "Vice Admiral [Lv. 130] [Boss]" then
  1341. if v.Humanoid.Health > 0 then
  1342. repeat wait()
  1343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 0, 2)
  1344. until v.Humanoid.Health == 0 or _G.farm17 == false
  1345. end
  1346. end
  1347. end
  1348. end
  1349.  
  1350. end)
  1351.  
  1352. ViceAdmiralOff.MouseButton1Click:connect(function()
  1353. _G.farm17 = false
  1354.  
  1355.  
  1356. end)
Add Comment
Please, Sign In to add comment