Results 1 to 15 of 15

Thread: First script help please

  1. #1
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default First script help please

    can someone link me a guide to making a on screen clcoord walker and an auto clicker? i will reveal what i am doing later.

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    You mean using static coords to walk?

    Like:

    Simba Code:
    mmouse(500,500,1,1)
    Clickmouse2(mouse_left)

    Terrible way to walk, but what are you asking for help for?

  3. #3
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    i want to make a script to afk monkey guards and click the alter i plan to add an attack feature later on maybe today, and an eat function. at the moment i need a guide/advice anything pertaining to clicking a coordinate.

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    i want to make a script to afk monkey guards and click the alter i plan to add an attack feature later on maybe today, and an eat function. at the moment i need a guide/advice anything pertaining to clicking a coordinate.
    then I suggest you learn how do use DDTM walking

    http://villavu.com/forum/showthread.php?t=102740

    Or Radial

    http://villavu.com/forum/showthread.php?t=11584

  5. #5
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    thank you can i also use this to right click on a second coordinate?

  6. #6
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    thank you can i also use this to right click on a second coordinate?
    What do you mean coordinate? Like a RSTile? Or position? If you mean walking like a path, then yes

  7. #7
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    the object i want to click on is not identifiable by color due to the whole area is the same color it could not be specified with auto color aid.

  8. #8
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    the object i want to click on is not identifiable by color due to the whole area is the same color it could not be specified with auto color aid.
    Are you trying to walk or find an object? I'm confused

    Can you show the object your trying to click?

  9. #9
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    area.jpg
    Attached Images Attached Images
    Last edited by Daniel; 06-01-2013 at 09:31 AM. Reason: Removed image containing username.

  10. #10
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    Remove username. Also, you should look into tapas to find the altar, I could write a function next week when I'm at the computer, it would make a box around the brown part on the steps, and then within that area search for the alter. But you wouldn't learn anything, so read up on a few tutorials on atpas/basic scripting
    Last edited by Daniel; 06-01-2013 at 09:31 AM. Reason: Removed quoted image.

  11. #11
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    program monkeyalterkiller;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name := ''; //Your Runescape username goes right here.
    Players[0].Pass := ''; //Your Runescape password goes right here.
    Players[0].Active := True; //Set to True if you want to use this player. Set to False to disable this player.
    Players[0].Pin := ''; //Put your Bank PIN here. Leave blank if you don't have a Bank PIN.
    end;



    procedure Findinventory;
    begin
    Movemouse(x, y);
    Wait(200);
    Clickmouse(x, y, mouse_Left);
    Wait(200);
    end;

    procedure activate prayer;
    begin
    Movemouse(x, y);
    Wait(200);
    Clickmouse(x, y, mouse_Left);
    Wait(200);
    end;

    begin
    Findinventory;
    end.
    begin
    end.

    i feel like this should be able to handle almost every action in the script if i make a custom map. can i sew these together with if/ if not functions?

  12. #12
    Join Date
    Apr 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    now that i am thinking about it would probably be easier to remove the smart and make it run on an open browser at max screen?

  13. #13
    Join Date
    Sep 2012
    Location
    Australia.
    Posts
    839
    Mentioned
    16 Post(s)
    Quoted
    225 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    now that i am thinking about it would probably be easier to remove the smart and make it run on an open browser at max screen?
    If you choose to do this; you will lose control of your mouse while the script is running. That's the advantage of SMART, you can use your machine while botting.

    If you're going to do this though, I suggest installing a VM and running it on there!

  14. #14
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by dumbassbots View Post
    now that i am thinking about it would probably be easier to remove the smart and make it run on an open browser at max screen?
    Please read some scripting tutorials move mouse and click mouse are terrible and will get you banned

  15. #15
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    I would suggest you read up on the basic scripting tutorials to get a general idea of building a simple script, moving the mouse, finding an object and walking.

    TPAs would be the next more advanced step and would be the way to go to find the altar in question.
    Also, check out CTS or colour tolerance speeds. By using CTS2 you would be able to identify that altar in ACA without any problems at all

    Feel free to shoot me a PM if you'd like some more specific help or add me on skype and when available I could run you through a few simple bits and pieces.

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
  •