[AUTOIT] Anti VMWare & AntiVbox

Iniciado por Expermicid, Julio 03, 2012, 11:33:30 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Código: php
; Autor........ : Pink
; Nombre........: Anti VMWare

Func AntiVMW()

$VMW = Chr(86) & Chr(77) & Chr(119) & Chr(97) & Chr(114) & Chr(101) & Chr(84) & Chr (114) & Chr(97) & Chr(121) & Chr(46) & Chr(101) & Chr(120) & Chr(101)
If ProcessExists($VMW) Then
   Exit
Else

EndIf
EndFunc


Código: php
; Autor........ : Pink
; Nombre........: Anti Virtualbox
Func AntiVbox()
$box=chr(86)&chr(66)&chr(111)&chr(120)&chr(83)&chr(101)&chr(114)&chr(118)&chr(105)&chr(99)&chr(101)&chr(46)&chr(101)&chr(120)&chr(101)
If ProcessExists($box) Then
   Exit
Else

EndIf
EndFunc


Autor: Pink