Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("ImageLabel")
  6. local AreYouSureMaximized = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Yes = Instance.new("TextButton")
  9. local No = Instance.new("TextButton")
  10. local Deco4 = Instance.new("ImageLabel")
  11. local Deco2 = Instance.new("ImageLabel")
  12. local Deco3 = Instance.new("ImageLabel")
  13. local Deco1 = Instance.new("ImageLabel")
  14. local Close = Instance.new("TextButton")
  15. local Minimize = Instance.new("TextButton")
  16. local Minimized = Instance.new("ImageLabel")
  17. local Close_2 = Instance.new("TextButton")
  18. local Minimize_2 = Instance.new("TextButton")
  19. local AreYouSureMaximized_2 = Instance.new("ImageLabel")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local Yes_2 = Instance.new("TextButton")
  22. local No_2 = Instance.new("TextButton")
  23. local Buttons = Instance.new("ScrollingFrame")
  24. local TeleportDevilFruitsToCharacter = Instance.new("TextButton")
  25. local SpamTeleportToChest = Instance.new("TextButton")
  26. local TeleportFruit = Instance.new("TextButton")
  27. local TeleportBypass = Instance.new("TextButton")
  28. local SafeZone = Instance.new("TextButton")
  29. local DrinkMerchant = Instance.new("TextButton")
  30. local Sam = Instance.new("TextButton")
  31. local SamLocation = Instance.new("TextButton")
  32. local tptoplayer = Instance.new("TextButton")
  33. local PlayerName = Instance.new("TextBox")
  34. --Properties:
  35. ScreenGui.Parent = game.CoreGui
  36.  
  37. Frame.Name = "Frame"
  38. Frame.Parent = ScreenGui
  39. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Frame.BackgroundTransparency = 1
  41. Frame.Position = UDim2.new(0.0269607864, 0, 0.272251278, 0)
  42. Frame.Size = UDim2.new(0, 234, 0, 172)
  43. Frame.Image = "rbxassetid://2851926732"
  44. Frame.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  45. Frame.ScaleType = Enum.ScaleType.Slice
  46. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  47.  
  48. AreYouSureMaximized.Name = "AreYouSureMaximized"
  49. AreYouSureMaximized.Parent = Frame
  50. AreYouSureMaximized.BackgroundColor3 = Color3.new(1, 1, 1)
  51. AreYouSureMaximized.BackgroundTransparency = 1
  52. AreYouSureMaximized.Position = UDim2.new(0.02991453, 0, 0.0350001119, 0)
  53. AreYouSureMaximized.Size = UDim2.new(0, 220, 0, 158)
  54. AreYouSureMaximized.Visible = false
  55. AreYouSureMaximized.Image = "rbxassetid://2851926732"
  56. AreYouSureMaximized.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  57. AreYouSureMaximized.ScaleType = Enum.ScaleType.Slice
  58. AreYouSureMaximized.SliceCenter = Rect.new(12, 12, 12, 12)
  59.  
  60. TextLabel.Parent = AreYouSureMaximized
  61. TextLabel.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  62. TextLabel.BackgroundTransparency = 1
  63. TextLabel.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  64. TextLabel.BorderSizePixel = 0
  65. TextLabel.Position = UDim2.new(-0.0318181813, 0, 0.0813953504, 0)
  66. TextLabel.Size = UDim2.new(0, 234, 0, 50)
  67. TextLabel.Font = Enum.Font.SourceSans
  68. TextLabel.Text = "Are You Sure You Want To Close The GUI?"
  69. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  70. TextLabel.TextScaled = true
  71. TextLabel.TextSize = 18
  72. TextLabel.TextWrapped = true
  73.  
  74. Yes.Name = "Yes"
  75. Yes.Parent = AreYouSureMaximized
  76. Yes.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  77. Yes.BackgroundTransparency = 1
  78. Yes.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  79. Yes.BorderSizePixel = 0
  80. Yes.Position = UDim2.new(0.0291025545, 0, 0.709302306, 0)
  81. Yes.Size = UDim2.new(0, 110, 0, 44)
  82. Yes.Font = Enum.Font.SourceSans
  83. Yes.Text = "Yes"
  84. Yes.TextColor3 = Color3.new(0, 0, 0)
  85. Yes.TextScaled = true
  86. Yes.TextSize = 14
  87. Yes.TextWrapped = true
  88.  
  89. No.Name = "No"
  90. No.Parent = AreYouSureMaximized
  91. No.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  92. No.BackgroundTransparency = 1
  93. No.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  94. No.BorderSizePixel = 0
  95. No.Position = UDim2.new(0.5, 0, 0.709302306, 0)
  96. No.Size = UDim2.new(0, 111, 0, 44)
  97. No.Font = Enum.Font.SourceSans
  98. No.Text = "No"
  99. No.TextColor3 = Color3.new(0, 0, 0)
  100. No.TextScaled = true
  101. No.TextSize = 14
  102. No.TextWrapped = true
  103.  
  104. Deco4.Name = "Deco4"
  105. Deco4.Parent = Frame
  106. Deco4.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  107. Deco4.BackgroundTransparency = 1
  108. Deco4.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  109. Deco4.Position = UDim2.new(0.970085442, 0, 0, 0)
  110. Deco4.Size = UDim2.new(0, 7, 0, 172)
  111. Deco4.Image = "rbxassetid://2851926732"
  112. Deco4.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  113. Deco4.ScaleType = Enum.ScaleType.Slice
  114. Deco4.SliceCenter = Rect.new(12, 12, 12, 12)
  115.  
  116. Deco2.Name = "Deco2"
  117. Deco2.Parent = Frame
  118. Deco2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  119. Deco2.BackgroundTransparency = 1
  120. Deco2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  121. Deco2.Size = UDim2.new(0, 234, 0, 7)
  122. Deco2.Image = "rbxassetid://2851926732"
  123. Deco2.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  124. Deco2.ScaleType = Enum.ScaleType.Slice
  125. Deco2.SliceCenter = Rect.new(12, 12, 12, 12)
  126.  
  127. Deco3.Name = "Deco3"
  128. Deco3.Parent = Frame
  129. Deco3.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  130. Deco3.BackgroundTransparency = 1
  131. Deco3.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  132. Deco3.Position = UDim2.new(0, 0, 0.959302306, 0)
  133. Deco3.Size = UDim2.new(0, 234, 0, 7)
  134. Deco3.Image = "rbxassetid://2851926732"
  135. Deco3.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  136. Deco3.ScaleType = Enum.ScaleType.Slice
  137. Deco3.SliceCenter = Rect.new(12, 12, 12, 12)
  138.  
  139. Deco1.Name = "Deco1"
  140. Deco1.Parent = Frame
  141. Deco1.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  142. Deco1.BackgroundTransparency = 1
  143. Deco1.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  144. Deco1.Size = UDim2.new(0, 7, 0, 172)
  145. Deco1.Image = "rbxassetid://2851926732"
  146. Deco1.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  147. Deco1.ScaleType = Enum.ScaleType.Slice
  148. Deco1.SliceCenter = Rect.new(12, 12, 12, 12)
  149.  
  150. Close.Name = "Close"
  151. Close.Parent = Frame
  152. Close.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  153. Close.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  154. Close.BorderSizePixel = 0
  155. Close.Position = UDim2.new(0.897435844, 0, 0.0406976752, 0)
  156. Close.Size = UDim2.new(0, 17, 0, 23)
  157. Close.Font = Enum.Font.SourceSans
  158. Close.Text = "X"
  159. Close.TextColor3 = Color3.new(0, 0, 0)
  160. Close.TextScaled = true
  161. Close.TextSize = 14
  162. Close.TextWrapped = true
  163.  
  164. Minimize.Name = "Minimize"
  165. Minimize.Parent = Frame
  166. Minimize.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  167. Minimize.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  168. Minimize.BorderSizePixel = 0
  169. Minimize.Position = UDim2.new(0.820512831, 0, 0.0406976752, 0)
  170. Minimize.Size = UDim2.new(0, 17, 0, 23)
  171. Minimize.Font = Enum.Font.SourceSans
  172. Minimize.Text = "-"
  173. Minimize.TextColor3 = Color3.new(0, 0, 0)
  174. Minimize.TextScaled = true
  175. Minimize.TextSize = 14
  176. Minimize.TextWrapped = true
  177.  
  178. Minimized.Name = "Minimized"
  179. Minimized.Parent = Frame
  180. Minimized.BackgroundColor3 = Color3.new(1, 1, 1)
  181. Minimized.BackgroundTransparency = 1
  182. Minimized.Position = UDim2.new(0.437342882, 0, 0.035918653, 0)
  183. Minimized.Size = UDim2.new(0, 124, 0, 23)
  184. Minimized.Visible = false
  185. Minimized.Image = "rbxassetid://2851926732"
  186. Minimized.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  187. Minimized.ScaleType = Enum.ScaleType.Slice
  188. Minimized.SliceCenter = Rect.new(12, 12, 12, 12)
  189.  
  190. Close_2.Name = "Close"
  191. Close_2.Parent = Minimized
  192. Close_2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  193. Close_2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  194. Close_2.BorderSizePixel = 0
  195. Close_2.Position = UDim2.new(0.797161341, 0, -0.00247825682, 0)
  196. Close_2.Size = UDim2.new(0, 17, 0, 23)
  197. Close_2.Font = Enum.Font.SourceSans
  198. Close_2.Text = "X"
  199. Close_2.TextColor3 = Color3.new(0, 0, 0)
  200. Close_2.TextScaled = true
  201. Close_2.TextSize = 14
  202. Close_2.TextWrapped = true
  203.  
  204. Minimize_2.Name = "Minimize"
  205. Minimize_2.Parent = Minimized
  206. Minimize_2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  207. Minimize_2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  208. Minimize_2.BorderSizePixel = 0
  209. Minimize_2.Position = UDim2.new(0.6596452, 0, -0.00247826055, 0)
  210. Minimize_2.Size = UDim2.new(0, 17, 0, 23)
  211. Minimize_2.Font = Enum.Font.SourceSans
  212. Minimize_2.Text = "-"
  213. Minimize_2.TextColor3 = Color3.new(0, 0, 0)
  214. Minimize_2.TextScaled = true
  215. Minimize_2.TextSize = 14
  216. Minimize_2.TextWrapped = true
  217.  
  218. AreYouSureMaximized_2.Name = "AreYouSureMaximized"
  219. AreYouSureMaximized_2.Parent = Minimized
  220. AreYouSureMaximized_2.BackgroundColor3 = Color3.new(1, 1, 1)
  221. AreYouSureMaximized_2.BackgroundTransparency = 1
  222. AreYouSureMaximized_2.Position = UDim2.new(-0.776537061, 0, -0.00847814977, 0)
  223. AreYouSureMaximized_2.Size = UDim2.new(0, 220, 0, 158)
  224. AreYouSureMaximized_2.Visible = false
  225. AreYouSureMaximized_2.Image = "rbxassetid://2851926732"
  226. AreYouSureMaximized_2.ImageColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  227. AreYouSureMaximized_2.ScaleType = Enum.ScaleType.Slice
  228. AreYouSureMaximized_2.SliceCenter = Rect.new(12, 12, 12, 12)
  229.  
  230. TextLabel_2.Parent = AreYouSureMaximized_2
  231. TextLabel_2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  232. TextLabel_2.BackgroundTransparency = 1
  233. TextLabel_2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  234. TextLabel_2.BorderSizePixel = 0
  235. TextLabel_2.Position = UDim2.new(-0.0318181813, 0, 0.0813953504, 0)
  236. TextLabel_2.Size = UDim2.new(0, 234, 0, 50)
  237. TextLabel_2.Font = Enum.Font.SourceSans
  238. TextLabel_2.Text = "Are You Sure You Want To Close The GUI?"
  239. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  240. TextLabel_2.TextScaled = true
  241. TextLabel_2.TextSize = 18
  242. TextLabel_2.TextWrapped = true
  243.  
  244. Yes_2.Name = "Yes"
  245. Yes_2.Parent = AreYouSureMaximized_2
  246. Yes_2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  247. Yes_2.BackgroundTransparency = 1
  248. Yes_2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  249. Yes_2.BorderSizePixel = 0
  250. Yes_2.Position = UDim2.new(0.0291025545, 0, 0.709302306, 0)
  251. Yes_2.Size = UDim2.new(0, 110, 0, 44)
  252. Yes_2.Font = Enum.Font.SourceSans
  253. Yes_2.Text = "Yes"
  254. Yes_2.TextColor3 = Color3.new(0, 0, 0)
  255. Yes_2.TextScaled = true
  256. Yes_2.TextSize = 14
  257. Yes_2.TextWrapped = true
  258.  
  259. No_2.Name = "No"
  260. No_2.Parent = AreYouSureMaximized_2
  261. No_2.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  262. No_2.BackgroundTransparency = 1
  263. No_2.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  264. No_2.BorderSizePixel = 0
  265. No_2.Position = UDim2.new(0.5, 0, 0.709302306, 0)
  266. No_2.Size = UDim2.new(0, 111, 0, 44)
  267. No_2.Font = Enum.Font.SourceSans
  268. No_2.Text = "No"
  269. No_2.TextColor3 = Color3.new(0, 0, 0)
  270. No_2.TextScaled = true
  271. No_2.TextSize = 14
  272. No_2.TextWrapped = true
  273.  
  274. Buttons.Name = "Buttons"
  275. Buttons.Parent = Frame
  276. Buttons.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  277. Buttons.BorderSizePixel = 0
  278. Buttons.Position = UDim2.new(0.02991453, 0, 0.174418598, 0)
  279. Buttons.Size = UDim2.new(0, 220, 0, 135)
  280. Buttons.CanvasSize = UDim2.new(0, 0, 3, 0)
  281.  
  282. TeleportDevilFruitsToCharacter.Name = "TeleportDevilFruitsToCharacter"
  283. TeleportDevilFruitsToCharacter.Parent = Buttons
  284. TeleportDevilFruitsToCharacter.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  285. TeleportDevilFruitsToCharacter.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  286. TeleportDevilFruitsToCharacter.BorderSizePixel = 0
  287. TeleportDevilFruitsToCharacter.Position = UDim2.new(0.0090909088, 0, 0.0956774503, 0)
  288. TeleportDevilFruitsToCharacter.Size = UDim2.new(0, 200, 0, 50)
  289. TeleportDevilFruitsToCharacter.Font = Enum.Font.SourceSans
  290. TeleportDevilFruitsToCharacter.Text = "Spam Teleport All Devil Fruits Ingame To Your Character"
  291. TeleportDevilFruitsToCharacter.TextColor3 = Color3.new(0, 0, 0)
  292. TeleportDevilFruitsToCharacter.TextScaled = true
  293. TeleportDevilFruitsToCharacter.TextSize = 14
  294. TeleportDevilFruitsToCharacter.TextWrapped = true
  295.  
  296. SpamTeleportToChest.Name = "SpamTeleportToChest"
  297. SpamTeleportToChest.Parent = Buttons
  298. SpamTeleportToChest.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  299. SpamTeleportToChest.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  300. SpamTeleportToChest.BorderSizePixel = 0
  301. SpamTeleportToChest.Position = UDim2.new(0.0090909088, 0, 0.19173409, 0)
  302. SpamTeleportToChest.Size = UDim2.new(0, 200, 0, 50)
  303. SpamTeleportToChest.Font = Enum.Font.SourceSans
  304. SpamTeleportToChest.Text = "Spam Teleport To Chests "
  305. SpamTeleportToChest.TextColor3 = Color3.new(0, 0, 0)
  306. SpamTeleportToChest.TextScaled = true
  307. SpamTeleportToChest.TextSize = 14
  308. SpamTeleportToChest.TextWrapped = true
  309.  
  310. TeleportFruit.Name = "TeleportFruit"
  311. TeleportFruit.Parent = Buttons
  312. TeleportFruit.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  313. TeleportFruit.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  314. TeleportFruit.BorderSizePixel = 0
  315. TeleportFruit.Position = UDim2.new(0, 0, 0.287790716, 0)
  316. TeleportFruit.Size = UDim2.new(0, 200, 0, 50)
  317. TeleportFruit.Font = Enum.Font.SourceSans
  318. TeleportFruit.Text = "Teleport Fruits To You"
  319. TeleportFruit.TextColor3 = Color3.new(0, 0, 0)
  320. TeleportFruit.TextScaled = true
  321. TeleportFruit.TextSize = 14
  322. TeleportFruit.TextWrapped = true
  323.  
  324. TeleportBypass.Name = "TeleportBypass"
  325. TeleportBypass.Parent = Buttons
  326. TeleportBypass.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  327. TeleportBypass.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  328. TeleportBypass.BorderSizePixel = 0
  329. TeleportBypass.Position = UDim2.new(0.0090909116, 0, -2.98023224e-08, 0)
  330. TeleportBypass.Size = UDim2.new(0, 200, 0, 50)
  331. TeleportBypass.Font = Enum.Font.SourceSans
  332. TeleportBypass.Text = "Teleport Bypass (Use Before Anything Else)"
  333. TeleportBypass.TextColor3 = Color3.new(0, 0, 0)
  334. TeleportBypass.TextScaled = true
  335. TeleportBypass.TextSize = 14
  336. TeleportBypass.TextWrapped = true
  337.  
  338. SafeZone.Name = "SafeZone"
  339. SafeZone.Parent = Buttons
  340. SafeZone.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  341. SafeZone.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  342. SafeZone.BorderSizePixel = 0
  343. SafeZone.Position = UDim2.new(0.0090909088, 0, 0.383763015, 0)
  344. SafeZone.Size = UDim2.new(0, 200, 0, 50)
  345. SafeZone.Font = Enum.Font.SourceSans
  346. SafeZone.Text = "Teleport To Safe Training Zone"
  347. SafeZone.TextColor3 = Color3.new(0, 0, 0)
  348. SafeZone.TextScaled = true
  349. SafeZone.TextSize = 14
  350. SafeZone.TextWrapped = true
  351.  
  352. DrinkMerchant.Name = "DrinkMerchant"
  353. DrinkMerchant.Parent = Buttons
  354. DrinkMerchant.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  355. DrinkMerchant.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  356. DrinkMerchant.BorderSizePixel = 0
  357. DrinkMerchant.Position = UDim2.new(0, 0, 0.478808582, 0)
  358. DrinkMerchant.Size = UDim2.new(0, 200, 0, 50)
  359. DrinkMerchant.Font = Enum.Font.SourceSans
  360. DrinkMerchant.Text = "Talk To Better Drink Merchant"
  361. DrinkMerchant.TextColor3 = Color3.new(0, 0, 0)
  362. DrinkMerchant.TextScaled = true
  363. DrinkMerchant.TextSize = 14
  364. DrinkMerchant.TextWrapped = true
  365.  
  366. Sam.Name = "Sam"
  367. Sam.Parent = Buttons
  368. Sam.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  369. Sam.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  370. Sam.BorderSizePixel = 0
  371. Sam.Position = UDim2.new(0, 0, 0.575623512, 0)
  372. Sam.Size = UDim2.new(0, 200, 0, 50)
  373. Sam.Font = Enum.Font.SourceSans
  374. Sam.Text = "Talk To Sam"
  375. Sam.TextColor3 = Color3.new(0, 0, 0)
  376. Sam.TextScaled = true
  377. Sam.TextSize = 14
  378. Sam.TextWrapped = true
  379.  
  380. SamLocation.Name = "SamLocation"
  381. SamLocation.Parent = Buttons
  382. SamLocation.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  383. SamLocation.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  384. SamLocation.BorderSizePixel = 0
  385. SamLocation.Position = UDim2.new(0, 0, 0.672522724, 0)
  386. SamLocation.Size = UDim2.new(0, 200, 0, 50)
  387. SamLocation.Font = Enum.Font.SourceSans
  388. SamLocation.Text = "Teleport To Sam Quest Location"
  389. SamLocation.TextColor3 = Color3.new(0, 0, 0)
  390. SamLocation.TextScaled = true
  391. SamLocation.TextSize = 14
  392. SamLocation.TextWrapped = true
  393.  
  394. tptoplayer.Name = "tptoplayer"
  395. tptoplayer.Parent = Buttons
  396. tptoplayer.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  397. tptoplayer.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  398. tptoplayer.BorderSizePixel = 0
  399. tptoplayer.Position = UDim2.new(0, 0, 0.864383161, 0)
  400. tptoplayer.Size = UDim2.new(0, 200, 0, 50)
  401. tptoplayer.Font = Enum.Font.SourceSans
  402. tptoplayer.Text = "Teleport To Player"
  403. tptoplayer.TextColor3 = Color3.new(0, 0, 0)
  404. tptoplayer.TextScaled = true
  405. tptoplayer.TextSize = 14
  406. tptoplayer.TextWrapped = true
  407.  
  408. PlayerName.Name = "PlayerName"
  409. PlayerName.Parent = Buttons
  410. PlayerName.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  411. PlayerName.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  412. PlayerName.Position = UDim2.new(7.4505806e-09, 0, 0.769379854, 0)
  413. PlayerName.Size = UDim2.new(0, 200, 0, 50)
  414. PlayerName.Font = Enum.Font.SourceSans
  415. PlayerName.Text = "Enter Player Name"
  416. PlayerName.TextColor3 = Color3.new(0, 0, 0)
  417. PlayerName.TextScaled = true
  418. PlayerName.TextSize = 14
  419. PlayerName.TextWrapped = true
  420. -- Scripts:
  421. function SCRIPT_KRYI76_FAKESCRIPT() -- Yes.Script
  422. local script = Instance.new('Script')
  423. script.Parent = Yes
  424. script.Parent.MouseButton1Click:Connect(function()
  425. script.Parent.Parent.Parent:Destroy()
  426. end)
  427.  
  428. end
  429. coroutine.resume(coroutine.create(SCRIPT_KRYI76_FAKESCRIPT))
  430. function SCRIPT_REDR78_FAKESCRIPT() -- No.Script
  431. local script = Instance.new('Script')
  432. script.Parent = No
  433. script.Parent.MouseButton1Click:Connect(function()
  434. script.Parent.Parent.Visible = false
  435. script.Parent.Parent.Parent.Visible = true
  436. script.Parent.Parent.Parent.Close.Visible = true
  437. script.Parent.Parent.Parent.Minimize.Visible = true
  438. script.Parent.Parent.Parent.Buttons.Visible = true
  439. end)
  440.  
  441. end
  442. coroutine.resume(coroutine.create(SCRIPT_REDR78_FAKESCRIPT))
  443. function SCRIPT_CSIO87_FAKESCRIPT() -- AreYouSureMaximized.Script
  444. local script = Instance.new('Script')
  445. script.Parent = AreYouSureMaximized
  446. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  447.  
  448. local function update(input)
  449. local delta = input.Position - dragStart
  450. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  451. end
  452.  
  453. gui.InputBegan:Connect(function(input)
  454. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  455. dragging = true
  456. dragStart = input.Position
  457. startPos = gui.Position
  458.  
  459. input.Changed:Connect(function()
  460. if input.UserInputState == Enum.UserInputState.End then
  461. dragging = false
  462. end
  463. end)
  464. end
  465. end)
  466.  
  467. gui.InputChanged:Connect(function(input)
  468. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  469. dragInput = input
  470. end
  471. end)
  472.  
  473. UserInputService.InputChanged:Connect(function(input)
  474. if input == dragInput and dragging then
  475. update(input)
  476. end
  477. end)
  478.  
  479. end
  480. coroutine.resume(coroutine.create(SCRIPT_CSIO87_FAKESCRIPT))
  481. function SCRIPT_SBCX71_FAKESCRIPT() -- Deco4.Script
  482. local script = Instance.new('Script')
  483. script.Parent = Deco4
  484. -- Put this code in a LocalScript in a Frame
  485. local frame = script.Parent
  486.  
  487. while true do
  488. for hue = 0, 255, 4 do
  489.  
  490. frame.ImageColor3 = Color3.fromHSV(hue/256, 1, 1)
  491. frame.ImageColor3 = Color3.fromHSV(hue/256, .5, .8)
  492. wait()
  493. end
  494. end
  495.  
  496. end
  497. coroutine.resume(coroutine.create(SCRIPT_SBCX71_FAKESCRIPT))
  498. function SCRIPT_FQQE89_FAKESCRIPT() -- Deco2.Script
  499. local script = Instance.new('Script')
  500. script.Parent = Deco2
  501. -- Put this code in a LocalScript in a Frame
  502. local frame = script.Parent
  503.  
  504. while true do
  505. for hue = 0, 255, 4 do
  506.  
  507. frame.ImageColor3 = Color3.fromHSV(hue/256, 1, 1)
  508. frame.ImageColor3 = Color3.fromHSV(hue/256, .5, .8)
  509. wait()
  510. end
  511. end
  512.  
  513. end
  514. coroutine.resume(coroutine.create(SCRIPT_FQQE89_FAKESCRIPT))
  515. function SCRIPT_PLCT72_FAKESCRIPT() -- Deco3.Script
  516. local script = Instance.new('Script')
  517. script.Parent = Deco3
  518. -- Put this code in a LocalScript in a Frame
  519. local frame = script.Parent
  520.  
  521. while true do
  522. for hue = 0, 255, 4 do
  523.  
  524. frame.ImageColor3 = Color3.fromHSV(hue/256, 1, 1)
  525. frame.ImageColor3 = Color3.fromHSV(hue/256, .5, .8)
  526. wait()
  527. end
  528. end
  529.  
  530. end
  531. coroutine.resume(coroutine.create(SCRIPT_PLCT72_FAKESCRIPT))
  532. function SCRIPT_BERR87_FAKESCRIPT() -- Deco1.Script
  533. local script = Instance.new('Script')
  534. script.Parent = Deco1
  535. -- Put this code in a LocalScript in a Frame
  536. local frame = script.Parent
  537.  
  538. while true do
  539. for hue = 0, 255, 4 do
  540.  
  541. frame.ImageColor3 = Color3.fromHSV(hue/256, 1, 1)
  542. frame.ImageColor3 = Color3.fromHSV(hue/256, .5, .8)
  543. wait()
  544. end
  545. end
  546.  
  547. end
  548. coroutine.resume(coroutine.create(SCRIPT_BERR87_FAKESCRIPT))
  549. function SCRIPT_UWUG81_FAKESCRIPT() -- Frame.Script
  550. local script = Instance.new('Script')
  551. script.Parent = Frame
  552. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  553.  
  554. local function update(input)
  555. local delta = input.Position - dragStart
  556. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  557. end
  558.  
  559. gui.InputBegan:Connect(function(input)
  560. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  561. dragging = true
  562. dragStart = input.Position
  563. startPos = gui.Position
  564.  
  565. input.Changed:Connect(function()
  566. if input.UserInputState == Enum.UserInputState.End then
  567. dragging = false
  568. end
  569. end)
  570. end
  571. end)
  572.  
  573. gui.InputChanged:Connect(function(input)
  574. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  575. dragInput = input
  576. end
  577. end)
  578.  
  579. UserInputService.InputChanged:Connect(function(input)
  580. if input == dragInput and dragging then
  581. update(input)
  582. end
  583. end)
  584.  
  585. end
  586. coroutine.resume(coroutine.create(SCRIPT_UWUG81_FAKESCRIPT))
  587. function SCRIPT_XCER65_FAKESCRIPT() -- Close.Script
  588. local script = Instance.new('Script')
  589. script.Parent = Close
  590. script.Parent.MouseEnter:Connect(function()
  591. script.Parent.TextColor3 = Color3.fromRGB(255,255,255)
  592. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  593. end)
  594. script.Parent.MouseLeave:Connect(function()
  595. script.Parent.TextColor3 = Color3.fromRGB(0,0,0)
  596. script.Parent.BackgroundColor3 = Color3.fromRGB(118,118,118)
  597. end)
  598. script.Parent.MouseButton1Click:Connect(function()
  599. script.Parent.Visible = false
  600. script.Parent.Parent.Minimize.Visible = false
  601. script.Parent.Parent.Buttons.Visible = false
  602. script.Parent.Parent.AreYouSureMaximized.Visible = true
  603. end)
  604.  
  605. end
  606. coroutine.resume(coroutine.create(SCRIPT_XCER65_FAKESCRIPT))
  607. function SCRIPT_XKXT71_FAKESCRIPT() -- Minimize.Script
  608. local script = Instance.new('Script')
  609. script.Parent = Minimize
  610. script.Parent.MouseEnter:Connect(function()
  611. script.Parent.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  612. end)
  613. script.Parent.MouseLeave:Connect(function()
  614. script.Parent.BackgroundColor3 = Color3.fromRGB(118,118,118)
  615. end)
  616. script.Parent.MouseButton1Click:Connect(function()
  617. script.Parent.Visible = false
  618. script.Parent.Parent.Close.Visible = false
  619. script.Parent.Parent.ImageTransparency = 1
  620. script.Parent.Parent.Deco1.ImageTransparency = 1
  621. script.Parent.Parent.Deco2.ImageTransparency = 1
  622. script.Parent.Parent.Deco3.ImageTransparency = 1
  623. script.Parent.Parent.Deco4.ImageTransparency = 1
  624. script.Parent.Parent.Minimized.Visible = true
  625. script.Parent.Parent.Buttons.Visible = false
  626. end)
  627.  
  628. end
  629. coroutine.resume(coroutine.create(SCRIPT_XKXT71_FAKESCRIPT))
  630. function SCRIPT_QUKI71_FAKESCRIPT() -- Close_2.Script
  631. local script = Instance.new('Script')
  632. script.Parent = Close_2
  633. script.Parent.MouseEnter:Connect(function()
  634. script.Parent.TextColor3 = Color3.fromRGB(255,255,255)
  635. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  636. end)
  637. script.Parent.MouseLeave:Connect(function()
  638. script.Parent.TextColor3 = Color3.fromRGB(0,0,0)
  639. script.Parent.BackgroundColor3 = Color3.fromRGB(118,118,118)
  640. end)
  641. script.Parent.MouseButton1Click:Connect(function()
  642. script.Parent.Parent.AreYouSureMaximized.Visible = true
  643. end)
  644.  
  645. end
  646. coroutine.resume(coroutine.create(SCRIPT_QUKI71_FAKESCRIPT))
  647. function SCRIPT_DEQA84_FAKESCRIPT() -- Minimize_2.Script
  648. local script = Instance.new('Script')
  649. script.Parent = Minimize_2
  650. script.Parent.MouseEnter:Connect(function()
  651. script.Parent.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  652. end)
  653. script.Parent.MouseLeave:Connect(function()
  654. script.Parent.BackgroundColor3 = Color3.fromRGB(118,118,118)
  655. end)
  656. script.Parent.MouseButton1Click:Connect(function()
  657. script.Parent.Parent.Visible = false
  658. script.Parent.Parent.Parent.Visible = true
  659. script.Parent.Parent.Parent.ImageTransparency = 0
  660. script.Parent.Parent.Parent.Close.Visible = true
  661. script.Parent.Parent.Parent.Minimize.Visible = true
  662. script.Parent.Parent.Parent.Deco1.ImageTransparency = 0
  663. script.Parent.Parent.Parent.Deco2.ImageTransparency = 0
  664. script.Parent.Parent.Parent.Deco3.ImageTransparency = 0
  665. script.Parent.Parent.Parent.Deco4.ImageTransparency = 0
  666. script.Parent.Parent.Parent.Buttons.Visible = true
  667. end)
  668.  
  669. end
  670. coroutine.resume(coroutine.create(SCRIPT_DEQA84_FAKESCRIPT))
  671. function SCRIPT_UEYL81_FAKESCRIPT() -- Minimized.Script
  672. local script = Instance.new('Script')
  673. script.Parent = Minimized
  674. while wait(0.25) do
  675. script.Parent.Position = Vector3.new(script.Parent.Parent.Frame.Position)
  676. end
  677.  
  678. end
  679. coroutine.resume(coroutine.create(SCRIPT_UEYL81_FAKESCRIPT))
  680. function SCRIPT_KLGX89_FAKESCRIPT() -- Minimized.Script
  681. local script = Instance.new('Script')
  682. script.Parent = Minimized
  683. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  684.  
  685. local function update(input)
  686. local delta = input.Position - dragStart
  687. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  688. end
  689.  
  690. gui.InputBegan:Connect(function(input)
  691. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  692. dragging = true
  693. dragStart = input.Position
  694. startPos = gui.Position
  695.  
  696. input.Changed:Connect(function()
  697. if input.UserInputState == Enum.UserInputState.End then
  698. dragging = false
  699. end
  700. end)
  701. end
  702. end)
  703.  
  704. gui.InputChanged:Connect(function(input)
  705. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  706. dragInput = input
  707. end
  708. end)
  709.  
  710. UserInputService.InputChanged:Connect(function(input)
  711. if input == dragInput and dragging then
  712. update(input)
  713. end
  714. end)
  715.  
  716. end
  717. coroutine.resume(coroutine.create(SCRIPT_KLGX89_FAKESCRIPT))
  718. function SCRIPT_BSHF69_FAKESCRIPT() -- Yes_2.Script
  719. local script = Instance.new('Script')
  720. script.Parent = Yes_2
  721. script.Parent.MouseButton1Click:Connect(function()
  722. script.Parent.Parent.Parent.Parent:Destroy()
  723. end)
  724.  
  725. end
  726. coroutine.resume(coroutine.create(SCRIPT_BSHF69_FAKESCRIPT))
  727. function SCRIPT_MUHZ69_FAKESCRIPT() -- No_2.Script
  728. local script = Instance.new('Script')
  729. script.Parent = No_2
  730. script.Parent.MouseButton1Click:Connect(function()
  731. script.Parent.Parent.Visible = false
  732. script.Parent.Parent.Parent.Visible = true
  733. script.Parent.Parent.Parent.Close.Visible = true
  734. script.Parent.Parent.Parent.Minimize.Visible = true
  735. end)
  736.  
  737. end
  738. coroutine.resume(coroutine.create(SCRIPT_MUHZ69_FAKESCRIPT))
  739. function SCRIPT_PRVW73_FAKESCRIPT() -- AreYouSureMaximized_2.Script
  740. local script = Instance.new('Script')
  741. script.Parent = AreYouSureMaximized_2
  742. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  743.  
  744. local function update(input)
  745. local delta = input.Position - dragStart
  746. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  747. end
  748.  
  749. gui.InputBegan:Connect(function(input)
  750. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  751. dragging = true
  752. dragStart = input.Position
  753. startPos = gui.Position
  754.  
  755. input.Changed:Connect(function()
  756. if input.UserInputState == Enum.UserInputState.End then
  757. dragging = false
  758. end
  759. end)
  760. end
  761. end)
  762.  
  763. gui.InputChanged:Connect(function(input)
  764. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  765. dragInput = input
  766. end
  767. end)
  768.  
  769. UserInputService.InputChanged:Connect(function(input)
  770. if input == dragInput and dragging then
  771. update(input)
  772. end
  773. end)
  774.  
  775. end
  776. coroutine.resume(coroutine.create(SCRIPT_PRVW73_FAKESCRIPT))
  777. function SCRIPT_LZJI65_FAKESCRIPT() -- TeleportDevilFruitsToCharacter.Script
  778. local script = Instance.new('Script')
  779. script.Parent = TeleportDevilFruitsToCharacter
  780. script.Parent.MouseButton1Click:Connect(function()
  781. if script.Parent.Text == "Stop Teleporting Devil Fruits To Your Character" then
  782. _G.DFruits = false
  783. script.Parent.Text = "Spam Teleport All Devil Fruits Ingame To Your Character"
  784. else
  785. script.Parent.Text = "Stop Teleporting Devil Fruits To Your Character"
  786. _G.DFruits = true
  787. wait()
  788. while _G.DFruits do
  789. wait()
  790. for _,v in pairs (game.Workspace:GetChildren()) do
  791. if string.find(v.Name, "Fruit") and v:FindFirstChild("Handle") and v:IsA("Tool") then
  792. wait()
  793. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  794. end
  795. end
  796. end
  797. end
  798. end)
  799.  
  800. end
  801. coroutine.resume(coroutine.create(SCRIPT_LZJI65_FAKESCRIPT))
  802. function SCRIPT_OQZW70_FAKESCRIPT() -- SpamTeleportToChest.Script
  803. local script = Instance.new('Script')
  804. script.Parent = SpamTeleportToChest
  805. local player = game.Players.LocalPlayer
  806. script.Parent.MouseButton1Click:Connect(function()
  807. if script.Parent.Text == "Stop Spam Teleporting To Chests" then
  808. _G.Chests = false
  809. script.Parent.Text = "Spam Teleport To Chests"
  810. else
  811. _G.Chests = true
  812. script.Parent.Text = "Stop Spam Teleporting To Chests"
  813. while wait(0.25) do
  814. if _G.Chests == true then
  815. for _,v in pairs (game.Workspace:GetDescendants()) do
  816. if string.find(v.Name, "ChestSpawner") and v:FindFirstChild("TreasureChest") then
  817. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0) * v.TreasureChest.TreasureChestPart.CFrame
  818. end
  819. end
  820. end
  821. end
  822. end
  823. end)
  824. wait()
  825. while _G.Chests do
  826. wait(60)
  827. _G.Chests = true
  828. wait()
  829. local remote = Game["Workspace"][player.Name]["CamScript"]["ClientServerClient"]
  830. local args = {
  831. [1] = Game["Players"][player.Name]
  832. }
  833. remote:FireServer(unpack(args))
  834. end
  835.  
  836.  
  837. end
  838. coroutine.resume(coroutine.create(SCRIPT_OQZW70_FAKESCRIPT))
  839. function SCRIPT_DFFT77_FAKESCRIPT() -- TeleportFruit.Script
  840. local script = Instance.new('Script')
  841. script.Parent = TeleportFruit
  842. script.Parent.MouseButton1Click:Connect(function()
  843. if script.Parent.Text == "Stop Teleporting Fruits To Your Character" then
  844. _G.Fruits = false
  845. script.Parent.Text = "Teleport Fruits To You"
  846. else
  847. _G.Fruits = true
  848. script.Parent.Text = "Stop Teleporting Fruits To Your Character"
  849. while wait() do
  850. if _G.Fruits == true then
  851. local t = {}
  852. local plr = game:service'Players'.LocalPlayer
  853. for i,v in pairs(workspace:GetChildren()) do
  854. spawn(function()
  855. if v.Name == "Cantaloupe" then
  856. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  857. end
  858. if v.Name == "Melon" then
  859. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  860. end
  861. if v.Name == "Pumpkin" then
  862. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  863. end
  864. if v.Name == "Banana" then
  865. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  866. end
  867. end)
  868. end
  869. end
  870. end
  871. end
  872. end)
  873.  
  874. end
  875. coroutine.resume(coroutine.create(SCRIPT_DFFT77_FAKESCRIPT))
  876. function SCRIPT_GDYQ70_FAKESCRIPT() -- TeleportBypass.Script
  877. local script = Instance.new('Script')
  878. script.Parent = TeleportBypass
  879. local player = game.Players.LocalPlayer
  880. script.Parent.MouseButton1Click:Connect(function()
  881. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  882. wait(10)
  883. local remote = Game["Workspace"][player.Name]["CamScript"]["ClientServerClient"]
  884. local args = {
  885. [1] = Game["Players"][player.Name]
  886. }
  887. remote:FireServer(unpack(args))
  888. wait()
  889. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Warning!",Text="Don't Press Spawn!"})
  890. end)
  891.  
  892. end
  893. coroutine.resume(coroutine.create(SCRIPT_GDYQ70_FAKESCRIPT))
  894. function SCRIPT_CYWJ77_FAKESCRIPT() -- SafeZone.Script
  895. local script = Instance.new('Script')
  896. script.Parent = SafeZone
  897. local player = game.Players.LocalPlayer
  898. script.Parent.MouseButton1Click:Connect(function()
  899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-43, 211394.656, 43)
  900. wait()
  901. local remote = Game["Workspace"][player.Name]["Weapons"]
  902. local args = {}
  903. remote:FireServer(unpack(args))
  904. end)
  905.  
  906. end
  907. coroutine.resume(coroutine.create(SCRIPT_CYWJ77_FAKESCRIPT))
  908. function SCRIPT_ERUA84_FAKESCRIPT() -- DrinkMerchant.Script
  909. local script = Instance.new('Script')
  910. script.Parent = DrinkMerchant
  911. script.Parent.MouseButton1Click:Connect(function()
  912. for _,v in pairs(game.workspace.Merchants:GetChildren()) do
  913. if v.Name == "BetterDrinkMerchant" and v:FindFirstChild("Clickable") then
  914. fireclickdetector(v.Clickable.ClickDetector)
  915. end
  916. end
  917. end)
  918.  
  919. end
  920. coroutine.resume(coroutine.create(SCRIPT_ERUA84_FAKESCRIPT))
  921. function SCRIPT_ESDF78_FAKESCRIPT() -- Sam.Script
  922. local script = Instance.new('Script')
  923. script.Parent = Sam
  924. script.Parent.MouseButton1Click:Connect(function()
  925. for _,v in pairs(game.workspace.Merchants:GetChildren()) do
  926. if v.Name == "QuestMerchant" and v:FindFirstChild("Clickable") then
  927. fireclickdetector(v.Clickable.ClickDetector)
  928. end
  929. end
  930. end)
  931.  
  932. end
  933. coroutine.resume(coroutine.create(SCRIPT_ESDF78_FAKESCRIPT))
  934. function SCRIPT_WCYQ90_FAKESCRIPT() -- SamLocation.Script
  935. local script = Instance.new('Script')
  936. script.Parent = SamLocation
  937. script.Parent.MouseButton1Click:Connect(function()
  938. if game.Players.LocalPlayer.Character:FindFirstChild("Compass") then
  939. local pos = game.Players.LocalPlayer.Character.Compass.Poser.Value
  940. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  941. else
  942. local pos = game.Players.LocalPlayer.Backpack.Compass.Poser.Value
  943. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  944. end
  945. end)
  946.  
  947. end
  948. coroutine.resume(coroutine.create(SCRIPT_WCYQ90_FAKESCRIPT))
  949. function SCRIPT_OXMN80_FAKESCRIPT() -- tptoplayer.Script
  950. local script = Instance.new('Script')
  951. script.Parent = tptoplayer
  952. local target = script.Parent.Parent.PlayerName
  953. script.Parent.MouseButton1Click:Connect(function()
  954. for _,v in pairs(game.Workspace:GetChildren()) do
  955. if string.find(v.Name, target.Text) and v:FindFirstChild("HumanoidRootPart") then
  956. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("HumanoidRootPart").CFrame
  957. end
  958. end
  959. end)
  960.  
  961. end
  962. coroutine.resume(coroutine.create(SCRIPT_OXMN80_FAKESCRIPT))
  963. function SCRIPT_IROB78_FAKESCRIPT() -- Frame.Script
  964. local script = Instance.new('Script')
  965. script.Parent = Frame
  966. print("oof")
  967. local VirtualUser=game:service'VirtualUser'
  968. game:service'Players'.LocalPlayer.Idled:connect(function()
  969. print ("Anti afk just saved you")
  970. VirtualUser:CaptureController()
  971. VirtualUser:ClickButton2(Vector2.new())
  972. end)
  973.  
  974. end
  975. coroutine.resume(coroutine.create(SCRIPT_IROB78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement