elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Estamos en la red social de Mastodon


  Mostrar Mensajes
Páginas: [1]
1  Foros Generales / Dudas Generales / ayuda Para crear cuentas PTC para mapa de pokemon go en: 5 Mayo 2017, 10:22 am
hola amigos  quiero crear cuentas PTC , estoy utilizando el script de KinanCity
me sale este error, por lo que entiendo tengo que crear una lista de proxys con el siguiente formato proxies=185.22.172.196:8080,login:pass@192.168.0.12:3128

espero alguien me pueda ayudar a hacer esta configuracion

Citar
C:\Users\Desktop\Nueva carpeta>java -jar KinanCity-core-1.3.1-SNAPSHOT.jar  -m xxxxx0000@hotmail.com -f xxxxx**** -p xxxxxxx -c 5 -t 5 -nl
INFO  [Kinan City]  -- Start Kinan City CLI --
INFO  [Kinan City] ProxyManager setup with 2 proxies
INFO  [Kinan City] Use a Sequence Account Generator
INFO  [Kinan City] Catpcha Key is valid. Current 2 captcha balance is 0.0
INFO  [NurseJoy(Recycler)] Benched proxy recycler started.
INFO  [Kinan City] Validating given proxies
WARN  [Kinan City] Proxy test for 192.168.0.1:3128 failed, remove proxy
ERROR [Kinan City] Proxy Timed out : connect timed out
WARN  [Kinan City] Proxy test for login:pass@192.168.0.12:3128 failed, remove proxy
INFO  [Kinan City] 0 valid proxies left
INFO  [Kinan City] Configuration is valid. Start processing.
INFO  [Kinan City] 5 account creations added in queue
INFO  [Kinan City] 5 worker thread added
INFO  [Lana] Create account : AccountData(username=xxxxx0000, email=xxxxx0000+xxxxx0000@hotmail.com, password=xxxxxxx)
INFO  [Brock] Create account : AccountData(username=xxxxx0001, email=xxxxx0000+xxxxx0001@hotmail.com, password=)
INFO  [Max] Create account : AccountData(username=xxxxx0003, email=xxxxx0000+xxxxx0003@hotmail.com, password=xxxxxxx)
INFO  [Dawn] Create account : AccountData(username=xxxxx0002, email=xxxxx0000+xxxxx0002@hotmail.com, password=xxxxxxx)
INFO  [Kiawe] Create account : AccountData(username=xxxxx0004, email=xxxxx0000+xxxxx0004@hotmail.com, password=xxxxxxx)
INFO  [Lana] No proxy slots available for now. Start waiting for one. 0 proxies in rotation and 0 benched.
INFO  [Brock] No proxy slots available for now. Start waiting for one. 0 proxies in rotation and 0 benched.
INFO  [Kiawe] No proxy slots available for now. Start waiting for one. 0 proxies in rotation and 0 benched.
INFO  [Dawn] No proxy slots available for now. Start waiting for one. 0 proxies in rotation and 0 benched.
INFO  [Max] No proxy slots available for now. Start waiting for one. 0 proxies in rotation and 0 benched.
INFO  [Lana] Still no proxy slots available. Keep waiting
INFO  [Dawn] Still no proxy slots available. Keep waiting
INFO  [Max] Still no proxy slots available. Keep waiting
INFO  [Brock] Still no proxy slots available. Keep waiting
INFO  [Kiawe] Still no proxy slots available. Keep waiting
INFO  [Lana] Still no proxy slots available. Keep waiting
INFO  [Kiawe] Still no proxy slots available. Keep waiting
INFO  [Dawn] Still no proxy slots available. Keep waiting
2  Programación / Programación C/C++ / Re: ayuda dev c ++ en: 13 Mayo 2011, 19:44 pm
el problema es que cuando iega a la pregunta que si quiere realizar otra opcion el programa se queda trabado como luciono eso??????''
3  Programación / Programación C/C++ / ayuda dev c ++ en: 13 Mayo 2011, 05:43 am
hol amigos quisiera que me ayudaran con este programa me podrian decir el error de este


#include<stdio.h>
#include<stdlib.h>
#include<math.h>//se utilizo math ya que se utilizo la raiz(sqrt) y las potencias(pow)
main()
{//inicio de main
int A[3],B[3],i,a;//vectores A y B declarados con arreglos
char var,s,S,opcion;
//MENU
system("cls");
printf("\t\tPROGRAMA QUE PIDE DOS VECTORES Y REALIZA LAS SIGUIENTES OPERACIONES");
printf("\n\n\t\t-1-SUMA VECTOR A y B");
printf("\n\t\t-2-MODULO DEL VECTOR A");
printf("\n\t\t-3-MODULO DEL VECTOR B");
printf("\n\t\t-4-PRODUCTO PUNTO DEL VECTOR A y B");
printf("\n\t\t-5-PRODUCTO CRUZ DE A y B\n\n");
//ya que el usuario ira metiendo los valores se utiliza un for para cada vector
for (i=0;i<3;i++)
{
printf("\n\t\tValor No.%d del vector A entero ",i);
scanf("%d",&A);
}
for (i=0;i<3;i++)
{
printf("\n\t\tValor No.%d del vector B entero ",i);
scanf("%d",&B);
}
printf("\n\n\t\tOperacion a realizar ");
scanf("%d",&a);
switch(a)
{//inicio del switch
case 1:
printf("\n\t\t\tA+B=(%d,%d,%d)\n\n",A[0]+B[0],A[1]+B[1],A[2]+B[2]);
break;
case 2:
printf("\n\t\t\t|A|=%f",sqrt((pow(A[0],2))+(pow(A[1],2))+(pow(A[2],2))));
break;
case 3:
printf("\n\t\t\t|B|=%f",sqrt((pow(B[0],2))+(pow(B[1],2))+(pow(B[2],2))));
break;
case 4:
printf("\n\t\t\tA°B=%d",A[0]*B[0]+A[1]*B[1]+A[2]*B[2]);
break;
case 5:
printf("\n\t\t\tAxB=(%d)i-(%d)j+(%d)k",(A[1]*B[2])-(A[2]*B[1]),(A[0]*B[2])-(A[2]*B[0]),(A[0]*B[1])-(A[1]*B[0]));
break;
default:
printf("\n\t\tNo es correcta tu opcion\n\n");
}//fin de switch
/*el usuario respondera a la pregunta y dependiento de esta
se terminara el programa o se borrara la pantalla*/
printf("\n\n\t\tDesea que se realice otra opcion (Y o N)\?\t");
scanf("%s",&var);
while(var=='Y');


system("PAUSE"); 
return 0;
}
//fin de main
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines