-- discord.gg/QaR8d56B8W getgenv().settings = { silent_aim_bind = 'T', cam_aim_bind = 'T', activate_type = 'hold', -- toggle, hold target_lockon = 'T', target_type = 'hold', -- toggle, hold triggerbot_type = 'hold', -- toggle, hold esp_toggle_bind = 'P', show_target = false, show_nearest_point = false, target_colors = Color3.fromRGB(255, 255, 255), silent_settings = { silent_fov = { fov_color = Color3.fromRGB(195, 209, 38), fov_radius = 300, fov_visible = false }, hit_chance = 100, aim_type = 'Nearest Point', -- Nearest Player, Nearest Part, Nearest Point hit_parts = { --[[ Empty = all parts; -- {"HumanoidRootPart", "Head", "LeftHand", "RightHand", "LeftLowerArm", "RightLowerArm", "LeftUpperArm", "RightUpperArm", "LeftFoot", "LeftLowerLeg", "UpperTorso", "LeftUpperLeg", "RightLowerLeg", "RightFoot", "LowerTorso", "RightUpperLeg"} ]] "HumanoidRootPart", "Head", "LeftLowerArm", "RightLowerArm", "LeftUpperArm", "RightUpperArm", "LeftLowerLeg", "UpperTorso", "LeftUpperLeg", "RightLowerLeg", "LowerTorso", "RightUpperLeg" } }, cam_settings = { realistic_movement = true, -- true = realistic_mouse_movement_settings, false = robotic_mouse_movement realistic_mouse_movement_settings = { smoothing = { horizontal = 1, vertical = 1 }, sensitivity = { -- If you don't know what to put, just put your roblox sensitivity for both x_axis = 1, y_axis = 1 }, }, robotic_mouse_movement = { movement_types = { -- Linear, Sine, Back, Quad, Quart, Quint, Bounce, Elastic, Exponential, Circular, Cubic first = 'Cubic', second = 'Bounce' }, sensitivity = 0.2 }, cam_fov = { fov_color = Color3.fromRGB(90, 50, 168), fov_radius = 300, fov_visible = false }, aim_type = 'Nearest Part', -- Nearest Player, Nearest Part, Nearest Point hit_parts = { --[[ Empty = all parts; {"HumanoidRootPart", "Head", "LeftHand", "RightHand", "LeftLowerArm", "RightLowerArm", "LeftUpperArm", "RightUpperArm", "LeftFoot", "LeftLowerLeg", "UpperTorso", "LeftUpperLeg", "RightLowerLeg", "RightFoot", "LowerTorso", "RightUpperLeg"} ]] 'HumanoidRootPart', 'Head', 'LeftHand', 'RightHand', 'LeftLowerArm', 'RightLowerArm', 'LeftUpperArm', 'RightUpperArm', 'LeftFoot', 'LeftLowerLeg', 'UpperTorso', 'LeftUpperLeg', 'RightLowerLeg', 'RightFoot', 'LowerTorso', 'RightUpperLeg', }, thug_cam_shake = { -- 1 is default, the higher number the more thug shake enabled = false, shake_x = 15, shake_y = 15, shake_z = 15 } }, ping_settings = { prediction_amount = 0, use_ping_sets = true, ping_sets = { -- if its nil it will auto use the ones we put in ping10_20 = nil, ping20_30 = nil, ping30_40 = nil, ping40_50 = nil, ping50_60 = nil, ping60_70 = nil, ping70_80 = nil, ping80_90 = nil, ping90_100 = nil, ping100_110 = nil, ping110_120 = nil, ping120_130 = nil, ping130_140 = nil, ping140_150 = nil, ping150_160 = nil, ping160_170 = nil, ping170_180 = nil, ping180_190 = nil, ping190_200 = nil } }, checks = { wallcheck = true, alive = true, forcefield = true, ko = true, grabbed = true }, misc = { cam_spin = { enabled = false, speed = 20, bind = 'C' }, air_shot = { -- the higher the number the closer to hrp / torso jumping_value = 3, falling_value = 0.1 }, whitelisted_players = { 'ROBLOX', 'AAA' }, animations = { animation_player = false, lay = 'V', greet = 'N' }, auto_buy_armor = { -- buys if you are near armor enabled = true, min_medium_armor = 47, -- 48 is Maximum min_high_armor = 61, -- 62 is Maximum min_fire_armor = 94 -- 95 is Maximum }, builtin_macro = { enabled = true, bind = 'x', mode = 'hold', -- toggle, hold delay = 0.010 }, triggerbot = { enabled = true, bind = 'z', auto_reload = true, delay = 0.01, triggerbot_fov = { fov_color = Color3.fromRGB(195, 209, 38), fov_smoothing = 1, fov_visible = true, fov_height = 6, fov_width = 4 } }, raid_awareness = { enabled = true, toggle_bind = 'C', snipe_detection = true, -- if true it will automatically enable esp on players who joined you. esp_color = Color3.fromRGB(15, 23, 255), friendly_color = Color3.fromRGB(0, 255, 0) }, anti_lock = { enabled = true, bind = 'V', mode = 'hold' -- toggle, hold }, tracer_settings = { enabled = true, tracer_color = Color3.fromRGB(255, 255, 255), start_from = 'mouse' -- bottom (bottom of screen), mouse (follows mouse) }, hit_detection = { enabled = true, color = Color3.fromRGB(255, 0, 0) }, force_resolver = false } } loadstring(game:HttpGet('https://raw.githubusercontent.com/LeadMarker/raven/main/scriptington.lua'))()