Results 1 to 6 of 6

Thread: Walker with a bit of random coordinates

  1. #1
    Join Date
    Sep 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Walker with a bit of random coordinates

    I'm trying to make a "walk-to-bank".. but i figured, if you let the script click the same coordinates every time, you probally end up getting banned.. so if anyone know some code to have a little bit of randomness ..

  2. #2
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Randomness in clicking is rather easy.

    It's simply to put in +random(SomeNumber) here.

    or in SRL's MMouse procedure, just do this: MMouse(SomeCoord,SomeCoord,5,5)

    That will make it click on random 5 pixels on each axis.

    -Knives

  4. #4
    Join Date
    Sep 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by King of Knives View Post
    Randomness in clicking is rather easy.

    It's simply to put in +random(SomeNumber) here.

    or in SRL's MMouse procedure, just do this: MMouse(SomeCoord,SomeCoord,5,5)

    That will make it click on random 5 pixels on each axis.

    -Knives
    I did that, but the mouse goes there, but doesn't click ..

  5. #5
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    If you want to click, use SRL's function "Mouse"

    -Knives

  6. #6
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by King of Knives View Post
    If you want to click, use SRL's function "Mouse"

    -Knives
    Yes, because Knives firstly said:
    Quote Originally Posted by King of Knives View Post
    or in SRL's MMouse procedure, just do this: MMouse(SomeCoord,SomeCoord,5,5)

    That will make it click on random 5 pixels on each axis.

    -Knives
    MMouse= MoveMouse
    Mouse= just Clicks mouse, remember! Mouse already includes MMouse, so you don't need that anymore

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Store Coordinates?
    By Putnam in forum OSR Help
    Replies: 5
    Last Post: 04-21-2008, 03:57 PM
  2. Coordinates
    By NosePicker in forum OSR Help
    Replies: 2
    Last Post: 03-26-2008, 04:40 PM
  3. Coordinates
    By qweqwe in forum OSR Help
    Replies: 4
    Last Post: 03-01-2007, 03:53 PM
  4. disregarding certain coordinates?
    By omgh4x0rz in forum OSR Help
    Replies: 7
    Last Post: 02-25-2007, 03:25 AM

Posting Permissions

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