---
adv_aim.py camera manipulation script
---
adv_aim.py is a script that manipulates the client’s orientation by sending orientation data packets (which usually is only sent by the client).
first intended to be used as just an asset for gamemodes or other scripts, now however very well capable of standing on its own by offering the aimbot feature to ur server.
demonstration videos and examples
aimbot feature demonstration:
commands and configs list further down below.
aim manipulation example:
looking towards enemy intel using adv_aim_snap_pos(x, y, z)
FOV manipulation example:
zooming in and out in a loop using adv_aim_set_fov(strength).
commands and configs for the aimbot feature
player commands: (if enabled by server)
-
/advaim aimbot
turn aimbot on or off for urself. only works if aimbot is enabled globally. -
/advaim type <soft/hard>
set wether u want to use soft or hard aimbot. -
/advaim key <scope/sneak>
set wether aimbot should be triggered by scoping in or sneaking. -
/advaim friendlyfire
set wether aimbot should target teammates or not. -
/advaim priority <sight/pos>
set aimbot target priority. either nearest to sight or ur position. -
/advaim speed <number>
set how fast soft aimbot turns towards the target -
/advaim stable
turn on for consistent soft aimbot speed. turn off for dynamic soft aimbot speed (speed goes slower the closer ur crosshair gets to the target).
staff commands:
-
/advaimstaff individual
enable player commands and individual aimbot settings for every player. - all player commands from above but u r changing global settings and use
/advaimstaff
instead.
configs:
-
aimbot = false
(by default)
enable aimbot globally. -
aimbot_individual_config = false
(by default)
enable player commands and individual aimbot settings for every player. -
aimbot_type = "soft"
(by default)
set aimbot type globally. (soft or hard) -
aimbot_key = "scope"
(by default)
set which key triggers aimbot globally. (scope or sneak) -
aimbot_friendlyfire = false
(by default)
set wether aimbot should target teammates aswell globally. -
target_priority = "sight"
(by default)
set aimbot target priority globally. either nearest to sight or ur position. -
soft_aimbot_speed = 1
(by default)
set soft aimbot speed globally. -
soft_aimbot_stable_speed = false
(by default)
set wether aimbot speed should be consistent or dynamic globally. -
aimbot_loop_ups = 60
(by default)
set how often the aimbot loop should be updated per second.
download
-===-