Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked Anti Emulator


dEEpEst

Recommended Posts

[HIDE-THANKS][LENGUAJE=c]//original code by ChainCoder

//ported to c# by d14l

[DllImport("kernel32.dll")]

static extern void Sleep(uint dwMilliseconds);

[DllImport("kernel32.dll")]

public static extern uint GetTickCount();

 

 

public static bool antiemulator()

{

uint TimeN;

uint TimeA;

TimeN = GetTickCount();

Sleep(500);

TimeA = GetTickCount();

if ((TimeA - TimeN)

{

return true;

 

}

else

{

return false;

}

[/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.