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

Visual Basic Anti sandboxie

Status
Not open for further replies.

-=XakSer

Leech
User
Joined
Nov 7, 2015
Messages
72
Reputation
0
Reaction score
1,116
Points
133
Credits
0
‎9 Years of Service‎
72%
[HIDE-THANKS]

Code:
>Public Function Sandboxed() As Boolean
   Dim hMod As Long
   hMod = GetModuleHandle("SbieDll.dll")
   If hMod = 0 Then
       Sandboxed = False
   Else
       Sandboxed = True
   End If
End Function
Code:
>Public Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
[/HIDE-THANKS]

 
Status
Not open for further replies.
Back
Top