Type Message

07/26/2020 17:27 loader8#1
Hi guys!, who can tell me what Type of Message i need to send to the bot to write in this place
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

i only know this type of Message
Private
Notice

if u know more pliz tell me
07/26/2020 18:33 Laag#82#2
Hello,

i don't understand you

This can help you :)


PHP Code:
public void SendNotify(string Msg)
{
    
Packet packet_2 = new Packet(0x300C);
    
packet_2.WriteUInt16(3100);
    
packet_2.WriteUInt8(2);
    
packet_2.WriteAscii(Msg);
    
C_Security.Send(packet_2);
    
Send(false);

[Only registered and activated users can see links. Click Here To Register...]
07/26/2020 20:11 loader8#3
Quote:
Originally Posted by khaleed2010 View Post
Hello,

i don't understand you

This can help you :)


PHP Code:
public void SendNotify(string Msg)
{
    
Packet packet_2 = new Packet(0x300C);
    
packet_2.WriteUInt16(3100);
    
packet_2.WriteUInt8(2);
    
packet_2.WriteAscii(Msg);
    
C_Security.Send(packet_2);
    
Send(false);

[Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by xTomasky View Post
i don't understand
i just want to write in that part., without filter
07/26/2020 21:05 Laag#82#4
Quote:
Originally Posted by loader8 View Post
i just want to write in that part., without filter
no other solution

you need filter
07/26/2020 21:11 Piskota#5
Quote:
Originally Posted by loader8 View Post
Hi guys!, who can tell me what Type of Message i need to send to the bot to write in this place
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

i only know this type of Message
Private
Notice

if u know more pliz tell me
[Only registered and activated users can see links. Click Here To Register...]
07/27/2020 00:35 loader8#6
Quote:
Originally Posted by khaleed2010 View Post
no other solution

you need filter
thx bro! then for the code!
i will try it :)