ATTENTION: BE CAREFUL, this is my first release ever, so it may contain bugs, problems or whatever you can imagine read carefully all the post before use the program, if you dont read it you will not know how it works
THE NUMBER OF LINES OF DATA.TXT MUST BE LESS THAN 20! (so not more than 20 users). ONLY USE THE PROGRAM ONCE A DAY!!!! You can use it more than one time/day, but never in a row (use it in the morning and in the afternoon)
IF YOUR ACCESS TO DARKORBIT IS BLOKED (due to dont follow the previous instruction). --->RESTART YOUR ROUTER
As i am telling it to you guys i dont want any complaint if you cannot access darkorbit, this is due to bigpoint blocks high ammounts of requests on small period of times. After some tests on my computer i reccomend not to use more than 20.
Description:
This program gives you the current nicknames of the players you want (max 20). You edit data.txt, adding his name (doesnt have to be a nickname) and his profile url. Once you save all data, you run the program and you get a new txt where you have the name you typed+the current nickname.
What is this tool usefull for
For example your clan have a war. You save the profiles of your enemies and the name of them (not necessary a nick) and if the user changes his nick, for botting (for example) you dont have to check his profile, you just have to run the program and you will get it. You can make this with a max of 20 profiles at the same time and you will get a txt with name you put + current nick. Something that you can paste in your TS for example
Please read carefully to avoid problems on the program
LEARN HOW TO USE
1.- Download the program from the attached file (down)
2.- Unzip the winrar & remember that you must not delete anything
3.- Edit data.txt
To edit data.txt (open spoiler)
Open data.txt (double click)
Follow this: normalName;profileUrlIncludingHttp;BLANK
One line per user and no blanks between the 2 and only 2 ";"
Save the txt
Example (....;....; ) in the first .... put the name (not nick), in the seccond the url, which have to inclide http:// :
4.- Run profiles.exe
5.- Open ListOfNicks.txt and you will have a list of the current and normal nicknames, if not, a problem ocurred, so check data.txt or check if you are able to connect to darkorbit
Take into account:
-This program doesnt have GUI so when you execute it there will be a black screen, just wait till it automatically closes.
-The more profiles you have saved, the more the program will spend to get the names
-If data.txt contain any error, the program will not work, so be sure that you followed the steps correctly
-Dont worry if after the seccond ";" there is a nickname, as the program fill it automatically after first run
I hope to get some feedback.
VT:
Source code, Python(if someone find how to improve the code or whatever it would be nice to have feedback to improve my skills, comments are in spanish. There are two functions which are not used (anadirUsuario and eliminarLine))
import urllib
import time
def nombre(linea):
"""Limpia la linea de caracteres indeseados, dejando limpio el nombre"""
separar=linea.split(" : ")
separar= separar[1].rstrip(", // After initiating the invite dialog, this functions gets called with information wether it was successful or not\n")
return separar.rstrip("'").lstrip("'")
def apodo(linea):
"""Limpia la linea obteniendo el nick de siempre"""
separar=linea.split(";")
separar=separar[0]
return separar
def url(linea):
"""Limpia el fichero obteniendo la url """
separar=linea.split(";")
separar=separar[1]
return separar
def actualNick(linea):
"""Limpia el fichero obteniendo el nick actual"""
separar=linea.split(";")
separar=separar[2].rstrip("\n")
return separar
def getHtml(url):
"""Obtiene el codigo html del perfil de piloto y devuelve el nick actual del jugador"""
sContenidoPagina = urllib.urlopen(url)
for linea in sContenidoPagina:
if "currentUsername" in linea:
a=nombre(linea)
time.sleep(1)
return a
def obtencion():
"""Devuelve un fichero con el primer nick, perfil y nick actual"""
l=[]
u=[]
n=[]
f=open("data.txt","r")
for linea in f:
if linea != "\n":
l.append(getHtml(url(linea)))
n.append(apodo(linea))
u.append(url(linea))
f.close()
f1=open("data.txt","w")
for i in range(0,len(l),1):
f1.write(n[i]+";"+u[i]+";"+l[i]+"\n")
f1.close()
def obtenerNicks():
"""Crea un fichero comparando nicks antiguos y nuevos"""
f=open("ListOfNicks.txt","w")
f1=open("data.txt","r")
f.write("NORMAL-->CURRENT"+"\n")
for linea in f1:
f.write(apodo(linea)+"-->"+actualNick(linea)+"\n")
f.close()
f1.close()
def anadirUsuario(apodo,url):
"""Anade un usuario a la lista"""
f=open("data.txt","a+")
f.write(apodo+";"+url+";"+"\n")
f.close()
def eliminarLine(buscar):
"""Elimina una linea pasando el apodo, url, o nick actual"""
f=open("data.txt","r")
a=f.readlines()
f.close()
f1=open("data.txt","w")
for linea in a:
if buscar not in linea:
if "\n"!=linea:
f1.write(linea)
f1.close()
obtencion()
obtenerNicks()
##anadirUsuario("pepe","ramirez")
##print eliminarLine("peape")
##print apodo("eliminar;edwfre;gtrhy")
What is this tool usefull for? Can you explain it for me please?
Yes, for example your clan have a war. You save the profiles of your enemies and the name of them (not necessary a nick) and if the user changes his nick, for botting for example) you dont have to check his profile, you just have to run the program and you will get it. You can make this with a max of 20 profiles at the same time and you will get a txt with name you put + current nick. Sonething that you can paste in your ts for example
EDIT: I will edit it in one week I have updated it right now, tomorrow i will be sleepy (i get up to get my flight in...4 hours jajajaja)
[Release] S4L Status Checker 12/16/2014 - S4 League Hacks, Bots, Cheats & Exploits - 52 Replies No theres no one exist yet Noooo
so you can call it leeched or not.. its not hard to ping an ip -.-
So yeah i think you can see what it do..
So i give a f*ck on this project so no support in the comments...
I think the design is good so you can see all..
Functions]
/english ~ Pings all english server
/english2 ~ Pings all english2 server
[Release] Ban Checker -Captcha Checker | by eragonCRI | 06/12/2012 - DarkOrbit - 2 Replies -->| VERSION 1.6 |<--
hi, this is my first program,it is not soo pro :P
http://i.imgur.com/5rAfF.png
-ServerID: the id of the server you can get it at the beginning of the link once logged in. (ex : it1.darkorbit.bigpoint.com )
- UserID : your user id
classic pickit,shopbot,nip checker und char script für shop und nip checker bot 08/13/2010 - Diablo 2 - 0 Replies hi leutz ich selber spiele zwar sogut wie kein diablo mehr, aber ich habe mich nochmal ran gesetzt und eine neuere version von meinem pickit erstellt und noch einige andere sachen
enthalten sind in der rar die classic scripts "classic & shopbot"
TLNipChecker bot und shopbot selbst
und zu guter letzt ein voreingestellter charscript für die sorc
OK NUN WOHIN MIT DEM GANZEN ZEUG???
erst eimal entpacken