info
ev0lve
Properties
Name | Type | Description |
---|---|---|
username |
string | Forum username |
build |
string | Current cheat build |
lag_ticks |
number | Choke amount |
charged |
number | How far Fast fire exploit is charged. |
can_fastfire |
bool | True if Fast fire exploit is ready |
in_fakeduck |
bool | True if localplayer is currently fake ducking |
in_slowwalk |
bool | True if localplayer is currently slow walking |
desync |
number | Current desync delta (0.0 to 1.0 ) |
allow_insecure |
bool | True if Allow insecure is enabled |
allow_dynamic_load |
bool | True if Allow dynamic load is enabled |
Usage
print(info.ev0lve.username);
print(info.ev0lve.lag_ticks);
server
Properties
Name | Type | Description |
---|---|---|
map_name |
number | Current map path |
address |
number | Server's IP address |
max_players |
number | Server's maxplayers setting |
Usage
print('Server IP: ' .. info.server.address);