Results 1 to 7 of 7

Thread: Function Dectectability

  1. #1
    Join Date
    Nov 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Function Dectectability

    Sorta fedup with radialwalk, radialwalkex, findDTM, findDTMrotated, findsymbol and so on that never seems to work for me.

    Just wanna check if using coordinates straightaway with a little is detectable?

    Something like Mouse(612, 130, 2, 2, true)---assuming (612,130) is a coordinate on the minimap.

  2. #2
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thats not recommended! Try using radialwalk again, add my msn and im willing to help you Just dont use cords XD

    Read tuts, Don't read them just to get it overwith! Don't continue untill you understand simple as it is!!

  3. #3
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Yea, cord clicking is not a good way, becaues a bot like scar, does not know anything else than you tell him, so if you dont tell him where north is and where you are going AND exactly HOW you would get there, then Scar cant do anything.

    Cord clicking would be like, the last thing you do, if everything else fails. Wich it wont.

  4. #4
    Join Date
    Nov 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx for all your help.Im ok with the walking radial and stuff.The sad part comes in cos im trying to do walking in Al khariad and its all desert everywhere, so no landmarks for me to gauge on.

    Thx for your response.

  5. #5
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    with enuf randomness it wouldn't be detectable.

  6. #6
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You can randomise that a little more like this:

    Mouse(602 + Random(20), 120 + Random(20), 2, 2, true)

    to make it a bit more undetectable...

    The problem with that is coord clicking is fairly unreliable because of how the minimap moves.
    Unfortunately, no active scripts atm.

  7. #7
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    @Doom0791, This would do too:

    SCAR Code:
    Mouse(602,120,22,22,True);

    Exactly the same randomness as it's typed as

    SCAR Code:
    Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with a function.
    By Floor66 in forum OSR Help
    Replies: 15
    Last Post: 04-15-2008, 02:03 PM
  2. Replies: 2
    Last Post: 02-27-2008, 05:20 PM
  3. Replies: 2
    Last Post: 02-26-2008, 08:26 PM
  4. [FUNCTION] FindDoorColour: integer; By ZephyrsFury [FUNCTION]
    By ZephyrsFury in forum Research & Development Lounge
    Replies: 10
    Last Post: 07-27-2007, 08:45 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
  •