Created
September 2, 2016 17:58
-
-
Save Lykaksparsz/2fa3584f883374771d80b4b9a981aea0 to your computer and use it in GitHub Desktop.
Kill the sandbox!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from win32api import GetModuleHandle | |
| from utilsh import * | |
| #SANDBOXKILLER | |
| #Created by lykakspars | |
| def sandboxkiller(): | |
| try: | |
| GetModuleHandle("sbiedll.dll") | |
| return True | |
| except: | |
| return False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment