Tag Archives: c#

Working With Registry Keys In C# + GO2DB Preview

Sorry for the low quality of this post, i was doing this in a hotel room, and my parents kept bugging me, made me lose my focus several times

Posted in Gaming, Geekz, Hacking | Tagged , , , , , , | 3 Comments

Reading Wave Header Data In C++

Sorry for the low quality, still having trouble splitting the parts Part 1 Part 2 Here are the notes that i wrote down: Wav Headers 4byte type == RIFF 32bit(4byte) size 4byte type == WAVE 4byte type == “fmt ” … Continue reading

Posted in Geekz | Tagged , , | 1 Comment

Using Pointers In C#

Since there really isn’t much about pointers in c#, since it’s such a pain in the ass, and rarely used, here is a quick over-view of them.

Posted in Geekz | Tagged , , | 1 Comment

C# Basic Semi-Polymorhpic Encryption

This is an old post from my archives of videos to add so there is no intro clip Since there is no real point in making a tutorial on simple encryption, i made one for semi-polymorphic. You can easily change … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Galaxy Online 2 Client

So the other day i created a simple program that makes Galaxy Online 2, which is a Facebook application, look like a program. There are many instances where knowing how to do this can be handy. Download Links: V1.0.0.4http://www.megaupload.com/?d=OIXXYSE2 V1.0.0.2http://www.megaupload.com/?d=RKZQZJ03 … Continue reading

Posted in Gaming, Geekz | Tagged , , , , | 31 Comments