Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CGlobalVarsBase
- {
- public:
- float realtime;
- int framecount;
- float absoluteframetime;
- float absoluteframestarttimestddev;
- float curtime;
- float frametime;
- int maxClients;
- int tickcount;
- float interval_per_tick;
- float interpolation_amount;
- int simTicksThisFrame;
- int network_protocol;
- void* pSaveData;
- bool m_bClient;
- int nTimestampNetworkingBase;
- int nTimestampRandomizeWindow;
- };
- m_pGlobals = **(Source::CGlobalVarsBase***)( PatternScan ( "client.dll", "A1 ?? ?? ?? ?? 8B 4D FC 8B 55 08" ) + 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement