Icerige atla
Extraloob

Kopyaladığın son şeyi yapıştır

· 1.6K Yanıt · 118K görüntüleme · Sayfa 70 / 81
Yanıtlar
Y
Yukie ⭐ 19y
#1381
s


(klavyenin s tuşu basmıyorda 😁 )
G
#1382
s


(klavyenin s tuşu basmıyorda 😁 )

Benimkininde 😁 Ekran klavyesi kullan 😜
R
RiqueLme ⭐ 19y
#1383
asdf
W
Wajuka ⭐ 17y
#1384
Rus ruletinden beter!
G
#1385
12
U
Unforgiven ⭐ 17y
#1386
0000CC
B
Black Rain ⭐ 19y
#1390
Resimmiş yapışmıyor 😜
A
Arcadia ⭐ 17y
#1391
Private Sub Form_Load()
MsgBox "Bu program volkan öztürk yapımıdır...", 64, "[email protected]"

End Sub


Private Sub Command1_Click()
WindowsMediaPlayer1.URL = "http://212.175.166.3/TV1"
End Sub

Private Sub Command2_Click()
WindowsMediaPlayer1.URL = "http://212.175.166.3/TV2"
End Sub

Private Sub Command3_Click()

WindowsMediaPlayer1.URL = "http://212.175.166.3/TV4"
End Sub

Private Sub Command4_Click()
WindowsMediaPlayer1.URL = "http://144.122.56.15/odtutv"
End Sub

Private Sub Command6_Click()
WindowsMediaPlayer1.URL = "http://66.90.118.66/eliftv"
End Sub

Private Sub Form_Activate()
a:
Label1 = Format(Now, "hh:mm:ss")
DoEvents
GoTo a
End Sub
W
WeAre ⭐ 19y
#1392
Private Sub Form_Load()
MsgBox "Bu program volkan öztürk yapımıdır...", 64, "[email protected]"

End Sub


Private Sub Command1_Click()
WindowsMediaPlayer1.URL = "http://212.175.166.3/TV1"
End Sub

Private Sub Command2_Click()
WindowsMediaPlayer1.URL = "http://212.175.166.3/TV2"
End Sub

Private Sub Command3_Click()

WindowsMediaPlayer1.URL = "http://212.175.166.3/TV4"
End Sub

Private Sub Command4_Click()
WindowsMediaPlayer1.URL = "http://144.122.56.15/odtutv"
End Sub

Private Sub Command6_Click()
WindowsMediaPlayer1.URL = "http://66.90.118.66/eliftv"
End Sub

Private Sub Form_Activate()
a:
Label1 = Format(Now, "hh:mm:ss")
DoEvents
GoTo a
End Sub


wuhu şunada bak sen 😜 😜
M
#1393
Cause I don't think that they'd understand
M
#1395
҉ Loading…..
G
#1396
Nedense bu müslüm denilen kişinin adını son sıralarda çok duymaya ҉ Loading…..
M
#1397
2 ocak ksk-göz göz dostluk maçımış tut kafasını muahaha 😄
M
#1398
bana masaüstünün resmini at!:D
I
ironEyE ⭐ 18y
#1400
namespace Sro.Framework
{
using System;
using System.IO;

internal class PacketWriter
{
private BinaryWriter bw;
private int dataLen;
private MemoryStream ms = new MemoryStream();

public void Byte(byte data)
{
this.bw.Write(data);
this.dataLen += 2;
}

public void Create(ushort opcode)
{
this.bw = null;
this.ms = null;
this.ms = new MemoryStream();
this.bw = new BinaryWriter(this.ms);
this.bw.Write((ushort) 0);
this.dataLen = 0;
this.Word(opcode);
this.Word(0);
}

public void DWord(uint data)
{
this.bw.Write(data);
this.dataLen += 8;
}

public void Float(float data)
{
this.bw.Write(data);
this.dataLen += 8;
}

public byte[] GetBytes()
{
byte[] buffer = new byte[1];
this.ms.Position = 0L;
ushort num = (ushort) ((this.dataLen - 😎 / 2);
this.bw.Write(num);
this.bw.Close();
buffer = this.ms.ToArray();
this.ms.Close();
return buffer;
}

public void HexString(string data)
{
char[] chArray = new char[data.Length];
for (int i = 0; i < data.Length; i++)
{
chArray = Convert.ToChar(data.Substring(i, 1));
this.bw.Write(chArray);
}
this.dataLen += data.Length;
}

public void LWord(ulong data)
{
this.bw.Write(data);
this.dataLen += 0x10;
}

public void String(string data)
{
char[] chArray = new char[data.Length];
for (int i = 0; i < data.Length; i++)
{
chArray = Convert.ToChar(data.Substring(i, 1));
this.bw.Write(chArray);
}
this.dataLen += data.Length * 2;
}

public void UString(string data)
{
char[] chArray = new char[data.Length];
for (int i = 0; i < data.Length; i++)
{
chArray = Convert.ToChar(data.Substring(i, 1));
this.bw.Write(chArray);
this.bw.Write((byte) 0);
}
this.dataLen += data.Length * 4;
}

public void Word(ushort data)
{
this.bw.Write(data);
this.dataLen += 4;
}
}
}

Yanıt yazmak için giriş yapın.

Giriş Yap
Paylaş: