• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Visual Basic Alternativa (sMyPathEx)

Status
Not open for further replies.

M3

Leech
User
Joined
Oct 27, 2011
Messages
25
Reputation
0
Reaction score
65
Points
13
Credits
0
‎13 Years of Service‎
50%
SaludoS

:tongue:

Code:
>
' ===========================================================================================================================
' ===========================================================================================================================
' => Autor: M3
' => Reemplazo a App.Path & "\" & App.EXEName & ".exe"
' => Base en sMypath de Slek Indetectables.net
' => Detecciones : 0 | 37   (http://*********************/reporte.php?id=o7v7_POqF)
' => Flecha : 18|05|2012
' ===========================================================================================================================
' ===========================================================================================================================
Declare Function GetModuleFileNameA Lib "kernel32" (ByVal hModule As Integer, ByVal lpFileName As String, ByVal nSize As Integer) As Integer


Public Function sMyPathEx() As String

Dim i             As Long
Dim sParams()     As String


ReDim sParams(0)
For i = 0 To Len(sMyPathEx)
sParams(0) = String$(256, " ")
sMyPathEx = GetModuleFileNameA(i, sParams(0), 256)
sMyPathEx = sParams(i)
Next i

End Function
 
Please note, if you want to make a deal with this user, that it is blocked.
de verdad yo sigo diciendo no hay quien pare a esta maquina M3 mis respetos.

 
Status
Not open for further replies.
Back
Top