Results 1 to 9 of 9
  1. #1
    gregomodz's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2

    Question FakeLag External

    Working on a Little FakeLag, i thought this is how it works but seems like not, any ideas? Thanks

    Code:
    void FakeLag()
    {
    	DWORD SendPacket = ReadMemory<DWORD>(engine + dwbSendPackets);
    	if (GetAsyncKeyState(VK_F5) >> 16)
    	{
    		WriteMemory<DWORD>(SendPacket, 0);
    		Sleep(120);
    		WriteMemory<DWORD>(SendPacket, 1);
    		Sleep(70);
    	}
    }
    }
    Last edited by gregomodz; 03-09-2017 at 12:38 AM.

  2. #2
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    This is how it works externally.
    In your case it Interupts the packet transfer for 120ms. Seems to be a lot to me. I used a loop with 2-4ms interruption.

    Does it not work at all or just not as expected?
    Last edited by gigagiga; 03-09-2017 at 01:03 AM.

  3. #3
    gregomodz's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    Hard to explain, There is barely any lag, its like my body and my legs are just a tiny bit out of sync, still extremely easy to hit.

  4. #4
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    It doesn't make you hard to hit. You just lag that's all. Doesn't mean you warp over the map the entire time. You actually more likely reset to the location before interrupting the packet transfer

  5. The Following User Says Thank You to gigagiga For This Useful Post:

    gregomodz (03-09-2017)

  6. #5
    gregomodz's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    Isn't the whole purpose of fakelag making you look like you're lagging by messing with the packets? Cause in my case i don't look like im lagging at all

  7. #6
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    Switch off your internet during a game, what dies happen? On the server you stand at the same spot until you disconnect.
    It's useful for servers where render distance is short. You deactivate packets, walk over to a spot where you suspect an enemy waiting for you and you can check if one is there from a longer distance at least that's what I used it for

  8. #7
    gregomodz's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    Yeah but my question is for someone to help me with my code. It doesn't work at all. Nothing happens, i just tested it again with a friend, i look 100% normal

  9. #8
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040
    Quote Originally Posted by gregomodz View Post
    its like my body and my legs are just a tiny bit out of sync
    As you said, it works.
    You just don't seem to understand what you are doing.

  10. #9
    gregomodz's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    I don't , that's why i needed help. Thanks for explaining though, I just won't bother using it either way though it's not that effective at all

Similar Threads

  1. [Detected] DDX Multihack v1.15 [EXTERNAL] + FakeLag & Chams
    By Zaczero in forum Counter-Strike 2 Hacks
    Replies: 76
    Last Post: 01-06-2017, 10:06 AM
  2. [Outdated] External: EzR4dar++(V0.3) Now With Bhop, Triggerbot, Fakelag(Soon)
    By Foxxy Boxxy in forum Counter-Strike 2 Hacks
    Replies: 27
    Last Post: 01-02-2017, 09:45 AM
  3. External links for hacks foribben.
    By EndRiT in forum WarRock - International Hacks
    Replies: 13
    Last Post: 04-08-2009, 05:48 AM
  4. a question on external files
    By mpghhackersrock123 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 09-02-2007, 05:23 AM
  5. how do you put hacks on an external drive
    By mpghhackersrock123 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 09-01-2007, 06:22 PM

Tags for this Thread