I See This Packet Is Not Implemented Then I Implement It:
Opens Default Web Browser
Tested In Windows Xp/Vista, Internet Explorer, FireFox
Code:
function gPacketHandler.kPacket_Web_Browser()
local input = GetRecvFIFO()
local id = input:PopNetUint8()
local size = input:PopNetUint16()
local url = FIFO_PopZeroTerminatedString(input, size)
local file = io.open("tmp.url", "w")
file:write("[InternetShortcut]\n")
file:write("URL=" .. tostring(url) .. "\n")
file:flush()
file:close()
io.popen(tostring("tmp.url"))
end
packet id = 0xA5
Staff Command: [ob
www.iris2.de
Regards
Sehlor