utils

Examples:

utils.log("hello. i will be printed in console.\n", color.new(255, 255, 255))

Functions:

log

Prints text to console in the given color.

ArgumentTypeRequired

text

string

+

color

-

notify

Sends a notification in the given color.

ArgumentTypeRequired

text

string

+

color

-

event_log

Logs to the event logger in the given color.

ArgumentTypeRequired

text

string

+

in console

bool

+

world_to_screen

Screen coordinates of an in game position.

ArgumentTypeRequired

position

+

set_clan_tag

Changes your user's clantag.

ArgumentTypeRequired

clantag

string

+

set_name

Changes your user's name.

ArgumentTypeRequired

name

string

+

delay_call

Calls function after waiting 'delay' in seconds.

ArgumentTypeRequired

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.

ArgumentTypeRequired

timestamp

number

+

format

string

+

find_pattern

Pointer to the given pattern in the module provided.

ArgumentTypeRequired

module

module

+

pattern

pattern

+

create_interface

Pointer to the created interface.

ArgumentTypeRequired

module

module

+

interface name

string

+

copy

Copies the given string to clipboard.

paste

Returns the current clipboard text.

Last updated