Untitled
unknown
lua
5 months ago
27 kB
3
Indexable
main_env().script = { ['Global'] = { ['Intro'] = true, ['Settings'] = { ['Optimization Mode'] = 1, -- 1 = regular, 2 = heavy optimization ['Telemetry'] = false, }, ['Check'] = { ['Whilst a player is selected'] = {'Visible', 'Knocked', 'Local Knocked'}, ['When selecting a player'] = {'Visible', 'Knocked', 'Local Knocked'}, }, ['Keybind'] = 'C' }, ['Silent Aimbot'] = { ['Enabled'] = true, ['Hit Mode'] = 'Closest Point', ['Hit Part'] = 'HumanoidRootPart', ['Prediction'] = { ['Prediction'] = 0.175, ['Custom Velocity'] = { ['Enabled'] = true, ['Engine'] = 1, ['YStabilize'] = { false, 1.5 }, ['Stabilization'] = 4.7 -- 3.9, 4.1, 4.9 } }, ['Closest Point'] = { ['Mode'] = 'Advanced', ['Point Scale'] = 0 }, ['Weapon Speeds'] = { ['Enabled'] = false, ['Shotguns'] = { ['Speed'] = 2.6, }, ['Pistols'] = { ['Speed'] = 3.1, }, ['Others'] = { ['Speed'] = 2.1, } }, ['FOV'] = { ['Enabled'] = false, ['Visible'] = false, ['Filled'] = false, ['Transparency'] = 0.7, ['2D FOV'] = { ['Enabled'] = false, ['Height'] = 2.3, ['Width'] = 2.3, }, ['Weapon Configuration'] = { ['Enabled'] = true, ['Shotguns'] = { ['Size'] = 0.80, }, ['Pistols'] = { ['Size'] = 0.71, }, ['Others'] = { ['Size'] = 2.1, } } } }, ['Camera Aimbot'] = { ['Enabled'] = true, ['Hit Part'] = 'Closest Point', ['Snappiness'] = {'Classic', 250.6}, -- Classic, Regular ['Prediction'] = { ['Silent Sync'] = false, ['X'] = 0.17, ['Y'] = 0.0113, ['Z'] = 0.17 }, ['Closest Point'] = { ['Mode'] = 'Advanced', ['Point Scale'] = 0.175 }, ['Camera Modes'] = { -- not added ['Shift Locked'] = true, ['Third Person'] = false, ['First Person'] = true }, ['FOV'] = { ['Enabled'] = true, ['Visible'] = false, ['Filled'] = false, ['Transparency'] = 0.7, ['Sticky'] = false, ['Size'] = 0.8, } }, ['Trigger Bot'] = { ['Enabled'] = false, ['Click Cooldown'] = 0.01, ['Weapons'] = { '[Double-Barrel SG]', '[Revolver]', '[TacticalShotgun]' }, ['Prediction'] = { ['X'] = 0.11530, ['Y'] = 0, ['Z'] = 0.11530 }, ['Activation'] = { ['Activation Mode'] = 'Toggle', ['Activation Type'] = 'Keyboard', ['Activation Bind'] = Enum.KeyCode.V }, ['FOV Based'] = false, ['FOV'] = 0.3, }, ['Velocity Calculation'] = { -- not added ['Enabled'] = true, ['Magnitude'] = 70 }, }
Editor is loading...