Adblock breaks this site

My first script.

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

  1. Power leveling

    Power leveling Guest

    Referrals:
    1
    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.
     
  2. Power leveling

    Power leveling Guest

    Referrals:
    1
    My first script.

    Does anyone think the script is good? Also UNDETECTABLE
     
  3. stevenadrien2

    stevenadrien2 Apprentice

    Joined:
    Jul 2, 2005
    Posts:
    758
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  4. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    My first script.

    ya, this is a basic and common first script, coords and sendkeys.
     
  5. Power leveling

    Power leveling Guest

    Referrals:
    1
    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)
     
  6. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  7. CrazeD

    CrazeD Apprentice
    Banned

    Joined:
    Jul 28, 2007
    Posts:
    733
    Referrals:
    0
    Sythe Gold:
    0
    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'.
     
  8. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    My first script.

    when i started autotalking, i was using a crappy spammer bot, and a pmod told that i had to stop 'macroing'.
     
  9. CrazeD

    CrazeD Apprentice
    Banned

    Joined:
    Jul 28, 2007
    Posts:
    733
    Referrals:
    0
    Sythe Gold:
    0
    My first script.

    Oh well it must've changed then.
     
  10. Power leveling

    Power leveling Guest

    Referrals:
    1
    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
     
  11. Power leveling

    Power leveling Guest

    Referrals:
    1
    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.
     
  12. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    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 ;))
     
  13. Power leveling

    Power leveling Guest

    Referrals:
    1
    My first script.

    Added :) accept my req
     
  14. Gofez0r

    Gofez0r Guru

    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0
    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 ;)
     
  15. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    My first script.

    omfg, are you GoF from SRL-Forums?
    you are my god.
     
  16. Jethr0x

    Jethr0x Grand Master
    Banned

    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0
    My first script.

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


 
 
Adblock breaks this site