HOME

Showing posts with label JAVASCRIPT. Show all posts
Showing posts with label JAVASCRIPT. Show all posts

Sunday, September 4, 2011

How to make a Keygen with C++ [and a bit of C# & VB]


Keygen Tutorial

Steps:
...
1. Download & Install Microsoft Visual C++ Express (2008 - 2010)
[Get the trial off microsoft official website and to keep it for more than 30 days, delete the registration folder in regedit]

2. Start a new project, name it, and select "Windows Forms Application".

3. Select the size of your keygen form and then right click it, properties and on FormBorderStyle, select None.
[This is used to remove the titlebar and windows margins.



4. A little bit below, turn "Maximise/Minimise Box" and "Control Box" to false. Topmost must be true if you want your keygen to always stay on top of other windows.
[Other options such as "Show icon/Show in taskbar" are self explainatory, so set to false if you wish]

5. Now you can start designing your keygen. Either make a "Background Image" on your form1 or from the "toolbox" {look for a hammer icon above} add a "PictureBox". To add an image, click the arrow above the dragged box and "Choose Image", then once selected you can stretch it.

6. You can add labels for text, a progress bar... buttons, text box [this will have your generated serial] and so on, use your imagination.

7. Everything you add pretty much has a "Properties" option which like Form1, you can edit stuff in it.

8. To add music to your keygen, you have two methods. There will be a bit of C# or Visual Basic here but it's easy enough. For implemented music, check this out http://msdn.microsoft.com/en-us/library/...S.85).aspx
If you want to skip this, then make a WebBrowser control, make it small and invisible. Put the url to a youtube website or whatever has music to it and it will begin automatically.

9. Animations are simply added by using a .gif file in your picture box instead of a bitmap/jpg.

10. To make your buttons work, just make an event (double click button until you are taken to the code).
Now there are a few paths you can take for this to generate serials. Let's assume this is the [ Generate ] button.

The way I know so far is below: [You MUST have a "TextBox" so that the below will get generated in it visually]



Code:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
srand((unsigned)time(0));
int number;
number = (rand()%7)+1;

if (number == 1)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 2)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 3)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 4)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 5)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 6)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
else
if (number == 7)
this->richTextBox1->Text = L"XXXX - XXXX - XXXX - XXXX - XXXX";
}

This just makes a variable generate on random from 1 - 7 and each one will have a specific serial.
The code above requires two headers for the script to work :
#include
#include

11. Now that you don't have a control or titlebar, it's most likely you must have a way to exit the application. Use this->Close(); on your [ Exit ] button event.

12. The rest is up to yourself and your creativity, add colours and so on.
F7 to compile, CTRL + F5 to test, and to finish it up in an EXE, select RELEASE below the "Tools"window and compile.

Read More ..

JAVA SCRIPT UNTUK PREMIUM COOKIES WITHOUT ADD- ONS

PREMIUM ACCOUNT JAVASCRIPT

Step 1
Copy of the script that you want to use.

... Rapidshare:
Code:
javascript:hf="http://rapidshare.com/";if(location.href.indexOf(":\/\/rapidshare.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Rapidshare%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Rapidshare%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="enc="+c+";domain=.rapidshare.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}



Hotfile:
Code:
javascript:hf="http://hotfile.com/";if(location.href.indexOf(":\/\/hotfile.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Hotfile%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Hotfile%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="auth="+c+";domain=.hotfile.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Megaupload:
Code:
javascript:hf="http://megaupload.com/";if(location.href.indexOf(":\/\/megaupload.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Megaupload%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Megaupload%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="user="+c+";domain=.megaupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Fileserve:
Code:
javascript:hf="http://fileserve.com/";if(location.href.indexOf(":\/\/fileserve.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Fileserve%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Fileserve%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.fileserve.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Oron:
Code:
javascript:hf="http://oron.com/";if(location.href.indexOf(":\/\/oron.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Oron%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Oron%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="xfss="+c+";domain=.oron.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Easy-Share:
Code:
avascript:hf="http://easy-share.com/";if(location.href.indexOf(":\/\/easy-share.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Easy-Share%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Easy-Share%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="PREMIUM="+c+";domain=.easy-share.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}





filesonic:
code:
javascript:hf="http://www.filesonic.com/";if(location.href.indexOf("www.filesonic.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20filesonic%20page,%20click%20OK%20to%20direct-to%20filesonic%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20filesonic%20Cookie","cookie%20filesonic");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.filesonic.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

wupload:

code:
javascript:hf="http://wupload.com/";if(location.href.indexOf(":\/\/www.wupload.com")==-1){g=confirm("Cliquez%20OK%20pour%20aller%20sur%20wupload.com\n");if(g)location.href=hf;void(0);}else{c=prompt("Entrez%20votre%20cookie%20wupload.com%20ici%20","Cookie%20wupload");if(c){r=confirm("Enregistrer%20ce%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="PHPSESSID
="+c+";domain=.wupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Step 2
Paste the script into the address on the browser you use.

Step 3

Click the GO button in the address bar or press Enter.
A popup will come.Press OK.


Step 4

After pressing the OK button and you will be redirected to the filehost's page.
Paste the script again in your address and press Enter, and now you will get a popup asking for the cookie.


Step 5
Enter the cookie.


You will now be logged in as the member whose cookie you are using

Read More ..