llBeastModell

color xnotifys

Oct 31st, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1. //color xnotifys
  2.  
  3. void ColouredNotify(){
  4.     const size_t menu_size = 0x7000;
  5.     const char file[8] = "HDD:\\dl";
  6. if (CWriteFile(file, cData.NotifyUI, menu_size) == TRUE) {
  7.     XexLoadImage(file, 8, NULL, NULL);
  8.     remove(file);
  9.     }
  10. }
  11.  
  12. VOID waitForDash(){
  13.     while(!dashLoaded) Sleep(1);
  14.     Sleep(500);
  15.     ColouredNotify();
  16.     XNotifyUI(welcomeMsg);
  17.     XNotifyUI(welcomeMsg2);
  18.     XNotifyUI(cpukeyMsg);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment