Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 April 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

EGGDROP IPV6

RedX

TRUSTED VENDOR
Staff member
Joined
Nov 26, 2020
Messages
604
eggdrop installation is a
little explanation, Eggdrop is an irc bot program that we often encounter on irc or what we know as chatting, the advantages of eggdrop:
- flexible in user file structure
- can be accessed via dcc chat, and users can talk to each other on the 'partyline'
- You can use a botnet, so you can connect more than one bot
- you can use TCL scripts and modules that are widely available on the 'market' or you can create your own
Eggdrop script which can be found at:
1. www.egghelp.org
2. www.xcalibre .com
3. etc ...
also a little explanation about ipv6 and how is it different from ipv4 which we often use nowadays.
IPv4 is:
IP version 4 where the IP that we have, for
example, our internet IP, our hosting, etc. is
usually made up of 4 dots, point numbers, for example
202.11.11.11 1.11.11.11 standard ip local host is
127.0.0.1
IPv6 is:
IP version 6 is clearly more just
where IPv6 is the development of IPv4
advantages of IPv6:
- the address space that is extendable (128 bits, rather than 32) that resolve the problem of shortage of IPv4 addresses
- routing and configuration of routing automatically
- more efficient and bermekanisma mobility that is more solid
- Encryption bina innards Strong and more validation
- Integrated service quality (QoS) mechanism
- Multiple switching and incremental switching techniques over IPv4
- Suitable for multisition (address scope and lifespan)
- It optimizes head design (improves smoothness and flexibility)
- Provides lost “end-to-end” functionality with NAT (Network Address Translation)
where this is what I adapt from www.google.com
about the advantages of IPv6 itself
so well IPv6 can be the first choice in the future
OK!
we won't be at length anymore ...
ok, let's start installing eggdrop ipv6 ...
Login to your shell account.
we use the latest version of eggdrop
$ wget ftp://ftp.eggheads.org/pub/eggdrop/sour... fix.tar.gz
after that we extract the file we just downloaded
$ tar -zxvf eggdrop1.6.19 + ctcpfix.tar.gz
$ cd eggdrop1.6.19
$ wget http://www.egghelp.org/files/patches / eg ... 9-ipv6.zip
$ unzip * .zip
$ patch -p1 <eggdrop-1.6.19-ipv6.patch
$ ./configure --enable-ipv6
$ make config
$ make
make install DEST = / home / name / botdir
Just change / home / name / botdir according to your home folder for example:
$ make install DEST = / home / kazuya / bot
Next
$ cd / home / kazuya / bot / scripts
Add kazuya.tcl in the scripts folder.
$ wget http://kazuya.webng.com/kazuya.tcl
Return to the bot folder
$ cd / home / kazuya / bot
Edit the eggdrop.conf file using your favorite editor, instead of getting confused, there is an example of a config file. just download ...
$ wget http://kazuya.webng.com/kazuya.txt
Edit the kazuya.txt file using your favorite editor, it's best to use pico. but because my server hasn't installed the pico command yet, then I edited it using nano
$ nano kazuya.txt
HOW TO SETTING
set nick "LiteTech" <- CHANGE YOUR NICK BOTS
set username "kazuya" <--- CHANGE AJA DEH GIVE UP TO YOU
set my-hostname6 "virtual.host6.com" <- CHANGE YOUR ipv6 SHELL VHOST
set my-ip6 "2002: 624c: 3620 :: 1" <- CHANGE IPV6 WITH YOUR SHELL
set my-ip "192.168. 0.100 "<
set basechan "#guardian" <- CHANGE WITH YOUR CHANEL
set owner "kazuya" <--- CHANGE YOUR NICK WHICH ALREADY REGISTERED YAH

TO ADD THE MOST DOWN LOW CLIENT TCL
example:
source scripts / kazuya.tcl
source scripts / blah .bla.tcl
source scripts / bla.bla.bla.tcl

When finished editing save it by pressing the ctrol + x button and then y and run your eggdrop.
before running your bot, because this bot will run on the allnetwork server, don't forget to add the TCL server and the port for the allnetwork server first.
$ wget http://kazuya.webng.com/newsvr.tcl
$ wget http://kazuya.webng.com/svrport.tcl
ok done ... now the bot is ready to run, with the command
$ ./eggdrop -m kazuya.txt
Just wait for your bot to show up on the channel
After your bot is online in irc type the following command:
/ msg BoTNICK pass
/ msg BoTNICK auth
The command above is the first time you load the bot, load the second and so on do not need to be set
again. to find out all bot commands type
/ msg BOTNICK help

PLEASE SORRY IF THERE ARE EXPIRED LINKS: lol:
HAPPY TRYING
 
Top Bottom