ADVERTISEMENTREMOVE ADS
[v10134] BGSI Botting Script
46,107 views
Description
BGSI - Long Farm Botting Script.
Current Version: V1.1.8 | Game Build: v10134
[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]
> Auto Use Potions for hatching
> FastHatch For all Eggs
> Metrics Added [disable by Metrics = false,]
OG Event:
> Auto Wheel Spin
ADVERTISEMENTREMOVE ADS
60 Lines • 2.29 KiB
--// BGSI Script | Rev. 1.1.8 | BGSI Build v10134
getgenv().Config = {
--// General Settings
ClaimPlaytime = true,
MaxPotionCraft = false,
SeasonPassClaim = true,
AntiAFK = false,
FastHatch = true,
Metrics = true,
--// Auto Potion
InfinityElixir = true, --// Will use 1 every 6min
SecretElixir = true, --// Will use 1 every 12min
EggElixir = true, --// will use 1 every 25min
LuckyInf = true, --// Will use 1 every 37min
SpeedInf = true, --// Will use 1 every 37min
MythicInf = true, --// Will use 1 every 37min
--// OG Event
OGSpin = true,
--// Webhook Settings
Webhook_enabled = true,
Discord_ID = "1",
Webhook = "https://discord.com/api/webhooks/",
Ignore_AutoDeleted = true,
Secret_Only = false,
--// Performance Boost
FPS = "5",
LowGraphics = true,
--// Anti Scam Settings
Allowed_User = "Changeme",
AntiTrade = true,
--// Script Files
WebhookScript = "https://raw.bgsi-botting.xyz/core/webhook.lua",
AutoPotionScript = "https://raw.bgsi-botting.xyz/core/autopotion.lua",
OGSpinScript = "https://raw.bgsi-botting.xyz/v10134/events/ogspin.lua",
AntiAFKScript = "https://raw.bgsi-botting.xyz/core/antiafk.lua",
PlaytimeScript = "https://raw.bgsi-botting.xyz/core/playtime.lua",
SeasonPassScript = "https://raw.bgsi-botting.xyz/core/seasonpass.lua",
PotionScript = "https://raw.bgsi-botting.xyz/core/potioncraft.lua",
BoosterScript = "https://raw.bgsi-botting.xyz/core/booster.lua",
FastHatchScript = "https://raw.bgsi-botting.xyz/core/fasthatch.lua",
MetricsScript = "https://raw.bgsi-botting.xyz/core/metrics.lua",
}
loadstring(game:HttpGet(getgenv().Config.WebhookScript))()
loadstring(game:HttpGet(getgenv().Config.MetricsScript))()
loadstring(game:HttpGet(getgenv().Config.PlaytimeScript))()
loadstring(game:HttpGet(getgenv().Config.SeasonPassScript))()
loadstring(game:HttpGet(getgenv().Config.PotionScript))()
loadstring(game:HttpGet(getgenv().Config.AntiAFKScript))()
loadstring(game:HttpGet(getgenv().Config.OGSpinScript))()
loadstring(game:HttpGet(getgenv().Config.AutoPotionScript))()
loadstring(game:HttpGet(getgenv().Config.BoosterScript))()
loadstring(game:HttpGet(getgenv().Config.FastHatchScript))()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments
The trick or treat thing does not work
@Spooderman111 Hello, can you explain what you mean? There is a config setting TrickOrTreat = false, set that to TrickOrTreat = true,
@XMR I put it to true but it did not work
@Spooderman111 Hm, well sorry the script didnt work for you during the halloween event. Can you join the discord and ping @sharky and give some more details?
soo good script, update script pls evry bgs update
@Sazzer22 thank you, should be updated every update when stuff worth farming is added. working on more core features.