Results 1 to 3 of 3
  1. #1
    samlarenskoog's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    104
    Reputation
    25
    Thanks
    57
    My Mood
    Cheerful

    No flash not working

    Hello!
    I have just written this code for no flash and it is not working, I think it is the WPM that is the problem.
    Code:
    Code:
    	DWORD m_dwLocalPlayer = 0x00A31504;
    	DWORD m_flFlashMaxAlpha = 0x0000A2F4;
    	DWORD playerBase;
    	float flash;
    	float noFlash = 0.f;
    	
    	while (true) {
    		ReadProcessMemory(hProc, (LPCVOID)(m_dwLocalPlayer + clientDll), &playerBase, sizeof(playerBase), NULL);
    		ReadProcessMemory(hProc, (LPCVOID)(playerBase + m_flFlashMaxAlpha), &flash, sizeof(flash), NULL);
    		
    		if (flash > 0.f)
    		{
    			WriteProcessMemory(hProc, (LPVOID)(m_dwLocalPlayer + clientDll + m_flFlashMaxAlpha), &noFlash, sizeof(int), NULL);
    		}
    	}

  2. #2
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Why do you write to a different location than you read?

    Code:
    WriteProcessMemory(hProc, (LPVOID)(playerBase + m_flFlashMaxAlpha), &noFlash, sizeof(float), NULL);

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

    samlarenskoog (06-28-2016)

  4. #3
    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
    Believe this has been solved.

    /Closed.

Similar Threads

  1. Flash Not Working?
    By LordSpectilas12 in forum Realm of the Mad God Private Servers Help
    Replies: 0
    Last Post: 12-20-2015, 11:27 AM
  2. Flash Step Glitch is not working anymore...
    By Xultimate29X in forum CrossFire PH Discussions
    Replies: 2
    Last Post: 04-10-2013, 08:02 PM
  3. why warrock not working now??
    By tolik13 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-09-2006, 03:27 PM
  4. WPE not work
    By trekpik in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-09-2006, 10:09 AM