utils
Examples:
Functions:
log
Prints text to console in the given color.
Argument
Type
Required
text
string
+
notify
Sends a notification in the given color.
Argument
Type
Required
text
string
+
event_log
Logs to the event logger in the given color.
Argument
Type
Required
text
string
+
in console
bool
+
world_to_screen
Screen coordinates of an in game position.
Argument
Type
Required
set_clan_tag
Changes your user's clantag.
Argument
Type
Required
clantag
string
+
set_name
Changes your user's name.
Argument
Type
Required
name
string
+
delay_call
Calls function after waiting 'delay' in seconds.
Argument
Type
Required
function
function
+
delay
number
+
timestamp
Grabs the unix timestamp.
timezone_adjust
The offset for your computer's timezone.
format_timestamp
Formats the given timestamp using std::put_time.
Argument
Type
Required
timestamp
number
+
format
string
+
find_pattern
Pointer to the given pattern in the module provided.
Argument
Type
Required
module
module
+
pattern
pattern
+
create_interface
Pointer to the created interface.
Argument
Type
Required
module
module
+
interface name
string
+
copy
Copies the given string to clipboard.
paste
Returns the current clipboard text.
Last updated