Advertisement
Guest User

Sought chips of the black triangle pilots

a guest
Oct 11th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.18 KB | None | 0 0
  1. //••••----------••••
  2. protected String yR5AdrMc(int lp,Boolean rng,int rngPrt,int prt,int tmo){
  3. // /  //   ///    ////
  4. //You need older version
  5. //of Android OS to run
  6. //this function, it
  7. //uses Airplane Mode
  8. //toggling automatic
  9. //for stealth.
  10. ////    ///   //  / //
  11. //lp = Total Loop
  12. //rng = do by a port range
  13. //rngPrt = the range of ports
  14. //prt = the single port to scan
  15. //tmo = timeout of connect
  16. //  /  //   ///    ///
  17. //Brought to you by
  18. //the Black Triangle Pilots
  19. ////    ///   //  / //
  20. double[]nDy={1,1};
  21. int nRy[]={0,1,2,3,4,5,6,7,8,9,45};
  22. int rtPt=1;int rpt=1;
  23. String[]sRy={"","",""};
  24. Random rnd=new Random();
  25. Boolean apm=false;
  26. for(int v=0;v<lp;v++) {
  27. rpt=rnd.nextInt(100);
  28. if(rpt==0){
  29. rpt=rnd.nextInt(100);}
  30. if(rpt==0){
  31. rpt=rnd.nextInt(100);}
  32. for(int w=0;w<rpt;w++){
  33. nDy[0]=1;nDy[1]=1;
  34. for(int x = 0; x < 2; x++){
  35. sRy[x]="";}
  36. for(int y=0;y<4;y++){
  37. nRy[10]=rnd.nextInt(45);
  38. nDy[0]=nRy[rnd.nextInt(10)]%(Math.cos(nRy[10]*Math.ceil(7)/(Math.round(nRy[10]*Math.nextUp(6)))));
  39. nDy[0]=nDy[0]+(Math.ceil(nDy[0]+nRy[rnd.nextInt(10)])+(y*nRy[10]));
  40. if(nDy[0]>rnd.nextInt(122)){
  41. nDy[0]=nDy[0]+rnd.nextInt(122);
  42. if(nDy[0]>256){
  43. nDy[1]=nDy[0]-256;
  44. nDy[0]=nDy[1]-nDy[0];}}
  45. nDy[0]=Math.round(nDy[0]);
  46. if(nDy[0]==0.0){
  47. nDy[0]=rnd.nextInt(257);
  48. if(nDy[0]==0){
  49. nDy[0]=rnd.nextInt(257);}}
  50. sRy[0]=String.valueOf(nDy[0]);
  51. if(y<=2){
  52. sRy[1]=sRy[1]+sRy[0].substring(0,sRy[0].length()-1);}
  53. else{
  54. sRy[1]=sRy[1]+sRy[0].substring(0,sRy[0].length()-2);}}
  55. try{
  56. Socket sckt=new Socket();
  57. if(!rng){
  58. rtPt=prt;
  59. sckt.connect(new InetSocketAddress(sRy[1],rtPt),tmo);}
  60. else{
  61. rtPt=rnd.nextInt(rngPrt);
  62. sckt.connect(new InetSocketAddress(sRy[1],rtPt),tmo);}
  63. sckt.close();
  64. sRy[2]=sRy[2]+"\n"+sRy[1]+"/PortOpen: "+String.valueOf(rtPt);}
  65. catch(Exception ex){}}
  66. apm=Settings.System.getInt(getContentResolver(),Settings.System.AIRPLANE_MODE_ON,0)==1;
  67. Settings.System.putInt(getContentResolver(),Settings.System.AIRPLANE_MODE_ON,apm?0:1);
  68. Intent iN=new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  69. iN.putExtra("state",!apm);
  70. sendBroadcast(iN);
  71. SystemClock.sleep(4000);
  72. iN.putExtra("state",true);
  73. SystemClock.sleep(6000);}
  74. return sRy[2];}
  75. //••••----------••••
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement