Advertisement
Upscalefanatic3

Fantastic Frontier Scripts *WORKING*

Oct 25th, 2018
16,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. -- Firefly ESP:
  2.  
  3. local child = workspace:children()
  4. for i = 1, #child do
  5. if child[i].Name == "FireflyLocal" then
  6. local ech = Instance.new("Beam")
  7. ech.Name = "dddd"
  8. ech.Parent = game.Players.LocalPlayer.Character.Torso
  9. ech.Width0 = 0.1
  10. ech.Width1 = 0.1
  11. local dab = Instance.new("Attachment")
  12. local pp = Instance.new("Attachment")
  13. dab.Parent = game.Players.LocalPlayer.Character.Torso
  14. pp.Parent = child[i].PP
  15. ech.Attachment0 = dab
  16. ech.Attachment1 = pp
  17. end
  18. end
  19.  
  20.  
  21.  
  22.  
  23. -- Grateful Frog ESP:
  24.  
  25. skraatadu = workspace.Spawners["The Sprutle Frog Expansion_Updated"].Spawner_GratefulFrogs.GratefulFrog.PP
  26. if not skraatadu then print("Found none") else
  27. local ech = Instance.new("Beam")
  28. ech.Name = "dddd"
  29. ech.Parent = game.Players.LocalPlayer.Character.Torso
  30. ech.Width0 = 0.1
  31. ech.Width1 = 0.1
  32. local dab = Instance.new("Attachment")
  33. local pp = Instance.new("Attachment")
  34. dab.Parent = game.Players.LocalPlayer.Character.Torso
  35. pp.Parent = skraatadu
  36. ech.Attachment0 = dab
  37. ech.Attachment1 = pp
  38. end
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -- Money Farm:
  46. -- (INSTRUCTIONS)
  47.  
  48.  
  49.  
  50. --XelXel--Bypass--Buib12--
  51. file = game:HttpGet("https://pastebin.com/raw/T2DqUf4y", true)
  52. file = file:gsub("\n", "\0")
  53. data = {}
  54.  
  55. for line in file:gmatch("%Z+") do
  56. local name = line:match("Name = (.-),")
  57. local id = line:match("ID = (%d+),")
  58. local price = line:match("Price = (%d+)")
  59. item = {Name = name, ID = tonumber(id), Price = tonumber(price)}
  60. if item.Price < 100 then break end --Change number to suit your needs
  61. table.insert(data, item)
  62. end
  63.  
  64. player = game.Players.LocalPlayer
  65. inventory = player.Inventory
  66. root = player.Character.HumanoidRootPart
  67. active = true
  68.  
  69. spawn(function()
  70. while true do
  71. for _, item in pairs(data) do
  72. while true do
  73. while not active do wait() end
  74. local object = workspace.Spawners:FindFirstChild(item.Name, true)
  75. if not object then break end
  76. root.CFrame = object.HitBox.CFrame
  77. wait(.1)
  78. object.InteractEvent:FireServer()
  79. wait(.05)
  80. object.InteractEvent:FireServer()
  81. wait(.05)
  82. object.InteractEvent:FireServer()
  83. root.CFrame = CFrame.new(1317.53137, 80.135253, -526.7295)
  84. wait(.4)
  85. root.CFrame = CFrame.new(1105, 93, -3135)
  86. wait(.3)
  87. game.ReplicatedStorage.Events.SellShop:FireServer(item.ID, Workspace.Shops.SellersTwo, 1)
  88. end
  89. end
  90. wait(3)
  91. end
  92. end)
  93. UIS = game:GetService("UserInputService")
  94.  
  95. UIS.InputBegan:connect(function(input, processed)
  96. if input.KeyCode == Enum.KeyCode.LeftControl then
  97. active = not active
  98. end
  99. end)
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. -- Fly(FE ADMIN)
  107.  
  108. loadstring(Game:GetObjects("rbxassetid://1368835475")[1].Source)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement