Autotyper

Discussion in 'RuneScape 3 Cheating' started by Lukef555, Dec 25, 2009.

Autotyper
  1. Unread #1 - Dec 25, 2009 at 10:50 PM
  2. Lukef555
    Joined:
    Aug 16, 2008
    Posts:
    3,206
    Referrals:
    6
    Sythe Gold:
    0

    Lukef555 Grand Master
    Banned

    Autotyper

    Hey guys i need soem help with an auto typer.

    I currently have blupigs scriptable auto-typer,i need to script it so it only talks once every 15mins,or i need somone to make me one that can do that.

    Documentation:
    Code:
    Scriptable Autotyper by Blupig
    -DOCUMENTATION-
    ------------------------------
    
    alert("text")
    -This command displays the "text" field in a message box. Must include quotations.
    -Example: alert("hello")
    
    wait(time)
    -Waits for an amount of time in milliseconds.
    -Example: wait(1000)
    
    send("text")
    -Instantly sends the "text" field to the selected text area. Must include quotations. This has NO anti-ban and is easily detectable.
    -Example: send("hello")
    
    humantype("text", hesitation, enter boolean)
    -Types the "text" field in the selected text area, using random pauses (used in milliseconds and used to type more like a human). Make enter false to not press enter after the message, true to press enter.
    -Example1: humantype("hello", 300, true)
    -Example2: humantype("hello", 500, false)
    -Example3: humantype("hello") <---This syntax will use a default hesitation of 350 milliseconds and will press enter.
    
    loop()
    -MUST be placed at the very end of the script for useage. Loops through the entire script over and over until stopped.
    -Example: loop()
    
    EXAMPLE SCRIPT:
    
    wait(2500)
    humantype("red: Buying rune scimitar", 300, true)
    wait(3000)
    send("Still buying")
    alert("The script has finished. Now looping through again.")
    loop()

    Now waht should i do to have it type once every 15mins?

    Thanks,

    Lukef555
     
  3. Unread #2 - Dec 28, 2009 at 3:02 AM
  4. Chippz0r
    Joined:
    Apr 7, 2008
    Posts:
    1,191
    Referrals:
    0
    Sythe Gold:
    0

    Chippz0r Guru
    Banned

    Autotyper

    If you want to extend the wait of the script, you can make a simple adjustment.

    Code:
    wait(2500)
    humantype("red: Buying rune scimitar", 300, true)
    wait(3000)
    send("Still buying")
    alert("The script has finished. Now looping through again.")
    [u]wait(50000)[/u]
    loop()
    
    As you can see, putting the small wait command in at the end of the script would wait a period of time after saying "red: Buying rune scimitar" thus after typing that it would say "Still buying" shortly after then the alert comes into play which hits the wait string to wait, then loop after the wait. May I ask what you are using this in? It looks a lot like what I scripted in S.C.A.R. Though it seems there is no reason to get in depth with variables and what not with a simple script as an autotyper unless you wanted to script an anti-ban in there.
     
< Selling Auth codes. [50%] | client error help >

Users viewing this thread
1 guest


 
 
Adblock breaks this site