Results 1 to 10 of 10

Thread: My First Script :D ( AutoTalker)

  1. #1
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My First Script :D ( AutoTalker)

    Ok..So this is my first script , and i think my first post....
    It's an auto talker that talks and (should ) trade people..
    it's pretty basic i guess...Any suggestions on how i could improve , or if the Trading doesn't work , How i could fix it?

    TYVM n3ss3s for helping make it a little bit easier to use

    Future updates:
    Auto-merchant; can leave on and it will auto talk untill it sells the item , then buys it back , and sells until you stop it..

  2. #2
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    not bad but has a bit of click ouse n movemousesmooth i suggested MMouse and Mouse thts the srl way of clicking adds abit of randomsness

  3. #3
    Join Date
    Mar 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill test it. Ill tell you what u should add later on.

  4. #4
    Join Date
    Mar 2007
    Location
    Jersey
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very nice lol it looks like my auto talker, im not saying you copied but very good

  5. #5
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK , i fixed the trade by using an SRL include file...I think its SRL/misc/trade.scar , It accpets the bottom trade offer...Should work now

  6. #6
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice thats good

  7. #7
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    358
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey man, this is a really good first script.
    I can see you understand the basic concepts of scar and everything is set out nicely.

    Look forward to seeing some of your scripts in the near future!

  8. #8
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Very nice for you first script. my first script rotated and talked using sendkeys. Good job with srl in your first script.
    I detected wait(10000); in there. replace it like
    wait(10000+random(2500)); that makes it less bannable.

    and you can do this little trick too:
    const
    TalkWait = 5; //In seconds. automatically comes with randomizing.

    procedure yourtalkingprocedure;
    begin
    thechattingfunction('blablabla'+chr(13));
    wait(TalkWait*1000+random(200));
    end;

    that makes it more user friendly.

    I hope ill see more of your scripts in the future.

  9. #9
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks n3ss3s , i fixed it

  10. #10
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    does ur auto-trade work all of the time?

    Mine hardly ever works, but it is less detectable. Use MMouse then wait a few milisecs and then Mouse.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First Script - Autotalker
    By Da 0wner in forum First Scripts
    Replies: 5
    Last Post: 01-21-2008, 06:43 PM
  2. My first script! (AutoTalker)
    By qwertyftw in forum First Scripts
    Replies: 9
    Last Post: 12-01-2007, 07:47 PM
  3. My first script (Autotalker)
    By kooldude in forum First Scripts
    Replies: 2
    Last Post: 04-27-2007, 08:02 AM
  4. [Rs2] My first script (autotalker)
    By k1ll3r in forum First Scripts
    Replies: 4
    Last Post: 04-01-2007, 02:04 AM

Posting Permissions

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