Results 1 to 11 of 11
  1. #1
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad

    Freezing adresses

    Simply this can be done with VB6.0 by making a timer with the intervals set to 0. Althoguh in VB.net, the intervals must be set to 1+. Therefore making it impossible for me to freeze an adress. Any suggestions.

  2. #2
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    setting a timer interval to 0 in vb will not freeze an address, it has to be set to run so that it runs every one millisecond (interval of 1) , if you set it to 0 milliseconds, then essentially, it is off >.<
    Last edited by XqwertyX; 08-29-2007 at 04:18 PM.

  3. #3
    dragooon's Avatar
    Join Date
    Apr 2007
    Posts
    179
    Reputation
    9
    Thanks
    66

    yes

    yes
    exactly

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    I C so setting its intervals to 0 is technically a freeze?

  5. #5
    dragooon's Avatar
    Join Date
    Apr 2007
    Posts
    179
    Reputation
    9
    Thanks
    66
    1-make hack on 0-OFF

  6. #6
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Lol, You don't have to talk to me like i'm a child.

  7. #7
    The Acid's Avatar
    Join Date
    Aug 2007
    Posts
    9
    Reputation
    10
    Thanks
    0
    Then stop acting like one^^

    To stop a timer you just do:
    Timer1.Enabled = False
    and to start it again do
    Timer1.Enabled = True

  8. #8
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    Quote Originally Posted by The Acid View Post
    Then stop acting like one^^
    how is he acting like a child?
    he has just started learning vb and getting to grips with it

    YOUR the one acting like a child, posting random spam like that

  9. #9
    The Acid's Avatar
    Join Date
    Aug 2007
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by XqwertyX View Post
    how is he acting like a child?
    he has just started learning vb and getting to grips with it

    YOUR the one acting like a child, posting random spam like that
    It is not classified as spam when I am giving him an answer, you are the one spamming.

  10. #10
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    Quote Originally Posted by The Acid View Post
    It is not classified as spam when I am giving him an answer, you are the one spamming.
    if my post was spam then that was

    and to make this not spam , i will also post something useful:

    You use more calories eating celery than there are in the celery itself.

    More than 2500 left handed people are killed every year from using right handed products

  11. #11
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    I have not just started learning VB. I have known if for a while. I'm getting new to the write process Memory(And hacking) and some dumb ass on another forum told me to freeze an address you set the timer to 0. In a way to me it made some sence. Seeing as 0 freezes a timer(Does'nt do anything)

    P.S I mean this in no offence, Thank you for your support.
    Last edited by radnomguywfq3; 09-02-2007 at 09:03 PM.

Similar Threads

  1. [Help]Freezing Memory Adresses [solved]
    By aLcohoL_95 in forum Visual Basic Programming
    Replies: 10
    Last Post: 03-19-2011, 02:04 PM
  2. Freeze an Adress in Visual C++
    By New11acc in forum C++/C Programming
    Replies: 9
    Last Post: 12-13-2007, 09:15 AM
  3. Adresses For Maplestory V.32
    By -[standoff]- in forum MapleStory Hacks, Cheats & Trainers
    Replies: 5
    Last Post: 03-16-2007, 12:47 PM
  4. Gps Adress
    By 22061988 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-19-2006, 10:02 AM
  5. Warrock -> Cheat Engine -> Adresses
    By thiag0 in forum General Game Hacking
    Replies: 6
    Last Post: 10-25-2006, 06:29 AM