This is a archive of my personal scripts for BGSI.
Use for your favorite executor and copy and paste main.lua into the console and execute.
--// BGSI Script | Rev. 1.1.7 | BGSI Build v10134
getgenv().Config = {
--// General Settings
ClaimPlaytime = true,
MaxPotionCraft = false,
SeasonPassClaim = true,
AntiAFK = 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 = "DiscordID",
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",
}
loadstring(game:HttpGet(getgenv().Config.WebhookScript))()
loadstring(game:HttpGet(getgenv().Config.AutoPotionScript))()
loadstring(game:HttpGet(getgenv().Config.OGSpinScript))()
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.BoosterScript))()