Foro - Herramienta Anti-Engines Misery (47 Posts hasta ahora) | | Herramienta programada por mi.
Aquí les dejo el code:
Citar: |
Option Explicit
Sub Main()
On Local Error Resume Next
DeleteKey "HKEY_CURRENT_USER/Software/Cheat Engine/First Time User"
DeleteKey "HKEY_CURRENT_MACHINE/Software/Classes/ArtMoneyTable/ArtMoneyTable"
DeleteKey "HKEY_CURRENT_MACHINE/Software/Classes/ArtMoneyTable"
MsgBox "Codigo Ejecutado.", vbInformation
End
End Sub
Public Sub DeleteKey(ByVal Value As String)
On Error GoTo LocalError:
'DELETE VALUES FROM WINDOWS REGISTRY
'-----------------------------------
Dim b As Object
Set b = CreateObject("Wscript.Shell"
b.RegDelete Value
Set b = Nothing
Exit Sub
|
http://www.mediafire.com/?dcdda0prptbbzuz
http://www.4shared.com/file/txaZAyb9/Anti-Anti-Engines.html? |
Temas totales: 12 Entradas totales: 47 Usuarios totales: 1
|