Help - Search - Members - Calendar
Full Version: OSK Project
AC Tools Everything Macro > AC Tool Macros > Macro Development
Bear
Here's a Link to the Thread that Started the OSK Project.

Mind you all, this is Intended as a Plugin to be used with Macro's you create. tongue.gif
Be sure to read the Build Notes.

Now contains an Ugly Tutorial. Feedback??

crudohgod
nice job i'll try this soon
Bear
QUOTE(Bear @ Sep 5 2008)
Started Working on this Again.. Bored at Work.. tongue.gif Currently working on Enhanced,Blocked,101keys. V0.65


Bump ph34r.gif
ooz
QUOTE(Bear @ Sep 5 2008, 07:34 PM) *
QUOTE(Bear @ Sep 5 2008)
Started Working on this Again.. Bored at Work.. tongue.gif Currently working on Enhanced,Blocked,101keys. V0.65


Bump ph34r.gif


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:
CODE
Loop 999999999                                                     // keep repeating the whole process
    Keys 1                                                                 // press the key "1" for auto-attack function
        Delay 20 sec                                                // wait 20 sec (atk+rest time)
    Keys 2                                                                // press the key "2" for auto-looting
    Keys 2                                                                
        Delay 500                                                        // delay of 0.5 second if there are 2 drops
    Keys 2                                                                
    Keys 2                                                                
    Keys 2                                                                
        Delay 2 sec                                                    // delay of 2 sec for auto atking again
End


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!
Bear
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
Bear
bump - v0.70
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.