Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 9 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 9 Misafir Yok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
[C#]Sharecash Reflector[C#][Source Code]
1 sayfadaki 1 sayfası
[C#]Sharecash Reflector[C#][Source Code]
[quote='Devilmaycry' pid='127642' dateline='1307003559']
Here is the ShareCash Reflector In C#....
You Can Find the Vb.net Source Here
Here is the Full Source
COMMENTS ARE WELCOME
PLEASE DON'T SPAM THIS...IF U FOUND ANY ERROR PUT IN THE COMMENTS I TRY TO REMOVE THOSE..
[/quote]
Here is the ShareCash Reflector In C#....
You Can Find the Vb.net Source Here
Here is the Full Source
- Kod:
using System.Text;
using System.Net;
public class Form1
{
private void button1_Click(System.Object sender, System.EventArgs e)
{
TextBox2.Text = ("http://sharecash.org/download.php?file=" + Reflect(txtmirror.Text.Substring((txtmirror.Text.LastIndexOf('/') + 1))));
}
private string Reflect(string mirrorId)
{
mirrorId = mirrorId.Remove(0, 1);
StringBuilder builder = new StringBuilder();
char ch = '\0';
foreach (char ch_loopVariable in mirrorId) {
ch = ch_loopVariable;
if (((ch >= '0') && (ch <= '9'))) {
builder.Append(ch);
} else if ((ch == '-')) {
builder.Append("52");
} else if ((ch == '_')) {
builder.Append("53");
} else {
if ((char.ToLower(ch) < 'f')) {
builder.Append('0');
}
builder.Append(Convert.ToInt32((((char.ToLower(ch) == 'a') * 2) + Convert.ToInt32(char.IsUpper(ch)))));
}
}
return builder.ToString();
}
private void txtmirror_TextChanged(System.Object sender, System.EventArgs e)
{
string str1 = (txtmirror.Text);
if (str1.Contains("sharecash")) {
Interaction.MsgBox("You must make your link a mirror!");
txtmirror.Text = "";
}
}
}
COMMENTS ARE WELCOME
PLEASE DON'T SPAM THIS...IF U FOUND ANY ERROR PUT IN THE COMMENTS I TRY TO REMOVE THOSE..
[/quote]
Similar topics
» [Source C++ 1.15] Uhack Source code
» [Source Code] C# WriteProcessMemory/ReadProcessMemory
» Code Source PB [PointBlank]
» Old MapleStory Bot source code
» FaceBook Login + FaceBook Freezer Using HttpWebrequest[Source Code]
» [Source Code] C# WriteProcessMemory/ReadProcessMemory
» Code Source PB [PointBlank]
» Old MapleStory Bot source code
» FaceBook Login + FaceBook Freezer Using HttpWebrequest[Source Code]
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO