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

    change sig address

    Code:
                dwGlowObjectManager            = G.M.ReadIntPtr(clientSigScan.FindPattern(<enc "0F 57 C0 C7 05 ? ? ? ? 00 00 00 00 0F 11 05 ? ? ? ? 68 ? ? ? ? 0F 28 05 ? ? ? ? 0F 11 05 ? ? ? ? C7 05 ? ? ? ? 00 00 00 00 C7 05 ? ? ? ? 00 00 00 00">, <enc 0x10>));
                dwLocalPlayer                  = G.M.ReadIntPtr(clientSigScan.FindPattern(<enc "8D 34 85 ? ? ? ? 89 15">, <enc 0x3>)) + <enc 0x4>;
    			dwEntityList                   = G.M.ReadIntPtr(clientSigScan.FindPattern(<enc "BB ? ? ? ? 83 FF 01 0F 8C ? ? ? ? 3B F8">, <enc 0x1>));
    			dwForceJump                    = G.M.ReadIntPtr(clientSigScan.FindPattern(<enc "15 ? ? ? ? 40 3B">, <enc 0x1>));
                dwClientState                  = G.M.ReadIntPtr(engineSigScan.FindPattern(<enc "? ? ? ? 83 B8 00 01 00 00 06 0F 94 C0 C3 56">));
    could anyone help to change ^ this sig address to signature like bottom please..?

    Code:
        COffsets::updateLocalPlayer() {
        	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);
    Code:
        COffsets::updateEntityList() {
        	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);
    Code:
    COffsets::updateAttack() {
    	DWORD aStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xx????xx????xxxxxxxxxxx", 23, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x15, 0x0, 0x0, 0x0, 0x0, 0xF6, 0xC2, 0x3, 0x74, 0x3, 0x83, 0xCE, 0x4, 0xA8, 0x4, 0xBF);
    	DWORD aOff = mem->Read<DWORD>(aStart + 2);
    	dwAttack = aOff - modClient.dwBase;
    Code:
    COffsets::updateJump() {
    	DWORD jStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xx????xx????xxxxxxxxxxx", 23, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x15, 0x0, 0x0, 0x0, 0x0, 0xF6, 0xC2, 0x3, 0x74, 0x3, 0x83, 0xCE, 0x8, 0xA8, 0x8, 0xBF);
    	DWORD jOff = mem->Read<DWORD>(jStart + 2);
    	dwJump = jOff - modClient.dwBase;
    Code:
    COffsets::updateGlow() {
    	DWORD gpStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xxxxx????xxxxxxx????x????xxx????xxx????xx????xxxxxx????xxxx", 0, 0x0F, 0x57, 0xC0, 0xC7, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x11, 0x05, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x28, 0x05, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x11, 0x05, 0x00, 0x00, 0x00, 0x00, 0xC7, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC7, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
    	dwGlow = mem->Read<DWORD>(gpStart + 16) - modClient.dwBase;

  2. #2
    sagaantheepic4's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    312
    Reputation
    10
    Thanks
    2,142
    My Mood
    Chatty
    learncpp.com

  3. #3
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    you lazy c+p ;-;
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

Similar Threads

  1. Change MAC address
    By c4eu in forum Combat Arms Help
    Replies: 1
    Last Post: 10-17-2011, 11:21 AM
  2. Changing IP address
    By ZombieTea in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 06-09-2011, 03:56 PM
  3. How To Change IP Address (Both Dynamic And Static)
    By Jeevin` in forum Combat Arms Tutorials
    Replies: 6
    Last Post: 05-10-2011, 07:37 PM
  4. Unbanned method! new! play on offical IW server , no need to change server address
    By cheatt in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 11-22-2010, 12:11 PM
  5. Replies: 0
    Last Post: 08-07-2009, 08:01 PM