Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Download & Extract

Run it using java

java.exe keygenme

Try keygenning this if you can. ;)

I'll give source later :P

keygenme.rar

Edited by NewEraCracker

hi mate!

import java.io.PrintStream;
import java.util.Scanner;public class keygenme
{ public keygenme()
{
} public static void main(String args[])
{
Scanner scanner = new Scanner(System.in);
System.out.println();
System.out.println();
System.out.print("Insert your 7 Digit Numeric Key: ");
int i = scanner.nextInt();
System.out.println();
System.out.println();
if(i % 2 == 0 || i % 3 == 0 || i % 5 == 0 || i <= 0x12d687 || i >= 0x96b43f)
System.out.print("Try again");
else
System.out.print("Easy, wasn't it");
System.out.println();
System.out.println();
}
}

Good Luck ,

GioTiN

  • Author

Original Source:

import java.util.Scanner;

public class keygenme{

public static void main (String [] Args){

Scanner keyboard = new Scanner (System.in);

System.out.println();

System.out.println();

System.out.print("Insert your 7 Digit Numeric Key: ");

int key = keyboard.nextInt ();

System.out.println();

System.out.println();

// do

// {

// key = (int) (Math.random() * 10000000);

// }

// while ( key%2==0 || key%3==0 || key%5==0 || key<=1234567 || key>=9876543 );

// System.out.println(key);

if( key%2==0 || key%3==0 || key%5==0 || key<=1234567 || key>=9876543 )

{

System.out.print("Try again");

}

else

{

System.out.print("Easy, wasn't it");

}

System.out.println();

System.out.println();

}

}

Edited by NewEraCracker

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.