Advertisement
Guest User

Addys For Roblox version-aef51da2f53945fc

a guest
May 17th, 2022
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. const uintptr_t rbx_getscheduler_addy = current_module + 0xE00F50;
  2. const uintptr_t rbx_output_addy = current_module + 0x22BE30;
  3. const uintptr_t rbx_getstate_addy = current_module + 0x3C1160;
  4. const uintptr_t rbx_pushvfstring_addy = current_module + 0x1341E90;
  5.  
  6. const uintptr_t spawn_func_addy = current_module + 0x3E1C30;
  7.  
  8.  
  9. const uintptr_t deserializer_func_addy = current_module + 0x1346000;
  10.  
  11. const uintptr_t pushcclosure_addy = current_module + 0x13683E0;
  12. const uintptr_t pushcclosure_exit_addy = current_module + 0x1368655;
  13.  
  14. const uintptr_t setglobal_addy = current_module + 0x136A300;
  15. const uintptr_t setglobal_exit_addy = current_module + 0x13685EA;
  16. const uintptr_t setglobal_patch_1_addy = current_module + 0x136A358;
  17. const uintptr_t setglobal_patch_2_addy = current_module + 0x136C634;
  18.  
  19. const uintptr_t pseudo2adr_addy = current_module + 0x1344630;
  20. const uintptr_t fake_ret_addy = current_module + 0x23514D;
  21. const uintptr_t callcheck_addy_1 = current_module + 0x2C6B1F4;
  22. const uintptr_t callcheck_addy_2 = current_module + 0x232277;
  23. const uintptr_t callcheck_addy_3 = current_module + 0x13AEC96;
  24. const uintptr_t xor_const = current_module + 0xFF09FCB8;
  25.  
  26. constexpr uintptr_t jobs_start = 0x134;
  27. constexpr uintptr_t jobs_end = 0x138;
  28. constexpr uintptr_t fps = 0x118;
  29.  
  30. constexpr uintptr_t name = 0x10;
  31.  
  32. constexpr uintptr_t datamodel = 0x28;
  33.  
  34. constexpr uintptr_t script_context = 0x130;
  35.  
  36. constexpr uintptr_t extra_space = 0x48;
  37. constexpr uintptr_t identity = 0x18;
  38.  
  39. constexpr uintptr_t top = 0xC;
  40.  
  41.  
  42. constexpr uintptr_t base = 0x10;
  43.  
  44. constexpr uintptr_t func = 0x10;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement