Jump to content

Recommended Posts

Posted (edited)

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
Posted (edited)

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
Posted

  akurakkauaaa said:

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''?
Posted

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

  • 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
  • Recently Browsing   0 members

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