This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathmyapex.ini
21 lines (18 loc) · 1.8 KB
/
myapex.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##############################################################################################################################################
#### FEATURES ENABLE/DISABLE
##############################################################################################################################################
FEATURE_AIMBOT_ON false #true or false
FEATURE_NORECOIL_ON true #true or false
FEATURE_SENSE_ON true #true or false
##############################################################################################################################################
### AIMBOT SETTINGS
##############################################################################################################################################
AIMBOT_TRIGGER 0x0000 #See "key_codes.txt" for the full list of keys. E.g. LeftAlt is 0xffe9
AIMBOT_SMOOTHING 100 #The higher the smoother. Range is 1 to 999999. Recommended no lower than 100
AIMBOT_ACTIVATION_FOV 20 #How far away from the cross-hairs the aimbot will activate. Range is 0.01 to 180.00
AIMBOT_MAX_RANGE 50 #The max range the aimbot will work at. The units are meters.
##############################################################################################################################################
### NORECOIL SETTINGS
##############################################################################################################################################
NORECOIL_PITCH_STRENGTH 0.50 #Vertical Norecoil strength. Range is 0.00 to 1.00
NORECOIL_YAW_STRENGTH 0.50 #Horizontal Norecoil strength. Range is 0.00 to 1.00