• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Setting up a MSN BOT

Joined
Apr 28, 2010
Messages
2,794
Reaction score
1,178
Download Link: SUC33DBot.rar
Password: freemsnbotshare
Virus Scan: VirusTotal - Free Online Virus, Malware and URL Scanner

Ok so next..

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

Java JDK: https://cds.sun.com/is-bin/INTERSHO...ProductRef=jdk-6u22-oth-JPR@CDS-CDS_Developer

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