I found a smaller solution.
This works Client side, the code speaks for it self… for the Noobs, this is written in C# come over and learn how code :slight_smile:
There is nothing special or magical about it, any one can learn it…
Dont let others hold you back… :slight_smile:
you can learn how to code in 30 minutes on youtube… In the search type “Hello World” followed by the code langauge u want to learn.
Example… “Hello World Android.”
That beeing said… i do want to thank @Vespura again for the open source, and his work because i found allot of interesting code that i can learn from.

int clockHours = GetClockHours();
int clockMinutes = GetClockMinutes();
if (clockHours >= 6 && clockMinutes >= 40)
//SetClockTime(12, 00, 00); does not work.
NetworkOverrideClockTime(6, 30, 00);

3 Likes