Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 00:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Skype Quote Faker Source?

Discussion on Skype Quote Faker Source? within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
Hiyori Kazane's Avatar
 
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.
Hiyori Kazane is offline  
Old 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);
}
berkay2578 is offline  
Thanks
2 Users
Old 01/23/2014, 20:17   #3
 
Hiyori Kazane's Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 37
Received Thanks: 2
Quote:
Originally Posted by berkay2578 View Post
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.
Hiyori Kazane is offline  
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.