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