[Client Scripting] New Bot (still in creation)

Discussion in 'Server and Client Scripting' started by yalaa, Nov 7, 2013.

  1. yalaa

    yalaa Mafia Theme Scripter

    Joined:
    Feb 9, 2012
    Messages:
    56
    Likes Received:
    1
    PO Trainer Name:
    x-yalaa-x
    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 :

    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

    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 :


    Code (text):
    1. /* SiloneBot Scripts*/
    2.  
    3. /** Bot Still in creation !!!
    4. * Current Owner : Silone
    5. * Developed by x-Yalaa-x
    6. *** Help us improve the bot , PM Silone or x-yalaa-x
    7. *** The bot will never says Stronge Language !!! it's +10
    8. *Something stealed from the magnemite :I sry about that ...;
    9. */
    10.  
    11. var cmp = utilities.cmp;
    12.  
    13. function countdown() {
    14.     var date = 1381536000, // Wednesday 6th November 2013 @ 0:00:00am GMT
    15.         time = date - sys.time(),
    16.         n, s = [], d = [[365*24*60*60, "year"], [30*24*60*60, "month"], [7*24*60*60,
    17.  
    18. "week"], [24*60*60, "day"], [60*60, "hour"], [60, "minute"], [1, "second"]];
    19.     for (var j = 0; j < d.length; ++j) {
    20.         n = parseInt(time / d[j][0], 10);
    21.         if (n > 0) {
    22.             s.push((n + " " + d[j][1] + (n > 1 ? "s" : "")));
    23.             time -= n * d[j][0];
    24.             //if (s.length >= 2) break;
    25.         }
    26.     }
    27.    
    28.     THE SPAAAACEEEEEEEEEEEEEEEEEEEEEEEEEEEE ---- HERE IS SUPPOSE YOU
    29.  
    30. CREATE THE ATTACK SCRIPTS SILONE =) !!!
    31.    
    32.    
    33.    
    34.     module.exports = {
    35.     active: true,
    36.     banned: false,
    37.     uptime: 0,
    38.     version: "0.0.1",
    39.     warned: [],
    40.     joinchans: ["Silone's Workshop","Yalaa","bot"],
    41.     botchans: ["Bot","Silone's Workshop","Mostly Harmless","[Lost Eon]",],
    42.     autokick: new MemoryHash('Bot', "autokick"),
    43.     blacklisted: new MemoryHash('Bot', "blacklist"),
    44.     ignoreGreeting: {
    45.         "yalaa": new MemoryHash('Bot', "ignoreGreeting-*"),
    46.     },
    47.     welcomed: {
    48.         "yalaa": {x-yalaa-x},
    49.     },
    50.     auth: {
    51.         operators: new MemoryHash('Bot', "operators"),
    52.         directors: new MemoryHash('Bot', "directors"),
    53.         supervisors: new MemoryHash('Bot', "supervisors"),
    54.         owners: ["Silone"],
    55.     },
    56.    
    [/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 .
     
    Last edited: Nov 7, 2013