This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Update a text file on all bots with a simple command

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
B
BoaR
Halfop
Posts: 48
Joined: Fri Jul 20, 2007 1:36 am

Update a text file on all bots with a simple command

Post by BoaR »

Can this be possible ? for exemple i have 4 bots .. each on his own channel #bot1 #bot2 #bot3 #bot4 .. i want to use a command to update a text file.. for exemple if i type !update on #bot1 channel... #bot2 #bot3 #bot4 bots will update the same file on their own shells..all bots connected on the botnet, also if i type !update #bot4 channel .. #bot1 #bot2 #bot3 bots will update the same file on their own shells, so basically anywhere i type !update (channel, pm, dcc) all the bots will update their own file on their own shell.

The !update command is to update important information on the channel, users will type !information to retrieve the important information store by !update command.

!update This is important information line1 <2> This is important information line2 <3> this is important information line3 <4> this is important information line4..etc..

<user> !information
notice <bot> This is important information line1
notice <bot> This is important information line2
notice <bot> This is important information line3
notice <bot> This is important information line4

This is because each bots are on different networks so would prefer to update the information only once.

I am using script NetLink v1.08 by David Proper (Dr. Nibble [DrN]), so maybe the requested script can be coded right into it since NetLink gives the option to op someone else on a different network, bots can see what people are typing on different network channels so if someone type !update <text> all the bots will see that and can update their own text file on their shells... !information should be a standalone command so only the bot on the channel the command was issued in should respond to !information command.

thanks to anyone who can code this script.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Looked at netbots?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
B
BoaR
Halfop
Posts: 48
Joined: Fri Jul 20, 2007 1:36 am

Post by BoaR »

yes, i was waiting before installing it since it requires a lot of reading and understanding but i got it working now and .netupdate works, did some testing on the Bot1 to send a file on the Bot4..it was successfully transfered, created new dir and file on Bot4.
.netupdate -file logs/information.txt Bot4

I need a new companent to update the information.txt file on all the bots connected on the botnet, can you code it for me please ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.nethelp netupdate
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply