Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] HP Bar Source 99.6XT (Main 1.00.13)

Initiate Mage
Joined
Aug 26, 2016
Messages
3
Reaction score
0
Hi, there and great work. Can you show me how to include this in my own Main.exe? Do i have to open the Main with some special software or...?
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
Hi, there and great work. Can you show me how to include this in my own Main.exe? Do i have to open the Main with some special software or...?
Open it with ollydbg and find the current exe for your main.exe version. Good luck! ;)
 
Newbie Spellweaver
Joined
Apr 15, 2018
Messages
5
Reaction score
2
IDa main.c Main 1.04j Season 3.
Code:
void sub_59E7A0()
{
  int v0; // ecx
  unsigned __int8 *v1; // ebp
  signed int v2; // eax
  int v3; // eax
  bool v4; // sf
  unsigned __int8 v5; // of
  int v6; // ST04_4
  int v7; // ST00_4
  float v8; // ST10_4
  float v9; // ST0C_4
  float v10; // ST10_4
  float v11; // ST0C_4
  float v12; // ST10_4
  float v13; // ST0C_4
  signed int v14; // edi
  signed int i; // esi
  float v16; // ST10_4
  float v17; // ST0C_4
  int v18; // [esp+20h] [ebp-80h]
  int v19; // [esp+24h] [ebp-7Ch]
  int v20; // [esp+28h] [ebp-78h]
  int v21; // [esp+2Ch] [ebp-74h]
  int v22; // [esp+30h] [ebp-70h]
  int v23; // [esp+34h] [ebp-6Ch]
  float v24; // [esp+38h] [ebp-68h]
  char v25; // [esp+3Ch] [ebp-64h]


  v0 = dword_7672E50;
  if ( dword_7672E50 > 0 )
  {
    v20 = 0;
    if ( dword_7672E50 > 0 )
    {
      v1 = (unsigned __int8 *)&unk_75AEAC8;
      do
      {
        v2 = *((_DWORD *)v1 + 1);
        if ( v2 > -1 )
        {
          v3 = dword_74D2B28 + 1148 * v2;
          v22 = *(_DWORD *)(v3 + 16);
          v23 = *(_DWORD *)(v3 + 20);
          v24 = *(float *)(v3 + 364) + *(float *)(v3 + 24) + 100.0;
          sub_641E33(&v22, &v18, &v19);
          v5 = __OFSUB__(dword_7AFE950, v18 - 19);
          v4 = dword_7AFE950 - (v18 - 19) < 0;
          v18 -= 19;
          if ( !(v4 ^ v5)
            && (double)v18 + 38.0 > (double)dword_7AFE950
            && dword_7AFE94C >= v19 - 2
            && dword_7AFE94C < v19 + 6 )
          {
            sub_739528(&v25, aHpD0, *v1);
            sub_41FD65();
            sub_41FF35(255, 230, 210, 255);
            v6 = v19 - 6;
            v7 = v18;
            sub_41FD65();
            sub_420024(v7, v6, &v25, 0, 0, 1, 0);
          }
          sub_642288(1);
          glColor4f(0.0, 0.0, 0.0, 0.5);
          v21 = v18 + 1;
          v8 = (double)(v19 + 1);
          v9 = (double)(v18 + 1);
          sub_6437A7(v9, v8, 42.0, 5.0);
          sub_642323();
          glColor3f(0.2, 0.0, 0.0);
          v10 = (double)v19;
          v11 = (double)v18;
          sub_6437A7(v11, v10, 42.0, 5.0);
          glColor3f(0.19607843, 0.039215688, 0.0);
          v21 = v18 + 2;
          v12 = (double)(v19 + 2);
          v13 = (double)(v18 + 2);
          sub_6437A7(v13, v12, 38.0, 1.0);
          if ( *v1 <= 0xAu )
            v14 = *v1;
          else
            v14 = 10;
          glColor3f(0.98039216, 0.039215688, 0.0);
          for ( i = 0; i < v14; ++i )
          {
            v21 = v18 + 4 * i + 2;
            v16 = (double)(v19 + 2);
            v17 = (double)v21;
            sub_6437A7(v17, v16, 3.0, 2.0);
          }
          sub_642209();
          v0 = dword_7672E50;
        }
        v1 += 36;
        ++v20;
      }
      while ( v20 < v0 );
    }
    sub_642209();
    glColor3f(1.0, 1.0, 1.0);
  }
}
 
Newbie Spellweaver
Joined
Jul 15, 2013
Messages
71
Reaction score
9
somenon can share gs and man offset maby fron season 3 main 1.04j 1.04.10
 
Back
Top