Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //color xnotifys
- void ColouredNotify(){
- const size_t menu_size = 0x7000;
- const char file[8] = "HDD:\\dl";
- if (CWriteFile(file, cData.NotifyUI, menu_size) == TRUE) {
- XexLoadImage(file, 8, NULL, NULL);
- remove(file);
- }
- }
- VOID waitForDash(){
- while(!dashLoaded) Sleep(1);
- Sleep(500);
- ColouredNotify();
- XNotifyUI(welcomeMsg);
- XNotifyUI(welcomeMsg2);
- XNotifyUI(cpukeyMsg);
- }
Advertisement
Add Comment
Please, Sign In to add comment