Results 1 to 6 of 6
  1. #1
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish

    Best way to correct this?

    Code:
    void main()
    {
    while(true)
    {
    }
    }
    I didn't have much luck on my last thread, so here I go again with a bit more detail from previous posts I read. Most people said somewhere in that part above you put, Sleep(10); to reduce lag, but it was a big scramble and different people kept saying different places.. so where exactly does it go? any help would appreciated

  2. #2
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    At the end of the while loop ofc /

  3. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    HiddenoO (10-09-2010)

  4. #3
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Mr.Magicman View Post
    At the end of the while loop ofc /
    You know, You help me alot..
    How about I hit the Thanks button for ya.
    /

  5. #4
    .L33T's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    80
    Reputation
    9
    Thanks
    49
    My Mood
    Cool
    To "Sleep" after every "all hacks call":
    [php]
    void main(){
    while(true){
    // Hacks...

    Sleep(10);
    }}
    [/php]

    To "Sleep" on void call:
    [php]
    void main(){
    Sleep(10);
    while(true){
    // Hacks...
    }
    //Sleep(10);
    }
    [/php]

    Also try this: https://www.mpgh.net/forum/207-combat...ggy-hacks.html

    And your topic is on wrong section btw. /

  6. #5
    Jabuuty671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    21,229
    Reputation
    1468
    Thanks
    4,098
    /moved .


  7. #6
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by Jabuuty671 View Post
    /moved .
    Thanks. I always seem to post in the coding/source code section..Just a habit I guess
    /

Similar Threads

  1. Release} 10hacks in one (best way to get banned)
    By obsedianpk in forum WarRock - International Hacks
    Replies: 5
    Last Post: 10-23-2007, 02:40 AM
  2. Best thing that happened this weekend
    By arunforce in forum General
    Replies: 27
    Last Post: 07-26-2007, 05:36 PM
  3. What's the best way to powerlevel with 2 persons?
    By H4rdc0r3NL in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-29-2007, 04:19 PM
  4. Best way to make hacks
    By Monst3r Skillz in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-29-2007, 03:33 AM
  5. What's the best way to make money online?
    By SATANICAT in forum General
    Replies: 8
    Last Post: 01-02-2007, 06:04 PM