Aimbot Library Lua Environment
Aim Library Documentation
Input
aim.is_key_held(key)
aim.is_key_held(key)if aim.is_key_held(aim.keys.RIGHT_MOUSE) then
print("Right mouse held")
endPlayer Discovery
aim.get_players(exclude_local, exclude_team)
aim.get_players(exclude_local, exclude_team)aim.get_player_info(player_addr)
aim.get_player_info(player_addr)Target Acquisition
aim.get_closest_target(fov_radius, team_check, health_check)
aim.get_closest_target(fov_radius, team_check, health_check)aim.get_screen_position(player_addr, body_part)
aim.get_screen_position(player_addr, body_part)Aiming Methods
aim.aim_at_player(player_addr, smoothing, body_part)
aim.aim_at_player(player_addr, smoothing, body_part)aim.lock_camera(player_addr, body_part)
aim.lock_camera(player_addr, body_part)Key Constants
Mouse Buttons
Constant
Description
Modifier Keys
Constant
Description
Navigation Keys
Constant
Description
Function Keys
Constant
Description
Letter Keys
Constant
Description
Number Keys
Constant
Description
Numpad Operators
Constant
Description
Special Keys
Constant
Description
Complete Examples
Basic Camera Lock Aimbot
FOV-Limited Mouse Aimbot with Smoothing
Target Info Display
Toggle Aimbot with Visual Feedback
Last updated