Results 1 to 11 of 11

Thread: Are your a good teach (help me)

  1. #1
    Join Date
    Jan 2009
    Location
    new york bK all day
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Are your a good teach (help me)

    Hey I been using SRL for a bit of time now but mostly i been using and testing scripts but now i wanna make some can you help.

    If you think you can help plz do.

    - Have you made 1+ script
    - Can you do a barrel roll
    - Do you love to help
    - Do you know how find the font at a site use
    - Can you make non runescape scripts
    - Feel like helping a scripting noob
    - Wanna be called the best teach

    I wanna know how to

    - Make a auto talker
    - Do a full bot for http://chatango.com/



    NOT SURE BUT WILL BE WILLING TO PAY ( ONLY IF THAT IS OK ON THIS SITE )
    Last edited by xking; 01-31-2010 at 07:52 PM.

  2. #2
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, I made not be a good teacher, but I know tip for those trees or ores that will only give you one item. Use,

    SCAR Code:
    Procedure WaitIt;
    Var I,T :Integer;
    begin
    I := InvCount;
    MarkTime(T)
    while (InvCount = I) and (TimeFromMark(T) < WhatEverTime) do antiban;
    end;

    While Your InvCount is the same it will wait and do antiban; until it changes. As a failsafe, It will also mark the time. So, if someone takes the tree or ore from you then it will wait and move on when the time is greater then the one you specified.

  3. #3
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    i can help add me on msn


    jphamlett@live.com

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Help with WoodCutter := http://www.villavu.com/forum/showthread.php?t=44942

    AutoTalker :=
    SCAR Code:
    program talk;
    function aTalk(word: string);
    begin
      TypeSend(word);
    end;

    begin
      SetUpSRL;
      ActivateClient;
      repeat
        aTalk;
        Wait(1000);
      until(False); //endless loop for example.
    end;

    Thats the basic way of things.

  5. #5
    Join Date
    Jan 2009
    Location
    new york bK all day
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Help with WoodCutter := http://www.villavu.com/forum/showthread.php?t=44942

    AutoTalker :=
    SCAR Code:
    program talk;
    function aTalk(word: string);
    begin
      TypeSend(word);
    end;

    begin
      SetUpSRL;
      ActivateClient;
      repeat
        aTalk;
        Wait(1000);
      until(False); //endless loop for example.
    end;

    Thats the basic way of things.
    oops i meant fisher not woodcutter

  6. #6
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by xking View Post
    oops i meant fisher not woodcutter
    Honestly, you would go about it the same general way. Just change colors and UpTexts and whatnot.

  7. #7
    Join Date
    Jan 2009
    Location
    new york bK all day
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Honestly, you would go about it the same general way. Just change colors and UpTexts and whatnot.
    hum well can u like tell me how to do it more info like how to get the up texts and colors lol

  8. #8
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xking View Post
    hum well can u like tell me how to do it more info like how to get the up texts and colors lol
    For UpText
    SCAR Code:
    If(IsUpText('ish')) then
    //yadda

    For colors,

    SCAR Code:
    If(FindColorSpiralTolerance(color,x,y,msx1,msy1,msx2,msy2,20))then
    //yadda

  9. #9
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can help.

    1. I'll link you to 'em via MSN .
    2. Oui, monsieur.
    3. If I can help, I try to.
    4. Yes.
    5. Sure.
    6. I could care less, to be honest.

    Hit me up on MSN - hey321@runescapology.net

    ~Sand

  10. #10
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    If you ever need any help just IM me or send me a PM. Good luck

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  11. #11
    Join Date
    Jan 2009
    Location
    new york bK all day
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    urg i don't wanna make a rs bot no more cuz the 1 i had made had got my lvl 98 tanker banned but i wanna know how to make a auto talker and a bot for that site if any1 wanna help me.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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