Hey guys ^_^ , well we've decided (me and Silone) to create a bot , join channels , do RPGs , Games etc.... the bot is still in creation , well , if you wanna join , and help us improve it (you will get auth) just post in this Thread (You need to have good enough Scripting knowledge) :3 . Your information : Spoiler Your server Name : Your scripting knowledge : /10 (like 8/10 - 7/10) Your HTML knowledge : /10 Your Zone time : ( you know , EST , GMT +1 , +2 etc....)[/HIDE] Current auth and developers Spoiler Owner : Silone Co-Owner : x-yalaa-x (yalaa) Developer : x-yalaa-x , Silone Test and Ideas Maker : Michael Jenkins[/HIDE] And now , i will give you the current code (couple of lines :/ ) ok ! Current Code : Spoiler Code (text): /* SiloneBot Scripts*/ /** Bot Still in creation !!! * Current Owner : Silone * Developed by x-Yalaa-x *** Help us improve the bot , PM Silone or x-yalaa-x *** The bot will never says Stronge Language !!! it's +10 *Something stealed from the magnemite :I sry about that ...; */ var cmp = utilities.cmp; function countdown() { var date = 1381536000, // Wednesday 6th November 2013 @ 0:00:00am GMT time = date - sys.time(), n, s = [], d = [[365*24*60*60, "year"], [30*24*60*60, "month"], [7*24*60*60, "week"], [24*60*60, "day"], [60*60, "hour"], [60, "minute"], [1, "second"]]; for (var j = 0; j < d.length; ++j) { n = parseInt(time / d[j][0], 10); if (n > 0) { s.push((n + " " + d[j][1] + (n > 1 ? "s" : ""))); time -= n * d[j][0]; //if (s.length >= 2) break; } } THE SPAAAACEEEEEEEEEEEEEEEEEEEEEEEEEEEE ---- HERE IS SUPPOSE YOU CREATE THE ATTACK SCRIPTS SILONE =) !!! module.exports = { active: true, banned: false, uptime: 0, version: "0.0.1", warned: [], joinchans: ["Silone's Workshop","Yalaa","bot"], botchans: ["Bot","Silone's Workshop","Mostly Harmless","[Lost Eon]",], autokick: new MemoryHash('Bot', "autokick"), blacklisted: new MemoryHash('Bot', "blacklist"), ignoreGreeting: { "yalaa": new MemoryHash('Bot', "ignoreGreeting-*"), }, welcomed: { "yalaa": {x-yalaa-x}, }, auth: { operators: new MemoryHash('Bot', "operators"), directors: new MemoryHash('Bot', "directors"), supervisors: new MemoryHash('Bot', "supervisors"), owners: ["Silone"], }, [/HIDE] EDIT 1 : Currently we need someone who have ideas for the bot ( you don't need to have scripting Knowledge ) PM x-yalaa-x or Silone .