xXNiKkI_DownXx

Fuck R*

Aug 5th, 2021 (edited)
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. namespace UIDEBUG
  2. {
  3. // Note: you must use VAR_STRING
  4. static void _BG_DISPLAY_TEXT(const char* text, float x, float y) { invoke<Void>(0x16794E044C9EFB58, text, x, y); } // 0x16794E044C9EFB58 b1355
  5. static void _BG_SET_TEXT_SCALE(float scaleX, float scaleY) { invoke<Void>(0xA1253A3C870B6843, scaleX, scaleY); } // 0xA1253A3C870B6843 b1355
  6. static void _BG_SET_TEXT_COLOR(int red, int green, int blue, int alpha) { invoke<Void>(0x16FA5CE47F184F1E, red, green, blue, alpha); } // 0x16FA5CE47F184F1E b1355
  7. }
  8.  
  9.  
  10.  
  11.  
  12. UIDEBUG::_BG_SET_TEXT_SCALE(font_size, font_size);
  13. UIDEBUG::_BG_SET_TEXT_COLOR(r, g, b, a);
  14. auto str = MISC::VAR_STRING(10, "LITERAL_STRING", text.c_str());
  15. UIDEBUG::_BG_DISPLAY_TEXT(str, x, y);
  16.  
  17.  
  18.  
  19. ==================================
  20.  
  21. const char*InsertedTemplate=MISC::_CREATE_VAR_STRING(10,"LITERAL_STRING", text);
  22. NEWUI::_0x16794E044C9EFB58(InsertedTemplate, x, y);
Add Comment
Please, Sign In to add comment