My first script.

Discussion in 'Scar/Simba General Discussion' started by Power leveling, Mar 16, 2008.

My first script.
  1. Unread #1 - Mar 16, 2008 at 10:47 PM
  2. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    program New;
    ///(C)JUSTIN95123@HOTMAIL///////////////////////////////////////
    ////////////////////////////////////////////////////////////////
    //ADD ME ON MSN IF YOU WANT!!!!!////////////////////////////////
    //START AT RS SCREEN, DONT CLICK ANYTHING LET THE SCRIPT DO IT!/
    //http://sythe.org/showthread.php?p=2980087#post2980087/////////
    begin
    status('AUTOTALKERING');
    clickmouse (7,22,true) //clicks upper left corner to start script
    clickmouse (414,284,true) //hits existing user
    wait(2000)
    sendkeys ('') //Username
    wait(1000)
    clickmouse (352,275,true)
    wait(1000)
    sendkeys ('') //Password
    wait(2000)
    clickmouse (305,329,true)
    wait(5000)
    clickmouse (388,344,true)
    clickmouse (388,344,true)
    clickmouse (388,344,true)
    wait(2000)
    sendkeys('back finally..');
    sendkeysVb('{ENTER}',false)
    wait(5000);
    sendkeys('so whats up?');
    sendkeysVb('{ENTER}',false)
    Wait(100+Random(10));
    Writeln('Thanks');
    Writeln('for');
    Writeln('using');
    Writeln('my');
    Writeln('autotalker');
    Writeln('add [email protected]');
    end.
     
  3. Unread #2 - Mar 16, 2008 at 11:07 PM
  4. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    Does anyone think the script is good? Also UNDETECTABLE
     
  5. Unread #3 - Mar 17, 2008 at 1:23 AM
  6. stevenadrien2
    Joined:
    Jul 2, 2005
    Posts:
    758
    Referrals:
    0
    Sythe Gold:
    0

    stevenadrien2 Apprentice

    My first script.

    HAHAHA.
    That reminds me of my first SCAR script. Nothing but clickmouses.

    Keep it up man, thought you are in the wrong section.

    I suggest you go to http://srl-forums.com/ and learn more about SCAR that way you can get better. Who knows what you could become one day?

    Keep it up.
     
  7. Unread #4 - Mar 17, 2008 at 4:26 PM
  8. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    My first script.

    ya, this is a basic and common first script, coords and sendkeys.
     
  9. Unread #5 - Mar 17, 2008 at 5:52 PM
  10. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    I have a question for you steven. Your a mod on rs, and yet you macro? Makes me feel good to know mods macro tooo :) but do you think this is undetectable?
    (or less chance of ban)
     
  11. Unread #6 - Mar 17, 2008 at 6:01 PM
  12. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    My first script.

    this is detectable:( , but here is the non-detectable version:
    Code:
    program autotalker;
    {.include srl/srl.scar}
    var
      count : integer;
    const
      WhatToSay = 'selling herbs!'; // what to autotalk
      Interval = 5; // in secs
      TimesToTalk = 5; // how many times
    begin 
      SetupSRL;
      ActivateClient;
      repeat
        TypeSend(WhatToSay);
        wait(Interval * 1000 + random(1500);
        Inc(count);
      until( count = TimesToTalk );
    end.
     
  13. Unread #7 - Mar 17, 2008 at 6:16 PM
  14. CrazeD
    Joined:
    Jul 28, 2007
    Posts:
    733
    Referrals:
    0
    Sythe Gold:
    0

    CrazeD Apprentice
    Banned

    My first script.

    Last time I checked it wasent against the rules to use autotalkers.
    Just dont get outta hand with it.
    There used to be a thread where there was a jag mod and he told someone if they were to use and autotalker they had to stop 'spamming'.
     
  15. Unread #8 - Mar 17, 2008 at 6:20 PM
  16. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    My first script.

    when i started autotalking, i was using a crappy spammer bot, and a pmod told that i had to stop 'macroing'.
     
  17. Unread #9 - Mar 17, 2008 at 6:25 PM
  18. CrazeD
    Joined:
    Jul 28, 2007
    Posts:
    733
    Referrals:
    0
    Sythe Gold:
    0

    CrazeD Apprentice
    Banned

    My first script.

    Oh well it must've changed then.
     
  19. Unread #10 - Mar 17, 2008 at 6:25 PM
  20. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    yeah, my friend 0xxx0x0xxx0 said a jmod said so, unless your him..But you can get in trouble for my script i understand....Cuz that falls under macroing, it does clicks..Jagex bans for no good reason alot. Some guy said "Quitting runescape free stuff" he gave me a whip, then he said "reported you scammed me!q239w0eq23e09qw09er3q230-qw09e" then he made others think I SCAMMED HIM..it was funny. my main got banned though :s
    So then i bought like 3m off some chinese people..built up my new main..finally lvl 95, not good compared to my 111 :s
    I was right about to get 99 defence too..first 99 stat saddly..it was 96
     
  21. Unread #11 - Mar 17, 2008 at 6:27 PM
  22. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    I don't think it will change, Because a high majority of people use SCAR or that IBOT thing. If not they use those chinese macros, which are infested with keyloggers sometimes.
     
  23. Unread #12 - Mar 17, 2008 at 6:30 PM
  24. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    My first script.

    Power leveling, do you want to learn how to code in SCAR? add me on MSN: [email protected] (im also accepting other people who is interested ;))
     
  25. Unread #13 - Mar 17, 2008 at 7:07 PM
  26. Power leveling
    Referrals:
    1

    Power leveling Guest

    My first script.

    Added :) accept my req
     
  27. Unread #14 - Mar 23, 2008 at 6:37 AM
  28. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    My first script.

    You might want to use SRL and LoginPlayer; .. Simplier.

    And as far as I know you won't get banned from sendkeys.. Or I've used sendkeys type of stuff for years and not a single ban, so I see TypeSend and such as kind of a useless thing, but it's still preferred over SendKeys, if jagex does detect you by your typing speed and key intervals.

    And keep it up ;) autotalkers are kind of the easiest thing to make on the planet, and many people start with it. My best suggestion would be to go to SRL-Forums and read some tutorials, it'll be worth it ;)
     
  29. Unread #15 - Mar 23, 2008 at 2:18 PM
  30. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    My first script.

    omfg, are you GoF from SRL-Forums?
    you are my god.
     
  31. Unread #16 - Mar 30, 2008 at 9:57 AM
  32. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    My first script.

    not good, not undetectable... just a simple login script.
     
< im writing a script that reads and replys | Testing something * IGNORE* >

Users viewing this thread
1 guest


 
 
Adblock breaks this site