Results 1 to 2 of 2
  1. #1
    DeivisMac's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    168
    Reputation
    22
    Thanks
    85
    My Mood
    Blah

    ForceUpdate game dosnt work !!!!

    I have made an external skin changer a while back and now when i updated offsets force update dosnt work heres the code. Thanks in advance
    Code:
    	DWORD m_dwClientState = 0x590D8C; //change
    
    void forceUpdate() {
    		
    		DWORD client = Mem->Read<DWORD>(Mem->EngineDLL_Base + dwClientState);
    		if (Mem->Read<int>(client + 0x174) != -1) {
    			Mem->Write<int>(client + 0x174, -1);
    		}
    		
    		cout << "update extecuted" << endl;
    	}

  2. #2
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,392
    My Mood
    Stressed
    I don't see any problem to your code. Have you already checked your offset if it is correct or not?

Similar Threads

  1. Steam Games Not Working
    By lazydude1 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 09-15-2009, 06:39 AM
  2. hacks dosnt work
    By meowmeow47 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-20-2009, 01:57 PM
  3. my Prex dosnt work anymore
    By kern in forum CrossFire Hacks & Cheats
    Replies: 4
    Last Post: 04-28-2009, 02:42 PM
  4. VIRGIN ALERT: How do Game Hacks Work???
    By RAMBLER001 in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 12-30-2008, 11:32 PM
  5. Dosnt work (the hack(
    By Demyx11 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 12-24-2008, 07:14 AM