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.

bot auto oper

Old posts that have not been replied to for several years.
Locked
p
ptkien

bot auto oper

Post by ptkien »

I have a oper acc , anybody have scritps which can make bot autooper when connect to my serv ( use my acc oper ) , thanks for help .. :o
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Code: Select all

set oper(username) ""
set oper(password) ""

bind evnt - init-server oper:connect
proc oper:connect init-server {
  putserv "OPER $::oper(username) $::oper(password)"
}
Once the game is over, the king and the pawn go back in the same box.
Locked