Jump to content

Jokerloker

WRobot user
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Jokerloker reacted to Zer0 in Video tutorial - Create a product from scratch   
  2. Like
    Jokerloker reacted to Droidz in Autorun plugin   
    Hi,
    I just added the possibility to execute code when starting the bot (code executed after connecting to the authentication server).
    The file must be named 'autorun.cs' and be in the 'Plugins' folder. The static method 'Main.Autorun()' is called after compilation.
    using System.Windows.Forms; public class Main { public static void Autorun() { MessageBox.Show("Hello World!"); } }  
    autorun.cs
×
×
  • Create New...