QUOTE(ooz @ Feb 24 2009, 04:47 PM)

well i have this code for a game, but it doesnt work anymore because of GG, i tried window mode + onscreen keyboard like you said and clicked the 1 and it worked..
this is the code:
i tried getting it to work with the file i downloaded above but how do i make the code so the game sees my keypresses again?
thanks!
Just downloading it isn't gonna help ya, you also need to INCLUDE it into the top of your Macro.
Well now, that's Interesting, being this is the first Feedback I've had for this, looking back at the 0.5 code, I didn't include a Procedure to process the OSK Key strokes inside the Incs.. I did have two procedure's in the .Mac's. I'll be updating the First post to include a Stroke Procedure "Message" handler.
CODE
Include OSK_Project.inc
IF $uiVer_ResOSK >= 0.6
Call incOSK
Else
Timestamp Your Resolution_OSK.inc file is too Old. You need to upgrade!
End
Loop 999999999 // keep repeating the whole process
Call Message $Key_1 // press the key "1" for auto-attack function
Delay 20 sec // wait 20 sec (atk+rest time)
Call Message $Key_2 // press the key "2" for auto-looting
Call Message $Key_2
Delay 500 // delay of 0.5 second if there are 2 drops
Call Message $Key_2
Call Message $Key_2
Call Message $Key_2
Delay 2 sec // delay of 2 sec for auto atking again
End