--[[ >> DISCORD: discord.gg/zdcHCyjR7K >> CREDITS: @xhy_perion --]] -- 1. CONFIGURATION -- getgenv().Settings = { prefix = "!"; -- You can change ur prefix to anyhting here, just replace the prefix mainAccount = "xhy_perion"; -- Put Ur Main Account Username Here fpsCap = 10; -- Change the fps limit here altAccounts = { ["xhyperion_Alt01"] = true, ["xhyperion_Alt02"] = true, ["xhyperion_Alt03"] = true, ["xhyperion_Alt04"] = true, ["xhyperion_Alt05"] = true, -- You can add any amount of Alt Account Usernames here }; } loadstring(game:HttpGet("https://raw.githubusercontent.com/Hyperion-Scripts/HyperionScripts/refs/heads/main/HyperionAltControl.lua"))()