Yoko

All sides of Injection
It is currently 2026-03-17 21:59:14

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-10-24 05:08:52 
Offline

Joined: 2004-05-03 17:30:45
Posts: 32
Location: OR
Ok, I know it is not possible, but maybe you can find some tricks to let 2 injections comunicate between them. I explain: i have 2 clients opened, both of them with injection. Now i want that, when an enemy is found, one of the clients "calls" the other one, so that it is alerted of the enemy presence. The 2 characters are in very far places, so thay can't just say something (like HEEELP).

My idea was to make the client write something on a file, and the file was continuosly scanned by the other client (open, read, close, open, read, close), searching a new line. This is not possible because a file can be used only once (i really can't understand why..).

Can you think to something that can be reailzed with what we actually have?

_________________
OR


Top
   
 Post subject:
PostPosted: 2004-10-24 08:35:26 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
Try 2 use Get(Set)EasyUO(number,"text").



Main Injection
Code:
...
UO.SetEasyUO(20, EnemySerial)
...




Assistent Injection
Code:
...
Var EnemySerial
While True
  Wait(150)
  If UO.GetEasyUO(20)<>"0" Then
    EnemySerial=UO.GetEasyUO(20)
    UO.SetEasyUO(20, "0")
    FightWithEnemy(EnemySerial)
  EndIf
Wend
...


And U must have HKEY_CURRENT_USER\Software\EasyUO in your windows registry.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited