Results 1 to 14 of 14

Thread: omgg i did it !@!@!@!@! i got it to low alch

  1. #1
    Join Date
    Dec 2011
    Posts
    571
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default omgg i did it !@!@!@!@! i got it to low alch

    omgggggggggggggg=) im soo happy now i got to get it to have
    randomeized clicks or something and i want to know how to make it run forever? like so it doesnt stop after 1 click\\\\


    program ScriptName;
    {$i SRL\SRL.simba}
    begin
    ActivateClient;
    SetupSRL;

    MMouse(569,255,1,1);
    ClickMouse2(true);
    ClickMouse2(true);
    end.
    created my mr[s]

  2. #2
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    repeat
    MMouse(569,255,1,1);
    ClickMouse2(true);
    ClickMouse2(true);
    until false

    usure you want to do that =X

  3. #3
    Join Date
    Dec 2011
    Posts
    571
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can you tell me how to make it better?
    created my mr[s]

  4. #4
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Well what does it do...?

    It moves the mouse then double clicks. Not much to improve..

  5. #5
    Join Date
    Dec 2011
    Posts
    571
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i want it to repeat
    created my mr[s]

  6. #6
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    ...

    READ WHAT I POSTED

    http://villavu.com/forum/showthread....11#post1083911

    Simba Code:
    repeat  //repeats stuff until "until" is true.
      if not FindNormalRandoms then   //if your player is stuck in a random, stop the script
        break;
      GameTab(Tab_Magic);  //moves to magic tab
      Mouse(x, y, xe, ye, true);  //clicks alch symbol at point(x, y) (You have to get the coordinates)
      Wait(RandomRange(300, 600));  //waits for between .3 and .6 seconds
      GameTab(Tab_Inv); //Makes sure the tab open is inventory;
      Mouse(x, y, xe, ye, true) //Clicks item to alch
      Wait(RandomRange(1200, 1800));  //waits while your player alches
    until (Not loggedIn);  //script will end if your player is logged out for whatever reason.

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

    Default

    Don't use MoveMouse and ClickMouse, instead, use MMouse and Mouse. The ones you're using will get you banned.
    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.


  8. #8
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Don't use MoveMouse and ClickMouse, instead, use MMouse and Mouse. The ones you're using will get you banned.


    He's using ClickMouse2 it's different than ClickMouse. But yeah don't use MoveMouse.

    E:
    Wait.. No-one on this thread is using either lol.
    Last edited by Nebula; 08-10-2012 at 04:01 AM.

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

    Default

    Ah, I didn't see the "2" at the end. ClickMouse2 is fine to use
    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.


  10. #10
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Kyle had one of his moments.

  11. #11
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Congrats the first step makes the next 10 steps easier Keep going!

  12. #12
    Join Date
    May 2012
    Location
    Pennsylvania, USA
    Posts
    412
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Congratz Man Keep practicing and who knows what your next script will be

    Signature by: Vinyl Scratch

  13. #13
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Looking good, better than my first script :<

  14. #14
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That great moment when you get to sit back, and watch your first working script work. XD
    I still get this feeling when I get large scripts to work, I was so happy when my membership app script first did a sucessfull loop!
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

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
  •