show case script for game crashing host

just a show case
Version1.00
Authorrainreach
Publish DateTue, 27 Jul 2021 - 11:19
Last UpdateTue, 27 Jul 2021 - 11:19
Downloads62
RATE


0

1

Code: Select all
/* *
* GPC SCRIPT
*
*  GPC is a scripting language with C-like syntax.
*  To learn more access GPC Language Reference on Help menu.
* *********************************************************** */

 
main {
    // Please Read This is just a show case please watch this video
    // this script Crashes the game and gets the host offset
    // this is the same methed i used to crash the dedcated servers for gun media aka friday thr 13th the game
    // can be used on anygame heres video https://youtu.be/qw-diPdhxjQ
    //
    // The main procedure is called before every report be sent to
    // console, you can think in this procedure as a loop which only
    // ends when the script is unloaded.
    //
    // TODO: handle/change values of buttons, analog stick and/or sensors
    //
 
}