Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.69 KB

antiaim.md

File metadata and controls

81 lines (46 loc) · 1.69 KB

🤯 antiaim

Functions:

get_last_viewangles

antiaim.get_last_viewangles(): c_vector3d

get_last_desync

antiaim.get_last_desync(): float

get_last_desync_amount

antiaim.get_last_desync_amount(): float

get_manual_direction

antiaim.get_manual_direction(): manual_direction``

did_send_packet_last_tick

antiaim.did_send_packet_last_tick(): bool

override_fake

antiaim.override_fake(angle): void

Override fake yaw

If the value is 0, then he will cancel the override

Name Type
angle float

override_desync

antiaim.override_desync(angle): void

Override desync yaw

If the value is 0, then he will cancel the override

Name Type
angle float

override_pitch

antiaim.override_pitch(angle): void

Override pitch

If the value is 0, then he will cancel the override

Name Type
angle float

override_roll

antiaim.override_roll(angle): void

Override roll, Need to enable "enable lean"

If the value is 0, then he will cancel the override

Name Type
angle float

get_max_desync

antiaim.get_max_desync(index): float

Name Type
index int