Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Anti Emulator


top10

Recommended Posts

[HIDE-THANKS][LENGUAJE=VB]Private Declare Sub Sleep Lib "kernel32" (ByVal lngMilliseconds As Long)

Private Declare Function GetTickCount Lib "kernel32" () As Long

Public Function AntiEmulator() As Boolean

Dim TimeNow As Long

Dim TimeAfterSleep As Long

TimeNow = GetTickCount

Sleep 500

TimeAfterSleep = GetTickCount

If TimeAfterSleep - TimeNow < 500 Then

AntiEmulator = True

Else

AntiEmulator = False

End If

End Function[/LENGUAJE][/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.