utils
Examples:
Functions:
log
Prints text to console in the given color.
text
string
+
color
-
notify
Sends a notification in the given color.
text
string
+
color
-
event_log
Logs to the event logger in the given color.
text
string
+
in console
bool
+
world_to_screen
Screen coordinates of an in game position.
position
+
set_clan_tag
Changes your user's clantag.
clantag
string
+
set_name
Changes your user's name.
name
string
+
delay_call
Calls function after waiting 'delay' in seconds.
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.
timestamp
number
+
format
string
+
find_pattern
Pointer to the given pattern in the module provided.
module
module
+
pattern
pattern
+
create_interface
Pointer to the created interface.
module
module
+
interface name
string
+
copy
Copies the given string to clipboard.
paste
Returns the current clipboard text.
Last updated
Was this helpful?