Page 1 of 1

Auto Hot Key Afk Script

Posted: April 20th, 2011, 7:15 am
by tault_Broden
Here is a nice script for afking in rift online. Its pretty easy to use and will allow you to easily stay afk without any advanced programs.

Code: Select all

    $1::
    While GetKeyState("1","p"){
    Send 1
    Sleep 100
    }
    return

    $2::
    While GetKeyState("2","p"){
    Send 2
    Sleep 100
    }
    return
    $3::
    While GetKeyState("3","p"){
    Send 3
    Sleep 100
    }
    return
    $4::
    While GetKeyState("4","p"){
    Send 4
    Sleep 100
    }
    return
    $5::
    While GetKeyState("5","p"){
    Send 5
    Sleep 100
    }
    return
    $6::
    While GetKeyState("6","p"){
    Send 6
    Sleep 100
    }
    return
    $7::
    While GetKeyState("7","p"){
    Send 7
    Sleep 100
    }
    return
    $8::
    While GetKeyState("8","p"){
    Send 8
    Sleep 100
    }
    return
    $9::
    While GetKeyState("9","p"){
    Send 9
    Sleep 100
    }
    return
    $0::
    While GetKeyState("0","p"){
    Send 0
    Sleep 100
    }
    return
    $q::
    While GetKeyState("q","p"){
    Send q
    Sleep 100
    }
    return
    $e::
    While GetKeyState("e","p"){
    Send e
    Sleep 100
    }
    return
    $f::
    While GetKeyState("f","p"){
    Send f
    Sleep 100
    }
    return

Re: Auto Hot Key Afk Script

Posted: April 21st, 2011, 2:10 pm
by hokuto78
That is not what this script does.

Re: Auto Hot Key Afk Script

Posted: April 26th, 2011, 11:02 pm
by yamael
Another problem is that you can use 25 lines only hehe. So nice try :p

Re: Auto Hot Key Afk Script

Posted: May 8th, 2011, 3:30 am
by cuervogold
hokuto78 wrote:That is not what this script does.


Is this an in game script? What does it do, if anything?


Is this also a nay?

Re: Auto Hot Key Afk Script

Posted: May 8th, 2011, 3:48 am
by hokuto78
This is a key repeater script. Very basic stuff. Why it was posted I don't know.