Can a client force open another program?

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
Hi,

I am wondering if it is possible for a client to force open something? I am interested in having an atcommand which can open a command prompt and initiate some commands.

Thanks

 
@Myriad I guess it needs src mod/plugins to achieve that. Anyways, I found @ping command "request" for plugin way back 2015, here's the link:




 
As I mentioned in topic, it works on 2011/12 client.

However there's some new packets in 2015/16/(17? Haven't tested), which would allow the ping-type of request.

Else the best method is hook a DLL and allow ping with custom made packet, so it works with all clients.

 
Back
Top