Results 1 to 10 of 10
  1. #1
    KebsCS's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Bored

    Glitch/Lag while building project.

    So i made a own esp hack, but when I press that green triangle(Local Windows Debugger) my visual gets huge lag and i can just turn it off with manager.(Only way to build it, is pressing Build tab and then Build Solution)
    Opening .exe file from Debug/Release folder just lag folder where the file is.(When i placed .exe file into desktop it lagged desktop) It doesn't lag anything else.
    Code is fine and it use Multi-Byte Character set.

    How to fix this thing?

  2. #2
    Sugoiii's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    7
    My Mood
    Asleep
    Are you sure there aren't any infinite loops?

  3. #3
    KebsCS's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by Sugoiii View Post
    Are you sure there aren't any infinite loops?
    Shouldn't be, but maybe I'm just dumb You can add me and help with it, if you want. Skype: shariluukigan steam: /id/kebsmain

  4. #4
    CLOOK's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Sad
    Quote Originally Posted by Sugoiii View Post
    Are you sure there aren't any infinite loops?
    And how else would you have glow esp without an infinite loop?

  5. #5
    4773n0x's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    1,235
    Quote Originally Posted by CLOOK View Post
    And how else would you have glow esp without an infinite loop?
    I think he meant loops without any pauses, this would use a lot of CPU time.

  6. #6
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,302
    My Mood
    Inspired
    Put a tread.sleep of 1ms in each loop.
    Make sure your loops can be stopped (check conditions and where threre changed)
    Hope you'll get it to work

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

  7. #7
    KebsCS's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by KebsCS View Post
    Code is fine
    To prove it i made Hello World hack and the problem was this same.

    Code:
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        cout << "Hello world!" << endl;
        return 0;
    }

  8. #8
    PhY'z's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    518
    Reputation
    58
    Thanks
    1,310
    My Mood
    Angelic
    Quote Originally Posted by KebsCS View Post
    To prove it i made Hello World hack and the problem was this same.

    Code:
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        cout << "Hello world!" << endl;
        return 0;
    }
    Then try to reinstall your visual studio... if doesnt change with a simple app, the problem is the program...
    Contact with me in any question...


    Hi (:

  9. #9
    KebsCS's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    The problem was the antivirus. Instead of showing the alert about "virus" it was lagging the program. Thanks all for help

  10. #10
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Solved & closed.

Similar Threads

  1. Any way to reduce lag while using hacks?
    By 000Matt000 in forum Combat Arms Help
    Replies: 0
    Last Post: 06-21-2010, 08:33 AM
  2. lag while using hacks
    By mops135 in forum Combat Arms Help
    Replies: 6
    Last Post: 06-19-2010, 11:55 AM
  3. How to Reduce Lag While Playing/Hacking Combat Arms.
    By KayNineKid in forum Combat Arms EU Discussions
    Replies: 7
    Last Post: 04-16-2010, 03:38 PM
  4. With Lag while using FRAPS
    By NeonNoise in forum Combat Arms Help
    Replies: 2
    Last Post: 12-07-2009, 02:48 AM
  5. Glitch ? lag ? virus ?
    By chevron3012 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 12-27-2008, 10:16 PM