đĸrage
Structs:
đ antiaim
antiaim
:get_max_desync
rage.antiaim:get_max_desync():
number
Returns the maximum amount of desync.
:get_rotation
rage.antiaim:get_rotation([value: boolean]):
number
Name | Type | Description |
---|---|---|
value |
| Optional. If |
Returns the current anti-aim rotation.
:get_target
rage.antiaim:get_target([return_fr: boolean]):
number
Name | Type | Description |
---|---|---|
return_fr |
| Optional. If |
Returns the at target yaw rotation or nil if not available.
:inverter
rage.antiaim:inverter([value: boolean]):
boolean
Name | Type | Description |
---|---|---|
value |
| Optional. Inverter state. |
Gets or sets the state of the anti-aim inverter.
:override_hidden_pitch
rage.antiaim:override_hidden_pitch(value: number):
number
Name | Type | Description |
---|---|---|
value |
| Hidden pitch value. |
Overrides the hidden pitch to the desired value.
:override_hidden_yaw_offset
rage.antiaim:override_hidden_yaw_offset(value: number):
number
Name | Type | Description |
---|---|---|
value |
| Hidden yaw offset value. |
Overrides the hidden yaw offset to the desired value.
đ exploit
exploit
:get
rage.exploit:get():
number
Returns the exploit charge as a unit interval (value in the range [0, 1]).
:allow_charge
rage.exploit:allow_charge([value: boolean])
Name | Type | Description |
---|---|---|
value |
| Optional. If |
Allows/blocks exploit charge.
:allow_defensive
rage.exploit:allow_defensive([value: boolean])
Name | Type | Description |
---|---|---|
value |
| Optional. If |
Allows/blocks defensive exploit discharge.
:force_teleport
rage.exploit:force_teleport()
:force_charge
rage.exploit:force_charge()
Last updated