Advertisement
Guest User

Untitled

a guest
May 4th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ### Example CFG ### VileBot.cfg
  2.  
  3. [MAIN]
  4. Load=(number of bots to connect)
  5. Master=(Master of bot)
  6. Trigger=(bot trigger)
  7. Icon=(1-yes 2-no) [this will put an icon in the system tray(Windows)]
  8. Sockets=(sockets for each bot)
  9.  
  10. [1]
  11. Username=(bot username)
  12. Password=(bot password)
  13. Home=(channel bot joins on connect)
  14. Server=(server to connect to)
  15. Delay=[delay socket tries to reconnect (ms)]
  16.  
  17. [2]
  18. Username=(bot username)
  19. Password=(bot password)
  20. Home=(channel bot joins on connect)
  21. Server=(server to connect to)
  22. Delay=[delay socket tries to reconnect (ms)]
  23.  
  24. [3]
  25. Username=(bot username)
  26. Password=(bot password)
  27. Home=(channel bot joins on connect)
  28. Server=(server to connect to)
  29. Delay=[delay socket tries to reconnect (ms)]
  30.  
  31. repeat above for amount to load
  32.  
  33. ############################################################################
  34.  
  35. ### Safelist Example ### safelist.txt (ini or cfg extention dont matter)
  36. *tag*
  37. *tag*
  38. *tag*
  39. Username
  40. Username
  41. Username
  42.  
  43. ^^wildcards work
  44.  
  45. ############################################################################
  46.  
  47. ### Shitlist Example ### shitlist.txt (ini or cfg extention dont matteR)
  48. *tag*
  49. *tag*
  50. *tag*
  51. Username
  52. Username
  53. Username
  54.  
  55. ^^wildcards work
  56.  
  57. ############################################################################
  58.  
  59. ### Commands ###
  60. say - (says what user tells it to)
  61. ping - (display ping to server)
  62. place - (says bots place to connect to server - needs to pull from the motd when connected)
  63. kick (wildcards)
  64. ban (wildcards)
  65. rejoin (rejoins the current channel)
  66. reconnect (disconnects then connects)
  67. quit (disconnects / closes bot)
  68. sethome (changes the bots home chan [writes to cfg])
  69. setdelay (changes bots delay [writes to cfg])
  70. settrigger (changes bots trigger [writes to cfg])
  71. setsockets (sets number of sockets per bot [writes to cfg])
  72. version (desplays bots current version)
  73. ?trigger (responds with bots trigger)
  74.  
  75. ############################################################################
  76.  
  77. ### miscellaneous shit for bot ###
  78.  
  79. multi load bot
  80. multi sockets per bot (if user so desires)
  81. no need to be binary just load chat
  82. compile on ubuntu 9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement