leHelp.

Discussion in 'Scar/Simba Help' started by Thebombdotorg, Jan 3, 2008.

leHelp.
  1. Unread #1 - Jan 3, 2008 at 8:29 PM
  2. Thebombdotorg
    Joined:
    Mar 23, 2007
    Posts:
    1,020
    Referrals:
    1
    Sythe Gold:
    5

    Thebombdotorg Guru
    Banned

    leHelp.

    so far I have this.


    Code:
    program New;
    const theconst = 'YAY' ;
      procedure SendKeyslol   ;
    begin
     SendKeys(theconst);
       SendKeys(theconst);
        SendKeys(theconst);
       end;
       begin;
      repeat
      Wait(1);
    until (False);
    end.
    I'm trying to make a basic autotyper to spam the crap out of my friends on msn etc.

    I need the keycode for enter, or whatever its called, like, SendKeys(the key for enter)

    anything else I've done wrong/need to add?

    by the way, it says sucessfully compiled when I run it, but it doesn't do anything.
     
  3. Unread #2 - Jan 5, 2008 at 9:44 AM
  4. Gumleren
    Referrals:
    0

    Gumleren Guest

    leHelp.

    The carriage return is #13. So SendKeys(#13) would produce a carriage return.
     
  5. Unread #3 - Jan 5, 2008 at 4:32 PM
  6. p1nky
    Joined:
    Jan 31, 2007
    Posts:
    535
    Referrals:
    0
    Sythe Gold:
    0

    p1nky Forum Addict
    Banned

    leHelp.

    dont make autotalkers they too simple
     
  7. Unread #4 - Jan 5, 2008 at 8:13 PM
  8. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    leHelp.

    Code:
    program New;
    const theconst = 'YAY' ;
      procedure SendKeyslol   ;
    begin
     SendKeys(theconst);
       SendKeys(theconst);
        SendKeys(theconst);
       end;
      repeat
      Wait(1);
    until (False);
    end;
    
    begin
      SendKeyslol;
    end.
    Once it talks 3 times it repeats the wait forever. I'm not sure if that's what you meant.
     
  9. Unread #5 - Jan 6, 2008 at 8:19 PM
  10. Thebombdotorg
    Joined:
    Mar 23, 2007
    Posts:
    1,020
    Referrals:
    1
    Sythe Gold:
    5

    Thebombdotorg Guru
    Banned

    leHelp.

    I got it anyway, I didn't see the wait forever, but I totally rewrote it..
     
< i need help | Need Programmer! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site