Results 1 to 3 of 3
  1. #1
    Akar's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    İstanbul
    Posts
    40
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    ASM => Sleep Func.

    SELAM - Hi guys...

    Code:
    #include <windows.h>
    Code:
    void Sleeply(DWORD dwMilliseconds)
    {_asm{
    PUSH dwMilliseconds
    CALL DWORD PTR DS:[Sleep]
    }
    }

  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Once again, snippets
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  3. #3
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    You basically wrote a useless wrapper that a good compiler will simply compile away...

Similar Threads

  1. I can't fucking sleep!
    By SpiderByte in forum Spammers Corner
    Replies: 5
    Last Post: 06-08-2019, 02:04 PM
  2. ASM Tutorial Link
    By SpiderByte in forum Assembly
    Replies: 4
    Last Post: 08-19-2008, 12:35 PM
  3. Trade my UCE + OPK ASM code + My trainer for a retail code
    By Gamx100 in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 09-17-2007, 10:07 AM
  4. sleep aids ftw
    By ace76543 in forum General
    Replies: 15
    Last Post: 07-06-2007, 11:14 PM
  5. Going to sleep gn spam all you want enjoy the freedom
    By SATANICAT in forum Spammers Corner
    Replies: 2
    Last Post: 12-14-2006, 02:37 PM