• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Yes, again with the buff

Newbie Spellweaver
Joined
Oct 28, 2016
Messages
11
Reaction score
0
Hi there,
I followed this guide:
http://forum.ragezone.com/f566/packet-structure-ida-1083766/#post8523885
But i don't know really know what buff dword_1B5BB18 (below) actually is?
PHP:
v4 = UINT128::operator&(&v654, &v652, &dword_1B5BB18); // 57  
if ( UINT128::operator_bool(v4) )  
{    
   v5 = CInPacket::write(a3);    
   sub_424360(v477, v5);  
}
PHP:
v0 = UINT128::UINT128(&v3);  
v1 = UINT128::setBitNumber(v0, 57u, 1);  
return UINT128::UINT128_1(&dword_1B5BB18, v1, 0x1A0u);
 
Skilled Illusionist
Joined
Jul 17, 2010
Messages
333
Reaction score
165
Hi there,
I followed this guide:
http://forum.ragezone.com/f566/packet-structure-ida-1083766/#post8523885
But i don't know really know what buff dword_1B5BB18 (below) actually is?
PHP:
v4 = UINT128::operator&(&v654, &v652, &dword_1B5BB18); // 57  
if ( UINT128::operator_bool(v4) )  
{    
   v5 = CInPacket::write(a3);    
   sub_424360(v477, v5);  
}
PHP:
v0 = UINT128::UINT128(&v3);  
v1 = UINT128::setBitNumber(v0, 57u, 1);  
return UINT128::UINT128_1(&dword_1B5BB18, v1, 0x1A0u);
Is that ver.152? It's 'Speed'.
 
Upvote 0
Back
Top