Jump to content

alternative to Send("{ENTER}")


Recommended Posts

helo

i'm looking alternative to Send("{ENTER}") for autoit 3, 2, 4, 9

currently gameguard block's randomly my "enter" :D

my scropt is:

Func Textt()
    send ("{Enter}")
    sleep(200)
    send ("text")
    sleep(200)
    send ("{Enter}")
    sleep(200)
EndFunc

so that 50% is only "send text" + 1x enter"

Edited by akurakkauaaa
Link to comment
Share on other sites

Hm ... u need this for silkroad?

Here is my version if helps :D

#Include <Misc.au3>

MsgBox(0, "lol", "KeyPresser by DoctorSLO  :) , for begining press z key.")


While 1
    If _IsPressed("5A") Then
        zacni()
    EndIf
    
WEnd


Func zacni()
    Do
        Send("{ENTER}")
        Sleep(4000)
    Until _IsPressed("4B") ; this is not working, u must exit scrpit with tray icon > exit
EndFunc

You press z and it starts sending enter every 4 sec

And u must have loader

Edited by DoctorSLO
Link to comment
Share on other sites

helo

i'm looking alternative to Send("{ENTER}") for autoit 3, 2, 4, 9

currently gameguard block's randomly my "enter" :D

my scropt is:

Func Textt()
    send ("{Enter}")
    sleep(200)
    send ("text")
    sleep(200)
    send ("{Enter}")
    sleep(200)
EndFunc

so that 50% is only "send text" + 1x enter"

what do you mean with ''autoit 3, 2, 4, 9''?
Link to comment
Share on other sites

  • Developers

what do you mean with ''autoit 3, 2, 4, 9''?

Version? :D

little bit old though : 25th May, 2007 - v3.2.4.9

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

There must be 1000 threads about not being able to properly send keys to GameGuard targets. Do you know why these questions about bypassing game anticheating/antimacro protections usually get nowhere ?

Because the talented people on this board don't care about these things. :D

Link to comment
Share on other sites

  • 4 weeks later...

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