ADVERTISEMENTREMOVE ADS
[v10077] BGSI Botting Script, Trick or Treat Farm
8,246 views
Description
BGSI - Long Farm Botting Script.
Current Version: V1.1.3 | Game Build: v10077
[Webhook update catching all secret hatches]
Features:
> Discord Webhook for Egg Hatches
> Auto Claim Playtime
> Auto Claim Season Pass
> Auto Craft Potion [upto Evolved]
> Custom FPS Settings & Lowered GFX for Emulators
> Stable AntiAFK [Works in all worlds]
Halloween Event Farm
> Trick or Treat Auto Farm [Now supporting 4 bots per private server]
> Trick or Treat Pet Webhook
> Auto Minigame [Help from @madd0185]
ADVERTISEMENTREMOVE ADS
53 Lines • 2.41 KiB
--// BGSI Script | Rev. 1.1.3 | BGSI Build v10077
getgenv().Config = {
--// General Settings
ClaimPlaytime = true,
MaxPotionCraft = true,
SeasonPassClaim = true,
AntiAFK = true,
--// Event Scripts
AutoBuyEventShop = true, --// Will auto buy the normal halloween shop [NOT THE SHOP WITH THE SECRET]
EventZone = "First", --// First, Second, Third, Fourth
TrickOrTreat = false,
--// Event Minigame
EventMinigame = true, --// set to false if you want to trick or treat farm
Mode = "Insane", --// Easy, Medium, Hard, insane
UseTickets = true, --// uses super tickets [if false will wait the cooldown]
--// Webhook Settings
Webhook_enabled = true,
Discord_ID = "DiscordID",
Webhook = "https://discord.com/api/webhooks/",
Ignore_AutoDeleted = true,
Secret_Only = false,
--// Anti Scam Settings
Allowed_User = "ROBLOXNAME", --// Set this as the account that could trade with you.
AntiTrade = true,
--// Performance Boost
FPS = "5",
LowGraphics = false,
--// Script Files
WebhookScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/webhook.lua",
AntiAFKScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/antiafk.lua",
PlaytimeScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/playtime.lua",
SeasonPassScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/seasonpass.lua",
PotionScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/potioncraft.lua",
BoosterScript = "https://raw.githubusercontent.com/SamF-Web/bgsi-roblox-scripts/refs/heads/main/booster.lua",
TrickOrTreatScript = "https://raw.bgsi-botting.xyz/v10077/events/trickortreat.lua",
MinigameScript = "https://raw.bgsi-botting.xyz/v10077/events/minigame.lua",
}
loadstring(game:HttpGet(getgenv().Config.WebhookScript))()
loadstring(game:HttpGet(getgenv().Config.PlaytimeScript))()
loadstring(game:HttpGet(getgenv().Config.SeasonPassScript))()
loadstring(game:HttpGet(getgenv().Config.PotionScript))()
loadstring(game:HttpGet(getgenv().Config.TrickOrTreatScript))()
loadstring(game:HttpGet(getgenv().Config.MinigameScript))()
loadstring(game:HttpGet(getgenv().Config.AntiAFKScript))()
loadstring(game:HttpGet(getgenv().Config.BoosterScript))()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments