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


Tema destacado: Trabajando con las ramas de git (tercera parte)


  Mostrar Temas
Páginas: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17
81  Programación / .NET (C#, VB.NET, ASP) / Bunifu 1.5.3 .NET UI Framework (C # y VB.Net) craqueado en: 9 Enero 2019, 17:22 pm
He estado usando Bunifu por un tiempo y pensé en compartirlo para que todos puedan disfrutarlo también.

En internet se consigue, pero de todos modos la comparto aqui.




LINK> Bunifu 1.5.3





Para instalar Bunifu:

1. Abra Visual Studio
2. Cree un nuevo proyecto
3. Haga clic derecho en la caja de herramientas y haga clic en "elegir elementos"
4. Haga clic en buscar y seleccione Bunifu .dll
5 . Estás terminado. Ahora deberías ver los controles de Bunifu en tu caja de herramientas.

82  Programación / .NET (C#, VB.NET, ASP) / Pantallaso Azul con mi programa. en: 9 Enero 2019, 00:52 am
hola, he codificado un contador de ping en milisegundos. pero aveces hace que el windows se me crashtee y no se la razon.

a alguien ya le ha salido este error antes? el codigo del error dice > "PROCESS_HAS_LOCKED_PAGES"
 

Imagen de mi app >





@Elektro te mando el código por privado, ya que es parte de mi antivirus que ando desarrollando y todavía no publicare código.

gracias de antemano.
83  Programación / .NET (C#, VB.NET, ASP) / Desglosar un string en partes. en: 26 Diciembre 2018, 21:21 pm
bueno quiero separar todo este texto en partes. pero no se como hacerlo.

texto>

 
Código
  1.  {"error":false,"title":"Alan Walker - Diamond Heart (feat. Sophia Somajo)","duration":218,"file":"http:\/\/michaelbelgium.me\/ytconverter\/download\/sJXZ9Dok7u8.mp3"}



Quiero separarlo en partes , como cuando se lee un archivo .ini, asi >

el "error": | "title": | "duration" | "file": | quiero obtener el resultado que le sigue. Por ejemplo el de error el resultado es false , es algo así como leer un .ini.

gracias de antemano!!
84  Programación / .NET (C#, VB.NET, ASP) / [Source-Code] - Color Picker (Versión Cutre) en: 25 Diciembre 2018, 03:01 am
Hola, Feliz Navidad, Hoy termine de codear este color picker que a diferencia del anterior ([SOURCE-CODE] Color.NET - Color Picker) . esto no usa ningun tipo de dll.
Bueno como se me jodió la PC, ando usando otra con windows vista y VS 2010 express. por eso no subire el proyecto a GitHub por los momentos.


EXE> https://www.mediafire.com/file/xf4id9aa4fb2w5p/Picker2.0.exe

Source Code> https://www.mediafire.com/file/x54dvf94raxc3yt/Picker2.0.rar

No me esforcé en hacerlo, asi que no esperen mucho de este programa, el control lo consegui en otro foro y practicamente hace todo el trabajo xd



IMAGEN




Como siempre, acepto cualquier tipo de critica constructiva xd
85  Informática / Software / Se me daño el windows (Pantallaso azul CNG.SYS) en: 22 Diciembre 2018, 15:00 pm
y bueno segui los pasos de este video pero nada sirve , que puedo hacer?

PD: En el foro habia un post con ISO de widows, me pasan el link?
86  Programación / .NET (C#, VB.NET, ASP) / [PreView] Antivirus in VB.NET en: 7 Diciembre 2018, 02:33 am
Bueno se que el titulo dice preview pero no aportare código ni el .exe todavía.  :P

Bueno aquí esta un vídeo de muestra :







Un Amigo me dijo que la interfaz esta muy sobrecargada por eso le estoy haciendo una nueva, naa en realidad estoy copiando la GUI de 360 Total segurity .



Bueno cuando termine al anitivus lo subo aqui. contara con :

+Antivirus

    *Proteccion y escaneo en tiempo real de los procesos abiertos
    *Escaner HEXADECIMAL, tal vez le incluya el md5.
    *Semi IA de detección de código malicioso. (tal vez, nc todavía  si ponerme en ello)
    * ANTI USB AUTORUN .

+TOOLS

    *vpn
    *encrypter files&Folders
 

Y MAS... Esperen a por ello XD.

Cualquier cosa que crean necesaria en un antivirus pueden comentarlo.








87  Programación / .NET (C#, VB.NET, ASP) / StackOverflowError , Ptamadre. :v en: 1 Diciembre 2018, 23:24 pm
el error me da con grandes cantidades de archivos, como podria corregir esto?.

Código
  1. Private Sub Delete(ByVal Parch As String)
  2. For Each Archivo As String In My.Computer.FileSystem.GetFiles( _
  3.                                    Parch , _
  4.                                    FileIO.SearchOption.SearchAllSubDirectories, _
  5.                                    "*.lnk", "*.cmd", "*.js", "*.wsf", "*.vbs", "*.bat", "*.jse", "*.vbe")
  6.                Dim signature As String = Archivo
  7.                Dim dicrectory As String = "Script"
  8.                Dim lvi As New ListViewItem(signature)
  9.                lvi.SubItems.Add(dicrectory)
  10.                lvi.SubItems.Add("[ Deleted ]")
  11.                listv.Items.Add(lvi)
  12.                My.Computer.FileSystem.DeleteFile(Archivo)
  13.  
  14.            Next
  15. End Sub
88  Programación / Desarrollo Web / [SOURCE-CODE] Proyecto - Educación Ambiental en: 18 Noviembre 2018, 15:03 pm
Hola. bueno un amigo y yo de la uní hemos hecho una pagina, como proyecto Final de una materia que se llama "EDUCACIÓN AMBIENTAL" y publico el código aquí para que lo reutilice el que quiera.





Source Code



Preview




El código puede estar desordenado y muchas otras cosas, pero mi conocimiento de html es medio y las funciones CSS las hizo mi compañero.

89  Programación / .NET (C#, VB.NET, ASP) / [SOURCE-CODE] Color.NET - Color Picker en: 16 Noviembre 2018, 03:05 am

Bueno el compañero @Elektro ya había hecho uno , pero ya no compartió mas el código fuente así que me vi en la tarea de buscar por mi cuenta y hacerme yo mismo el mio, he usado una Liberia que me facilito todo XD
.




Source Code + Executable


Pueden comentar conño , no dejarme ignorado!!
90  Programación / .NET (C#, VB.NET, ASP) / VB.NET Overlay in Games Full Screen en: 22 Octubre 2018, 16:27 pm
Hola, Bueno mi duda es como haría yo para Sobreponer Un formulario encima de un juego Direcx En pantalla Completa, El compañero @Elektro lo logro con la api de SharpDX, Bueno yo he logrado casi lo mismo pero Con una api Direxc , he logrado hasta ahora sobreponer texto y dibujar en juegos en pantalla completa que usan direcx 9 ,  Ya puedo Simplemente dibujar un menu d3d y listo creo las funciones y hago un hack, pero no logro ni tengo idea de como sobreponer el Formulario. Necesito ayuda en eso.

La api que estoy usando :

DX9-Overlay-API

Documentación



Bueno y como siempre, yo no planteo nada sin algo de codigo :

Wrapper :

DX9Overlay.vb --- Clase


Código
  1. Imports System
  2. Imports System.Runtime.InteropServices
  3.  
  4. Namespace DX9OverlayAPI
  5.    Class DX9Overlay
  6.        Public Const PATH As String = "dx9_overlay.dll"
  7.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  8.        Public Shared Function TextCreate(ByVal font As String, ByVal fontSize As Integer, ByVal bBold As Boolean, ByVal bItalic As Boolean, ByVal x As Integer, ByVal y As Integer, ByVal color As UInteger, ByVal text As String, ByVal bShadow As Boolean, ByVal bShow As Boolean) As Integer
  9.        End Function
  10.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl, CharSet:=CharSet.Unicode)>
  11.        Public Shared Function TextCreateUnicode(ByVal font As String, ByVal fontSize As Integer, ByVal bBold As Boolean, ByVal bItalic As Boolean, ByVal x As Integer, ByVal y As Integer, ByVal color As UInteger, ByVal text As String, ByVal bShadow As Boolean, ByVal bShow As Boolean) As Integer
  12.        End Function
  13.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  14.        Public Shared Function TextDestroy(ByVal id As Integer) As Integer
  15.        End Function
  16.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  17.        Public Shared Function TextSetShadow(ByVal id As Integer, ByVal b As Boolean) As Integer
  18.        End Function
  19.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  20.        Public Shared Function TextSetShown(ByVal id As Integer, ByVal b As Boolean) As Integer
  21.        End Function
  22.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  23.        Public Shared Function TextSetColor(ByVal id As Integer, ByVal color As UInteger) As Integer
  24.        End Function
  25.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  26.        Public Shared Function TextSetPos(ByVal id As Integer, ByVal x As Integer, ByVal y As Integer) As Integer
  27.        End Function
  28.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  29.        Public Shared Function TextSetString(ByVal id As Integer, ByVal str As String) As Integer
  30.        End Function
  31.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl, CharSet:=CharSet.Unicode)>
  32.        Public Shared Function TextSetStringUnicode(ByVal id As Integer, ByVal str As String) As Integer
  33.        End Function
  34.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  35.        Public Shared Function TextUpdate(ByVal id As Integer, ByVal font As String, ByVal fontSize As Integer, ByVal bBold As Boolean, ByVal bItalic As Boolean) As Integer
  36.        End Function
  37.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl, CharSet:=CharSet.Unicode)>
  38.        Public Shared Function TextUpdateUnicode(ByVal id As Integer, ByVal font As String, ByVal fontSize As Integer, ByVal bBold As Boolean, ByVal bItalic As Boolean) As Integer
  39.        End Function
  40.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  41.        Public Shared Function BoxCreate(ByVal x As Integer, ByVal y As Integer, ByVal w As Integer, ByVal h As Integer, ByVal dwColor As UInteger, ByVal bShow As Boolean) As Integer
  42.        End Function
  43.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  44.        Public Shared Function BoxDestroy(ByVal id As Integer) As Integer
  45.        End Function
  46.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  47.        Public Shared Function BoxSetShown(ByVal id As Integer, ByVal bShown As Boolean) As Integer
  48.        End Function
  49.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  50.        Public Shared Function BoxSetBorder(ByVal id As Integer, ByVal height As Integer, ByVal bShown As Boolean) As Integer
  51.        End Function
  52.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  53.        Public Shared Function BoxSetBorderColor(ByVal id As Integer, ByVal dwColor As UInteger) As Integer
  54.        End Function
  55.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  56.        Public Shared Function BoxSetColor(ByVal id As Integer, ByVal dwColor As UInteger) As Integer
  57.        End Function
  58.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  59.        Public Shared Function BoxSetHeight(ByVal id As Integer, ByVal height As Integer) As Integer
  60.        End Function
  61.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  62.        Public Shared Function BoxSetPos(ByVal id As Integer, ByVal x As Integer, ByVal y As Integer) As Integer
  63.        End Function
  64.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  65.        Public Shared Function BoxSetWidth(ByVal id As Integer, ByVal width As Integer) As Integer
  66.        End Function
  67.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  68.        Public Shared Function LineCreate(ByVal x1 As Integer, ByVal y1 As Integer, ByVal x2 As Integer, ByVal y2 As Integer, ByVal width As Integer, ByVal color As UInteger, ByVal bShow As Boolean) As Integer
  69.        End Function
  70.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  71.        Public Shared Function LineDestroy(ByVal id As Integer) As Integer
  72.        End Function
  73.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  74.        Public Shared Function LineSetShown(ByVal id As Integer, ByVal bShown As Boolean) As Integer
  75.        End Function
  76.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  77.        Public Shared Function LineSetColor(ByVal id As Integer, ByVal color As UInteger) As Integer
  78.        End Function
  79.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  80.        Public Shared Function LineSetWidth(ByVal id As Integer, ByVal width As Integer) As Integer
  81.        End Function
  82.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  83.        Public Shared Function LineSetPos(ByVal id As Integer, ByVal x1 As Integer, ByVal y1 As Integer, ByVal x2 As Integer, ByVal y2 As Integer) As Integer
  84.        End Function
  85.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  86.        Public Shared Function ImageCreate(ByVal path As String, ByVal x As Integer, ByVal y As Integer, ByVal rotation As Integer, ByVal align As Integer, ByVal bShow As Boolean) As Integer
  87.        End Function
  88.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  89.        Public Shared Function ImageDestroy(ByVal id As Integer) As Integer
  90.        End Function
  91.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  92.        Public Shared Function ImageSetShown(ByVal id As Integer, ByVal bShown As Boolean) As Integer
  93.        End Function
  94.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  95.        Public Shared Function ImageSetAlign(ByVal id As Integer, ByVal align As Integer) As Integer
  96.        End Function
  97.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  98.        Public Shared Function ImageSetPos(ByVal id As Integer, ByVal x As Integer, ByVal y As Integer) As Integer
  99.        End Function
  100.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  101.        Public Shared Function ImageSetRotation(ByVal id As Integer, ByVal rotation As Integer) As Integer
  102.        End Function
  103.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  104.        Public Shared Function DestroyAllVisual() As Integer
  105.        End Function
  106.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  107.        Public Shared Function ShowAllVisual() As Integer
  108.        End Function
  109.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  110.        Public Shared Function HideAllVisual() As Integer
  111.        End Function
  112.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  113.        Public Shared Function GetFrameRate() As Integer
  114.        End Function
  115.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  116.        Public Shared Function GetScreenSpecs(<Out> ByRef width As Integer, <Out> ByRef height As Integer) As Integer
  117.        End Function
  118.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  119.        Public Shared Function SetCalculationRatio(ByVal width As Integer, ByVal height As Integer) As Integer
  120.        End Function
  121.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  122.        Public Shared Function SetOverlayPriority(ByVal id As Integer, ByVal priority As Integer) As Integer
  123.        End Function
  124.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  125.        Public Shared Function Init() As Integer
  126.        End Function
  127.        <DllImport(PATH, CallingConvention:=CallingConvention.Cdecl)>
  128.        Public Shared Sub SetParam(ByVal _szParamName As String, ByVal _szParamValue As String)
  129.        End Sub
  130.    End Class
  131. End Namespace
  132.  

En el Form1, Un ejemplo de como Dibujar texto, Cuadro o linea :

Código
  1. Imports System
  2. Imports DX9OverlayAPI
  3.  
  4. Public Class Form1
  5.  
  6.    Shared overlayText As Integer = -1
  7.    Shared overlayBox As Integer = -1
  8.    Shared overlayLine As Integer = -1
  9.  
  10.    Private Sub texto()
  11.        DX9Overlay.SetParam("process", "hl2.exe")
  12.        DX9Overlay.DestroyAllVisual()
  13.        overlayText = DX9Overlay.TextCreateUnicode("Arial", 12, False, False, 200, 200, 4278255615, "Hello world!", True, True)
  14.    End Sub
  15.  
  16.    Private Sub linea()
  17.        DX9Overlay.SetParam("process", "hl2.exe")
  18.        DX9Overlay.DestroyAllVisual()
  19.        overlayLine = DX9Overlay.LineCreate(0, 0, 300, 300, 5, 4294967295, True)
  20.    End Sub
  21.  
  22.    Private Sub caja()
  23.        DX9Overlay.SetParam("process", "hl2.exe")
  24.        DX9Overlay.DestroyAllVisual()
  25.        overlayBox = DX9Overlay.BoxCreate(200, 200, 100, 100, 1358889215, True)
  26.    End Sub
  27.  
  28.    Private Sub eliminarTodo()
  29.        DX9Overlay.TextDestroy(overlayText)
  30.        DX9Overlay.BoxDestroy(overlayBox)
  31.        DX9Overlay.LineDestroy(overlayLine)
  32.    End Sub
  33.  
  34. End Class




Y bueno la .DLL no la agregan a referencias, solo la colocan en donde esta su .exe . osea en la carpeta .\bin\Debug\  DLL

Gracias de antemano, solo quiero superponer el Formulario no dibujar y no se como hacer eso.


PD : @Elektro Pasaste de Mod. Global a Colaborador? como @Shell Root? Colaborador no es un rango menor al q tenias? , que paso? tu eres el que mas ayuda al foro y te bajan de rango. están bien pendejos.

Páginas: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines