okay so 2 things, this was leaked before and then removed but i got it b4 removal... 1 need confirmation if this is for xbox? and 2 if anyone has the required natives and would be willing to give them, that'd be dope.
Code:
int GameTimeStub[2] = { 0x1042D20, TOC };
typedef void(pGameTimeFn)(int H, int M, int S);
pGameTimeFn GAME_TIME = (pGameTimeFn)GameTimeStub;
int GameTimeSyncStub[2] = { 0x12C2A00, TOC };
typedef void(pGameTimeSyncFn)(int r3, int r4); //0, 1
pGameTimeSyncFn GAME_TIME_SYNC = (pGameTimeSyncFn)GameTimeSyncStub;
void setlobbytime(int H, int M, int S)
{
GAME_TIME(H, M, S);
GAME_TIME_SYNC(0, 1);
}







![[Image: Smacker%20Solutions%20LTD.gif]](https://cdn.smacker-solutions.ltd/Smacker%20Solutions%20LTD.gif)