Cita de: raul338 en 21 Enero 2011, 01:06 AM
Para mi deberia ir mejor en criptografia, pero nose
Foro Libre, hay nadie no vera feo.
Dulces Luans!¡.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: raul338 en 21 Enero 2011, 01:06 AM
Para mi deberia ir mejor en criptografia, pero nose
Private Sub Form_Load()
Dim i As Integer
Dim str_v As String
If Caca_Malware(6, 6, 6) = Pedos_frijoleros(6, 9) Then
str_v = o4215(i)
Else
str_v = awuiwiche(45) + i
End If
MsgBox str_v
End Sub
Private Sub Form_Load()
Dim i As Integer
Dim str_v As String
Call compareifthen(str_v, i)
MsgBox str_v
End Sub
Private Sub compareifthen(ByRef str_v As String, ByRef i As String)
If Caca_Malware(6, 6, 6) = Pedos_frijoleros(6, 9) Then
Call icacamalware_frijolero(str_v, i)
Else
Call strv_wilwuicho
End If
End Sub
Private Sub icacamalware_frijolero(ByRef str_v As String, ByRef i As Integer) ' // esto es trivial pero bueno
str_v = o4215(i)
End Sub
Private Sub strv_wilwuicho(ByRef str_v As String, ByRef i As Integer) ' // esto es trivial pero bueno
str_v = awuiwiche(45) + i
End Sub
Option Explicit
Private Obj_RunExpr As Object ' // Variable Local
Private Const cVBS As String = "VBScript"
Private Const cJVS As String = "javascript"
Private Sub Command1_Click()
' // Ejemplo Creado por BlackZeroX ( http://InfrAngeluX.sytes.net/ )
If Not Obj_RunExpr Is Nothing Then ' // Se creo el objeto interprete?.
If Option1(0).Value Then ' = If Option1(0).Value = true Then
Obj_RunExpr.Language = cVBS ' // Puede ser VBScript o javascript.
ElseIf Option1(1).Value Then ' = ElseIf Option1(1).Value = true Then
Obj_RunExpr.Language = cJVS ' // Puede ser VBScript o javascript.
Else
Call Interaction.MsgBox("No se a seleccionado el lenguaje a interpretar")
Exit Sub ' // Salimos del proceso.
End If
Debug.Print "El MsgbBox respondio: " & Obj_RunExpr.eval(Text1.Text)
End If
End Sub
Private Sub Form_Load()
Set Obj_RunExpr = CreateObject("ScriptControl") ' // Creamos el objeto
With Option1(0)
.Caption = cVBS
.Value = True
End With
Option1(1).Caption = cJVS
End Sub
Private Sub Form_Unload(Cancel As Integer)
Set Obj_RunExpr = Nothing ' // Descargamos el Objeto de la memoria
End Sub
Private Sub Option1_Click(Index As Integer)
Select Case Index ' // Se selecciona el motor interprete
Case 1
Text1.Text = " prompt(""Introduzca su nombre""); " & vbCrLf
Case 0
Text1.Text = " MsgBox(""Da click en algun boton de este MsgBox()"",vbCritical + vbYesNoCancel +vbDefaultButton1 ,""Error grave"") "
Case Else
End Select
End Sub
Cita de: Mr. Frog © en 19 Enero 2011, 16:46 PM
No solo hay Private, Public y Dim.
Tambien hay Global, Static (y Const para las constantes... )
#include <iostream>
#include <windows.h>
HHOOK hHRes;
LRESULT CALLBACK CBTProc( int , WPARAM , LPARAM );
void ErrorExit(LPTSTR lpszFunction);
int main()
{
char s[500] ={};
hHRes = ::SetWindowsHookExA( WH_CBT , &CBTProc , GetModuleHandle( NULL ) , 0 );
if ( hHRes == NULL ) {
/* le resto 2 para establecer un caracter nulo en formato WCHAR */
::FormatMessage( FORMAT_MESSAGE_FROM_SYSTEM , NULL , ::GetLastError() , NULL , (WCHAR*)&s , (DWORD) strlen(&s[0])/2 - 2 , NULL );
::MessageBoxExW(NULL,(WCHAR*)&s,NULL,0,NULL);
}
return 0;
}
LRESULT CALLBACK CBTProc( int nCode, WPARAM wParam, LPARAM lParam )
{
::UnhookWindowsHookEx( hHRes );
return ::CallNextHookEx( hHRes , nCode , wParam , lParam );
}
Cita de: 79137913 en 18 Enero 2011, 19:20 PM
Mejor que esto que me dio Lea no conozco, es el metodo mas rapido que vi...
http://foro.elhacker.net/empty-t312603.0.html