Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.49 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 Warning = Instance.new("TextBox")
  7. local ACOn = Instance.new("TextButton")
  8. local DFTp = Instance.new("TextButton")
  9. local CompassTp = Instance.new("TextButton")
  10. local ACOff = Instance.new("TextButton")
  11. local ManualChest = Instance.new("TextButton")
  12. local Safe = Instance.new("TextButton")
  13. local Anti = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local AntiTP = Instance.new("TextButton")
  16. local Yes = Instance.new("TextButton")
  17. local No = Instance.new("TextButton")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local Windmill = Instance.new("TextButton")
  20. local TextButton = Instance.new("TextButton")
  21. local SandCastle = Instance.new("TextButton")
  22. local Bar = Instance.new("TextButton")
  23. local Vokun = Instance.new("TextButton")
  24. local Clear = Instance.new("TextButton")
  25. local Krizma = Instance.new("TextButton")
  26. local Weird = Instance.new("TextButton")
  27. local Randomm = Instance.new("TextButton")
  28. local Sam = Instance.new("TextButton")
  29. local Flail = Instance.new("TextButton")
  30. local Pyramid = Instance.new("TextButton")
  31. local SSnow = Instance.new("TextButton")
  32. local BSnow = Instance.new("TextButton")
  33. local AutoSamTpOff = Instance.new("TextButton")
  34. local AutoSamTpOn = Instance.new("TextButton")
  35. local CbringOff = Instance.new("TextButton")
  36. local CbringOn = Instance.new("TextButton")
  37. local name = Instance.new("TextBox")
  38. local Teleport = Instance.new("TextButton")
  39. local Cider = Instance.new("TextButton")
  40. local CiderPlus = Instance.new("TextButton")
  41. local VokunOff = Instance.new("TextButton")
  42. local VokunOn = Instance.new("TextButton")
  43. local AntiPep = Instance.new("TextButton")
  44. local Frame = Instance.new("Frame")
  45. local TextButton_2 = Instance.new("TextButton")
  46. --Properties:
  47. ScreenGui.Parent = game.CoreGui
  48. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  49.  
  50. LoginFrame.Name = "LoginFrame"
  51. LoginFrame.Parent = ScreenGui
  52. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. LoginFrame.Position = UDim2.new(0.56874007, 0, 0.400398403, 0)
  54. LoginFrame.Size = UDim2.new(0, 206, 0, 179)
  55. LoginFrame.Active = true
  56. LoginFrame.Draggable = true
  57.  
  58. Warning.Name = "Warning"
  59. Warning.Parent = LoginFrame
  60. Warning.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  61. Warning.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  62. Warning.Position = UDim2.new(1.03883493, 0, -0.00558659201, 0)
  63. Warning.Size = UDim2.new(0, 93, 0, 157)
  64. Warning.Visible = false
  65. Warning.Font = Enum.Font.SourceSans
  66. Warning.Text = "Chat won't appear again and you won't be able to open it by pressing / but you can still write and read do you still wanna do it?"
  67. Warning.TextColor3 = Color3.new(0, 0, 0)
  68. Warning.TextScaled = true
  69. Warning.TextSize = 14
  70. Warning.TextWrapped = true
  71.  
  72. ACOn.Name = "ACOn"
  73. ACOn.Parent = LoginFrame
  74. ACOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  75. ACOn.BorderColor3 = Color3.new(0.333333, 1, 0)
  76. ACOn.Position = UDim2.new(-0.001275599, 0, 0.205123633, 0)
  77. ACOn.Size = UDim2.new(0, 43, 0, 31)
  78. ACOn.Visible = false
  79. ACOn.Font = Enum.Font.SourceSans
  80. ACOn.Text = "Auto Chest TP"
  81. ACOn.TextColor3 = Color3.new(0, 0, 0)
  82. ACOn.TextScaled = true
  83. ACOn.TextSize = 14
  84. ACOn.TextWrapped = true
  85.  
  86. DFTp.Name = "DFTp"
  87. DFTp.Parent = LoginFrame
  88. DFTp.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  89. DFTp.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  90. DFTp.Position = UDim2.new(0.538631082, 0, 0.874301672, 0)
  91. DFTp.Size = UDim2.new(0, 43, 0, 21)
  92. DFTp.Font = Enum.Font.SourceSans
  93. DFTp.Text = "Auto DF Tp"
  94. DFTp.TextColor3 = Color3.new(0, 0, 0)
  95. DFTp.TextScaled = true
  96. DFTp.TextSize = 14
  97. DFTp.TextWrapped = true
  98.  
  99. CompassTp.Name = "CompassTp"
  100. CompassTp.Parent = LoginFrame
  101. CompassTp.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  102. CompassTp.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  103. CompassTp.Position = UDim2.new(0.786203861, 0, 0.879888237, 0)
  104. CompassTp.Size = UDim2.new(0, 43, 0, 21)
  105. CompassTp.Font = Enum.Font.SourceSans
  106. CompassTp.Text = "Auto Compass Tp"
  107. CompassTp.TextColor3 = Color3.new(0, 0, 0)
  108. CompassTp.TextScaled = true
  109. CompassTp.TextSize = 14
  110. CompassTp.TextWrapped = true
  111.  
  112. ACOff.Name = "ACOff"
  113. ACOff.Parent = LoginFrame
  114. ACOff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  115. ACOff.Position = UDim2.new(-0.00127560087, 0, 0.205123633, 0)
  116. ACOff.Size = UDim2.new(0, 43, 0, 31)
  117. ACOff.Font = Enum.Font.SourceSans
  118. ACOff.Text = "Auto Chest TP"
  119. ACOff.TextColor3 = Color3.new(0, 0, 0)
  120. ACOff.TextScaled = true
  121. ACOff.TextSize = 14
  122. ACOff.TextWrapped = true
  123.  
  124. ManualChest.Name = "ManualChest"
  125. ManualChest.Parent = LoginFrame
  126. ManualChest.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  127. ManualChest.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  128. ManualChest.Position = UDim2.new(0.261586666, 0, 0.205123663, 0)
  129. ManualChest.Size = UDim2.new(0, 43, 0, 31)
  130. ManualChest.Font = Enum.Font.SourceSans
  131. ManualChest.Text = "Manual Chest Tp"
  132. ManualChest.TextColor3 = Color3.new(0, 0, 0)
  133. ManualChest.TextScaled = true
  134. ManualChest.TextSize = 14
  135. ManualChest.TextWrapped = true
  136.  
  137. Safe.Name = "Safe"
  138. Safe.Parent = LoginFrame
  139. Safe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  140. Safe.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  141. Safe.Position = UDim2.new(0.545691311, 0, 0.205123633, 0)
  142. Safe.Size = UDim2.new(0, 43, 0, 31)
  143. Safe.Font = Enum.Font.SourceSans
  144. Safe.Text = "Safe Place"
  145. Safe.TextColor3 = Color3.new(0, 0, 0)
  146. Safe.TextScaled = true
  147. Safe.TextSize = 14
  148. Safe.TextWrapped = true
  149.  
  150. Anti.Name = "Anti"
  151. Anti.Parent = LoginFrame
  152. Anti.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  153. Anti.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  154. Anti.Position = UDim2.new(0.788223684, 0, 0.199537039, 0)
  155. Anti.Size = UDim2.new(0, 43, 0, 31)
  156. Anti.Font = Enum.Font.SourceSans
  157. Anti.Text = "Anti-Afk"
  158. Anti.TextColor3 = Color3.new(0, 0, 0)
  159. Anti.TextScaled = true
  160. Anti.TextSize = 14
  161. Anti.TextWrapped = true
  162.  
  163. TextLabel.Parent = LoginFrame
  164. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  165. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  166. TextLabel.Position = UDim2.new(-0.000966191292, 0, -0.000667721033, 0)
  167. TextLabel.Size = UDim2.new(0, 206, 0, 36)
  168. TextLabel.Font = Enum.Font.SourceSans
  169. TextLabel.Text = "OPL Fucker made by arda bitches"
  170. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  171. TextLabel.TextScaled = true
  172. TextLabel.TextSize = 14
  173. TextLabel.TextWrapped = true
  174.  
  175. AntiTP.Name = "AntiTP"
  176. AntiTP.Parent = LoginFrame
  177. AntiTP.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  178. AntiTP.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  179. AntiTP.Position = UDim2.new(-0.00504040718, 0, 0.824879229, 0)
  180. AntiTP.Size = UDim2.new(0, 43, 0, 31)
  181. AntiTP.Font = Enum.Font.SourceSans
  182. AntiTP.Text = "Anti TP bypass"
  183. AntiTP.TextColor3 = Color3.new(0, 0, 0)
  184. AntiTP.TextScaled = true
  185. AntiTP.TextSize = 14
  186. AntiTP.TextWrapped = true
  187.  
  188. Yes.Name = "Yes"
  189. Yes.Parent = LoginFrame
  190. Yes.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  191. Yes.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  192. Yes.Position = UDim2.new(1.03863108, 0, 0.866511703, 0)
  193. Yes.Size = UDim2.new(0, 51, 0, 23)
  194. Yes.Visible = false
  195. Yes.Font = Enum.Font.SourceSans
  196. Yes.Text = "YES"
  197. Yes.TextColor3 = Color3.new(0, 0, 0)
  198. Yes.TextScaled = true
  199. Yes.TextSize = 14
  200. Yes.TextWrapped = true
  201.  
  202. No.Name = "No"
  203. No.Parent = LoginFrame
  204. No.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  205. No.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  206. No.Position = UDim2.new(1.28620398, 0, 0.866511703, 0)
  207. No.Size = UDim2.new(0, 42, 0, 23)
  208. No.Visible = false
  209. No.Font = Enum.Font.SourceSans
  210. No.Text = "NO"
  211. No.TextColor3 = Color3.new(0, 0, 0)
  212. No.TextScaled = true
  213. No.TextSize = 14
  214. No.TextWrapped = true
  215.  
  216. ScrollingFrame.Parent = LoginFrame
  217. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  218. ScrollingFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  219. ScrollingFrame.Position = UDim2.new(-0.490291268, 0, 0, 0)
  220. ScrollingFrame.Size = UDim2.new(0, 100, 0, 179)
  221. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3, 0)
  222.  
  223. Windmill.Name = "Windmill"
  224. Windmill.Parent = ScrollingFrame
  225. Windmill.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  226. Windmill.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  227. Windmill.Size = UDim2.new(0, 87, 0, 23)
  228. Windmill.Font = Enum.Font.SourceSans
  229. Windmill.Text = "Windmill Island"
  230. Windmill.TextColor3 = Color3.new(0, 0, 0)
  231. Windmill.TextScaled = true
  232. Windmill.TextSize = 14
  233. Windmill.TextWrapped = true
  234.  
  235. TextButton.Parent = ScrollingFrame
  236. TextButton.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  237. TextButton.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  238. TextButton.Position = UDim2.new(0, 0, 0.873370528, 0)
  239. TextButton.Size = UDim2.new(0, 87, 0, 23)
  240. TextButton.Font = Enum.Font.SourceSans
  241. TextButton.TextColor3 = Color3.new(0, 0, 0)
  242. TextButton.TextScaled = true
  243. TextButton.TextSize = 14
  244. TextButton.TextWrapped = true
  245.  
  246. SandCastle.Name = "SandCastle"
  247. SandCastle.Parent = ScrollingFrame
  248. SandCastle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  249. SandCastle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  250. SandCastle.Position = UDim2.new(0, 0, 0.0661079958, 0)
  251. SandCastle.Size = UDim2.new(0, 87, 0, 23)
  252. SandCastle.Font = Enum.Font.SourceSans
  253. SandCastle.Text = "Sand Castle Island"
  254. SandCastle.TextColor3 = Color3.new(0, 0, 0)
  255. SandCastle.TextScaled = true
  256. SandCastle.TextSize = 14
  257. SandCastle.TextWrapped = true
  258.  
  259. Bar.Name = "Bar"
  260. Bar.Parent = ScrollingFrame
  261. Bar.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  262. Bar.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  263. Bar.Position = UDim2.new(0, 0, 0.125698313, 0)
  264. Bar.Size = UDim2.new(0, 87, 0, 23)
  265. Bar.Font = Enum.Font.SourceSans
  266. Bar.Text = "Bar Island"
  267. Bar.TextColor3 = Color3.new(0, 0, 0)
  268. Bar.TextScaled = true
  269. Bar.TextSize = 14
  270. Bar.TextWrapped = true
  271.  
  272. Vokun.Name = "Vokun"
  273. Vokun.Parent = ScrollingFrame
  274. Vokun.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  275. Vokun.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  276. Vokun.Position = UDim2.new(0, 0, 0.189944118, 0)
  277. Vokun.Size = UDim2.new(0, 87, 0, 23)
  278. Vokun.Font = Enum.Font.SourceSans
  279. Vokun.Text = "Vokun Island"
  280. Vokun.TextColor3 = Color3.new(0, 0, 0)
  281. Vokun.TextScaled = true
  282. Vokun.TextSize = 14
  283. Vokun.TextWrapped = true
  284.  
  285. Clear.Name = "Clear"
  286. Clear.Parent = ScrollingFrame
  287. Clear.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  288. Clear.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  289. Clear.Position = UDim2.new(0, 0, 0.248603344, 0)
  290. Clear.Size = UDim2.new(0, 87, 0, 23)
  291. Clear.Font = Enum.Font.SourceSans
  292. Clear.Text = "Clear Island"
  293. Clear.TextColor3 = Color3.new(0, 0, 0)
  294. Clear.TextScaled = true
  295. Clear.TextSize = 14
  296. Clear.TextWrapped = true
  297.  
  298. Krizma.Name = "Krizma"
  299. Krizma.Parent = ScrollingFrame
  300. Krizma.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  301. Krizma.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  302. Krizma.Position = UDim2.new(0, 0, 0.310986936, 0)
  303. Krizma.Size = UDim2.new(0, 87, 0, 23)
  304. Krizma.Font = Enum.Font.SourceSans
  305. Krizma.Text = "Krizma Island"
  306. Krizma.TextColor3 = Color3.new(0, 0, 0)
  307. Krizma.TextScaled = true
  308. Krizma.TextSize = 14
  309. Krizma.TextWrapped = true
  310.  
  311. Weird.Name = "Weird"
  312. Weird.Parent = ScrollingFrame
  313. Weird.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  314. Weird.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  315. Weird.Position = UDim2.new(0, 0, 0.375232756, 0)
  316. Weird.Size = UDim2.new(0, 87, 0, 23)
  317. Weird.Font = Enum.Font.SourceSans
  318. Weird.Text = "Weird Island"
  319. Weird.TextColor3 = Color3.new(0, 0, 0)
  320. Weird.TextScaled = true
  321. Weird.TextSize = 14
  322. Weird.TextWrapped = true
  323.  
  324. Randomm.Name = "Random"
  325. Randomm.Parent = ScrollingFrame
  326. Randomm.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  327. Randomm.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  328. Randomm.Position = UDim2.new(0, 0, 0.433892012, 0)
  329. Randomm.Size = UDim2.new(0, 87, 0, 23)
  330. Randomm.Font = Enum.Font.SourceSans
  331. Randomm.Text = "A Random Island"
  332. Randomm.TextColor3 = Color3.new(0, 0, 0)
  333. Randomm.TextScaled = true
  334. Randomm.TextSize = 14
  335. Randomm.TextWrapped = true
  336.  
  337. Sam.Name = "Sam"
  338. Sam.Parent = ScrollingFrame
  339. Sam.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  340. Sam.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  341. Sam.Position = UDim2.new(0, 0, 0.494413406, 0)
  342. Sam.Size = UDim2.new(0, 87, 0, 23)
  343. Sam.Font = Enum.Font.SourceSans
  344. Sam.Text = "Sam"
  345. Sam.TextColor3 = Color3.new(0, 0, 0)
  346. Sam.TextScaled = true
  347. Sam.TextSize = 14
  348. Sam.TextWrapped = true
  349.  
  350. Flail.Name = "Flail"
  351. Flail.Parent = ScrollingFrame
  352. Flail.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  353. Flail.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  354. Flail.Position = UDim2.new(0, 0, 0.551210403, 0)
  355. Flail.Size = UDim2.new(0, 87, 0, 23)
  356. Flail.Font = Enum.Font.SourceSans
  357. Flail.Text = "Flail Island"
  358. Flail.TextColor3 = Color3.new(0, 0, 0)
  359. Flail.TextScaled = true
  360. Flail.TextSize = 14
  361. Flail.TextWrapped = true
  362.  
  363. Pyramid.Name = "Pyramid"
  364. Pyramid.Parent = ScrollingFrame
  365. Pyramid.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  366. Pyramid.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  367. Pyramid.Position = UDim2.new(0, 0, 0.608007431, 0)
  368. Pyramid.Size = UDim2.new(0, 87, 0, 23)
  369. Pyramid.Font = Enum.Font.SourceSans
  370. Pyramid.Text = "Pyramid"
  371. Pyramid.TextColor3 = Color3.new(0, 0, 0)
  372. Pyramid.TextScaled = true
  373. Pyramid.TextSize = 14
  374. Pyramid.TextWrapped = true
  375.  
  376. SSnow.Name = "SSnow"
  377. SSnow.Parent = ScrollingFrame
  378. SSnow.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  379. SSnow.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  380. SSnow.Position = UDim2.new(0, 0, 0.662942231, 0)
  381. SSnow.Size = UDim2.new(0, 87, 0, 23)
  382. SSnow.Font = Enum.Font.SourceSans
  383. SSnow.Text = "Snow Island (Small)"
  384. SSnow.TextColor3 = Color3.new(0, 0, 0)
  385. SSnow.TextScaled = true
  386. SSnow.TextSize = 14
  387. SSnow.TextWrapped = true
  388.  
  389. BSnow.Name = "BSnow"
  390. BSnow.Parent = ScrollingFrame
  391. BSnow.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  392. BSnow.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  393. BSnow.Position = UDim2.new(0, 0, 0.728119135, 0)
  394. BSnow.Size = UDim2.new(0, 87, 0, 23)
  395. BSnow.Font = Enum.Font.SourceSans
  396. BSnow.Text = "Snow Island(Big)"
  397. BSnow.TextColor3 = Color3.new(0, 0, 0)
  398. BSnow.TextScaled = true
  399. BSnow.TextSize = 14
  400. BSnow.TextWrapped = true
  401.  
  402. AutoSamTpOff.Name = "AutoSamTpOff"
  403. AutoSamTpOff.Parent = LoginFrame
  404. AutoSamTpOff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  405. AutoSamTpOff.Position = UDim2.new(-0.000203728676, 0, 0.413352191, 0)
  406. AutoSamTpOff.Size = UDim2.new(0, 43, 0, 31)
  407. AutoSamTpOff.Font = Enum.Font.SourceSans
  408. AutoSamTpOff.Text = "Tp Sam"
  409. AutoSamTpOff.TextColor3 = Color3.new(0, 0, 0)
  410. AutoSamTpOff.TextScaled = true
  411. AutoSamTpOff.TextSize = 14
  412. AutoSamTpOff.TextWrapped = true
  413.  
  414. AutoSamTpOn.Name = "AutoSamTpOn"
  415. AutoSamTpOn.Parent = LoginFrame
  416. AutoSamTpOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  417. AutoSamTpOn.BorderColor3 = Color3.new(0.333333, 1, 0)
  418. AutoSamTpOn.Position = UDim2.new(-0.000203728676, 0, 0.413352191, 0)
  419. AutoSamTpOn.Size = UDim2.new(0, 43, 0, 31)
  420. AutoSamTpOn.Visible = false
  421. AutoSamTpOn.Font = Enum.Font.SourceSans
  422. AutoSamTpOn.Text = "Tp Sam"
  423. AutoSamTpOn.TextColor3 = Color3.new(0, 0, 0)
  424. AutoSamTpOn.TextScaled = true
  425. AutoSamTpOn.TextSize = 14
  426. AutoSamTpOn.TextWrapped = true
  427.  
  428. CbringOff.Name = "CbringOff"
  429. CbringOff.Parent = LoginFrame
  430. CbringOff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  431. CbringOff.Position = UDim2.new(0.257077813, 0, 0.413352162, 0)
  432. CbringOff.Size = UDim2.new(0, 43, 0, 31)
  433. CbringOff.Font = Enum.Font.SourceSans
  434. CbringOff.Text = "Cbring"
  435. CbringOff.TextColor3 = Color3.new(0, 0, 0)
  436. CbringOff.TextScaled = true
  437. CbringOff.TextSize = 14
  438. CbringOff.TextWrapped = true
  439.  
  440. CbringOn.Name = "CbringOn"
  441. CbringOn.Parent = LoginFrame
  442. CbringOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  443. CbringOn.BorderColor3 = Color3.new(0.333333, 1, 0)
  444. CbringOn.Position = UDim2.new(0.257077813, 0, 0.413352162, 0)
  445. CbringOn.Size = UDim2.new(0, 43, 0, 31)
  446. CbringOn.Visible = false
  447. CbringOn.Font = Enum.Font.SourceSans
  448. CbringOn.Text = "Cbring"
  449. CbringOn.TextColor3 = Color3.new(0, 0, 0)
  450. CbringOn.TextScaled = true
  451. CbringOn.TextSize = 14
  452. CbringOn.TextWrapped = true
  453.  
  454. name.Name = "name"
  455. name.Parent = LoginFrame
  456. name.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  457. name.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  458. name.Position = UDim2.new(0.79126215, 0, 0.413407832, 0)
  459. name.Size = UDim2.new(0, 43, 0, 31)
  460. name.Font = Enum.Font.SourceSans
  461. name.Text = "Name"
  462. name.TextColor3 = Color3.new(0, 0, 0)
  463. name.TextScaled = true
  464. name.TextSize = 14
  465. name.TextWrapped = true
  466.  
  467. Teleport.Name = "Teleport"
  468. Teleport.Parent = LoginFrame
  469. Teleport.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  470. Teleport.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  471. Teleport.Position = UDim2.new(0.543485582, 0, 0.408411056, 0)
  472. Teleport.Size = UDim2.new(0, 43, 0, 31)
  473. Teleport.Font = Enum.Font.SourceSans
  474. Teleport.Text = "TP"
  475. Teleport.TextColor3 = Color3.new(0, 0, 0)
  476. Teleport.TextScaled = true
  477. Teleport.TextSize = 14
  478. Teleport.TextWrapped = true
  479.  
  480. Cider.Name = "Cider"
  481. Cider.Parent = LoginFrame
  482. Cider.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  483. Cider.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  484. Cider.Position = UDim2.new(0.791058421, 0, 0.648634434, 0)
  485. Cider.Size = UDim2.new(0, 43, 0, 31)
  486. Cider.Font = Enum.Font.SourceSans
  487. Cider.Text = "Buy Lemonade"
  488. Cider.TextColor3 = Color3.new(0, 0, 0)
  489. Cider.TextScaled = true
  490. Cider.TextSize = 14
  491. Cider.TextWrapped = true
  492.  
  493. CiderPlus.Name = "CiderPlus"
  494. CiderPlus.Parent = LoginFrame
  495. CiderPlus.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  496. CiderPlus.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  497. CiderPlus.Position = UDim2.new(0.543485522, 0, 0.643047929, 0)
  498. CiderPlus.Size = UDim2.new(0, 43, 0, 31)
  499. CiderPlus.Font = Enum.Font.SourceSans
  500. CiderPlus.Text = "Buy Lemonade+"
  501. CiderPlus.TextColor3 = Color3.new(0, 0, 0)
  502. CiderPlus.TextScaled = true
  503. CiderPlus.TextSize = 14
  504. CiderPlus.TextWrapped = true
  505.  
  506. VokunOff.Name = "VokunOff"
  507. VokunOff.Parent = LoginFrame
  508. VokunOff.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  509. VokunOff.Position = UDim2.new(0.252223372, 0, 0.64240247, 0)
  510. VokunOff.Size = UDim2.new(0, 43, 0, 31)
  511. VokunOff.Font = Enum.Font.SourceSans
  512. VokunOff.Text = "Farm Vokun"
  513. VokunOff.TextColor3 = Color3.new(0, 0, 0)
  514. VokunOff.TextScaled = true
  515. VokunOff.TextSize = 14
  516. VokunOff.TextWrapped = true
  517.  
  518. VokunOn.Name = "VokunOn"
  519. VokunOn.Parent = LoginFrame
  520. VokunOn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  521. VokunOn.BorderColor3 = Color3.new(0.333333, 1, 0)
  522. VokunOn.Position = UDim2.new(0.252223372, 0, 0.64240247, 0)
  523. VokunOn.Size = UDim2.new(0, 43, 0, 31)
  524. VokunOn.Visible = false
  525. VokunOn.Font = Enum.Font.SourceSans
  526. VokunOn.Text = "Farm Vokun"
  527. VokunOn.TextColor3 = Color3.new(0, 0, 0)
  528. VokunOn.TextScaled = true
  529. VokunOn.TextSize = 14
  530. VokunOn.TextWrapped = true
  531.  
  532. AntiPep.Name = "AntiPep"
  533. AntiPep.Parent = LoginFrame
  534. AntiPep.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  535. AntiPep.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  536. AntiPep.Position = UDim2.new(-0.000203728676, 0, 0.637461305, 0)
  537. AntiPep.Size = UDim2.new(0, 43, 0, 31)
  538. AntiPep.Font = Enum.Font.SourceSans
  539. AntiPep.Text = "Anti Pepikino"
  540. AntiPep.TextColor3 = Color3.new(0, 0, 0)
  541. AntiPep.TextScaled = true
  542. AntiPep.TextSize = 14
  543. AntiPep.TextWrapped = true
  544.  
  545. Frame.Parent = ScreenGui
  546. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  547. Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  548. Frame.Position = UDim2.new(0.19434306, 0, 0.344621509, 0)
  549. Frame.Size = UDim2.new(0, 100, 0, 51)
  550. Frame.Draggable = true
  551. Frame.Active = true
  552.  
  553. TextButton_2.Parent = Frame
  554. TextButton_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  555. TextButton_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  556. TextButton_2.Position = UDim2.new(0.129999995, 0, 0.215686277, 0)
  557. TextButton_2.Size = UDim2.new(0, 72, 0, 29)
  558. TextButton_2.Font = Enum.Font.SourceSans
  559. TextButton_2.Text = "Open/Close"
  560. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  561. TextButton_2.TextSize = 14
  562. -- Scripts:
  563. ACOn.MouseButton1Click:connect(function()
  564. ACOff.Visible = true
  565. ACOn.Visible = false
  566.  
  567. _G.chest = false
  568.  
  569.  
  570. end)
  571.  
  572. DFTp.MouseButton1Click:connect(function()
  573. local plr=game:GetService'Players'.LocalPlayer
  574. local dftofind='Fruit' --Set to "mi" for all dfs, set to the df name for a specific one, ex: "pika pika no mi", (caps shouldnt matter)
  575. while true do
  576. local char=plr.Character or plr.CharacterAdded:Wait()
  577. local HRP=char:WaitForChild'HumanoidRootPart'
  578. for i,v in next, workspace:GetChildren() do
  579. local Handle=v:FindFirstChild'Handle'
  580. if v:IsA'Tool' and string.find(v.Name:lower(), dftofind:lower()) and Handle then
  581. Handle.CFrame=HRP.CFrame
  582. end
  583. end
  584. wait(1)
  585. end
  586.  
  587. end)
  588.  
  589. CompassTp.MouseButton1Click:connect(function()
  590. local plr=game:GetService'Players'.LocalPlayer
  591. local dftofind='Compass' --Set to "mi" for all dfs, set to the df name for a specific one, ex: "pika pika no mi", (caps shouldnt matter)
  592. while true do
  593. local char=plr.Character or plr.CharacterAdded:Wait()
  594. local HRP=char:WaitForChild'HumanoidRootPart'
  595. for i,v in next, workspace:GetChildren() do
  596. local Handle=v:FindFirstChild'Handle'
  597. if v:IsA'Tool' and string.find(v.Name:lower(), dftofind:lower()) and Handle then
  598. Handle.CFrame=HRP.CFrame
  599. end
  600. end
  601. wait(1)
  602. end
  603.  
  604. end)
  605.  
  606. ACOff.MouseButton1Click:connect(function()
  607. ACOff.Visible = false
  608. ACOn.Visible = true
  609.  
  610. function chest1()
  611. for i,v in pairs(game.Workspace:GetDescendants()) do
  612. if v.Name == "ChestSpawner" then
  613. for i,v in pairs(v:GetDescendants()) do
  614. if v.Name == "TreasureChestPart" then
  615. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  616. end
  617. end
  618. end
  619. end
  620. end
  621. function chest2()
  622. for i,v in pairs(game.Workspace:GetDescendants()) do
  623. if v.Name == "Floor1" or v.Name == "Floor2" or v.Name == "Floor3" or v.Name == "Floor4" or v.Name == "Floor5" or v.Name == "Floor6" or v.Name == "Floor7" or v.Name == "Floor8" then
  624. for i,v in pairs(v:GetDescendants()) do
  625. if v.Name == "TreasureChest" then
  626. for i,v in pairs(v:GetChildren()) do
  627. if v.Name == "TreasureChestPart" then
  628. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  629. end
  630. end
  631. end
  632. end
  633. end
  634. end
  635. end
  636. _G.chest = true
  637. while _G.chest do
  638. wait(240)
  639. chest1()
  640. wait(1)
  641. chest2()
  642. end
  643.  
  644. end)
  645.  
  646. ManualChest.MouseButton1Click:connect(function()
  647.  
  648. function chest1()
  649. for i,v in pairs(game.Workspace:GetDescendants()) do
  650. if v.Name == "ChestSpawner" then
  651. for i,v in pairs(v:GetDescendants()) do
  652. if v.Name == "TreasureChestPart" then
  653. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  654. end
  655. end
  656. end
  657. end
  658. end
  659. function chest2()
  660. for i,v in pairs(game.Workspace:GetDescendants()) do
  661. if v.Name == "Floor1" or v.Name == "Floor2" or v.Name == "Floor3" or v.Name == "Floor4" or v.Name == "Floor5" or v.Name == "Floor6" or v.Name == "Floor7" or v.Name == "Floor8" then
  662. for i,v in pairs(v:GetDescendants()) do
  663. if v.Name == "TreasureChest" then
  664. for i,v in pairs(v:GetChildren()) do
  665. if v.Name == "TreasureChestPart" then
  666. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  667. end
  668. end
  669. end
  670. end
  671. end
  672. end
  673. end
  674. chest1()
  675. wait(1)
  676. chest2()
  677.  
  678. end)
  679.  
  680. Safe.MouseButton1Click:connect(function()
  681. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1000, 50000, 8000)
  682. baseplatee = Instance.new("Part", workspace)
  683. baseplatee.Size = Vector3.new(100, 1, 100)
  684. baseplatee.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  685. baseplatee.Anchored = true
  686.  
  687. end)
  688.  
  689. Anti.MouseButton1Click:connect(function()
  690. local vu = game:GetService("VirtualUser")
  691. game:GetService("Players").LocalPlayer.Idled:connect(function()
  692. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  693. wait(1)
  694. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  695. end)
  696.  
  697. end)
  698.  
  699. AntiTP.MouseButton1Click:connect(function()
  700. Warning.Visible = not Warning.Visible
  701. Yes.Visible = not Yes.Visible
  702. No.Visible = not No.Visible
  703.  
  704. end)
  705.  
  706. Yes.MouseButton1Click:connect(function()
  707. Warning.Visible = false
  708. Yes.Visible = false
  709. No.Visible = false
  710. AntiTP.Visible = false
  711.  
  712. for i,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
  713. if v.Name == "PlayerScripts" then
  714. v:Remove()
  715. elseif v.DataCost == 74 then
  716. v:Remove()
  717. end
  718. end
  719.  
  720. end)
  721.  
  722. No.MouseButton1Click:connect(function()
  723. Warning.Visible = false
  724. No.Visible = false
  725. Yes.Visible = false
  726.  
  727. end)
  728.  
  729. Windmill.MouseButton1Click:connect(function()
  730. for i,v in pairs(game.Workspace.IslandWindmill:GetDescendants()) do
  731. if v.Name == "Part" then
  732. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  733. end
  734. end
  735.  
  736. end)
  737.  
  738. SandCastle.MouseButton1Click:connect(function()
  739. for i,v in pairs(game.Workspace.IslandSandCastle:GetDescendants()) do
  740. if v.Name == "Part" then
  741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  742. end
  743. end
  744.  
  745. end)
  746.  
  747. Bar.MouseButton1Click:connect(function()
  748. for i,v in pairs(game.Workspace.Island13:GetDescendants()) do
  749. if v.Name == "Part" then
  750. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  751. end
  752. end
  753.  
  754. end)
  755.  
  756. Vokun.MouseButton1Click:connect(function()
  757. for i,v in pairs(game.Workspace.IslandCliffs:GetDescendants()) do
  758. if v.Name == "Part" then
  759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  760. end
  761. end
  762.  
  763. end)
  764.  
  765. Clear.MouseButton1Click:connect(function()
  766. for i,v in pairs(game.Workspace.IslandCrescent:GetDescendants()) do
  767. if v.Name == "Stone" then
  768. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  769. end
  770. end
  771.  
  772. end)
  773.  
  774. Krizma.MouseButton1Click:connect(function()
  775. for i,v in pairs(game.Workspace.IslandCaver:GetDescendants()) do
  776. if v.Name == "Part" then
  777. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  778. end
  779. end
  780.  
  781. end)
  782.  
  783. Weird.MouseButton1Click:connect(function()
  784. for i,v in pairs(game.Workspace.Island15:GetChildren()) do
  785. if v.Name == "Grass" then
  786. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  787. end
  788. end
  789.  
  790. end)
  791.  
  792. Randomm.MouseButton1Click:connect(function()
  793. for i,v in pairs(game.Workspace.Island2:GetDescendants()) do
  794. if v.Name == "Beach" then
  795. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  796. end
  797. end
  798.  
  799. end)
  800.  
  801. Sam.MouseButton1Click:connect(function()
  802. for i,v in pairs(game.Workspace.IslandPirate:GetDescendants()) do
  803. if v.Name == "Handle" then
  804. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  805. end
  806. end
  807.  
  808. end)
  809.  
  810. Flail.MouseButton1Click:connect(function()
  811. for i,v in pairs(game.Workspace.IslandTREEA:GetChildren()) do
  812. if v.Name == "Grass" then
  813. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  814. end
  815. end
  816.  
  817. end)
  818.  
  819. Pyramid.MouseButton1Click:connect(function()
  820. for i,v in pairs(game.Workspace.Pyramid:GetDescendants()) do
  821. if v.Name == "Part" then
  822. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  823. end
  824. end
  825.  
  826. end)
  827.  
  828. SSnow.MouseButton1Click:connect(function()
  829. for i,v in pairs(game.Workspace.IslandSnowy:GetDescendants()) do
  830. if v.Name == "Part" then
  831. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  832. end
  833. end
  834.  
  835. end)
  836.  
  837. BSnow.MouseButton1Click:connect(function()
  838. for i,v in pairs(game.Workspace.IslandSnowyMountains:GetDescendants()) do
  839. if v.Name == "Snow" then
  840. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  841. end
  842. end
  843.  
  844. end)
  845.  
  846. AutoSamTpOff.MouseButton1Click:connect(function()
  847. AutoSamTpOff.Visible = false
  848. AutoSamTpOn.Visible = true
  849. _G.sam = true
  850. while _G.sam do
  851. wait(30)
  852. game.Workspace.Merchants.QuestMerchant.Clickable.Retum:FireServer()
  853. end
  854.  
  855. end)
  856.  
  857. AutoSamTpOn.MouseButton1Click:connect(function()
  858. AutoSamTpOff.Visible = true
  859. AutoSamTpOn.Visible = false
  860.  
  861. _G.sam = false
  862.  
  863. end)
  864.  
  865. CbringOff.MouseButton1Click:connect(function()
  866. CbringOff.Visible = false
  867. CbringOn.Visible = true
  868.  
  869. _G.bring = true
  870. while _G.bring do
  871. wait(0.5)
  872. for i,v in pairs(game.Workspace:GetChildren()) do
  873. if v.Name == name.Text then
  874. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  875. v.HumanoidRootPart.Anchored = true
  876. end
  877. end
  878. end
  879.  
  880. end)
  881.  
  882. CbringOn.MouseButton1Click:connect(function()
  883. CbringOn.Visible = false
  884. CbringOff.Visible = true
  885.  
  886. _G.bring = false
  887.  
  888. end)
  889.  
  890. Teleport.MouseButton1Click:connect(function()
  891. for i,v in pairs(game.Workspace:GetChildren()) do
  892. if v.Name == name.Text then
  893. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  894. end
  895. end
  896.  
  897. end)
  898.  
  899. Cider.MouseButton1Click:connect(function()
  900. game.Workspace.Merchants.DrinkMerchant.Clickable.Retum:FireServer("Lemonade", "500")
  901.  
  902. end)
  903.  
  904. CiderPlus.MouseButton1Click:connect(function()
  905. game.Workspace.Merchants.BetterDrinkMerchant.Clickable.Retum:FireServer("Lemonade+")
  906.  
  907. end)
  908.  
  909. VokunOff.MouseButton1Click:connect(function()
  910. VokunOff.Visible = false
  911. VokunOn.Visible = true
  912.  
  913. _G.Auto = true
  914. while _G.Auto do
  915. wait(1.5)
  916. for i,v in pairs(game.Workspace.Enemies:GetChildren()) do
  917. if v.Name == "Lv200 Vokun" then
  918. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -2) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  919. v.HumanoidRootPart.Anchored = true
  920. end
  921. end
  922. end
  923.  
  924. end)
  925.  
  926. VokunOn.MouseButton1Click:connect(function()
  927. VokunOff.Visible = true
  928. VokunOn.Visible = false
  929.  
  930. _G.Auto = false
  931.  
  932.  
  933. end)
  934.  
  935. AntiPep.MouseButton1Click:connect(function()
  936. AntiPep.Visible = false
  937. while wait(2) do
  938. for i,v in pairs(game.Players:GetChildren()) do
  939. if v.Name == "Pepikino" or v.Name == "MarcusVetarus" or v.Name == "Apollygone" or v.Name == "SzortekStudio" or v.Name == "Ytekk" or v.Name == "TomatoTrap" or v.Name == "Watashini" or v.Name == "c9isgood" or v.Name == "sinanxd2" then
  940. game.Players.LocalPlayer:Kick("Pepikino geldi amk ka?")
  941. end
  942. end
  943. end
  944.  
  945. end)
  946.  
  947. TextButton_2.MouseButton1Click:connect(function()
  948. LoginFrame.Visible = not LoginFrame.Visible
  949.  
  950. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement