Jump to content

control send question


 Share

Recommended Posts

ControlSend("Guild Wars","","","^v")

for some reason, when i say ControlSend("Guild Wars","","","{ENTER}"), it works, but if i try to do cntrl v, it doesnt want to work. also i'm getting my thing with a v at the end. here's my code:

HotKeySet( "{HOME}", "info")

$text = InputBox("AutoIt Example", "Please type what you want, and click OK")

If @error = 1 Then

MsgBox(4096, "Error", "You pressed 'Cancel' - try again!")

Else

$bLoop = 0

EndIf

$text = $text()

func info()

send($text())

send("{ENTER}")

EndFunc

while 1

sleep(5000)

ControlSend("Guild Wars","","","{ENTER}")

ControlSend("Guild Wars","","","^v")

ControlSend("Guild Wars","","","{BACKSPACE}")

ControlSend("Guild Wars","","","{ENTER}")

sleep(random(10000,20000))

WEnd

any ideas?

Link to comment
Share on other sites

ur the reason i go nuts in game... lol

but anyway

$bLoop = 0

whats the point of that line? you dont increase it or use it any where from what i can see

Edit: if you need help with a spam bot feel free to PM me I've made one before.

peace

Z

Edited by Zmaster

A great place to start Autoit 1-2-3

Link to comment
Share on other sites

@kungfu

ClipGet()

Cheers, FireFox.

I tried to get the clip, by saying this

"{^v}" = ClipGet()

while 1

sleep(5000)

ControlSend("Guild Wars","","","{ENTER}")

ControlSend("Guild Wars","","",ClipGet())

ControlSend("Guild Wars","","","{ENTER}")

sleep(random(10000,20000))

WEnd

no dice. it got rid of the v at the end, but it still wont send in the game...just hits enter twice

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...