Results 1 to 4 of 4
  1. #1
    saiaapiz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    (YourPtr*)State->Location(0xDEADCODE);
    Posts
    134
    Reputation
    10
    Thanks
    1,422
    My Mood
    Bored

    Reference to find Game Pointer, Weapon Pointer, Hero Pointer Many More..

    This is where BlackShot Initializing...
    You can find many pointer by jumping into these function and find more hack!!


    0057ED78 = InitGame

    Code:
    int *__thiscall InitGame(_DWORD *this)
    {
      void (****v1)(void); // esi
      void (****v2)(void); // edi
      void *v3; // ecx
      void *v4; // ecx
      void *v5; // ecx
      void *v6; // ecx
      void *v7; // ecx
      void *v8; // ecx
      void *v9; // ecx
      int v10; // ecx
      int v11; // ST04_4
      int *v12; // eax
      int v13; // ST08_4
      char v15; // [esp+10h] [ebp-4h]
    
      v1 = (void (****)(void))this[3];
      v2 = (void (****)(void))this[4];
      if ( v1 != v2 )
      {
        while ( v1 != v2 )
        {
          (***v1)();
          v1 += 2;
        }
      }
      InitObject(this);
      InitWorldEnviromentInfo__(v3);
      InitCWorldManager();
      InitHeroState(v4);
      InitWeaponInfoText();
      InitCOrganicManager();
      InitCInterfaceManager(v5);
      InitCLobbyMananger(v6);
      InitCSoundManager(v7);
      InitCChatManager(v8);
      InitEncryptedString(v9);
      SetFontPath();
      SetFontSize();
      SetServerCountBar();
      InitPartnerSystem();
      SetSkinColor();
      SetJackpotNoticeColor();
      SetNameColor();
      SetClanMarkNum();
      SetGachaValue();
      SetUAVValue();
      SetMuzzleFlash();
      SetUIPallete();
      SetNationCode();
      SetLuaLog();
      SetScriptChange();
      SetMemVar("IfDefAchievementSystem", GamePtr, (int)sub_4A8596);
      SetMemVar("IfDefCollectionBook", GamePtr, (int)sub_4A8599);
      SetMemVar("IfDefMovePartnerTap", GamePtr, (int)sub_4A859C);
      SetMemVar("If_RM_Mode", GamePtr, (int)sub_4A859F);
      SetMemVar("If_URF_OnOff", GamePtr, (int)sub_4A85A2);
      SetMemVar("If_THW_Mode", GamePtr, (int)sub_4A85A5);
      SetMemVar("If_WR_Mode", GamePtr, (int)sub_4A85A8);
      SetMemVar("If_SBF_Mode", GamePtr, (int)sub_4A85AB);
      v11 = v10;
      v12 = InitAchievementMedalInfo((int *)&v15, v10);
      return DefineAllVar(v12, v11, v13);
    }
    I will hack your router, then hack your computer and hack your life.

  2. #2
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by saiaapiz View Post
    This is where BlackShot Initializing...
    You can find many pointer by jumping into these function and find more hack!!


    0057ED78 = InitGame

    Code:
    int *__thiscall InitGame(_DWORD *this)
    {
      void (****v1)(void); // esi
      void (****v2)(void); // edi
      void *v3; // ecx
      void *v4; // ecx
      void *v5; // ecx
      void *v6; // ecx
      void *v7; // ecx
      void *v8; // ecx
      void *v9; // ecx
      int v10; // ecx
      int v11; // ST04_4
      int *v12; // eax
      int v13; // ST08_4
      char v15; // [esp+10h] [ebp-4h]
    
      v1 = (void (****)(void))this[3];
      v2 = (void (****)(void))this[4];
      if ( v1 != v2 )
      {
        while ( v1 != v2 )
        {
          (***v1)();
          v1 += 2;
        }
      }
      InitObject(this);
      InitWorldEnviromentInfo__(v3);
      InitCWorldManager();
      InitHeroState(v4);
      InitWeaponInfoText();
      InitCOrganicManager();
      InitCInterfaceManager(v5);
      InitCLobbyMananger(v6);
      InitCSoundManager(v7);
      InitCChatManager(v8);
      InitEncryptedString(v9);
      SetFontPath();
      SetFontSize();
      SetServerCountBar();
      InitPartnerSystem();
      SetSkinColor();
      SetJackpotNoticeColor();
      SetNameColor();
      SetClanMarkNum();
      SetGachaValue();
      SetUAVValue();
      SetMuzzleFlash();
      SetUIPallete();
      SetNationCode();
      SetLuaLog();
      SetScriptChange();
      SetMemVar("IfDefAchievementSystem", GamePtr, (int)sub_4A8596);
      SetMemVar("IfDefCollectionBook", GamePtr, (int)sub_4A8599);
      SetMemVar("IfDefMovePartnerTap", GamePtr, (int)sub_4A859C);
      SetMemVar("If_RM_Mode", GamePtr, (int)sub_4A859F);
      SetMemVar("If_URF_OnOff", GamePtr, (int)sub_4A85A2);
      SetMemVar("If_THW_Mode", GamePtr, (int)sub_4A85A5);
      SetMemVar("If_WR_Mode", GamePtr, (int)sub_4A85A8);
      SetMemVar("If_SBF_Mode", GamePtr, (int)sub_4A85AB);
      v11 = v10;
      v12 = InitAchievementMedalInfo((int *)&v15, v10);
      return DefineAllVar(v12, v11, v13);
    }
    Seems someone here learned how to use IDA, welldone dude.
    The functions name resolutions was did by for IDA or you edited?
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  3. #3
    saiaapiz's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    (YourPtr*)State->Location(0xDEADCODE);
    Posts
    134
    Reputation
    10
    Thanks
    1,422
    My Mood
    Bored
    I edit the name func by myself, easy to look.
    I will hack your router, then hack your computer and hack your life.

  4. #4
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by saiaapiz View Post
    I edit the name func by myself, easy to look.
    Yep the strings still there.
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Similar Threads

  1. [WTS] FREE GAME ACCOUNTS.ORIGIN,UPLAY,STEAM AND MANY MORE ! [FREE] [NO BUYING]
    By -Elision- in forum Selling Accounts/Keys/Items
    Replies: 54
    Last Post: 07-19-2017, 08:49 AM
  2. [PS3] Game sharing games (have aw, gta5, destiny and many more)!
    By sub_zer0 in forum Playstation Marketplace
    Replies: 2
    Last Post: 07-05-2015, 07:53 AM
  3. Weapon MGR + Player Pointer
    By Ryuesi in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 19
    Last Post: 09-26-2011, 12:51 PM
  4. Finding Game Pointer Addy
    By kvdirect in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 12-16-2010, 02:49 PM
  5. Warrock Vehicle Weapon No-overheat Pointer
    By Fortran in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-21-2006, 12:16 AM