Apr 24th, 2019
Fantastic Frontier Roblox Script
Play Thousands of Great Free Online Games at uFreeGames.Com. Gun game redux, Music line, Subway surfers online, Slither io, Basketball frvr, Rider online, Colors switch, Cube frenzy, Mario vs zombies, Mine blocks, Bowman 2, Super pineapple pen. No Annoying AD or POPUP. New Games Are Added Daily So You Will Never Get Bored at Here, Much Fun!
Roblox Fantastic Frontier Robot
- Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
- I wanna start playing Roblox more but I have no idea what to play. I don't find the games on the front page to really be interesting to me. I usually just play Doomspire Brickbattle and not much else. If anyone knows a good game on roblox I would appreciate if u would tell me in the comments.
Never
Fantastic Frontier Roblox Toys
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Games Like Fantastic Frontier Roblox
Roblox Fantastic Frontier Dragon
- To use, you set a hotkey, and execute the script, you NEED to have the hidden key and know where the lost entrance is, as this is a lost autofarm.
- The Slots are your inventory slots, from Left to Right, Top to Bottom. Set all your blanks inventory slots to true, and the rest to false, and set the LastSlot to the last slot that you have set to true (in order from l-r, t-b) this is to prevent you from selling stuff you need.
- Note: This script will kick you eventually, the anticheat is unbypassable, but I found a simple workaround that mostly works, depending on your internet will determine how soon you get kicked.
- Once you are at lost doors, make sure the speed (delay to collect chest and leave lost) is high enough, example if you have full roadblocks set equipped at max speed, you could set it to like 8-10, but if you are super slow it could be closer to 15-20 (this is just how fast the script runs)
- Once that is done, press the hotkey you set, and wait, you don't have to touch anything (if you do something might break) and you can use an autoclicker to keep your game active.
- There are better ways to make this script, so if you want to edit it, knock yourself out, I would if I still had interest in the game, but I made this a few months back and got about 600 mil total over the course of a couple days.
- for whatever reason when i was making this i decided to use all functions essentially, dunno why
- If you have any questions, feel free to ask and I will get back to them as soon as I can.
- Code:
- Key = 'M'
- Delay = 15 --Configure depending on walkspeed if you are unsure then leave it (Seconds) (MINIMUM DELAY 8)
- Slots = {
- ['S02'] = true;
- ['S04'] = true;
- ['S06'] = true;
- ['S08'] = true;
- ['S10'] = true;
- ['S12'] = true;
- ['S14'] = true;
- ['S16'] = false;
- ['S18'] = false;
- ['S20'] = false;
- ---------------------------------------------------------
- spawn(function()
- for i,v in pairs(workspace.Guttermouth.GuttermouthRoom4.Monsters:GetChildren()) do
- if(v.Name'PhantomKnightNPC' or v.Name 'Phantom') and v:FindFirstChild'Humanoid' then
- end
- end
- function Walk() --setclipboard(tostring(plr.Character:WaitForChild'HumanoidRootPart'.Position))
- wait(1)
- plr.Character:WaitForChild'Humanoid':MoveTo(Vector3.new(12531.5635, 251.514069, -2355.00903))
- end
- workspace.Guttermouth.GuttermouthRoom4.ClaimRewards:InvokeServer(true)
- function EnterRoom()
- workspace.Guttermouth['Door_GuttermouthPhantom (Hidden Key)'].InteractEvent:FireServer(true)
- function ExitRoom()
- workspace.Guttermouth.GuttermouthRoom4.GutterExit.InteractEvent:FireServer(true)
- function SellItems()
- for i = 1,25 do
- for i,v in pairs(plr.Inventory:GetChildren()) do
- game:GetService'ReplicatedStorage'.Events.SellShop:FireServer(v.Value, workspace.Shops.Sellers, 1)
- end
- end
- function TpSell()
- plr.Character:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(713.500122, 235.300568, -482.247925)
- plr.Character:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(12531.5635, 251.514069, -2355.00903)
- end
- if workspace:FindFirstChild('GuttermouthChest') then
- end
- end)
- ---------------------------------------------------------
- game:GetService'UserInputService'.InputBegan:connect(function(key, gameProcessedEvent)
- if getgenv().On then
- elseif not getgenv().On then
- end
- end)
- ---------------------------------------------------------
- while wait() do
- wait(2)
- wait(3)
- wait(1)
- wait(1)
- OpenChest()
- TpSell()
- wait(2)
- DeleteChest()
- end
RAW Paste Data