oxguy3

Main.java - AltStealer

Jan 11th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.  
  2. public class Main {
  3.    
  4.     /**
  5.      * @param args
  6.      */
  7.     public static void main(String[] args) {
  8.         String str="";
  9.         for (int i=0; i<10; i++) {
  10.             try {
  11.                 str = new V("http://alts.min.vc/?getalt&key=" + "2a1a8d1584b6662c24134ef95999a781").bP();
  12.                 System.out.println(str);
  13.             } catch (Exception e) {e.printStackTrace();}
  14.            
  15.         }
  16.     }
  17.    
  18. }
Add Comment
Please, Sign In to add comment