[Tool]International SRO Key Presser[Works Minimized]

07/12/2009 21:35 haah#106
can this buff party members?
07/13/2009 02:56 theoneofgod#107
Quote:
Originally Posted by haah View Post
can this buff party members?
No, It cannot select players. It's just a keypresser.
07/13/2009 05:26 LegendaryHeroes#108
Quote:
Originally Posted by theoneofgod View Post
No, It cannot select players. It's just a keypresser.
Well, you can select a player in the party with MouseClick :P
When you play a game, isn't the only thing you do is press keys and click mouse? :D

I'll try to add more conditions and actions to the script, but decoding a text is a hard thing to do O_O
07/13/2009 06:06 theoneofgod#109
Quote:
Originally Posted by LegendaryHeroes View Post
Well, you can select a player in the party with MouseClick :P
When you play a game, isn't the only thing you do is press keys and click mouse? :D

I'll try to add more conditions and actions to the script, but decoding a text is a hard thing to do O_O
True,

If you made it scriptable like..

Ctrl + 2 Sleep (500) Send 3 Sleep (4000) Send 4 Sleep (4000) Sleep (300000) Then loop it, it will work to rebuff, but it be unintelligent, sending clicks to minimized windows via _clickplus works good, but you don't need to use clicks.

I've made a few programs via _Clickplus but ControlSend seems to be more reliable.
07/13/2009 10:59 masterofstr3#110
dont work for me....,

if i open the presser it askes me if i want to update,

if i just press no it tells me this:
Line -1:

Error: the requested action with this opject has failed

brb?... help me
07/13/2009 12:19 DarkPassion#111
Quote:
Originally Posted by LegendaryHeroes View Post
Alright. I found what cause it. You need to install WinPcap (google it)
Install the latest one or from version 4.0 will make it works :)
Here is the home page of PacketX [Only registered and activated users can see links. Click Here To Register...]
You can install the full program.

Damn Vista has too much bug and security :D

And the reason of the DllRegisterServer code 0x80070005 is: (quote from Microsoft)
Try that masterofstr3
07/13/2009 13:41 LegendaryHeroes#112
Read above. You need WinPcap
07/13/2009 21:43 haah#113
Quote:
Originally Posted by LegendaryHeroes View Post
Well, you can select a player in the party with MouseClick :P
When you play a game, isn't the only thing you do is press keys and click mouse? :D

I'll try to add more conditions and actions to the script, but decoding a text is a hard thing to do O_O
can you show me how to do this?
07/14/2009 00:27 blogdor#114
Hi everyone, this looks like a very nice tool, but I am not good with stuff like this, so I need some help. Thank you in advance. The issue I have is first of all, where do i extract it? second when I click on condor client manager, it is giving me an error (line -1 Error: The requested action withthe object has failed). Some help would be nice. Thank you in advance
07/14/2009 11:06 DarkPassion#115
Quote:
Originally Posted by LegendaryHeroes View Post
Read above. You need WinPcap
I said it again,as legendary said it many times.Use winPcap to get rid of that error with line-1
07/14/2009 16:03 LegendaryHeroes#116
lol
Fuking blackapplehost. I can't login nor found my page now... Guess they deleted all data
07/15/2009 23:01 R14#117
its working right now?
07/17/2009 13:28 LegendaryHeroes#118
Here is my new home page [Only registered and activated users can see links. Click Here To Register...]
There's a new version 3.11, you can go there to dl. I think this would be the last version, coz there is no more things to add. I wonder if you want to source code?

Changelog v3.11:
- You can use a combination of conditions with 'And' 'Or' 'Not' and you can call any autoit functions or expression
- you can do multiple actions with functions call, variables could be affected using function Assign
- to compare opcode, source ip, etc.. now you must use variable $OPCODE, $SOURCE, $DESTINATION, $DATA

Examples of script:
make alarm when login (fill xxxx with the right opcode)
Code:
$OPCODE=xxxx
          SoundPlay("music file path")
Don't forget the quote

Autopot
Code:
Eval("var1") = ""
         Assign("var1",_MemoryOpen(ProcessExist("sro_client.exe")))

$currentHP/$maxHP < 50
         Send("8")
         Sleep(500)
Replace or assign $currentHP and $maxHP with
Code:
_MemoryRead(_MemoryRead($address,$var1)+$offset,$var1)
If you want to read a string use _MemoryRead($address,$target, 'char[20]')
char[x] to read x characters, the default is type 'dword'
Address is in 0x... format
You can use ControlSend if you want to send in minimize
07/17/2009 22:06 bodjia#119
I cannot start the program gives out such error
[Only registered and activated users can see links. Click Here To Register...]
As to me it to start
07/18/2009 06:18 DImported#120
Quote:
Originally Posted by x_king_x View Post
Hide IT
I bet you didn't pass first grade.