getgenv().key = "https://discord.gg/insights" shared.INSIGHT = { ['gui'] = true, --this just toggles the gui mode off and on rn its off ['General'] = { ['Binds'] = { --here is where u change the keybinds for everything ['Camlock'] = 'Q', ['Speed'] = 'L', ['HighJump'] = 'G', ['AimAssist'] = 'V', }, }, ['Camlock'] = { ['Enabled'] = true, ['HoldToLock'] = false, --toggle it on if u want to hold toggle it ['AimPart'] = "UpperTorso", ['ClosestPart'] = true, ['ClosestPointScale'] = 0.45, ['Prediction'] = { ['X'] = 0.0848,--this is base configs so if its bad and u miss a shot dont get mad ['Y'] = 0.12345, ['Z'] = 0.1239, }, ['AutoAdjustPrediction'] = false, --not working rn future feature ['Smoothness'] = true, ['SmoothnessAmount'] = 60, ['CameraShake'] = true, ['ShakeIntensity'] = 0.050, ['WallCheck'] = true, ['KoCheck'] = false, ['FOVVisible'] = false, ['FOVRadius'] = 130, ['FOVColor'] = Color3.fromRGB(0, 170, 255), }, ['SilentAim'] = { ['Enabled'] = true, ['Prediction'] = { ['X'] = 0.0848, ['Y'] = 0.12345, ['Z'] = 0.1239, }, ['HitChance'] = 100, ['ClosestPart'] = true, ['ClosestPointScale'] = 0.45, ['FOVVisible'] = false, ['FOVRadius'] = 100, ['FOVColor'] = Color3.fromRGB(255, 0, 85), ['AimPart'] = "UpperTorso", ['WallCheck'] = true, ['KoCheck'] = false, }, ['Speed'] = { ['Enabled'] = true, ['Speed'] = 67, }, ['HighJump'] = { ['Enabled'] = false, ['JumpPower'] = 120, }, ['AimAssist'] = { ['Enabled'] = true, --this is basically a more legit version of camlock ['Prediction'] = 0.135, -- feel free to mess around with this ['AssistRadius'] = 120, ['TargetPart'] = "UpperTorso", ['ClosestPart'] = true, ['ClosestPointScale'] = 0.45, ['AssistStrength'] = 0.030, ['WallCheck'] = true, ['KoCheck'] = true, }, } loadstring(game:HttpGet("https://api.getpolsec.com/scripts/3cf724f3bb1093d555ff52369cf17ab2.txt",true))()