-- renamed to circleclicker because of github policy _G.config = { CircleClicker = { Radius = 100, ClickDelay = 0.05, CircleVisible = true, ShowToggleNotifications = true, EnabledColor = Color3.fromRGB(0,255,0), TargetColor = Color3.fromRGB(255,0,0), KatanaCheck = true, ToggleKey = "T", } } loadstring(game:HttpGet("https://raw.githubusercontent.com/MiseryHubb/rawtb/refs/heads/main/main.lua"))()