Post: [Fake] Minecraft Gift Code Generator Tutorial
04-30-2013, 09:06 PM #1
Pichu
RIP PICHU.
(adsbygoogle = window.adsbygoogle || []).push({});
On this forum I know there are many of you who like "Black Hat" work.


This tutorial is for the script kiddies out there who want to make a fake "Minecraft Gift Code Generator". This is the structural base and is how I would go about creating one.


You must login or register to view this content.


    using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;


namespace Minecraft_Gift_Code_Generator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}


private void Form1_Load(object sender, EventArgs e)
{


}


private void button1_Click(object sender, EventArgs e)
{
/*Written by Pichu https://www.nextgenupdate.com/forums/members/450946-pichu.html
*
* Visit my website at: www.TutorialsMadeSimple.org
*
* */
SHA256CryptoServiceProvider sha = new SHA256CryptoServiceProvider();
UTF32Encoding utf = new UTF32Encoding();
string value = BitConverter.ToString(sha.ComputeHash(utf.GetBytes(new Random().Next(0, 1000).ToString()))).Replace("-", "").Remove(12);
value = value.Insert(4, "-");
value = value.Insert(9, "-");
textBox1.Text = value;

}
}
}


Full project download here: You must login or register to view this content.

Application Download Here: You must login or register to view this content.
Last edited by Pichu ; 05-25-2013 at 06:11 AM.

The following 2 users say thank you to Pichu for this useful post:

Flappy Bird, M.Mac
04-30-2013, 09:11 PM #2
Flappy Bird
< ^ > < ^ >
Originally posted by Pichu View Post
On this forum I know there are many of you who like "Black Hat" work.


This tutorial is for the script kiddies out there who want to make a fake "Minecraft Gift Code Generator". This is the structural base and is how I would go about creating one.


You must login or register to view this content.


    using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;


namespace Minecraft_Gift_Code_Generator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}


private void Form1_Load(object sender, EventArgs e)
{


}


private void button1_Click(object sender, EventArgs e)
{
/*Written by Pichu https://www.nextgenupdate.com/forums/members/450946-pichu.html
*
* Visit my website at: www.TutorialsMadeSimple.org
*
* */
SHA256CryptoServiceProvider sha = new SHA256CryptoServiceProvider();
UTF32Encoding utf = new UTF32Encoding();
string value = BitConverter.ToString(sha.ComputeHash(utf.GetBytes(new Random().Next(0, 1000).ToString()))).Replace("-", "").Remove(12);
value = value.Insert(4, "-");
value = value.Insert(9, "-");
textBox1.Text = value;

}
}
}


If you want to download the source + project, just visit my website and under downloads; you will see a link to this project.

You are free to use it how you wish, it is open source.



Nice ^^
05-08-2013, 06:42 PM #3
BrinkerzHD
Ex PS3 Modder
Cool little thing ^^
You must login or register to view this content.
05-08-2013, 07:11 PM #4
Pichu
RIP PICHU.
Originally posted by BrinkerzHD View Post
Cool little thing ^^
You must login or register to view this content.


Always glad to help. :P
05-22-2013, 04:50 AM #5
Seems legit. I'm going to try this out Happy
05-22-2013, 05:42 AM #6
Pichu
RIP PICHU.
Originally posted by polunom View Post
Seems legit. I'm going to try this out Happy


It's fake...

The following user thanked Pichu for this useful post:

One
05-22-2013, 02:56 PM #7
I know. What's the link to your site? I couldn't find it. tutorialsmadesimple.org is not working. It shows a blank page, with some options.
Last edited by polunom ; 05-22-2013 at 03:02 PM.
05-22-2013, 10:27 PM #8
Pichu
RIP PICHU.
Originally posted by polunom View Post
I know. What's the link to your site? I couldn't find it. tutorialsmadesimple.org is not working. It shows a blank page, with some options.


I've had a crash with my files; I'm currently fixing my forum and will have my tutorial site back up and running here in a couple of days.
05-22-2013, 10:29 PM #9
Originally posted by Pichu View Post
I've had a crash with my files; I'm currently fixing my forum and will have my tutorial site back up and running here in a couple of days.


Could you just send the exe file over?
05-22-2013, 10:46 PM #10
Pichu
RIP PICHU.
Originally posted by polunom View Post
Could you just send the exe file over?


Sure. Here, PMing you it now.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo