Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting up a MSN BOT

Joined
Apr 28, 2010
Messages
2,794
Reaction score
1,178
Download Link:
Password: freemsnbotshare
Virus Scan:

Ok so next..

Once you download it, you will need to download this:

Java JDK:

Open Bot Folder

Go to "src" Folder

Go to the Config.java File(Open w/ notepad)

Edit it according to this

PHP:
public class Config {

	public static String botname = "YOURBOT"S NAME";
	
	public static String email = "YOUR BOT"S EMAIL";
	public static String password = "PASSWORD";
	
	public static String adminfile = "files/lists/adminlist.txt";
	public static String ownerfile = "files/lists/ownerlist.txt";
	public static String blockfile = "files/lists/blocklist.txt";
	public static String blacklistfile = "files/lists/blacklist.txt";
	
	public static String adminemail = "YOUREMAIL";
	public static String[] devemails = {"YOUREMAIL"};
	public static String[] adminemails = {"YOUR/FRIEND's EMAIL", "YOUR/FRIEND's EMAIL"};
}

That is the basic's

If you want to get down to editing the bot's names PM me :)

Thanks!
 
Junior Spellweaver
Joined
Aug 17, 2010
Messages
161
Reaction score
14
PHP:
public class Config {

	public static String botname = "YOURBOTS NAME";
	public static String email = "YOUR BOTS EMAIL";
	public static String password = "PASSWORD";
	
	public static String adminfile = "files/lists/adminlist.txt";
	public static String ownerfile = "files/lists/ownerlist.txt";
	public static String blockfile = "files/lists/blocklist.txt";
	public static String blacklistfile = "files/lists/blacklist.txt";
	
	public static String adminemail = "YOUREMAIL";
	public static String[] devemails = {"YOUREMAIL"};
	public static String[] adminemails = {"YOUR/FRIEND's EMAIL", "YOUR/FRIEND's EMAIL"};
}

That's the correct code .

ONT : "YOUR BOTS EMAIL" , should i create a email for bot ?
 
Joined
Apr 28, 2010
Messages
2,794
Reaction score
1,178
PHP:
public class Config {

	public static String botname = "YOURBOTS NAME";
	public static String email = "YOUR BOTS EMAIL";
	public static String password = "PASSWORD";
	
	public static String adminfile = "files/lists/adminlist.txt";
	public static String ownerfile = "files/lists/ownerlist.txt";
	public static String blockfile = "files/lists/blocklist.txt";
	public static String blacklistfile = "files/lists/blacklist.txt";
	
	public static String adminemail = "YOUREMAIL";
	public static String[] devemails = {"YOUREMAIL"};
	public static String[] adminemails = {"YOUR/FRIEND's EMAIL", "YOUR/FRIEND's EMAIL"};
}

That's the correct code .

ONT : "YOUR BOTS EMAIL" , should i create a email for bot ?
Yes... :S
 
Infraction Baɴɴed
Loyal Member
Joined
Apr 9, 2008
Messages
1,416
Reaction score
169
not the kind of tut belongs in this section and a msn bot fails fyi.
 
Newbie Spellweaver
Joined
Oct 26, 2010
Messages
58
Reaction score
0
When i run the "Run" File it just keeps saying error over 1k time's.
 
Junior Spellweaver
Joined
Nov 26, 2009
Messages
164
Reaction score
4
Why are there so much horny jokes in the bot?
 
Junior Spellweaver
Joined
Jun 10, 2009
Messages
192
Reaction score
15
Lol, there is to ROFL! anyway how do you change the email for bot cuz it wont change??
 
Junior Spellweaver
Joined
Nov 26, 2009
Messages
164
Reaction score
4
Any ideas on how to fix the errors?
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2009
Messages
1,778
Reaction score
1,209
Thanks :D
 
Back
Top