Thread: Old polyhack

Results 1 to 6 of 6
  1. #1
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic

    Old polyhack

    its still possible to use this old/outdated source?
    for example (https://www.mpgh.net/forum/showthread.php?t=966828)
    i have been updated the signature, and everything work fine until the last update..
    and i updated the signature once again, but doesnt work at all...

  2. #2
    BilllyBobJoel's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    10
    some sigs were updated again after that update

  3. #3
    adnaan99's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    Quote Originally Posted by iamnada View Post
    its still possible to use this old/outdated source?
    for example (https://www.mpgh.net/forum/showthread.php?t=966828)
    i have been updated the signature, and everything work fine until the last update..
    and i updated the signature once again, but doesnt work at all...
    Where do I update the sigs ^_^

  4. #4
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by adnaan99 View Post
    Where do I update the sigs ^_^
    offset.cpp

  5. #5
    adnaan99's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    Quote Originally Posted by iamnada View Post
    offset.cpp
    Are they just the offsets?

  6. #6
    bishesh1997's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Code:
     DWORD lpStart = mem.FindPatternArr(modClient.dwBase, modClient.dwSize, "xxx????xx????xxxxx?", 19, 0x8D, 0x34, 0x85, 0x0, 0x0, 0x0, 0x0, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x41, 0x8, 0x8B, 0x48, 0x0);
        DWORD lpP1 = mem.Read<DWORD>(lpStart + 3);
        BYTE lpP2 = mem.Read<BYTE>(lpStart + 18);
        DwLocalPlayer = (lpP1 + lpP2) - modClient.dwBase;
    
        DWORD elStart = mem.FindPatternArr(modClient.dwBase, modClient.dwSize, "x????xx?xxx", 11, 0x5, 0x0, 0x0, 0x0, 0x0, 0xC1, 0xE9, 0x0, 0x39, 0x48, 0x4);
        DWORD elP1 = mem.Read<DWORD>(elStart + 1);
        BYTE elP2 = mem.Read<BYTE>(elStart + 7);
        DwEntityList = (elP1 + elP2) - modClient.dwBase;
    
    	DWORD epStart = mem.FindPatternArr(modEngine.dwBase, modEngine.dwSize, "xxxxxxxx????xxxxxxxxxx????xxxx????xxx", 37, 0xF3, 0x0F, 0x5C, 0xC1, 0xF3, 0x0F, 0x10, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0F, 0x2F, 0xD0, 0x76, 0x04, 0xF3, 0x0F, 0x58, 0xC1, 0xA1, 0x0, 0x0, 0x0, 0x0, 0xF3, 0x0F, 0x11, 0x80, 0x0, 0x0, 0x0, 0x0, 0xD9, 0x46, 0x04);
    	DwEnginePointer = mem.Read<DWORD>(epStart + 22) - modEngine.dwBase;
    	DwViewAngle = mem.Read<DWORD>(epStart + 30);
    
    	DWORD gpStart = mem.FindPatternArr(modClient.dwBase, modClient.dwSize, "x????xxxx", 9, 0xa1, 0x0, 0x0, 0x0, 0x0, 0xa8, 0x01, 0x75, 0x4b);
    	DwGlow = mem.Read<DWORD>(gpStart + 7) - modClient.dwBase;
    Do you have the working version of this ?

Similar Threads

  1. [Discussion] Old Hacks & Polyhacks
    By csgohacksz in forum Counter-Strike 2 Discussions
    Replies: 0
    Last Post: 07-06-2015, 02:15 AM
  2. Forums are 180 days old! And forums hate me :/
    By Dave84311 in forum News & Announcements
    Replies: 0
    Last Post: 06-24-2006, 07:30 PM
  3. Old CD
    By aldregon in forum General Game Hacking
    Replies: 3
    Last Post: 04-12-2006, 07:42 AM
  4. Looking for the old Warrock Game Files
    By Zededarian in forum WarRock - International Hacks
    Replies: 2
    Last Post: 01-10-2006, 02:30 PM
  5. Couple of Old Sigs
    By fRailty in forum Art & Graphic Design
    Replies: 4
    Last Post: 12-30-2005, 10:11 PM