|
You last visited: Today at 00:01
Advertisement
Skype Quote Faker Source?
Discussion on Skype Quote Faker Source? within the .NET Languages forum part of the Coders Den category.
01/23/2014, 16:10
|
#1
|
elite*gold: 0
Join Date: Jan 2014
Posts: 37
Received Thanks: 2
|
Skype Quote Faker Source?
If anybody got a working Skype Quote Faker source, can you help me?
pm
Old method somehow isn't working.
|
|
|
01/23/2014, 16:50
|
#2
|
elite*gold: 15
Join Date: Aug 2012
Posts: 3,041
Received Thanks: 6,397
|
Code:
private void btnGenerate_Click(object sender, EventArgs e)
{
//txtDateTime & txtNAME & txtMSG are GUI controls.. just in case you didn't know
DateTime time = DateTime.Parse(this.txtDateTime.Text, this.txtDateTime.Culture, DateTimeStyles.AssumeLocal);
TimeSpan span = (TimeSpan) (time.ToUniversalTime() - Epoch);
DataObject data = new DataObject();
string str = string.Concat(new object[] { "[", time, "] ", this.txtName.Text, ": ", this.txtMSG.Text });
data.SetData("System.String", str);
data.SetData("UnicodeText", str);
data.SetData("Text", str);
data.SetData("SkypeMessageFragment", new MemoryStream(Encoding.UTF8.GetBytes(string.Concat(new object[] { "<quote author=\"", this.txtName.Text, " \" timestamp=\"", span.TotalSeconds, "\">", this.txtMSG.Text, "</quote>" }))));
data.SetData("Locale", new MemoryStream(BitConverter.GetBytes(CultureInfo.CurrentCulture.LCID)));
data.SetData("OEMText", str);
Clipboard.SetDataObject(data, true);
}
|
|
|
01/23/2014, 20:17
|
#3
|
elite*gold: 0
Join Date: Jan 2014
Posts: 37
Received Thanks: 2
|
Quote:
Originally Posted by berkay2578
Code:
private void btnGenerate_Click(object sender, EventArgs e)
{
//txtDateTime & txtNAME & txtMSG are GUI controls.. just in case you didn't know
DateTime time = DateTime.Parse(this.txtDateTime.Text, this.txtDateTime.Culture, DateTimeStyles.AssumeLocal);
TimeSpan span = (TimeSpan) (time.ToUniversalTime() - Epoch);
DataObject data = new DataObject();
string str = string.Concat(new object[] { "[", time, "] ", this.txtName.Text, ": ", this.txtMSG.Text });
data.SetData("System.String", str);
data.SetData("UnicodeText", str);
data.SetData("Text", str);
data.SetData("SkypeMessageFragment", new MemoryStream(Encoding.UTF8.GetBytes(string.Concat(new object[] { "<quote author=\"", this.txtName.Text, " \" timestamp=\"", span.TotalSeconds, "\">", this.txtMSG.Text, "</quote>" }))));
data.SetData("Locale", new MemoryStream(BitConverter.GetBytes(CultureInfo.CurrentCulture.LCID)));
data.SetData("OEMText", str);
Clipboard.SetDataObject(data, true);
}
|
Thanks! Translated it into VB.NET tho, because I'm working on something.
|
|
|
 |
Similar Threads
|
[Release] Skype Zitat / Quote Faker
02/18/2014 - Coding Releases - 34 Replies
Hey Leute,
da ich mich in C# einlernen will, schreibe ich aktuell mehrere kleine Tools.
Eines davon ist ein Skype Quote / Zitat faker welchen ich euch heute zur Verfügung stellen will.
Screen: Klick
Youtube: Klick
Download:
Alternativ-Download: http://padrio.de/?page=downloads&action=displa y&id=4
|
[S] Skype Zitat Faker Source (VB.net)
09/28/2013 - elite*gold Trading - 1 Replies
Wer hat den Code zu Verfügung hat => PN.
Suche nur den Sourcecode, kein Programm.
|
Razor Skype Bot | Spamming Funktionen, Quote Faker, IP Resolver & mehr! Ab 0 e*gold!
08/14/2013 - elite*gold Trading - 14 Replies
UPDATED: 02.08.2013 19:13
http://i.epvpimg.com/nQzsg.png
STEALTH SKYPE BOT
Funktionsumfang
In FREE, STANDARD, ADVANCED & PREMIUM enthalten
In STANDARD, ADVANCED & PREMIUM enthalten
In ADVANCED & PREMIUM enthalten
In PREMIUM enthalten
|
[B] VB.net Skype Quote Faker Source mit Timestamp Funktion [S] 10 e*g
08/02/2013 - elite*gold Trading - 0 Replies
x
|
CyberTerror v2.1.1 | Telefon, SMS, Email, Skype, Chat Bomber, Quote Faker, etc.
06/16/2013 - Coders Trading - 7 Replies
.
|
All times are GMT +1. The time now is 00:01.
|
|