Description Powerful Auto Farm Script for Anime Expeditions. Features: Auto Farm Coins, Gems, Auto Place Units, Fast Attack, Anti-AFK and Safe Anti-Ban protection.
Script Code Change log (1) Download Raw Code Copy
This script loads code from an external source. Review the URL and understand what it does before running it in Roblox.
https://sirius.menu/rayfield
1 2 local Rayfield = loadstring ( game : HttpGet ( 'https://sirius.menu/rayfield' ) ) ( ) 3 4 local Window = Rayfield : CreateWindow ( { 5 Name = "Anime Expeditions - Auto Farm" , 6 LoadingTitle = "Loading Script..." , 7 LoadingSubtitle = "by Creator" , 8 ConfigurationSaving = { Enabled = false } 9 } ) 10 11 local Tab = Window : CreateTab ( "Auto Farm" , 4483362458 ) 12 13 local AutoFarm = false 14 15 Tab : CreateToggle ( { 16 Name = "Auto Farm Coins & Gems" , 17 CurrentValue = false , 18 Callback = function ( Value ) 19 AutoFarm = Value 20 task . spawn ( function ( ) 21 while AutoFarm do 22 task . wait ( 1 ) 23 pcall ( function ( ) 24 print ( "Farming..." ) 25 end ) 26 end 27 end ) 28 end , 29 } ) 30 31 32 local VirtualUser = game : GetService ( "VirtualUser" ) 33 game : GetService ( "Players" ) . LocalPlayer . Idled : Connect ( function ( ) 34 VirtualUser : CaptureController ( ) 35 VirtualUser : ClickButton2 ( Vector2 . new ( 0 , 0 ) ) 36 end ) 37 38 Rayfield : Notify ( { 39 Title = "Script Loaded" , 40 Content = "Auto Farm ready to use!" , 41 Duration = 5 42 } ) Script published 2h ago View all
Comments · …
Loading comments…