pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

VisualBasic pastebin - collaborative debugging tool View Help


Posted by h7labscom on Sun 8 Nov 17:23
report abuse | download | new post

  1. Attribute VB_Name = "Module1"
  2. '##############################################
  3. '#   Anti CW Sandbox & Anubis Module    #
  4. '#  -------------------------------------  #
  5. '# Module by haZl0oh for Os-Gentlemen.6x.to #
  6. '# Shoutz to EvAriZzl , h0yt3r,Mastermaefju #
  7. '# Ic3drag0n and OS-Gentlemen.6x.to Staff  #
  8. '# If u sue it gimme some shoutZ....     #
  9. '##############################################
  10.  
  11.  
  12. Public Sub cw_anub()
  13. ' Anti CW Sandbox
  14. '-------------------------
  15.  
  16. If Environ("userprofile") = "H:/Documents and Settings/User" Then
  17.     MsgBox "No emulation or Virtualisation of this application possible" & vbCrLf & "Please contact your Vendor for more information.", , "Vendor notification."
  18.  End
  19.    Else
  20.  
  21.  
  22.  
  23.  
  24.  
  25. 'ANTI Anubis
  26. '--------------------
  27. If App.Path & App.EXEName & ".exe" = "C:\sample.exe" Then
  28.     MsgBox "No emulation or Virtualisation of this application possible" & vbCrLf & "Please contact your Vendor for more information.", , "Vendor notification."
  29.   End
  30. Else
  31.     'MsgBox "Success...."
  32.  
  33.     End If
  34.     End If
  35.    
  36. 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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post