Advertisement
Vzurxy

ROBLOX ADDRESSES TO UPDATE EXPLOITS

Sep 26th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. // Addresses as of 9/26/18 \\
  2.  
  3. Most formats : luastate name - address
  4.  
  5. Others : luastate name - address - calling convention
  6.  
  7. lua_getfield - 0x850620
  8.  
  9. lua_setfield - 0x8523A0
  10.  
  11. lua_tolstring - 0x8529c0
  12.  
  13. lua_pushvalue - 0x851A60
  14.  
  15. lua_pcall - 0x8513e0
  16.  
  17. lua_settable - 0x84fa90
  18.  
  19. lua_gettable - 0x84f8a0
  20.  
  21. lua_settop - 0x852780
  22.  
  23. lua_toboolean - 0x852900
  24.  
  25. lua_pushnumber - 0x851910
  26.  
  27. lua_tonumber - 0x852c90
  28.  
  29. lua_createtable - 0x8502D0
  30.  
  31. lua_pushnil - 0x8518A0
  32.  
  33. lua_rawgeti - 0x851d10
  34.  
  35. lua_rawseti - 0x851e80
  36.  
  37. lua_getmetatable - 0x8508F0
  38.  
  39. lua_gettop - 0x77A7B0 - __cdecl
  40.  
  41. lua_pushnumber - 0x77B5D0 - __cdecl
  42.  
  43. lua_pcall - 0x77B0A0 - __cdecl
  44.  
  45. lua_pushcclosure - 0x77B1E0 - __cdecl
  46.  
  47. lua_newthread - 0x77AD70 - __cdecl
  48.  
  49. lual_ref - 0x775280 - __cdecl
  50.  
  51. lua_rawgeti - 0x77B9E0 - __cdecl
  52.  
  53. lua_pushlightuserdata - 0x77B440 - __cdecl
  54.  
  55. lua_tolstring - 0x77C660 - __stdcall
  56.  
  57. ScriptContext - 0x1393300 - lua_state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement