MACRO PAGE

The Macro feature is a premium feature that allows users to run custom code in place of a keybind. It does this with a simple script editor within the GP Overlay app. By programming, users can extract even more use out of GP Overlay.

Function Structure

First is the function name, below is a list of currently available functions. After typing in the function name type the “:” symbol.

Next is the parameter, this changes how the function is ran. Some functions have parameters while others don’t. If a function does have a parameter place 2 parenthesis around the desired parameter value.

Finally is the values area. The values are where you place the keybinds for the function. Some functions have parameters while others don’t. If a function does have values type the desired values within a pair of curly brackets. You can type multiple values within the curly brackets by placing a space in-between each keybinds.

Function List

Function NameFunction StructureFunction Behavior
pressValuesThis function presses the keybinds present within its values
releaseValuesThis function releases the keybinds present within its values
delayParameterThis function halts the program for the desired parameter time in milliseconds
tapParameters & ValuesThis function presses the values present, then pauses the program for the desired parameter value (in milliseconds) then releases the values.