Results 1 to 3 of 3

Thread: Functions or Procedures One Shouldn't Use?

  1. #1
    Join Date
    Jan 2007
    Location
    Canada
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Functions or Procedures One Shouldn't Use?

    Hello,

    I am just wondering if they are any functions within scar script that I should avoid and not use because its detectable more than others? Like for example, there are multiple text sending ways, like, "TypeSend" and "SendText " "SendText2", etc. I myself have tried TypeSend simply because it was the first one I saw.

    So basically what I wanted to know is, which command do you recommend using for the following:
    Moving the mouse and, sending text

    Or are they all good and none are a threat or problem, and its all up to personal preference?


    Thank you for your time.

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Never use ClickMouse or MoveMouse, for moving mouse use SRL's Mouse(x,y,ranx,rany,left). And for sending text use TypeSend, I think it's good.

  3. #3
    Join Date
    Jan 2007
    Location
    Canada
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, thank you, that helps me alot then as I probably would have used the ClickMouse and MoveMouse functions.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 16
    Last Post: 07-31-2008, 05:40 PM

Posting Permissions

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