What's new

Closed How to setup your own irc botnet✔

Status
Not open for further replies.

Surrenderme

Eternal Poster
Joined
Feb 16, 2018
Posts
1,196
Reaction
1,152
Points
412
Age
24
Things you'll need:
* VPS/Dedicated server (CentOS, Ubuntu)
* A brain

1. Update

Code:
yum update (Ubuntu: sudo apt-get update && upgrade)

f2d2098f9386a8658cd746a20f43dcb8.png
I have already updated mine.

2. Install gcc, make, nano

Code:
yum install gcc make nano (Ubuntu: sudo apt-get install gcc make nano)

da2709e5ae2c7d65472613baf0a3fa1a.png
I have mine already installed to the newest version.

3. Download UnrealIRCD 3.2

Code:
wget You do not have permission to view the full content of this post. Log in or register now.

29894a216217165954a711712521da2a.png

4. Extract the files

Code:
tar xf Unreal3.2.9.tar.gz

33d821dce8d955fcae3303bac6871e35.png

5. If you plan on having more than 1024 users/bots, upgrade the setsize.

Code:
nano /usr/include/bits/typesizes.h

Scroll down to "#define __FD_SETSIZE 1024" and change 1024 to 12000 (or how much you plant to old).

Save the file.(Ctrl & X, Y, Enter)

8cd58226cd1c97591dbcffb0bf9464fc.png

6.Enter Unreal folder:

Code:
cd Unreal3.2

99c72ca76a4cac6e9b98e8f9dc572256.png

7.Enter Unreal config

Code:
./Config

Hold enter until it says 100% on the bottom or when it says "[Enter to continue]"

Press enter until you get to "How many file descriptors (or sockets) can the IRCd use? [1024] ->" Type 12000 and press enter for the rest

4e1c34bf0f308007977d7098f1504da9.png

8. Copy and paste this code from the pastebin link I provide, it is the unrealircd.conf. You do not have permission to view the full content of this post. Log in or register now.

Type, nano unrealircd.conf

Then paste the code from pastebin, if you use Putty right click to paste.
After, edit to your liking.

MAKES SURE YOU CHANGE THE FIRST MAX CLIENTS TO THE LIMIT YOU PUT WHEN YOU CONFIGURED

b7d2dee45f7a9074867e853695e9b76c.png

Under the oper block, I would add these lines

bb0ad3b7fb51372639304ea58cd21a67.png

add

Code:
global;
services-admin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
netadmin;
can_zline;
get_umodew;
get_host;
can_override;

Should look like this when you are done.

88da9847ee163130820ebb5306f53b4e.png

Save the file (Ctrl & X, Y, Enter)

9. Type: make

41826990455cab5906fa3a7c806134af.png

10. Start your IRC

** If you get an error saying could not find, ircd.motd.fr, ircd.rules.fr, ircd.log. Just type: touch ircd.motd.fr ircd.rules.fr ircd.log

Type..
Code:
ulimit -n 12000;./unreal start

d5b2b966dd4e9780a0b1aa6ccb02d2ce.png

You will now be able to connect to your IRC using a client like "mIRC" for Windows, "LimeChat" for Mac, or "KVIrc" for Linux."

Thank you for looking at my TUT, I hope you enjoyed it

Hit that thumbs up button and comment down below

And also Don't forget to follow my team :)
Anonymous:)
436977_FB_IMG_1517016136775.jpg


Tinanggal ko muna mga image kasi di na kasi may limit haha.


 

Attachments

Last edited by a moderator:
Status
Not open for further replies.
Back
Top