Cheat
PrintLog
Parameters: text, color
[EN] Prints a log. [RU] Пишет лог.
IsLegitConfigActive
Parameters: weapon_index
[EN] Used to check if weapon is configured in menu. [RU] Используется для проверки того, настроено ли оружие в меню.
IsRageConfigActive
Parameters: weapon_index
[EN] Used to check if weapon is configured in menu. [RU] Используется для проверки того, настроено ли оружие в меню.
GetUsername
Return values: returns forum username.
[EN] Returns forum username. [RU] Возвращает имя пользователя форума.
PrintChat
Parameters: string
[EN] Returns forum username. [RU] Возвращает имя пользователя форума.
RegisterCallback
Parameters: callback, function
Callback: any function/event listed below Function: function to be invoked
Currently available
"CreateMove"
useful for adjusting antiaim/ragebot settings with a script before antiaim/ragebot runs
"Draw"
the only place in a script u can call Render functions, is inside a "Draw" callbacks
"Unload"
called when script is unloaded
"Material"
called before materials are applied. Material functions (except Create and Destroy) must be called in this callback
"ragebot_fire"
more information can be found HERE
FRAME_START
FRAME_RENDER_START
FRAME_RENDER_END
FRAME_NET_UPDATE_START
FRAME_NET_UPDATE_END
FRAME_NET_UPDATE_POSTDATAUPDATE_START
FRAME_NET_UPDATE_POSTDATAUPDATE_END
Other game events
list can be found HERE
[EN] Registers a callback within a said function. [RU] Регистрирует обратный вызов в указанной функции.
ExecuteCommand
Parameters: cmd
[EN] Executing commands in in-game console. [RU] Выполнение команд в игровой консоли.
PrintColor
Parameters: [ r, g, b, a ], "Text"
[EN] Cheat.PrintColor is used for same purpose(s) as Cheat.Print, in addition you can make your console outputs in different colors. [RU] Cheat.PrintColor используется для тех же целей, что и Cheat.Print, кроме того, вы можете сделать вывод консоли в разных цветах.
Print
Parameters: message
[EN] Used to print out wide ranges of information to your console, as well as simple messages [RU] Используется для вывода на консоль широкого спектра информации, а также простых сообщений.
Last updated