akurakkauaaa Posted June 4, 2009 Posted June 4, 2009 (edited) heloi'm looking alternative to Send("{ENTER}") for autoit 3, 2, 4, 9currently gameguard block's randomly my "enter" my scropt is:Func Textt() send ("{Enter}") sleep(200) send ("text") sleep(200) send ("{Enter}") sleep(200) EndFuncso that 50% is only "send text" + 1x enter" Edited June 4, 2009 by akurakkauaaa my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
DoctorSLO Posted June 4, 2009 Posted June 4, 2009 (edited) Hm ... u need this for silkroad? Here is my version if helps #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 June 4, 2009 by DoctorSLO
akurakkauaaa Posted June 4, 2009 Author Posted June 4, 2009 not ... in gmo still bad ;/ my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
oMBRa Posted June 4, 2009 Posted June 4, 2009 helo i'm looking alternative to Send("{ENTER}") for autoit 3, 2, 4, 9 currently gameguard block's randomly my "enter" 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''?
Developers Jos Posted June 4, 2009 Developers Posted June 4, 2009 (edited) what do you mean with ''autoit 3, 2, 4, 9''?Version? little bit old though : 25th May, 2007 - v3.2.4.9 Edited June 4, 2009 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.Â
akurakkauaaa Posted June 4, 2009 Author Posted June 4, 2009 yes, but compatible. v3.2.5.0 and later are restricted by GameGuard (require baypas) my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
akurakkauaaa Posted June 4, 2009 Author Posted June 4, 2009 my bot has 2 years... all cod is ok, but not {ENTER} & {NUMPADENTER} fu%&$*# new GG my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
Bert Posted June 4, 2009 Posted June 4, 2009 GameGuard is there for a reason. Don't cheat, and play the game as it was meant to be played - with a HUMAN operator, not a bot. The Vollatran project  My blog: http://www.vollysinterestingshit.com/
akurakkauaaa Posted June 4, 2009 Author Posted June 4, 2009 GameGuard is there for a reason. Don't cheat, and play the game as it was meant to be played - with a HUMAN operator, not a bot.thanks for information, but still have problem my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
akurakkauaaa Posted June 5, 2009 Author Posted June 5, 2009 (edited) ControlSend(enter) too Edited June 5, 2009 by akurakkauaaa my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
akurakkauaaa Posted June 7, 2009 Author Posted June 7, 2009 bump my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch
Inverted Posted June 7, 2009 Posted June 7, 2009 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.
Paulmito Posted July 2, 2009 Posted July 2, 2009 send("{ENTER down}") sleep 300 send("{ENTER up}") Im mad with new GG too. If works tells me !!!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now