Results 1 to 8 of 8
  1. #1
    kokhong99's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    System32
    Posts
    55
    Reputation
    10
    Thanks
    3,744
    My Mood
    Aggressive

    How to put in this address into this source code ?

    Code credits:HaXiNgRuLeZ

    Code:
    #include <windows.h>
    
    bool TeamESP = false;
    
    void Start()
    {
        while(1)
        {
            if(GetAsyncKeyState(VK_INSERT)&1)
            {
                if(TeamESP = !TeamESP)
                {
                    TeamESP = true;
                }
                else
                {
                    TeamESP = false;
                }
    
            }
    
            if(TeamESP == true)
            {
                *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 01;
                *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 01;
            }
            else if(TeamESP == false)
            {
                *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 00;
                *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 00;
            }
    }
    
    BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
        if (dwReason == DLL_PROCESS_ATTACH ) {
            CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) Start, 0,0,0);
        }
        return 1;
    }

    Just choose those green static address and find the offset thats it ?
    Does other black address needed also ?

  2. #2
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Quote Originally Posted by kokhong99 View Post
    Code credits:HaXiNgRuLeZ

    Code:
    #include <windows.h>
    
    bool TeamESP = false;
    
    void Start()
    {
        while(1)
        {
            if(GetAsyncKeyState(VK_INSERT)&1)
            {
                if(TeamESP = !TeamESP)
                {
                    TeamESP = true;
                }
                else
                {
                    TeamESP = false;
                }
    
            }
    
            if(TeamESP == true)
            {
                *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 01;
                *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 01;
            }
            else if(TeamESP == false)
            {
                *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 00;
                *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 00;
            }
    }
    
    BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
        if (dwReason == DLL_PROCESS_ATTACH ) {
            CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) Start, 0,0,0);
        }
        return 1;
    }

    Just choose those green static address and find the offset thats it ?
    Does other black address needed also ?
    U need to try all , which is correct .

  3. #3
    kokhong99's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    System32
    Posts
    55
    Reputation
    10
    Thanks
    3,744
    My Mood
    Aggressive
    Quote Originally Posted by Ein_Silk View Post


    U need to try all , which is correct .
    Find out what accessed this addresses in every addresses ?

  4. #4
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by kokhong99 View Post
    Find out what accessed this addresses in every addresses ?
    If not static address just scan pointer .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  5. #5
    kokhong99's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    System32
    Posts
    55
    Reputation
    10
    Thanks
    3,744
    My Mood
    Aggressive
    Quote Originally Posted by Akem125zr View Post
    If not static address just scan pointer .
    What you mean is that pointer scan for this address ?
    Sorry I'm a newbie xD

  6. #6
    ZhinLoung's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by kokhong99 View Post
    What you mean is that pointer scan for this address ?
    Sorry I'm a newbie xD
    Static address is an address that won't change it's location even you restart the game

    - - - Updated - - -

    And for pointer scan, right click the address and click on pointer scan

  7. #7
    kokhong99's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    System32
    Posts
    55
    Reputation
    10
    Thanks
    3,744
    My Mood
    Aggressive
    Quote Originally Posted by ZhinLoung View Post
    Static address is an address that won't change it's location even you restart the game

    - - - Updated - - -

    And for pointer scan, right click the address and click on pointer scan
    Ya, but pointer scan and what accessed this address is the same ?

  8. #8
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    No answers in over a week, marked as "Unresolved".

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Release] This is my BHOP source code
    By iLuck1021 in forum Counter-Strike 2 Coding & Resources
    Replies: 3
    Last Post: 02-18-2016, 10:14 AM
  2. [Help Request] how to put in ultra skills into assembly.csharp.dll?
    By Verataboba in forum Unturned Discussions & Help
    Replies: 5
    Last Post: 08-04-2014, 06:37 PM
  3. Replies: 3
    Last Post: 10-22-2012, 05:27 PM
  4. [Request] How to put a gun mods into RF0123
    By goldxm8 in forum CrossFire Mods & Rez Modding
    Replies: 4
    Last Post: 02-18-2012, 07:52 PM
  5. [Release] Warrock Inter Boneshot address Updated with source code
    By pronten in forum WarRock Hack Source Code
    Replies: 6
    Last Post: 10-12-2011, 06:46 AM