Jump to content

Is It Possible?


Recommended Posts

Would This Be Possible To Write In Autoit:

You are playing an online game, with your autoit program running in the bg.

If An Online user types @check

Then if you are running the script you say (send) <---Running Anti Hack

Im pretty sure that responding would be easy, but idk about if another online player does @check..

Any Help?

Link to comment
Share on other sites

This Is What I Want To Do:

You Are Playing the game, and when someone types @dinks

You Automaticly respond: @ Dinks Clan [!]

Here Is My Code, Im Kind Of n00b so don't laught at my script :)

$test = 1
Run("SoF2MP-Test.exe")
WinWaitActive("SoF2 MP Test")
While $test = 1
$text = WinGetText("SoF2 MP Test", "")
If $text = "@dinks" Then
    Send("t")
    Send("@Dinks Clan [!]")
    Send("{ENTER}")
EndIf
WEnd

*t is default button to type something, Enter is to send it*

Any Help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...