Advertisement
Legit1093

FRENCH TOAST v2

Apr 4th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local X = Instance.new("TextButton")
  7. local XP = Instance.new("TextButton")
  8. local CANDY = Instance.new("TextButton")
  9. local SHELLS = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local BLOCKS = Instance.new("TextButton")
  12. local UTL = Instance.new("TextButton")
  13. local UBW = Instance.new("TextButton")
  14. local UCL = Instance.new("TextButton")
  15. local GUI = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.Active = true
  22. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  23. Frame.Position = UDim2.new(0.767218053, 0, 0.22754252, 0)
  24. Frame.Size = UDim2.new(0, 442, 0, 358)
  25. Frame.Visible = false
  26. Frame.Style = Enum.FrameStyle.RobloxRound
  27.  
  28. X.Name = "X"
  29. X.Parent = Frame
  30. X.BackgroundColor3 = Color3.new(1, 1, 1)
  31. X.Position = UDim2.new(0.864253402, 0, 0, 0)
  32. X.Size = UDim2.new(0, 60, 0, 50)
  33. X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  34. X.Font = Enum.Font.SourceSansBold
  35. X.Text = "X"
  36. X.TextColor3 = Color3.new(0, 0, 0)
  37. X.TextScaled = true
  38. X.TextSize = 1
  39. X.TextWrapped = true
  40.  
  41. XP.Name = "XP"
  42. XP.Parent = Frame
  43. XP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  44. XP.Position = UDim2.new(-0.00185418129, 0, 0.566421568, 0)
  45. XP.Size = UDim2.new(0, 183, 0, 50)
  46. XP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  47. XP.Font = Enum.Font.SourceSansBold
  48. XP.Text = "Farm XP"
  49. XP.TextColor3 = Color3.new(0, 0, 0)
  50. XP.TextScaled = true
  51. XP.TextSize = 1
  52. XP.TextWrapped = true
  53.  
  54. CANDY.Name = "CANDY"
  55. CANDY.Parent = Frame
  56. CANDY.BackgroundColor3 = Color3.new(1, 1, 1)
  57. CANDY.Position = UDim2.new(-0.00185421295, 0, 0.428834349, 0)
  58. CANDY.Size = UDim2.new(0, 183, 0, 50)
  59. CANDY.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  60. CANDY.Font = Enum.Font.SourceSansBold
  61. CANDY.Text = "Farm Candy"
  62. CANDY.TextColor3 = Color3.new(0, 0, 0)
  63. CANDY.TextScaled = true
  64. CANDY.TextSize = 1
  65. CANDY.TextWrapped = true
  66.  
  67. SHELLS.Name = "SHELLS"
  68. SHELLS.Parent = Frame
  69. SHELLS.BackgroundColor3 = Color3.new(1, 1, 1)
  70. SHELLS.Position = UDim2.new(-0.00185418129, 0, 0.291382104, 0)
  71. SHELLS.Size = UDim2.new(0, 183, 0, 50)
  72. SHELLS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  73. SHELLS.Font = Enum.Font.SourceSansBold
  74. SHELLS.Text = "Farm Shells"
  75. SHELLS.TextColor3 = Color3.new(0, 0, 0)
  76. SHELLS.TextScaled = true
  77. SHELLS.TextSize = 1
  78. SHELLS.TextWrapped = true
  79.  
  80. TextLabel.Parent = Frame
  81. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  82. TextLabel.Position = UDim2.new(-0.0022624433, 0, 0, 0)
  83. TextLabel.Size = UDim2.new(0, 236, 0, 50)
  84. TextLabel.Font = Enum.Font.SciFi
  85. TextLabel.Text = "Bubble Gum GUI"
  86. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  87. TextLabel.TextScaled = true
  88. TextLabel.TextSize = 14
  89. TextLabel.TextWrapped = true
  90.  
  91. BLOCKS.Name = "BLOCKS"
  92. BLOCKS.Parent = Frame
  93. BLOCKS.BackgroundColor3 = Color3.new(1, 1, 1)
  94. BLOCKS.Position = UDim2.new(-0.00185418129, 0, 0.710376501, 0)
  95. BLOCKS.Size = UDim2.new(0, 183, 0, 50)
  96. BLOCKS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  97. BLOCKS.Font = Enum.Font.SourceSansBold
  98. BLOCKS.Text = "Farm Blocks"
  99. BLOCKS.TextColor3 = Color3.new(0, 0, 0)
  100. BLOCKS.TextScaled = true
  101. BLOCKS.TextSize = 1
  102. BLOCKS.TextWrapped = true
  103.  
  104. UTL.Name = "UTL"
  105. UTL.Parent = Frame
  106. UTL.BackgroundColor3 = Color3.new(1, 1, 1)
  107. UTL.Position = UDim2.new(0.584118664, 0, 0.579091549, 0)
  108. UTL.Size = UDim2.new(0, 183, 0, 50)
  109. UTL.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  110. UTL.Font = Enum.Font.SourceSansBold
  111. UTL.Text = "Unlock Toy Islands"
  112. UTL.TextColor3 = Color3.new(0, 0, 0)
  113. UTL.TextScaled = true
  114. UTL.TextSize = 1
  115. UTL.TextWrapped = true
  116.  
  117. UBW.Name = "UBW"
  118. UBW.Parent = Frame
  119. UBW.BackgroundColor3 = Color3.new(1, 1, 1)
  120. UBW.Position = UDim2.new(0.583217084, 0, 0.427664667, 0)
  121. UBW.Size = UDim2.new(0, 183, 0, 50)
  122. UBW.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  123. UBW.Font = Enum.Font.SourceSansBold
  124. UBW.Text = "Unlock Beach Islands"
  125. UBW.TextColor3 = Color3.new(0, 0, 0)
  126. UBW.TextScaled = true
  127. UBW.TextSize = 1
  128. UBW.TextWrapped = true
  129.  
  130. UCL.Name = "UCL"
  131. UCL.Parent = Frame
  132. UCL.BackgroundColor3 = Color3.new(1, 1, 1)
  133. UCL.Position = UDim2.new(0.583217025, 0, 0.281832516, 0)
  134. UCL.Size = UDim2.new(0, 183, 0, 50)
  135. UCL.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  136. UCL.Font = Enum.Font.SourceSansBold
  137. UCL.Text = "Unlock Candy Islands"
  138. UCL.TextColor3 = Color3.new(0, 0, 0)
  139. UCL.TextScaled = true
  140. UCL.TextSize = 1
  141. UCL.TextWrapped = true
  142.  
  143. GUI.Name = "GUI"
  144. GUI.Parent = Frame
  145. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  146. GUI.Position = UDim2.new(0.582672715, 0, 0.709566712, 0)
  147. GUI.Size = UDim2.new(0, 183, 0, 50)
  148. GUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  149. GUI.Font = Enum.Font.SourceSansBold
  150. GUI.Text = "Auto Farm Eggs"
  151. GUI.TextColor3 = Color3.new(0, 0, 0)
  152. GUI.TextScaled = true
  153. GUI.TextSize = 1
  154. GUI.TextWrapped = true
  155.  
  156. Open.Name = "Open"
  157. Open.Parent = ScreenGui
  158. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  159. Open.Position = UDim2.new(-0.000499770045, 0, 0.689277291, 0)
  160. Open.Size = UDim2.new(0, 225, 0, 77)
  161. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  162. Open.Font = Enum.Font.SourceSansBold
  163. Open.Text = "Open"
  164. Open.TextColor3 = Color3.new(0, 0, 0)
  165. Open.TextScaled = true
  166. Open.TextSize = 22
  167. Open.TextWrapped = true
  168. -- Scripts:
  169. function SCRIPT_LEXK75_FAKESCRIPT() -- X.LocalScript
  170. local script = Instance.new('LocalScript')
  171. script.Parent = X
  172. script.Parent.MouseButton1Click:Connect(function()
  173. script.Parent.Parent.Visible = false
  174. end)
  175.  
  176. end
  177. coroutine.resume(coroutine.create(SCRIPT_LEXK75_FAKESCRIPT))
  178. function SCRIPT_BBQR79_FAKESCRIPT() -- XP.LocalScript
  179. local script = Instance.new('LocalScript')
  180. script.Parent = XP
  181. local XP = script.Parent.Parent.XP
  182. XP.MouseButton1Click:connect(function()
  183.  
  184. for i , v in pairs(game.Workspace.FloatingIslands.Overworld["XP Island"]:GetChildren()) do
  185. if v.ClassName == "Model" then
  186. for i , b in pairs(v:GetChildren()) do
  187. if b.ClassName ~= "Model" then
  188. if b.ClassName ~= "BillboardGui" then
  189. b.CanCollide = false
  190. end
  191. end
  192. if b.ClassName == "Model" then
  193. for i , c in pairs(b:GetChildren()) do
  194. if c.ClassName ~= "Model" then
  195. c.CanCollide = false
  196. end
  197. if c.ClassName == "Model" then
  198. for i , d in pairs(c:GetChildren()) do
  199. if d.ClassName ~= "Model" then
  200. d.CanCollide = false
  201. end
  202. end
  203. end
  204. end
  205. end
  206. end
  207. end
  208. end
  209. for i , v in pairs(game.Workspace.FloatingIslands.Overworld["XP Island"].Decore.Shrine.Decore.Model:GetChildren()) do
  210. if v.ClassName ~= "Model" then
  211. v.CanCollide = false
  212. else
  213. for i,b in pairs(v:GetChildren()) do
  214. b.CanCollide = false
  215. end
  216. end
  217.  
  218. end
  219. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  220. for i , b in pairs(v:GetChildren()) do
  221. if b.ClassName == "Model" then
  222. for i , c in pairs(b:GetChildren()) do
  223. if c.ClassName == "Model" then
  224. for i , as in pairs(c:GetChildren()) do
  225. if as.ClassName ~= "Script" then
  226. as.CanCollide = false
  227. end
  228. end
  229. else
  230. if c.ClassName ~= "StringValue" then
  231. c.CanCollide = false
  232. end
  233. end
  234. end
  235. else
  236. b.CanCollide = false
  237. end
  238. end
  239. end
  240.  
  241.  
  242. while wait() do
  243. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  244. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  245. if v.ClassName ~= "Model" then
  246. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  247. hum:MoveTo(v.Position)
  248. hum.MoveToFinished:wait()
  249. end
  250. end
  251. end
  252. end
  253. end)
  254.  
  255. end
  256. coroutine.resume(coroutine.create(SCRIPT_BBQR79_FAKESCRIPT))
  257. function SCRIPT_PHYA68_FAKESCRIPT() -- CANDY.LocalScript
  258. local script = Instance.new('LocalScript')
  259. script.Parent = CANDY
  260. local candyfarm = script.Parent.Parent.CANDY
  261. candyfarm.MouseButton1Click:connect(function()
  262. -- This is made for the last candy land area
  263. for i , v in pairs(game.Workspace.FloatingIslands["Candy Land"]["Sweet Island"]:GetChildren()) do
  264. if v.ClassName == "Model" then
  265. for i , b in pairs(v:GetChildren()) do
  266. if b.ClassName ~= "Model" then
  267. if b.ClassName ~= "BillboardGui" then
  268. b.CanCollide = false
  269. end
  270. end
  271. if b.ClassName == "Model" then
  272. for i , c in pairs(b:GetChildren()) do
  273. if c.ClassName ~= "Model" then
  274. c.CanCollide = false
  275. end
  276. if c.ClassName == "Model" then
  277. for i , d in pairs(c:GetChildren()) do
  278. if d.ClassName ~= "Model" then
  279. d.CanCollide = false
  280. end
  281. end
  282. end
  283. end
  284. end
  285. end
  286. end
  287. end
  288. for i , v in pairs(game.Workspace.FloatingIslands["Candy Land"]["Sweet Island"].Decore.Shrine.Decore.Mountains:GetChildren()) do
  289. if v.ClassName ~= "Model" then
  290. v.CanCollide = false
  291. else
  292. for i,b in pairs(v:GetChildren()) do
  293. b.CanCollide = false
  294. end
  295. end
  296.  
  297. end
  298. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  299. for i , b in pairs(v:GetChildren()) do
  300. if b.ClassName == "Model" then
  301. for i , c in pairs(b:GetChildren()) do
  302. if c.ClassName == "Model" then
  303. for i , as in pairs(c:GetChildren()) do
  304. if as.ClassName ~= "Script" then
  305. as.CanCollide = false
  306. end
  307. end
  308. else
  309. if c.ClassName ~= "StringValue" then
  310. c.CanCollide = false
  311. end
  312. end
  313. end
  314. else
  315. b.CanCollide = false
  316. end
  317. end
  318. end
  319.  
  320.  
  321. while wait() do
  322. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  323. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  324. if v.ClassName ~= "Model" then
  325. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  326. hum:MoveTo(v.Position)
  327. hum.MoveToFinished:wait()
  328. end
  329. end
  330. end
  331. end
  332. end)
  333.  
  334. end
  335. coroutine.resume(coroutine.create(SCRIPT_PHYA68_FAKESCRIPT))
  336. function SCRIPT_CWUA69_FAKESCRIPT() -- SHELLS.LocalScript
  337. local script = Instance.new('LocalScript')
  338. script.Parent = SHELLS
  339. local AFS = script.Parent.Parent.SHELLS
  340. AFS.MouseButton1Click:connect(function()
  341. -- This is made for the last candy land area
  342. for i , v in pairs(game.Workspace.FloatingIslands["Beach World"]["Sea Shell Isle"]:GetChildren()) do
  343. if v.ClassName == "Model" then
  344. for i , b in pairs(v:GetChildren()) do
  345. if b.ClassName ~= "Model" then
  346. if b.ClassName ~= "BillboardGui" then
  347. b.CanCollide = false
  348. end
  349. end
  350. if b.ClassName == "Model" then
  351. for i , c in pairs(b:GetChildren()) do
  352. if c.ClassName ~= "Model" then
  353. c.CanCollide = false
  354. end
  355. if c.ClassName == "Model" then
  356. for i , d in pairs(c:GetChildren()) do
  357. if d.ClassName ~= "Model" then
  358. d.CanCollide = false
  359. end
  360. end
  361. end
  362. end
  363. end
  364. end
  365. end
  366. end
  367. for i , v in pairs(game.Workspace.FloatingIslands["Beach World"]["Sea Shell Isle"].Decore.Shrine.Decore.Model:GetChildren()) do
  368. if v.ClassName ~= "Model" then
  369. v.CanCollide = false
  370. else
  371. for i,b in pairs(v:GetChildren()) do
  372. b.CanCollide = false
  373. end
  374. end
  375.  
  376. end
  377. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  378. for i , b in pairs(v:GetChildren()) do
  379. if b.ClassName == "Model" then
  380. for i , c in pairs(b:GetChildren()) do
  381. if c.ClassName == "Model" then
  382. for i , as in pairs(c:GetChildren()) do
  383. if as.ClassName ~= "Script" then
  384. as.CanCollide = false
  385. end
  386. end
  387. else
  388. if c.ClassName ~= "StringValue" then
  389. c.CanCollide = false
  390. end
  391. end
  392. end
  393. else
  394. b.CanCollide = false
  395. end
  396. end
  397. end
  398.  
  399.  
  400. while wait() do
  401. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  402. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  403. if v.ClassName ~= "Model" then
  404. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  405. hum:MoveTo(v.Position)
  406. hum.MoveToFinished:wait()
  407. end
  408. end
  409. end
  410. end
  411. end)
  412.  
  413. end
  414. coroutine.resume(coroutine.create(SCRIPT_CWUA69_FAKESCRIPT))
  415. function SCRIPT_QIZZ87_FAKESCRIPT() -- BLOCKS.LocalScript
  416. local script = Instance.new('LocalScript')
  417. script.Parent = BLOCKS
  418. local AFB = script.Parent.Parent.BLOCKS
  419. AFB.MouseButton1Click:connect(function()
  420. -- This is made for the last toy land area
  421. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Treasure Isle"]:GetChildren()) do
  422. if v.ClassName == "Model" then
  423. for i , b in pairs(v:GetChildren()) do
  424. if b.ClassName ~= "Model" then
  425. if b.ClassName ~= "BillboardGui" then
  426. b.CanCollide = false
  427. end
  428. end
  429. if b.ClassName == "Model" then
  430. for i , c in pairs(b:GetChildren()) do
  431. if c.ClassName ~= "Model" then
  432. c.CanCollide = false
  433. end
  434. if c.ClassName == "Model" then
  435. for i , d in pairs(c:GetChildren()) do
  436. if d.ClassName ~= "Model" then
  437. d.CanCollide = false
  438. end
  439. end
  440. end
  441. end
  442. end
  443. end
  444. end
  445. end
  446. for i , v in pairs(game.Workspace.FloatingIslands["Toy Land"]["Treasure Isle"].Decore.Shrine.Decore.Mountains:GetChildren()) do
  447. if v.ClassName ~= "Model" then
  448. v.CanCollide = false
  449. else
  450. for i,b in pairs(v:GetChildren()) do
  451. b.CanCollide = false
  452. end
  453. end
  454.  
  455. end
  456. for i , v in pairs(game.Workspace.Eggs:GetChildren()) do
  457. for i , b in pairs(v:GetChildren()) do
  458. if b.ClassName == "Model" then
  459. for i , c in pairs(b:GetChildren()) do
  460. if c.ClassName == "Model" then
  461. for i , as in pairs(c:GetChildren()) do
  462. if as.ClassName ~= "Script" then
  463. as.CanCollide = false
  464. end
  465. end
  466. else
  467. if c.ClassName ~= "StringValue" then
  468. c.CanCollide = false
  469. end
  470. end
  471. end
  472. else
  473. b.CanCollide = false
  474. end
  475. end
  476. end
  477.  
  478.  
  479. while wait() do
  480. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  481. for i , v in pairs(game.Workspace.Pickups:GetChildren()) do
  482. if v.ClassName ~= "Model" then
  483. if game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 100 then
  484. hum:MoveTo(v.Position)
  485. hum.MoveToFinished:wait()
  486. end
  487. end
  488. end
  489. end
  490. end)
  491.  
  492. end
  493. coroutine.resume(coroutine.create(SCRIPT_QIZZ87_FAKESCRIPT))
  494. function SCRIPT_IMXJ88_FAKESCRIPT() -- UTL.LocalScript
  495. local script = Instance.new('LocalScript')
  496. script.Parent = UTL
  497. local UIT = script.Parent.Parent.UTL
  498. UIT.MouseButton1Click:connect(function()
  499. for i,v in pairs(game.Workspace.FloatingIslands["Toy Land"]:GetChildren()) do
  500. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  501. wait(1)
  502. end
  503. end)
  504.  
  505. end
  506. coroutine.resume(coroutine.create(SCRIPT_IMXJ88_FAKESCRIPT))
  507. function SCRIPT_CDRD87_FAKESCRIPT() -- UBW.LocalScript
  508. local script = Instance.new('LocalScript')
  509. script.Parent = UBW
  510. local CUI = script.Parent.Parent.UBW
  511. CUI.MouseButton1Click:connect(function()
  512. for i,v in pairs(game.Workspace.FloatingIslands["Beach World"]:GetChildren()) do
  513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  514. wait(1)
  515. end
  516. end)
  517.  
  518.  
  519. end
  520. coroutine.resume(coroutine.create(SCRIPT_CDRD87_FAKESCRIPT))
  521. function SCRIPT_RMMH78_FAKESCRIPT() -- UCL.LocalScript
  522. local script = Instance.new('LocalScript')
  523. script.Parent = UCL
  524. local UACW = script.Parent.Parent.UCL
  525. UACW.MouseButton1Click:connect(function()
  526. for i,v in pairs(game.Workspace.FloatingIslands["Candy Land"]:GetChildren()) do
  527. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Collision.CFrame
  528. wait(1)
  529. end
  530. end)
  531.  
  532. end
  533. coroutine.resume(coroutine.create(SCRIPT_RMMH78_FAKESCRIPT))
  534. function SCRIPT_ZFSA74_FAKESCRIPT() -- GUI.LocalScript
  535. local script = Instance.new('LocalScript')
  536. script.Parent = GUI
  537. local GUI = script.Parent.Parent.GUI
  538. GUI.MouseButton1Click:Connect(function()
  539. loadstring(game:HttpGet(('https://pastebin.com/raw/ykgFbFEQ'),true))()
  540. end)
  541.  
  542. end
  543. coroutine.resume(coroutine.create(SCRIPT_ZFSA74_FAKESCRIPT))
  544. function SCRIPT_OAIB77_FAKESCRIPT() -- Open.LocalScript
  545. local script = Instance.new('LocalScript')
  546. script.Parent = Open
  547. local frame = script.Parent.Parent.Frame
  548. local open = script.Parent.Parent.Open
  549. script.Parent.MouseButton1Click:Connect(function()
  550. if frame.Visible == false then
  551. frame.Visible = true
  552. open.Text = "Close"
  553. else
  554. frame.Visible = false
  555. open.Text = "Open"
  556. end
  557. end)
  558.  
  559. end
  560. coroutine.resume(coroutine.create(SCRIPT_OAIB77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement