Results 1 to 4 of 4

Thread: AIM Spammer!

  1. #1
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default AIM Spammer!

    hehe... i wanted to spam someone in my school on aim... make it say lol a lot. possibably not have the SRL include. just put down lol then hit enter. over and over...

    [optional] make it scan on the rate limit bar to have you wait when you are rate limited [/optional]

    Thanks,
    Harry


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  2. #2
    Join Date
    Nov 2006
    Location
    basingstoke(u.k woot!)
    Posts
    382
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah it's not hard
    program aimspam;

    const
    whattotype1 = hello you're a gay!;
    whattotype2 = hello you're a gay again!;
    whattotype3 = 3 for fun;
    wait = 100;//how long to wait before sending again

    procedure new;
    begin
    repeat
    sendkeys(whattotype3);
    sendkeys(chr(13));
    wait(wait);
    sendkeys(whattotype2);
    sendkeys(chr(13));
    wait(wait);
    sendkeys(whattotype3);
    sendkeys(chr(13));
    until(False)
    end;
    begin
    new;
    end.

    i r hax XD nothing special

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    doesn't hit enter. what will hit enter?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  4. #4
    Join Date
    Nov 2006
    Location
    basingstoke(u.k woot!)
    Posts
    382
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ha ha oops!!!!!
    after the sendkeys put

    sendkeys(chr(13));
    soz, forgot:P

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Spammer 4 fun
    By insanomano in forum First Scripts
    Replies: 3
    Last Post: 10-08-2009, 05:12 AM
  2. any im spammer
    By tylerwb91 in forum First Scripts
    Replies: 3
    Last Post: 12-19-2007, 10:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •