ADVERTISEMENTREMOVE ADS
One Click Farm
47,104 views
Description
Before using script make sure u changed config for your accs
Also join discord for suggestions / bug reports
(Script using real movement, so sometimes it can do stupid actions)
Features:
- One Click Farm
- Auto Lock Base
- Await Next Block
- Auto Collect
- Auto Buy Animal
- Auto Steal Animal
- Auto Rebirth
- Auto Sell Worst Animal
- Webhook (Premium feature)
ADVERTISEMENTREMOVE ADS
75 Lines • 3.21 KiB
getgenv().Config = getgenv().Config or {
["Auto Lock Base"] = {
["Status"] = true,
["Lock it on X Seconds"] = 20
},
["Await Next Block"] = {
["Status"] = true,
["Time"] = 20, -- will return to base on X Seconds left on Block before next actions
["Collect Money"] = true, -- will collect money while awaiting next block (using Auto Collect settings),
["Auto Reset"] = true
},
["Auto Collect"] = {
["Status"] = true,
["Collect After X Seconds"] = 20,
["Collect Mode"] = "Diff" -- Diff / All -- Diff meaning different cooldown for each animal, All meaning global cooldown
},
["Auto Buy Animal"] = {
["Status"] = true,
["Max Price Diff Global"] = 0.3, -- 0.3 = 30%, example: on your balance 5k, so min price to buy will be 5000 - 30% = 3500 (will use this setting if not stated range)
["Delay"] = 60,
["Ignore Settings"] = true,
["Settings"] = {
-- You can add more settings, just copy under this message table (from "{" to "}" and add "," after "}" )
{
["Use Percentage"] = true,
["Price Diff"] = 0.3, -- 0.5 = 50%, same as Max Price Diff Global
["Use Cost Range"] = false, -- make sure only one can be true, else script will buy almost everything
["Cost Range"] = {1, 1000}, -- min, max (monster range for buy it)
["Use Name"] = false, -- script will use brainrot names to buy
["Names"] = {},
["Player Balance Range"] = {1000, 100000} -- if player balance in stated range script will use settings above, make sure each setting doesn't have same min or max value
},
{
["Use Percentage"] = true,
["Price Diff"] = 0.5, -- 0.5 = 50%, same as Max Price Diff Global
["Use Cost Range"] = false, -- make sure only one can be true, else script will buy almost everything
["Cost Range"] = {1, 1000}, -- min, max (if monster price in range then script will buy)
["Use Name"] = false, -- script will use brainrot names to buy
["Names"] = {},
["Player Balance Range"] = {100001, 1000000} -- if player balance in stated range script will use settings above, make sure each setting doesn't have same min or max value
},
}
},
["Auto Rebirth"] = {
["Status"] = true,
},
["Auto Sell Worst Animal"] = { -- will sell worst animal when no free space
["Status"] = true
},
["Steal A Brainrot"] = {
["Status"] = true,
["Mode"] = 2, -- 1 - script will steal brainrots which better than ur worst, 2 - script will steal branrots which better than ur best, 3 - script will steal brainrots only in generation range
["Generation Range"] = {1, 100}, -- {min, max}
},
["Webhook"] = { -- Premium Feature, will sometimes enable it for everyone, so u can fill it
["Status"] = true,
["WebhookURL"] = "",
["Post Each X Minutes"] = 1,
}
}
loadstring(game:HttpGet("https://noname-hub.fun/loader.lua"))()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
![[NEW] MozilOnTop | Dupe Script (Working & Keyless) thumbnail](/_next/image?url=%2Fassets%2Fscripts%2F68f0cc58bd43e11721fa1bef_1760611416263_iIowSsplb4.webp&w=640&q=75)




Comments
This is just a script that plays the game for you automatically. Doesn't have instant steal, tp steal, etc.