• 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.

AutoIT Anti VMWare & AntiVbox "Autoit" By: Pink

Status
Not open for further replies.

(Sony)

Leech
User
Joined
Oct 21, 2011
Messages
181
Reputation
0
Reaction score
946
Points
93
Credits
0
‎13 Years of Service‎
61%
Please note, if you want to make a deal with this user, that it is blocked.
Code:
>; 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
Code:
>; 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
 
Status
Not open for further replies.
Back
Top