Advertisement
spidey_v6

Untitled

Nov 19th, 2020
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 199.90 KB | None | 0 0
  1. #pragma once
  2. #include <Windows.h>
  3. #include "retcheck.h"
  4. #include "Bridge.h"
  5. extern "C" {
  6. #include "Lua\lua.h"
  7. #include "Lua\lapi.h"
  8. #include "Lua\lualib.h"
  9. #include "Lua\lstate.h"
  10. #include "Lua\lauxlib.h"
  11. #include "Lua\luaconf.h"
  12. #include "Lua\llimits.h"
  13. #include "Lua\lapi.h"
  14. #include "Lua\lfunc.h"
  15. #include "Lua\lobject.h"
  16. }
  17.  
  18. //Auto Lua Type: https://github.com/Mellonyt/Roblox-Lua-Type-Scanner
  19. // Scanning Time: 4 Secs
  20. // For version-aa7766fcc7cb4906
  21. namespace Adresses {
  22. /*
  23.  
  24. * addinfo_Decompiled_Args: int a1
  25. * addinfo_TypeDef: int
  26. * addinfo_Aob: 55 8B EC 81 EC 00 01 00 00 57
  27. * addinfo_ProtectedByRetCheck: false
  28. * addinfo_IsApartOfLua: true
  29. * addinfo_Mask: ..........
  30.  
  31. */
  32. DWORD addinfo_addr = 0x014402E0;
  33. #define addinfo_CCV __cdecl
  34.  
  35. /*
  36.  
  37. * adjuststack_Decompiled_Args: int a1
  38. * adjuststack_TypeDef: int
  39. * adjuststack_Aob: 55 8B EC 53 8B 5D 08 83 7B 04
  40. * adjuststack_ProtectedByRetCheck: false
  41. * adjuststack_IsApartOfLua: true
  42. * adjuststack_Mask: ..........
  43.  
  44. */
  45. DWORD adjuststack_addr = 0x01435930;
  46. #define adjuststack_CCV __cdecl
  47.  
  48. /*
  49.  
  50. * arith_Decompiled_Args: int a1, int a2, int a3
  51. * arith_TypeDef: int
  52. * arith_Aob: 55 8B EC 56 8B 75 0C 57 8B 46 0C
  53. * arith_ProtectedByRetCheck: false
  54. * arith_IsApartOfLua: true
  55. * arith_Mask: ...........
  56.  
  57. */
  58. DWORD arith_addr = 0x0144B190;
  59. #define arith_CCV __cdecl
  60.  
  61. /*
  62.  
  63. * aux_upvalue_Decompiled_Args: int a1, int a2, int a3
  64. * aux_upvalue_TypeDef: int
  65. * aux_upvalue_Aob: 55 8B EC 8B 55 08 56 57 83 7A
  66. * aux_upvalue_ProtectedByRetCheck: false
  67. * aux_upvalue_IsApartOfLua: true
  68. * aux_upvalue_Mask: ..........
  69.  
  70. */
  71. DWORD aux_upvalue_addr = 0x014332F0;
  72. #define aux_upvalue_CCV __cdecl
  73.  
  74. /*
  75.  
  76. * auxgetinfo_Decompiled_Args: int a1, int a2, int a3, int a4
  77. * auxgetinfo_TypeDef: int
  78. * auxgetinfo_Aob: 55 8B EC 53 57 8B 7D 0C BB
  79. * auxgetinfo_ProtectedByRetCheck: false
  80. * auxgetinfo_IsApartOfLua: true
  81. * auxgetinfo_Mask: .........
  82.  
  83. */
  84. DWORD auxgetinfo_addr = 0x01440350;
  85. #define auxgetinfo_CCV __cdecl
  86.  
  87. /*
  88.  
  89. * auxresume_Decompiled_Args: int a1, int a2, int a3
  90. * auxresume_TypeDef: int
  91. * auxresume_Aob: 55 8B EC 53 56 8B 75 0C 57 8B 7D 08 3B
  92. * auxresume_ProtectedByRetCheck: false
  93. * auxresume_IsApartOfLua: true
  94. * auxresume_Mask: .............
  95.  
  96. */
  97. DWORD auxresume_addr = 0x01441E70;
  98. #define auxresume_CCV __cdecl
  99.  
  100. /*
  101.  
  102. * call_bintm_Decompiled_Args: int a1, int a2, int a3, int a4
  103. * call_bintm_TypeDef: int
  104. * call_bintm_Aob: 55 8B EC 51 53 56 8B 75 0C 57 85
  105. * call_bintm_ProtectedByRetCheck: false
  106. * call_bintm_IsApartOfLua: true
  107. * call_bintm_Mask: ...........
  108.  
  109. */
  110. DWORD call_bintm_addr = 0x0144AA30;
  111. #define call_bintm_CCV __cdecl
  112.  
  113. /*
  114.  
  115. * call_ordertm_Decompiled_Args: int a1, int a2
  116. * call_ordertm_TypeDef: int
  117. * call_ordertm_Aob: 55 8B EC 8B 45 08 53 56 57 8D
  118. * call_ordertm_ProtectedByRetCheck: false
  119. * call_ordertm_IsApartOfLua: true
  120. * call_ordertm_Mask: ..........
  121.  
  122. */
  123. DWORD call_ordertm_addr = 0x0144AAE0;
  124. #define call_ordertm_CCV __cdecl
  125.  
  126. /*
  127.  
  128. * callcheck_Decompiled_Args: Given Adress Is Not A Function
  129. * callcheck_TypeDef: Given Adress Is Not A Function
  130. * callcheck_Aob: FF 15 F8 61 CD 01 8B D8
  131. * callcheck_ProtectedByRetCheck: false
  132. * callcheck_IsApartOfLua: false
  133. * callcheck_Mask: ........
  134.  
  135. */
  136. DWORD callcheck_addr = 0x005E1240;
  137. #define callcheck_CCV __stdcall
  138.  
  139. /*
  140.  
  141. * calltmres_Decompiled_Args: int a1, int a2, int a3, int a4, int a5
  142. * calltmres_TypeDef: int
  143. * calltmres_Aob: 55 8B EC 8B 45 10 56 8B 75 08 57
  144. * calltmres_ProtectedByRetCheck: false
  145. * calltmres_IsApartOfLua: true
  146. * calltmres_Mask: ...........
  147.  
  148. */
  149. DWORD calltmres_addr = 0x0144A8E0;
  150. #define calltmres_CCV __cdecl
  151.  
  152. /*
  153.  
  154. * close_state_Decompiled_Args: int a1
  155. * close_state_TypeDef: int
  156. * close_state_Aob: 55 8B EC 53 8B 5D 08 56 57 8B 7B 08 8D
  157. * close_state_ProtectedByRetCheck: false
  158. * close_state_IsApartOfLua: true
  159. * close_state_Mask: .............
  160.  
  161. */
  162. DWORD close_state_addr = 0x0143FD90;
  163. #define close_state_CCV __cdecl
  164.  
  165. /*
  166.  
  167. * collectvalidlines_Decompiled_Args: int a1, int a2
  168. * collectvalidlines_TypeDef: int
  169. * collectvalidlines_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 8B 57
  170. * collectvalidlines_ProtectedByRetCheck: false
  171. * collectvalidlines_IsApartOfLua: true
  172. * collectvalidlines_Mask: .............
  173.  
  174. */
  175. DWORD collectvalidlines_addr = 0x014365C0;
  176. #define collectvalidlines_CCV __cdecl
  177.  
  178. /*
  179.  
  180. * currentline_Decompiled_Args: int a1
  181. * currentline_TypeDef: int
  182. * currentline_Aob: 55 8B EC 8B 4D 0C 53 56 57 8B 01
  183. * currentline_ProtectedByRetCheck: false
  184. * currentline_IsApartOfLua: true
  185. * currentline_Mask: ...........
  186.  
  187. */
  188. DWORD currentline_addr = 0x01440570;
  189. #define currentline_CCV __cdecl
  190.  
  191. /*
  192.  
  193. * deobfuscate_closure_Decompiled_Args: int a1, int a2
  194. * deobfuscate_closure_TypeDef: int
  195. * deobfuscate_closure_Aob: 55 8B EC 53 8B 5D 08 56 8B 75 0C 57 83 7E 0C 07 75 47
  196. * deobfuscate_closure_ProtectedByRetCheck: false
  197. * deobfuscate_closure_IsApartOfLua: true
  198. * deobfuscate_closure_Mask: ..................
  199.  
  200. */
  201. DWORD deobfuscate_closure_addr = 0x0144B8D0;
  202. #define deobfuscate_closure_CCV __cdecl
  203.  
  204. /*
  205.  
  206. * f_call_Decompiled_Args: int a1
  207. * f_call_TypeDef: int
  208. * f_call_Aob: 55 8B EC 8B 45 0C FF 70 04 FF 30 FF 75 08 E8 2D 31
  209. * f_call_ProtectedByRetCheck: true
  210. * f_call_IsApartOfLua: true
  211. * f_call_Mask: .................
  212.  
  213. */
  214. DWORD f_call_addr = 0x01433380;
  215. #define f_call_CCV __cdecl
  216.  
  217. /*
  218.  
  219. * f_luaopen_Decompiled_Args: int a1
  220. * f_luaopen_TypeDef: int
  221. * f_luaopen_Aob: 55 8B EC 53 8B 5D 08 8B 43 08 56
  222. * f_luaopen_ProtectedByRetCheck: false
  223. * f_luaopen_IsApartOfLua: true
  224. * f_luaopen_Mask: ...........
  225.  
  226. */
  227. DWORD f_luaopen_addr = 0x0143FE30;
  228. #define f_luaopen_CCV __cdecl
  229.  
  230. /*
  231.  
  232. * findfirstchild_Decompiled_Args: int a1
  233. * findfirstchild_TypeDef: int
  234. * findfirstchild_Aob: 55 8B EC 83 EC 10 53 8B C1
  235. * findfirstchild_ProtectedByRetCheck: false
  236. * findfirstchild_IsApartOfLua: false
  237. * findfirstchild_Mask: .........
  238.  
  239. */
  240. DWORD findfirstchild_addr = 0x0067F4A0;
  241. #define findfirstchild_CCV __thiscall
  242.  
  243. /*
  244.  
  245. * findfirstchildofclass_Decompiled_Args: int a1
  246. * findfirstchildofclass_TypeDef: int
  247. * findfirstchildofclass_Aob: Unable to get AOB
  248. * findfirstchildofclass_ProtectedByRetCheck: false
  249. * findfirstchildofclass_IsApartOfLua: false
  250. * findfirstchildofclass_Mask: .......
  251.  
  252. */
  253. DWORD findfirstchildofclass_addr = 0x0067F670;
  254. #define findfirstchildofclass_CCV __stdcall
  255.  
  256. /*
  257.  
  258. * findlocal_Decompiled_Args: int a1, int a2, int a3
  259. * findlocal_TypeDef: int
  260. * findlocal_Aob: 55 8B EC 51 8B 4D 08 33 D2 53 56
  261. * findlocal_ProtectedByRetCheck: false
  262. * findlocal_IsApartOfLua: true
  263. * findlocal_Mask: ...........
  264.  
  265. */
  266. DWORD findlocal_addr = 0x01447B70;
  267. #define findlocal_CCV __cdecl
  268.  
  269. /*
  270.  
  271. * fireclickdetector_Decompiled_Args: int a1
  272. * fireclickdetector_TypeDef: int
  273. * fireclickdetector_Aob: Unable to get AOB
  274. * fireclickdetector_ProtectedByRetCheck: false
  275. * fireclickdetector_IsApartOfLua: false
  276. * fireclickdetector_Mask: .......
  277.  
  278. */
  279. DWORD fireclickdetector_addr = 0x00B0C2A0;
  280. #define fireclickdetector_CCV __stdcall
  281.  
  282. /*
  283.  
  284. * flog_getvalue_Decompiled_Args: int a1, int a2, int a3
  285. * flog_getvalue_TypeDef: bool
  286. * flog_getvalue_Aob: 55 8B EC 83 EC 1C 53 8B 5D 08 56 57 8B 3D 3C 9F 88 02 53 0F B6 07 8D 77 01 03 F0 56 E8 FF
  287. * flog_getvalue_ProtectedByRetCheck: false
  288. * flog_getvalue_IsApartOfLua: false
  289. * flog_getvalue_Mask: ..............................
  290.  
  291. */
  292. DWORD flog_getvalue_addr = 0x015F2AC0;
  293. #define flog_getvalue_CCV __cdecl
  294.  
  295. /*
  296.  
  297. * flog_setvalue_Decompiled_Args: int a1, const char* a2, int a3
  298. * flog_setvalue_TypeDef: int
  299. * flog_setvalue_Aob: 55 8B EC 64 A1 00 00 00 00 6A FF 68 98 5F B8 01 50 64 89 25 00 00 00 00 83 EC 5C
  300. * flog_setvalue_ProtectedByRetCheck: false
  301. * flog_setvalue_IsApartOfLua: false
  302. * flog_setvalue_Mask: ...........................
  303.  
  304. */
  305. DWORD flog_setvalue_addr = 0x015F3290;
  306. #define flog_setvalue_CCV __cdecl
  307.  
  308. /*
  309.  
  310. * getdatamodel_Decompiled_Args: int a1
  311. * getdatamodel_TypeDef: int
  312. * getdatamodel_Aob: 55 8B EC 64 A1 00 00 00 00 6A FF 68 F8 C5 B8 01 50 64 89 25 00 00 00 00 83 EC 10 80 3D 88
  313. * getdatamodel_ProtectedByRetCheck: false
  314. * getdatamodel_IsApartOfLua: false
  315. * getdatamodel_Mask: ..............................
  316.  
  317. */
  318. DWORD getdatamodel_addr = 0x00F24A80;
  319. #define getdatamodel_CCV __stdcall
  320.  
  321. /*
  322.  
  323. * getdatamodel2_Decompiled_Args: Function Has No Args Or Unable To Get Args
  324. * getdatamodel2_TypeDef: Unable To Get typedef
  325. * getdatamodel2_Aob: 55 8B EC 64 A1 00 00 00 00 6A FF 68 E4 47
  326. * getdatamodel2_ProtectedByRetCheck: false
  327. * getdatamodel2_IsApartOfLua: false
  328. * getdatamodel2_Mask: ..............
  329.  
  330. */
  331. DWORD getdatamodel2_addr = 0x00F24930;
  332. #define getdatamodel2_CCV __cdecl
  333.  
  334. /*
  335.  
  336. * getjobsbyname_Decompiled_Args: Function Has No Args Or Unable To Get Args
  337. * getjobsbyname_TypeDef: Unable To Get typedef
  338. * getjobsbyname_Aob: 55 8B EC E8 E8 FD
  339. * getjobsbyname_ProtectedByRetCheck: false
  340. * getjobsbyname_IsApartOfLua: false
  341. * getjobsbyname_Mask: ......
  342.  
  343. */
  344. DWORD getjobsbyname_addr = 0x00FB0840;
  345. #define getjobsbyname_CCV __cdecl
  346.  
  347. /*
  348.  
  349. * getfunc_Decompiled_Args: int a1, int a2
  350. * getfunc_TypeDef: int
  351. * getfunc_Aob: 55 8B EC 81 EC 24 01 00 00 56
  352. * getfunc_ProtectedByRetCheck: false
  353. * getfunc_IsApartOfLua: true
  354. * getfunc_Mask: ..........
  355.  
  356. */
  357. DWORD getfunc_addr = 0x014416D0;
  358. #define getfunc_CCV __cdecl
  359.  
  360. /*
  361.  
  362. * getnamecallmethod_Decompiled_Args: int a1
  363. * getnamecallmethod_TypeDef: int
  364. * getnamecallmethod_Aob: 55 8B EC 56 57 8B 7D 08 8B 47 18 3B
  365. * getnamecallmethod_ProtectedByRetCheck: false
  366. * getnamecallmethod_IsApartOfLua: true
  367. * getnamecallmethod_Mask: ............
  368.  
  369. */
  370. DWORD getnamecallmethod_addr = 0x014359A0;
  371. #define getnamecallmethod_CCV __cdecl
  372.  
  373. /*
  374.  
  375. * growci_Decompiled_Args: int a1
  376. * growci_TypeDef: int
  377. * growci_Aob: 55 8B EC 56 8B 75 08 8B 46 2C
  378. * growci_ProtectedByRetCheck: false
  379. * growci_IsApartOfLua: true
  380. * growci_Mask: ..........
  381.  
  382. */
  383. DWORD growci_addr = 0x01436560;
  384. #define growci_CCV __cdecl
  385.  
  386. /*
  387.  
  388. * hashnum_Decompiled_Args: int a1, int a2, int a3
  389. * hashnum_TypeDef: int
  390. * hashnum_Aob: 55 8B EC 8B 4D 10 81 E1
  391. * hashnum_ProtectedByRetCheck: false
  392. * hashnum_IsApartOfLua: true
  393. * hashnum_Mask: ........
  394.  
  395. */
  396. DWORD hashnum_addr = 0x01449590;
  397. #define hashnum_CCV __cdecl
  398.  
  399. /*
  400.  
  401. * index2adr_Decompiled_Args: int a1, int a2
  402. * index2adr_TypeDef: int
  403. * index2adr_Aob: 55 8B EC 8B 55 0C 81 FA F0 D8
  404. * index2adr_ProtectedByRetCheck: false
  405. * index2adr_IsApartOfLua: true
  406. * index2adr_Mask: ..........
  407.  
  408. */
  409. DWORD index2adr_addr = 0x014333D0;
  410. #define index2adr_CCV __stdcall
  411.  
  412. /*
  413.  
  414. * match_Decompiled_Args: int a1, int a2, int a3
  415. * match_TypeDef: int
  416. * match_Aob: 55 8B EC 83 EC 1C 53 8B 5D 08 56 57 8B 0B
  417. * match_ProtectedByRetCheck: false
  418. * match_IsApartOfLua: true
  419. * match_Mask: ..............
  420.  
  421. */
  422. DWORD match_addr = 0x01445440;
  423. #define match_CCV __cdecl
  424.  
  425. /*
  426.  
  427. * newlstr_Decompiled_Args: int a1, int a2
  428. * newlstr_TypeDef: int
  429. * newlstr_Aob: 55 8B EC 83 EC 14 53 56 8B 75 08 57 8B F9 89 55
  430. * newlstr_ProtectedByRetCheck: false
  431. * newlstr_IsApartOfLua: true
  432. * newlstr_Mask: ................
  433.  
  434. */
  435. DWORD newlstr_addr = 0x014493C0;
  436. #define newlstr_CCV __fastcall
  437.  
  438. /*
  439.  
  440. * push_captures_Decompiled_Args: int a1, int a2, int a3
  441. * push_captures_TypeDef: int
  442. * push_captures_Aob: 55 8B EC 53 56 8B 75 08 57 8B 5E 14
  443. * push_captures_ProtectedByRetCheck: false
  444. * push_captures_IsApartOfLua: true
  445. * push_captures_Mask: ............
  446.  
  447. */
  448. DWORD push_captures_addr = 0x01445DD0;
  449. #define push_captures_CCV __cdecl
  450.  
  451. /*
  452.  
  453. * luaa_pushobject_Decompiled_Args: int a1, int a2
  454. * luaa_pushobject_TypeDef: int
  455. * luaa_pushobject_Aob: 55 8B EC 8B 55 08 8B 45 0C 8B 4A 0C 0F
  456. * luaa_pushobject_ProtectedByRetCheck: false
  457. * luaa_pushobject_IsApartOfLua: true
  458. * luaa_pushobject_Mask: .............
  459.  
  460. */
  461. DWORD luaa_pushobject_addr = 0x01433490;
  462. #define luaa_pushobject_CCV __cdecl
  463.  
  464. /*
  465.  
  466. * lua_rawvalue_Decompiled_Args: int a1, int a2
  467. * lua_rawvalue_TypeDef: int
  468. * lua_rawvalue_Aob: 55 8B EC 8B 55 0C 85 D2 7E 28
  469. * lua_rawvalue_ProtectedByRetCheck: false
  470. * lua_rawvalue_IsApartOfLua: true
  471. * lua_rawvalue_Mask: ..........
  472.  
  473. */
  474. DWORD lua_rawvalue_addr = 0x014334B0;
  475. #define lua_rawvalue_CCV __cdecl
  476.  
  477. /*
  478.  
  479. * lua_call_Decompiled_Args: int a1, int a2, int a3
  480. * lua_call_TypeDef: int
  481. * lua_call_Aob: 55 8B EC 8B 4D 0C 57 8B 7D 08 FF
  482. * lua_call_ProtectedByRetCheck: true
  483. * lua_call_IsApartOfLua: true
  484. * lua_call_Mask: ...........
  485.  
  486. */
  487. DWORD lua_call_addr = 0x01433500;
  488. #define lua_call_CCV __cdecl
  489.  
  490. /*
  491.  
  492. * lua_checkstack_Decompiled_Args: int a1, int a2
  493. * lua_checkstack_TypeDef: int
  494. * lua_checkstack_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 57 BF
  495. * lua_checkstack_ProtectedByRetCheck: false
  496. * lua_checkstack_IsApartOfLua: true
  497. * lua_checkstack_Mask: ............
  498.  
  499. */
  500. DWORD lua_checkstack_addr = 0x01433570;
  501. #define lua_checkstack_CCV __cdecl
  502.  
  503. /*
  504.  
  505. * lua_concat_Decompiled_Args: int a1, int a2
  506. * lua_concat_TypeDef: int
  507. * lua_concat_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 83 FE 02
  508. * lua_concat_ProtectedByRetCheck: true
  509. * lua_concat_IsApartOfLua: true
  510. * lua_concat_Mask: ..............
  511.  
  512. */
  513. DWORD lua_concat_addr = 0x01433610;
  514. #define lua_concat_CCV __cdecl
  515.  
  516. /*
  517.  
  518. * lua_createtable_Decompiled_Args: int a1
  519. * lua_createtable_TypeDef: int
  520. * lua_createtable_Aob: Unable to get AOB
  521. * lua_createtable_ProtectedByRetCheck: true
  522. * lua_createtable_IsApartOfLua: true
  523. * lua_createtable_Mask: .......
  524.  
  525. */
  526. DWORD lua_createtable_addr = 0x014336C0;
  527. #define lua_createtable_CCV __cdecl
  528.  
  529. /*
  530.  
  531. * lua_freeobj_Decompiled_Args: int a1
  532. * lua_freeobj_TypeDef: int
  533. * lua_freeobj_Aob: 55 8B EC 51 53 57 8B 7D 08 8B 5F
  534. * lua_freeobj_ProtectedByRetCheck: false
  535. * lua_freeobj_IsApartOfLua: true
  536. * lua_freeobj_Mask: ...........
  537.  
  538. */
  539. DWORD lua_freeobj_addr = 0x01447F70;
  540. #define lua_freeobj_CCV __cdecl
  541.  
  542. /*
  543.  
  544. * lua_gc_Decompiled_Args: int a1, int a2, int a3
  545. * lua_gc_TypeDef: int
  546. * lua_gc_Aob: 55 8B EC 53 56 57 8B 7D 08 33 DB 8B 77
  547. * lua_gc_ProtectedByRetCheck: false
  548. * lua_gc_IsApartOfLua: true
  549. * lua_gc_Mask: .............
  550.  
  551. */
  552. DWORD lua_gc_addr = 0x01433810;
  553. #define lua_gc_CCV __cdecl
  554.  
  555. /*
  556.  
  557. * lua_getfenv_Decompiled_Args: int a1, int a2
  558. * lua_getfenv_TypeDef: int
  559. * lua_getfenv_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 85 C9 7E 18 8B 46 10 BA
  560. * lua_getfenv_ProtectedByRetCheck: true
  561. * lua_getfenv_IsApartOfLua: true
  562. * lua_getfenv_Mask: ..................
  563.  
  564. */
  565. DWORD lua_getfenv_addr = 0x01433930;
  566. #define lua_getfenv_CCV __cdecl
  567.  
  568. /*
  569.  
  570. * lua_getfield_Decompiled_Args: const char* a1
  571. * lua_getfield_TypeDef: int
  572. * lua_getfield_Aob: Unable to get AOB
  573. * lua_getfield_ProtectedByRetCheck: true
  574. * lua_getfield_IsApartOfLua: true
  575. * lua_getfield_Mask: .......
  576.  
  577. */
  578. DWORD lua_getfield_addr = 0x014339D0;
  579. #define lua_getfield_CCV __fastcall
  580.  
  581. /*
  582.  
  583. * lua_getinfo_Decompiled_Args: int a1, int a2, int a3
  584. * lua_getinfo_TypeDef: int
  585. * lua_getinfo_Aob: 55 8B EC 51 8B 55 10 53 8B 5D 0C
  586. * lua_getinfo_ProtectedByRetCheck: true
  587. * lua_getinfo_IsApartOfLua: true
  588. * lua_getinfo_Mask: ...........
  589.  
  590. */
  591. DWORD lua_getinfo_addr = 0x01440B00;
  592. #define lua_getinfo_CCV __cdecl
  593.  
  594. /*
  595.  
  596. * lua_getlocal_Decompiled_Args: int a1, int a2
  597. * lua_getlocal_TypeDef: int
  598. * lua_getlocal_Aob: Unable to get AOB
  599. * lua_getlocal_ProtectedByRetCheck: true
  600. * lua_getlocal_IsApartOfLua: true
  601. * lua_getlocal_Mask: .......
  602.  
  603. */
  604. DWORD lua_getlocal_addr = 0x01440BD0;
  605. #define lua_getlocal_CCV __cdecl
  606.  
  607. /*
  608.  
  609. * lua_setlocal_Decompiled_Args: int a1, int a2
  610. * lua_setlocal_TypeDef: int
  611. * lua_setlocal_Aob: Unable to get AOB
  612. * lua_setlocal_ProtectedByRetCheck: true
  613. * lua_setlocal_IsApartOfLua: true
  614. * lua_setlocal_Mask: .......
  615.  
  616. */
  617. DWORD lua_setlocal_addr = 0x01440D10;
  618. #define lua_setlocal_CCV __cdecl
  619.  
  620. /*
  621.  
  622. * lua_getmettable_Decompiled_Args: int a1, int a2
  623. * lua_getmettable_TypeDef: int
  624. * lua_getmettable_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 57 85 C9 7E 18 8B 46 10 BA
  625. * lua_getmettable_ProtectedByRetCheck: false
  626. * lua_getmettable_IsApartOfLua: true
  627. * lua_getmettable_Mask: ...................
  628.  
  629. */
  630. DWORD lua_getmettable_addr = 0x01433A70;
  631. #define lua_getmettable_CCV __stdcall
  632.  
  633. /*
  634.  
  635. * lua_getstack_Decompiled_Args: int a1, int a2, int a3
  636. * lua_getstack_TypeDef: int
  637. * lua_getstack_Aob: 55 8B EC 8B 4D 0C B8 AB
  638. * lua_getstack_ProtectedByRetCheck: false
  639. * lua_getstack_IsApartOfLua: true
  640. * lua_getstack_Mask: ........
  641.  
  642. */
  643. DWORD lua_getstack_addr = 0x01440C80;
  644. #define lua_getstack_CCV __cdecl
  645.  
  646. /*
  647.  
  648. * lua_gettable_Decompiled_Args: int a1, int a2
  649. * lua_gettable_TypeDef: int
  650. * lua_gettable_Aob: Unable to get AOB
  651. * lua_gettable_ProtectedByRetCheck: true
  652. * lua_gettable_IsApartOfLua: true
  653. * lua_gettable_Mask: .......
  654.  
  655. */
  656. DWORD lua_gettable_addr = 0x01433B30;
  657. #define lua_gettable_CCV __cdecl
  658.  
  659. /*
  660.  
  661. * lua_gettop_Decompiled_Args: int a1
  662. * lua_gettop_TypeDef: int
  663. * lua_gettop_Aob: 55 8B EC 8B 4D 08 8B 41 0C 2B
  664. * lua_gettop_ProtectedByRetCheck: false
  665. * lua_gettop_IsApartOfLua: true
  666. * lua_gettop_Mask: ..........
  667.  
  668. */
  669. DWORD lua_gettop_addr = 0x01433BA0;
  670. #define lua_gettop_CCV __cdecl
  671.  
  672. /*
  673.  
  674. * lua_getupvalue_Decompiled_Args: int a1, int a2
  675. * lua_getupvalue_TypeDef: int
  676. * lua_getupvalue_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 57 85 C9 7E 18 8B 46 10 C1
  677. * lua_getupvalue_ProtectedByRetCheck: true
  678. * lua_getupvalue_IsApartOfLua: true
  679. * lua_getupvalue_Mask: ...................
  680.  
  681. */
  682. DWORD lua_getupvalue_addr = 0x01433BC0;
  683. #define lua_getupvalue_CCV __cdecl
  684.  
  685. /*
  686.  
  687. * lua_insert_Decompiled_Args: int a1, int a2
  688. * lua_insert_TypeDef: int
  689. * lua_insert_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 85 C9 7E 17
  690. * lua_insert_ProtectedByRetCheck: true
  691. * lua_insert_IsApartOfLua: true
  692. * lua_insert_Mask: ..............
  693.  
  694. */
  695. DWORD lua_insert_addr = 0x01433C50;
  696. #define lua_insert_CCV __cdecl
  697.  
  698. /*
  699.  
  700. * lua_iscfunction_Decompiled_Args: int a1, int a2
  701. * lua_iscfunction_TypeDef: int
  702. * lua_iscfunction_Aob: Unable to get AOB
  703. * lua_iscfunction_ProtectedByRetCheck: false
  704. * lua_iscfunction_IsApartOfLua: true
  705. * lua_iscfunction_Mask: .......
  706.  
  707. */
  708. DWORD lua_iscfunction_addr = 0x01433CD0;
  709. #define lua_iscfunction_CCV __cdecl
  710.  
  711. /*
  712.  
  713. * lua_isnumber_Decompiled_Args: int a1, int a2
  714. * lua_isnumber_TypeDef: int
  715. * lua_isnumber_Aob: Unable to get AOB
  716. * lua_isnumber_ProtectedByRetCheck: false
  717. * lua_isnumber_IsApartOfLua: true
  718. * lua_isnumber_Mask: .......
  719.  
  720. */
  721. DWORD lua_isnumber_addr = 0x01433D70;
  722. #define lua_isnumber_CCV __cdecl
  723.  
  724. /*
  725.  
  726. * lua_isstring_Decompiled_Args: int a1, int a2
  727. * lua_isstring_TypeDef: int
  728. * lua_isstring_Aob: 55 8B EC 8B 55 0C 85 D2 7E 17
  729. * lua_isstring_ProtectedByRetCheck: false
  730. * lua_isstring_IsApartOfLua: true
  731. * lua_isstring_Mask: ..........
  732.  
  733. */
  734. DWORD lua_isstring_addr = 0x01433DD0;
  735. #define lua_isstring_CCV __cdecl
  736.  
  737. /*
  738.  
  739. * lua_error_Decompiled_Args: Function Has No Args Or Unable To Get Args
  740. * lua_error_TypeDef: Unable To Get typedef
  741. * lua_error_Aob: 55 8B EC 6A 02 FF 75 08 E8 F3
  742. * lua_error_ProtectedByRetCheck: false
  743. * lua_error_IsApartOfLua: true
  744. * lua_error_Mask: ..........
  745.  
  746. */
  747. DWORD lua_error_addr = 0x01433800;
  748. #define lua_error_CCV __cdecl
  749.  
  750. /*
  751.  
  752. * lua_isuserdata_Decompiled_Args: int a1, int a2
  753. * lua_isuserdata_TypeDef: int
  754. * lua_isuserdata_Aob: Unable to get AOB
  755. * lua_isuserdata_ProtectedByRetCheck: false
  756. * lua_isuserdata_IsApartOfLua: true
  757. * lua_isuserdata_Mask: .......
  758.  
  759. */
  760. DWORD lua_isuserdata_addr = 0x01433D20;
  761. #define lua_isuserdata_CCV __cdecl
  762.  
  763. /*
  764.  
  765. * lua_lessthan_Decompiled_Args: int a1, int a2, int a3
  766. * lua_lessthan_TypeDef: int
  767. * lua_lessthan_Aob: 55 8B EC 8B 4D 0C 53 56 8B 75 08 57 BF 80
  768. * lua_lessthan_ProtectedByRetCheck: true
  769. * lua_lessthan_IsApartOfLua: true
  770. * lua_lessthan_Mask: ..............
  771.  
  772. */
  773. DWORD lua_lessthan_addr = 0x01433E20;
  774. #define lua_lessthan_CCV __cdecl
  775.  
  776. /*
  777.  
  778. * lua_newstate_Decompiled_Args: int a1, int a2
  779. * lua_newstate_TypeDef: int
  780. * lua_newstate_Aob: 55 8B EC 83 EC 08 53 57 8B 7D 0C 68
  781. * lua_newstate_ProtectedByRetCheck: false
  782. * lua_newstate_IsApartOfLua: true
  783. * lua_newstate_Mask: ............
  784.  
  785. */
  786. DWORD lua_newstate_addr = 0x0143FFE0;
  787. #define lua_newstate_CCV __cdecl
  788.  
  789. /*
  790.  
  791. * lua_newthread_Decompiled_Args: int a1
  792. * lua_newthread_TypeDef: int
  793. * lua_newthread_Aob: 55 8B EC 53 56 8B 75 08 8B 46 08
  794. * lua_newthread_ProtectedByRetCheck: true
  795. * lua_newthread_IsApartOfLua: true
  796. * lua_newthread_Mask: ...........
  797.  
  798. */
  799. DWORD lua_newthread_addr = 0x01433ED0;
  800. #define lua_newthread_CCV __cdecl
  801.  
  802. /*
  803.  
  804. * lua_newuserdata_Decompiled_Args: int a1
  805. * lua_newuserdata_TypeDef: int
  806. * lua_newuserdata_Aob: Unable to get AOB
  807. * lua_newuserdata_ProtectedByRetCheck: true
  808. * lua_newuserdata_IsApartOfLua: true
  809. * lua_newuserdata_Mask: .......
  810.  
  811. */
  812. DWORD lua_newuserdata_addr = 0x01433F60;
  813. #define lua_newuserdata_CCV __cdecl
  814.  
  815. /*
  816.  
  817. * lua_next_Decompiled_Args: int a1, int a2
  818. * lua_next_TypeDef: int
  819. * lua_next_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 57 85 C9 7E 19
  820. * lua_next_ProtectedByRetCheck: true
  821. * lua_next_IsApartOfLua: true
  822. * lua_next_Mask: ...............
  823.  
  824. */
  825. DWORD lua_next_addr = 0x01433FE0;
  826. #define lua_next_CCV __cdecl
  827.  
  828. /*
  829.  
  830. * lua_objlen_Decompiled_Args: int a1, int a2
  831. * lua_objlen_TypeDef: int
  832. * lua_objlen_Aob: 55 8B EC 8B 4D 0C 56 57 8B 7D 08 85
  833. * lua_objlen_ProtectedByRetCheck: false
  834. * lua_objlen_IsApartOfLua: true
  835. * lua_objlen_Mask: ............
  836.  
  837. */
  838. DWORD lua_objlen_addr = 0x01434070;
  839. #define lua_objlen_CCV __cdecl
  840.  
  841. /*
  842.  
  843. * lua_pcall_Decompiled_Args: int a1, int a2, int a3, int a4
  844. * lua_pcall_TypeDef: int
  845. * lua_pcall_Aob: 55 8B EC 8B 4D 14 83 EC 08 53 57
  846. * lua_pcall_ProtectedByRetCheck: true
  847. * lua_pcall_IsApartOfLua: true
  848. * lua_pcall_Mask: ...........
  849.  
  850. */
  851. DWORD lua_pcall_addr = 0x01434140;
  852. #define lua_pcall_CCV __cdecl
  853.  
  854. /*
  855.  
  856. * lua_pushboolean_Decompiled_Args: int a1, int a2
  857. * lua_pushboolean_TypeDef: int
  858. * lua_pushboolean_Aob: 55 8B EC 8B 55 08 33 C0 39
  859. * lua_pushboolean_ProtectedByRetCheck: true
  860. * lua_pushboolean_IsApartOfLua: true
  861. * lua_pushboolean_Mask: .........
  862.  
  863. */
  864. DWORD lua_pushboolean_addr = 0x01434200;
  865. #define lua_pushboolean_CCV __cdecl
  866.  
  867. /*
  868.  
  869. * lua_pushcclosure_Decompiled_Args: int a1, int a2, int a3, int a4, int a5
  870. * lua_pushcclosure_TypeDef: int
  871. * lua_pushcclosure_Aob: 55 8B EC 56 8B 75 08 8B 56 08 8D 46 08 8B CA 2B D6 2B C8 8B
  872. * lua_pushcclosure_ProtectedByRetCheck: true
  873. * lua_pushcclosure_IsApartOfLua: true
  874. * lua_pushcclosure_Mask: ....................
  875.  
  876. */
  877. DWORD lua_pushcclosure_addr = 0x01434250;
  878. #define lua_pushcclosure_CCV __cdecl
  879.  
  880. /*
  881.  
  882. * lua_pushfstring_Decompiled_Args: int a1, int a2
  883. * lua_pushfstring_TypeDef: int
  884. * lua_pushfstring_Aob: Unable to get AOB
  885. * lua_pushfstring_ProtectedByRetCheck: false
  886. * lua_pushfstring_IsApartOfLua: true
  887. * lua_pushfstring_Mask: .......
  888.  
  889. */
  890. DWORD lua_pushfstring_addr = 0x01434330;
  891. #define lua_pushfstring_CCV __cdecl
  892.  
  893. /*
  894.  
  895. * lua_pushinteger_Decompiled_Args: int a1, int a2
  896. * lua_pushinteger_TypeDef: int
  897. * lua_pushinteger_Aob: 55 8B EC 66 0F 6E 4D
  898. * lua_pushinteger_ProtectedByRetCheck: true
  899. * lua_pushinteger_IsApartOfLua: true
  900. * lua_pushinteger_Mask: .......
  901.  
  902. */
  903. DWORD lua_pushinteger_addr = 0x014343A0;
  904. #define lua_pushinteger_CCV __cdecl
  905.  
  906. /*
  907.  
  908. * lua_pushlightuserdata_Decompiled_Args: int a1, int a2
  909. * lua_pushlightuserdata_TypeDef: int
  910. * lua_pushlightuserdata_Aob: 55 8B EC 8B 55 08 8B 45 0C 8B 4A 0C 89
  911. * lua_pushlightuserdata_ProtectedByRetCheck: true
  912. * lua_pushlightuserdata_IsApartOfLua: true
  913. * lua_pushlightuserdata_Mask: .............
  914.  
  915. */
  916. DWORD lua_pushlightuserdata_addr = 0x01434400;
  917. #define lua_pushlightuserdata_CCV __cdecl
  918.  
  919. /*
  920.  
  921. * lua_pushlstring_Decompiled_Args: int a1
  922. * lua_pushlstring_TypeDef: int
  923. * lua_pushlstring_Aob: Unable to get AOB
  924. * lua_pushlstring_ProtectedByRetCheck: true
  925. * lua_pushlstring_IsApartOfLua: true
  926. * lua_pushlstring_Mask: .......
  927.  
  928. */
  929. DWORD lua_pushlstring_addr = 0x01434450;
  930. #define lua_pushlstring_CCV __cdecl
  931.  
  932. /*
  933.  
  934. * lua_pushnil_Decompiled_Args: int a1
  935. * lua_pushnil_TypeDef: int
  936. * lua_pushnil_Aob: 55 8B EC 8B 55 08 8B 42 0C C7
  937. * lua_pushnil_ProtectedByRetCheck: true
  938. * lua_pushnil_IsApartOfLua: true
  939. * lua_pushnil_Mask: ..........
  940.  
  941. */
  942. DWORD lua_pushnil_addr = 0x014344D0;
  943. #define lua_pushnil_CCV __cdecl
  944.  
  945. /*
  946.  
  947. * lua_pushnumber_Decompiled_Args: int a1, int a2
  948. * lua_pushnumber_TypeDef: int
  949. * lua_pushnumber_Aob: 55 8B EC 8B 55 08 0F 28 15
  950. * lua_pushnumber_ProtectedByRetCheck: true
  951. * lua_pushnumber_IsApartOfLua: true
  952. * lua_pushnumber_Mask: .........
  953.  
  954. */
  955. DWORD lua_pushnumber_addr = 0x01434520;
  956. #define lua_pushnumber_CCV __cdecl
  957.  
  958. /*
  959.  
  960. * lua_pushstring_Decompiled_Args: int a1, const char* a2
  961. * lua_pushstring_TypeDef: int
  962. * lua_pushstring_Aob: 55 8B EC 8B 45 0C 85 C0 75 48
  963. * lua_pushstring_ProtectedByRetCheck: true
  964. * lua_pushstring_IsApartOfLua: true
  965. * lua_pushstring_Mask: ..........
  966.  
  967. */
  968. DWORD lua_pushstring_addr = 0x01434580;
  969. #define lua_pushstring_CCV __cdecl
  970.  
  971. /*
  972.  
  973. * lua_pushthread_Decompiled_Args: int a1
  974. * lua_pushthread_TypeDef: int
  975. * lua_pushthread_Aob: 55 8B EC 56 8B 75 08 8B 46 0C 89
  976. * lua_pushthread_ProtectedByRetCheck: true
  977. * lua_pushthread_IsApartOfLua: true
  978. * lua_pushthread_Mask: ...........
  979.  
  980. */
  981. DWORD lua_pushthread_addr = 0x01434660;
  982. #define lua_pushthread_CCV __cdecl
  983.  
  984. /*
  985.  
  986. * lua_pushvalue_Decompiled_Args: int a1, int a2
  987. * lua_pushvalue_TypeDef: int
  988. * lua_pushvalue_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 85 C9 7E 19 8B 46 10 83
  989. * lua_pushvalue_ProtectedByRetCheck: true
  990. * lua_pushvalue_IsApartOfLua: true
  991. * lua_pushvalue_Mask: ..................
  992.  
  993. */
  994. DWORD lua_pushvalue_addr = 0x01434730;
  995. #define lua_pushvalue_CCV __cdecl
  996.  
  997. /*
  998.  
  999. * lua_pushvfstring_Decompiled_Args: int a1
  1000. * lua_pushvfstring_TypeDef: int
  1001. * lua_pushvfstring_Aob: Unable to get AOB
  1002. * lua_pushvfstring_ProtectedByRetCheck: false
  1003. * lua_pushvfstring_IsApartOfLua: true
  1004. * lua_pushvfstring_Mask: .......
  1005.  
  1006. */
  1007. DWORD lua_pushvfstring_addr = 0x014347A0;
  1008. #define lua_pushvfstring_CCV __cdecl
  1009.  
  1010. /*
  1011.  
  1012. * lua_rawequal_Decompiled_Args: int a1, int a2, int a3
  1013. * lua_rawequal_TypeDef: int
  1014. * lua_rawequal_Aob: 55 8B EC 8B 4D 0C 53 56 BE
  1015. * lua_rawequal_ProtectedByRetCheck: false
  1016. * lua_rawequal_IsApartOfLua: true
  1017. * lua_rawequal_Mask: .........
  1018.  
  1019. */
  1020. DWORD lua_rawequal_addr = 0x01434810;
  1021. #define lua_rawequal_CCV __cdecl
  1022.  
  1023. /*
  1024.  
  1025. * lua_rawget_Decompiled_Args: int a1, int a2
  1026. * lua_rawget_TypeDef: int
  1027. * lua_rawget_Aob: Unable to get AOB
  1028. * lua_rawget_ProtectedByRetCheck: true
  1029. * lua_rawget_IsApartOfLua: true
  1030. * lua_rawget_Mask: .......
  1031.  
  1032. */
  1033. DWORD lua_rawget_addr = 0x01434890;
  1034. #define lua_rawget_CCV __cdecl
  1035.  
  1036. /*
  1037.  
  1038. * lua_rawgeti_Decompiled_Args: int a1, int a2
  1039. * lua_rawgeti_TypeDef: int
  1040. * lua_rawgeti_Aob: Unable to get AOB
  1041. * lua_rawgeti_ProtectedByRetCheck: true
  1042. * lua_rawgeti_IsApartOfLua: true
  1043. * lua_rawgeti_Mask: .......
  1044.  
  1045. */
  1046. DWORD lua_rawgeti_addr = 0x014349B0;
  1047. #define lua_rawgeti_CCV __cdecl
  1048.  
  1049. /*
  1050.  
  1051. * lua_rawset_Decompiled_Args: int a1, int a2
  1052. * lua_rawset_TypeDef: int
  1053. * lua_rawset_Aob: Unable to get AOB
  1054. * lua_rawset_ProtectedByRetCheck: true
  1055. * lua_rawset_IsApartOfLua: true
  1056. * lua_rawset_Mask: .......
  1057.  
  1058. */
  1059. DWORD lua_rawset_addr = 0x01434A30;
  1060. #define lua_rawset_CCV __cdecl
  1061.  
  1062. /*
  1063.  
  1064. * lua_rawseti_Decompiled_Args: int a1, int a2
  1065. * lua_rawseti_TypeDef: int
  1066. * lua_rawseti_Aob: Unable to get AOB
  1067. * lua_rawseti_ProtectedByRetCheck: true
  1068. * lua_rawseti_IsApartOfLua: true
  1069. * lua_rawseti_Mask: .......
  1070.  
  1071. */
  1072. DWORD lua_rawseti_addr = 0x01434B00;
  1073. #define lua_rawseti_CCV __cdecl
  1074.  
  1075. /*
  1076.  
  1077. * lua_remove_Decompiled_Args: int a1, int a2
  1078. * lua_remove_TypeDef: int
  1079. * lua_remove_Aob: Unable to get AOB
  1080. * lua_remove_ProtectedByRetCheck: true
  1081. * lua_remove_IsApartOfLua: true
  1082. * lua_remove_Mask: .......
  1083.  
  1084. */
  1085. DWORD lua_remove_addr = 0x01434BD0;
  1086. #define lua_remove_CCV __cdecl
  1087.  
  1088. /*
  1089.  
  1090. * lua_replace_Decompiled_Args: int a1, int a2
  1091. * lua_replace_TypeDef: int
  1092. * lua_replace_Aob: 55 8B EC 56 8B 75 08 57 8B 7D 0C 81
  1093. * lua_replace_ProtectedByRetCheck: true
  1094. * lua_replace_IsApartOfLua: true
  1095. * lua_replace_Mask: ............
  1096.  
  1097. */
  1098. DWORD lua_replace_addr = 0x01434C60;
  1099. #define lua_replace_CCV __cdecl
  1100.  
  1101. /*
  1102.  
  1103. * lua_resume_Decompiled_Args: int a1, int a2, int a3
  1104. * lua_resume_TypeDef: int
  1105. * lua_resume_Aob: Unable to get AOB
  1106. * lua_resume_ProtectedByRetCheck: true
  1107. * lua_resume_IsApartOfLua: true
  1108. * lua_resume_Mask: .......
  1109.  
  1110. */
  1111. DWORD lua_resume_addr = 0x01436A50;
  1112. #define lua_resume_CCV __cdecl
  1113.  
  1114. /*
  1115.  
  1116. * lua_setfenv_Decompiled_Args: int a1, int a2
  1117. * lua_setfenv_TypeDef: int
  1118. * lua_setfenv_Aob: 55 8B EC 8B 4D 0C 53 56 8B 75 08 57 BF 01
  1119. * lua_setfenv_ProtectedByRetCheck: false
  1120. * lua_setfenv_IsApartOfLua: true
  1121. * lua_setfenv_Mask: ..............
  1122.  
  1123. */
  1124. DWORD lua_setfenv_addr = 0x01434D60;
  1125. #define lua_setfenv_CCV __cdecl
  1126.  
  1127. /*
  1128.  
  1129. * lua_setfield_Decompiled_Args: int a1, int a2, const char* a3
  1130. * lua_setfield_TypeDef: int
  1131. * lua_setfield_Aob: 55 8B EC 8B 4D 0C 83 EC 10 56
  1132. * lua_setfield_ProtectedByRetCheck: true
  1133. * lua_setfield_IsApartOfLua: true
  1134. * lua_setfield_Mask: ..........
  1135.  
  1136. */
  1137. DWORD lua_setfield_addr = 0x01434E30;
  1138. #define lua_setfield_CCV __stdcall
  1139.  
  1140. /*
  1141.  
  1142. * lua_setmetatable_Decompiled_Args: int a1, int a2
  1143. * lua_setmetatable_TypeDef: int
  1144. * lua_setmetatable_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 57 85 C9 7E 17
  1145. * lua_setmetatable_ProtectedByRetCheck: true
  1146. * lua_setmetatable_IsApartOfLua: true
  1147. * lua_setmetatable_Mask: ...............
  1148.  
  1149. */
  1150. DWORD lua_setmetatable_addr = 0x01434EE0;
  1151. #define lua_setmetatable_CCV __cdecl
  1152.  
  1153. /*
  1154.  
  1155. * lua_setreadonly_Decompiled_Args: int a1, int a2, int a3
  1156. * lua_setreadonly_TypeDef: int
  1157. * lua_setreadonly_Aob: Unable to get AOB
  1158. * lua_setreadonly_ProtectedByRetCheck: true
  1159. * lua_setreadonly_IsApartOfLua: true
  1160. * lua_setreadonly_Mask: .......
  1161.  
  1162. */
  1163. DWORD lua_setreadonly_addr = 0x01434FF0;
  1164. #define lua_setreadonly_CCV __cdecl
  1165.  
  1166. /*
  1167.  
  1168. * lua_settable_Decompiled_Args: int a1, int a2
  1169. * lua_settable_TypeDef: int
  1170. * lua_settable_Aob: 55 8B EC 8B 4D 0C 56 8B 75 08 85 C9 7E 19 8B 56
  1171. * lua_settable_ProtectedByRetCheck: true
  1172. * lua_settable_IsApartOfLua: true
  1173. * lua_settable_Mask: ................
  1174.  
  1175. */
  1176. DWORD lua_settable_addr = 0x014350D0;
  1177. #define lua_settable_CCV __cdecl
  1178.  
  1179. /*
  1180.  
  1181. * lua_settop_Decompiled_Args: int a1, int a2
  1182. * lua_settop_TypeDef: int
  1183. * lua_settop_Aob: 55 8B EC 8B 45 0C 8B C8 8B
  1184. * lua_settop_ProtectedByRetCheck: true
  1185. * lua_settop_IsApartOfLua: true
  1186. * lua_settop_Mask: .........
  1187.  
  1188. */
  1189. DWORD lua_settop_addr = 0x01435150;
  1190. #define lua_settop_CCV __cdecl
  1191.  
  1192. /*
  1193.  
  1194. * lua_setupvalue_Decompiled_Args: int a1, int a2
  1195. * lua_setupvalue_TypeDef: int
  1196. * lua_setupvalue_Aob: 55 8B EC 8B 4D 0C 53 56 8B 75 08 57 85
  1197. * lua_setupvalue_ProtectedByRetCheck: true
  1198. * lua_setupvalue_IsApartOfLua: true
  1199. * lua_setupvalue_Mask: .............
  1200.  
  1201. */
  1202. DWORD lua_setupvalue_addr = 0x014351D0;
  1203. #define lua_setupvalue_CCV __cdecl
  1204.  
  1205. /*
  1206.  
  1207. * lua_toboolean_Decompiled_Args: int a1, int a2
  1208. * lua_toboolean_TypeDef: bool
  1209. * lua_toboolean_Aob: 55 8B EC 8B 55 0C 85 D2 7E 29
  1210. * lua_toboolean_ProtectedByRetCheck: false
  1211. * lua_toboolean_IsApartOfLua: true
  1212. * lua_toboolean_Mask: ..........
  1213.  
  1214. */
  1215. DWORD lua_toboolean_addr = 0x01435280;
  1216. #define lua_toboolean_CCV __cdecl
  1217.  
  1218. /*
  1219.  
  1220. * lua_tolstring_Decompiled_Args: int a1, int a2, int a3
  1221. * lua_tolstring_TypeDef: int
  1222. * lua_tolstring_Aob: 55 8B EC 53 8B 5D 0C 56 8B 75 08 57 85
  1223. * lua_tolstring_ProtectedByRetCheck: true
  1224. * lua_tolstring_IsApartOfLua: true
  1225. * lua_tolstring_Mask: .............
  1226.  
  1227. */
  1228. DWORD lua_tolstring_addr = 0x01435350;
  1229. #define lua_tolstring_CCV __stdcall
  1230.  
  1231. /*
  1232.  
  1233. * lua_tonumber_Decompiled_Args: int a1, int a2, int a3
  1234. * lua_tonumber_TypeDef: int
  1235. * lua_tonumber_Aob: Unable to get AOB
  1236. * lua_tonumber_ProtectedByRetCheck: false
  1237. * lua_tonumber_IsApartOfLua: true
  1238. * lua_tonumber_Mask: .......
  1239.  
  1240. */
  1241. DWORD lua_tonumber_addr = 0x01435480;
  1242. #define lua_tonumber_CCV __cdecl
  1243.  
  1244. /*
  1245.  
  1246. * lua_topointer_Decompiled_Args: int a1, int a2
  1247. * lua_topointer_TypeDef: int
  1248. * lua_topointer_Aob: 55 8B EC 53 8B 5D 08 56 57 8B 7D 0C BE
  1249. * lua_topointer_ProtectedByRetCheck: false
  1250. * lua_topointer_IsApartOfLua: true
  1251. * lua_topointer_Mask: .............
  1252.  
  1253. */
  1254. DWORD lua_topointer_addr = 0x01435500;
  1255. #define lua_topointer_CCV __cdecl
  1256.  
  1257. /*
  1258.  
  1259. * lua_tostring_Decompiled_Args: int a1, int a2
  1260. * lua_tostring_TypeDef: int
  1261. * lua_tostring_Aob: Unable to get AOB
  1262. * lua_tostring_ProtectedByRetCheck: false
  1263. * lua_tostring_IsApartOfLua: true
  1264. * lua_tostring_Mask: .......
  1265.  
  1266. */
  1267. DWORD lua_tostring_addr = 0x014355C0;
  1268. #define lua_tostring_CCV __cdecl
  1269.  
  1270. /*
  1271.  
  1272. * lua_tothread_Decompiled_Args: int a1, int a2
  1273. * lua_tothread_TypeDef: int
  1274. * lua_tothread_Aob: Unable to get AOB
  1275. * lua_tothread_ProtectedByRetCheck: false
  1276. * lua_tothread_IsApartOfLua: true
  1277. * lua_tothread_Mask: .......
  1278.  
  1279. */
  1280. DWORD lua_tothread_addr = 0x01435640;
  1281. #define lua_tothread_CCV __cdecl
  1282.  
  1283. /*
  1284.  
  1285. * lua_touserdata_Decompiled_Args: int a1, int a2
  1286. * lua_touserdata_TypeDef: int
  1287. * lua_touserdata_Aob: Unable to get AOB
  1288. * lua_touserdata_ProtectedByRetCheck: false
  1289. * lua_touserdata_IsApartOfLua: true
  1290. * lua_touserdata_Mask: .......
  1291.  
  1292. */
  1293. DWORD lua_touserdata_addr = 0x01435710;
  1294. #define lua_touserdata_CCV __cdecl
  1295.  
  1296. /*
  1297.  
  1298. * lua_type_Decompiled_Args: int a1, int a2
  1299. * lua_type_TypeDef: int
  1300. * lua_type_Aob: 55 8B EC 8B 55 0C 85 D2 7E 15
  1301. * lua_type_ProtectedByRetCheck: false
  1302. * lua_type_IsApartOfLua: true
  1303. * lua_type_Mask: ..........
  1304.  
  1305. */
  1306. DWORD lua_type_addr = 0x01435800;
  1307. #define lua_type_CCV __cdecl
  1308.  
  1309. /*
  1310.  
  1311. * lua_typename_Decompiled_Args: int a1
  1312. * lua_typename_TypeDef: int
  1313. * lua_typename_Aob: 55 8B EC 8B 45 0C 83 F8 FF 75
  1314. * lua_typename_ProtectedByRetCheck: false
  1315. * lua_typename_IsApartOfLua: true
  1316. * lua_typename_Mask: ..........
  1317.  
  1318. */
  1319. DWORD lua_typename_addr = 0x01435840;
  1320. #define lua_typename_CCV __cdecl
  1321.  
  1322. /*
  1323.  
  1324. * lua_xmove_Decompiled_Args: int a1, int a2, int a3
  1325. * lua_xmove_TypeDef: int
  1326. * lua_xmove_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 3B
  1327. * lua_xmove_ProtectedByRetCheck: true
  1328. * lua_xmove_IsApartOfLua: true
  1329. * lua_xmove_Mask: ............
  1330.  
  1331. */
  1332. DWORD lua_xmove_addr = 0x014358B0;
  1333. #define lua_xmove_CCV __cdecl
  1334.  
  1335. /*
  1336.  
  1337. * lua_yeild_Decompiled_Args: int a1, int a2
  1338. * lua_yeild_TypeDef: bool
  1339. * lua_yeild_Aob: 55 8B EC 8B 55 08 66 8B 42 30
  1340. * lua_yeild_ProtectedByRetCheck: true
  1341. * lua_yeild_IsApartOfLua: true
  1342. * lua_yeild_Mask: ..........
  1343.  
  1344. */
  1345. DWORD lua_yeild_addr = 0x01436C50;
  1346. #define lua_yeild_CCV __cdecl
  1347.  
  1348. /*
  1349.  
  1350. * luab_auxwrap_Decompiled_Args: int a1
  1351. * luab_auxwrap_TypeDef: int
  1352. * luab_auxwrap_Aob: 55 8B EC 56 57 8B 7D 08 68 ED
  1353. * luab_auxwrap_ProtectedByRetCheck: false
  1354. * luab_auxwrap_IsApartOfLua: true
  1355. * luab_auxwrap_Mask: ..........
  1356.  
  1357. */
  1358. DWORD luab_auxwrap_addr = 0x01441FA0;
  1359. #define luab_auxwrap_CCV __cdecl
  1360.  
  1361. /*
  1362.  
  1363. * luac_barrierback_Decompiled_Args: int a1, int a2
  1364. * luac_barrierback_TypeDef: int
  1365. * luac_barrierback_Aob: 55 8B EC 8B 45 08 8B 4D 0C 83 C0 08 8B 10 2B D0 80
  1366. * luac_barrierback_ProtectedByRetCheck: false
  1367. * luac_barrierback_IsApartOfLua: true
  1368. * luac_barrierback_Mask: .................
  1369.  
  1370. */
  1371. DWORD luac_barrierback_addr = 0x01447F10;
  1372. #define luac_barrierback_CCV __cdecl
  1373.  
  1374. /*
  1375.  
  1376. * luac_barrierf_Decompiled_Args: int a1, int a2
  1377. * luac_barrierf_TypeDef: int
  1378. * luac_barrierf_Aob: 55 8B EC 8B 45 08 83 C0 08 8B
  1379. * luac_barrierf_ProtectedByRetCheck: false
  1380. * luac_barrierf_IsApartOfLua: true
  1381. * luac_barrierf_Mask: ..........
  1382.  
  1383. */
  1384. DWORD luac_barrierf_addr = 0x01447F30;
  1385. #define luac_barrierf_CCV __cdecl
  1386.  
  1387. /*
  1388.  
  1389. * luac_fullgc_Decompiled_Args: int a1
  1390. * luac_fullgc_TypeDef: int
  1391. * luac_fullgc_Aob: 55 8B EC 53 56 57 8B 7D 08 8B 77 08
  1392. * luac_fullgc_ProtectedByRetCheck: false
  1393. * luac_fullgc_IsApartOfLua: true
  1394. * luac_fullgc_Mask: ............
  1395.  
  1396. */
  1397. DWORD luac_fullgc_addr = 0x01448060;
  1398. #define luac_fullgc_CCV __cdecl
  1399.  
  1400. /*
  1401.  
  1402. * luac_link_Decompiled_Args: int a1, int a2, int a3
  1403. * luac_link_TypeDef: int
  1404. * luac_link_Aob: 55 8B EC 8B 45 08 8B 4D 0C 83 C0 08 8B 10 2B D0 8B
  1405. * luac_link_ProtectedByRetCheck: false
  1406. * luac_link_IsApartOfLua: true
  1407. * luac_link_Mask: .................
  1408.  
  1409. */
  1410. DWORD luac_link_addr = 0x01448140;
  1411. #define luac_link_CCV __cdecl
  1412.  
  1413. /*
  1414.  
  1415. * luac_linkupval_Decompiled_Args: int a1, int a2
  1416. * luac_linkupval_TypeDef: bool
  1417. * luac_linkupval_Aob: 55 8B EC 8B 55 0C 56 57 8B 7D 08 83
  1418. * luac_linkupval_ProtectedByRetCheck: false
  1419. * luac_linkupval_IsApartOfLua: true
  1420. * luac_linkupval_Mask: ............
  1421.  
  1422. */
  1423. DWORD luac_linkupval_addr = 0x01448170;
  1424. #define luac_linkupval_CCV __thiscall
  1425.  
  1426. /*
  1427.  
  1428. * luac_step_Decompiled_Args: int a1
  1429. * luac_step_TypeDef: int
  1430. * luac_step_Aob: 55 8B EC 83 EC 14 53 56 8B 75 08 B8 1F
  1431. * luac_step_ProtectedByRetCheck: false
  1432. * luac_step_IsApartOfLua: true
  1433. * luac_step_Mask: .............
  1434.  
  1435. */
  1436. DWORD luac_step_addr = 0x014481F0;
  1437. #define luac_step_CCV __cdecl
  1438.  
  1439. /*
  1440.  
  1441. * luad_call_Decompiled_Args: int a1
  1442. * luad_call_TypeDef: int
  1443. * luad_call_Aob: 55 8B EC 56 8B 75 08 BA C8
  1444. * luad_call_ProtectedByRetCheck: false
  1445. * luad_call_IsApartOfLua: true
  1446. * luad_call_Mask: .........
  1447.  
  1448. */
  1449. DWORD luad_call_addr = 0x014364C0;
  1450. #define luad_call_CCV __cdecl
  1451.  
  1452. /*
  1453.  
  1454. * luad_pcall_Decompiled_Args: int a1, int a2, int a3
  1455. * luad_pcall_TypeDef: int
  1456. * luad_pcall_Aob: 55 8B EC 83 EC 08 53 56 57 8B 7D 08 FF
  1457. * luad_pcall_ProtectedByRetCheck: false
  1458. * luad_pcall_IsApartOfLua: true
  1459. * luad_pcall_Mask: .............
  1460.  
  1461. */
  1462. DWORD luad_pcall_addr = 0x014365F0;
  1463. #define luad_pcall_CCV __cdecl
  1464.  
  1465. /*
  1466.  
  1467. * luad_precall_Decompiled_Args: int a1, int a2, int a3
  1468. * luad_precall_TypeDef: int
  1469. * luad_precall_Aob: 55 8B EC 53 56 8B 75 0C 57 8B 7D 08 83 7E
  1470. * luad_precall_ProtectedByRetCheck: false
  1471. * luad_precall_IsApartOfLua: true
  1472. * luad_precall_Mask: ..............
  1473.  
  1474. */
  1475. DWORD luad_precall_addr = 0x0143F920;
  1476. #define luad_precall_CCV __cdecl
  1477.  
  1478. /*
  1479.  
  1480. * luad_poscall_Decompiled_Args: int a1, int a2
  1481. * luad_poscall_TypeDef: int
  1482. * luad_poscall_Aob: 55 8B EC 83 EC 08 53 8B 5D 08 56 57 8B 7D 0C 8B 73
  1483. * luad_poscall_ProtectedByRetCheck: false
  1484. * luad_poscall_IsApartOfLua: true
  1485. * luad_poscall_Mask: .................
  1486.  
  1487. */
  1488. DWORD luad_poscall_addr = 0x0143F890;
  1489. #define luad_poscall_CCV __cdecl
  1490.  
  1491. /*
  1492.  
  1493. * luad_rawrunprotected_Decompiled_Args: int a1, int a2
  1494. * luad_rawrunprotected_TypeDef: int
  1495. * luad_rawrunprotected_Aob: 55 8B EC 6A FF 68 F0 0A
  1496. * luad_rawrunprotected_ProtectedByRetCheck: false
  1497. * luad_rawrunprotected_IsApartOfLua: true
  1498. * luad_rawrunprotected_Mask: ........
  1499.  
  1500. */
  1501. DWORD luad_rawrunprotected_addr = 0x014366F0;
  1502. #define luad_rawrunprotected_CCV __cdecl
  1503.  
  1504. /*
  1505.  
  1506. * luad_reallocci_Decompiled_Args: int a1, int a2
  1507. * luad_reallocci_TypeDef: int
  1508. * luad_reallocci_Aob: 55 8B EC 8B 45 0C 53 8B 5D 08 56 57 8B 4B
  1509. * luad_reallocci_ProtectedByRetCheck: false
  1510. * luad_reallocci_IsApartOfLua: true
  1511. * luad_reallocci_Mask: ..............
  1512.  
  1513. */
  1514. DWORD luad_reallocci_addr = 0x01436830;
  1515. #define luad_reallocci_CCV __cdecl
  1516.  
  1517. /*
  1518.  
  1519. * luad_seterrorObj_Decompiled_Args: int a1, int a2, int a3
  1520. * luad_seterrorObj_TypeDef: int
  1521. * luad_seterrorObj_Aob: 55 8B EC 8B 45 0C 56 8B 75 10 83
  1522. * luad_seterrorObj_ProtectedByRetCheck: false
  1523. * luad_seterrorObj_IsApartOfLua: true
  1524. * luad_seterrorObj_Mask: ...........
  1525.  
  1526. */
  1527. DWORD luad_seterrorObj_addr = 0x01436990;
  1528. #define luad_seterrorObj_CCV __cdecl
  1529.  
  1530. /*
  1531.  
  1532. * luad_throw_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1533. * luad_throw_TypeDef: Unable To Get typedef
  1534. * luad_throw_Aob: 55 8B EC 83 EC 14 8D 4D
  1535. * luad_throw_ProtectedByRetCheck: false
  1536. * luad_throw_IsApartOfLua: true
  1537. * luad_throw_Mask: ........
  1538.  
  1539. */
  1540. DWORD luad_throw_addr = 0x01436A00;
  1541. #define luad_throw_CCV __cdecl
  1542.  
  1543. /*
  1544.  
  1545. * luae_freethread_Decompiled_Args: int a1, int a2
  1546. * luae_freethread_TypeDef: int
  1547. * luae_freethread_Aob: 55 8B EC 56 8B 75 0C 57 FF 76
  1548. * luae_freethread_ProtectedByRetCheck: false
  1549. * luae_freethread_IsApartOfLua: true
  1550. * luae_freethread_Mask: ..........
  1551.  
  1552. */
  1553. DWORD luae_freethread_addr = 0x0143FEB0;
  1554. #define luae_freethread_CCV __cdecl
  1555.  
  1556. /*
  1557.  
  1558. * luae_newthread_Decompiled_Args: int a1
  1559. * luae_newthread_TypeDef: int
  1560. * luae_newthread_Aob: 55 8B EC 56 57 8B 7D 08 6A 70
  1561. * luae_newthread_ProtectedByRetCheck: false
  1562. * luae_newthread_IsApartOfLua: true
  1563. * luae_newthread_Mask: ..........
  1564.  
  1565. */
  1566. DWORD luae_newthread_addr = 0x0143FF20;
  1567. #define luae_newthread_CCV __cdecl
  1568.  
  1569. /*
  1570.  
  1571. * luaf_close_Decompiled_Args: int a1, int a2
  1572. * luaf_close_TypeDef: int
  1573. * luaf_close_Aob: 55 8B EC 53 57 8B 7D 08 8B 5F 08 8D 47
  1574. * luaf_close_ProtectedByRetCheck: false
  1575. * luaf_close_IsApartOfLua: true
  1576. * luaf_close_Mask: .............
  1577.  
  1578. */
  1579. DWORD luaf_close_addr = 0x01447910;
  1580. #define luaf_close_CCV __cdecl
  1581.  
  1582. /*
  1583.  
  1584. * luaf_freeproto_Decompiled_Args: int a1, int a2
  1585. * luaf_freeproto_TypeDef: int
  1586. * luaf_freeproto_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 8D 4E
  1587. * luaf_freeproto_ProtectedByRetCheck: false
  1588. * luaf_freeproto_IsApartOfLua: true
  1589. * luaf_freeproto_Mask: .............
  1590.  
  1591. */
  1592. DWORD luaf_freeproto_addr = 0x01447A70;
  1593. #define luaf_freeproto_CCV __cdecl
  1594.  
  1595. /*
  1596.  
  1597. * luaf_findupval_Decompiled_Args: int a1, int a2
  1598. * luaf_findupval_TypeDef: bool
  1599. * luaf_findupval_Aob: 55 8B EC 8B 55 08 53 8B 5A
  1600. * luaf_findupval_ProtectedByRetCheck: false
  1601. * luaf_findupval_IsApartOfLua: true
  1602. * luaf_findupval_Mask: .........
  1603.  
  1604. */
  1605. DWORD luaf_findupval_addr = 0x014479A0;
  1606. #define luaf_findupval_CCV __cdecl
  1607.  
  1608. /*
  1609.  
  1610. * luaf_newcclosure_Decompiled_Args: int a1, int a2
  1611. * luaf_newcclosure_TypeDef: int
  1612. * luaf_newcclosure_Aob: 55 8B EC 53 8B 5D 0C 8B C3 C1
  1613. * luaf_newcclosure_ProtectedByRetCheck: false
  1614. * luaf_newcclosure_IsApartOfLua: true
  1615. * luaf_newcclosure_Mask: ..........
  1616.  
  1617. */
  1618. DWORD luaf_newcclosure_addr = 0x01447BD0;
  1619. #define luaf_newcclosure_CCV __cdecl
  1620.  
  1621. /*
  1622.  
  1623. * luaf_newlclosure_Decompiled_Args: int a1, int a2, int a3
  1624. * luaf_newlclosure_TypeDef: int
  1625. * luaf_newlclosure_Aob: 55 8B EC 53 8B 5D 0C 57 8D
  1626. * luaf_newlclosure_ProtectedByRetCheck: false
  1627. * luaf_newlclosure_IsApartOfLua: true
  1628. * luaf_newlclosure_Mask: .........
  1629.  
  1630. */
  1631. DWORD luaf_newlclosure_addr = 0x01447C30;
  1632. #define luaf_newlclosure_CCV __cdecl
  1633.  
  1634. /*
  1635.  
  1636. * luaf_newproto_Decompiled_Args: No Args Found
  1637. * luaf_newproto_TypeDef: int
  1638. * luaf_newproto_Aob: 55 8B EC 57 6A 54
  1639. * luaf_newproto_ProtectedByRetCheck: false
  1640. * luaf_newproto_IsApartOfLua: true
  1641. * luaf_newproto_Mask: ......
  1642.  
  1643. */
  1644. DWORD luaf_newproto_addr = 0x01447CA0;
  1645. #define luaf_newproto_CCV __cdecl
  1646.  
  1647. /*
  1648.  
  1649. * luag_runerror_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1650. * luag_runerror_TypeDef: Unable To Get typedef
  1651. * luag_runerror_Aob: 55 8B EC 56 8B 75 08 8D 45 10 50 FF
  1652. * luag_runerror_ProtectedByRetCheck: false
  1653. * luag_runerror_IsApartOfLua: true
  1654. * luag_runerror_Mask: ............
  1655.  
  1656. */
  1657. DWORD luag_runerror_addr = 0x014409E0;
  1658. #define luag_runerror_CCV __cdecl
  1659.  
  1660. /*
  1661.  
  1662. * luag_typeerror_Decompiled_Args: int a1, int a2, int a3
  1663. * luag_typeerror_TypeDef: int
  1664. * luag_typeerror_Aob: 55 8B EC 8B 55 08 56 8B 75 0C 8B 4E
  1665. * luag_typeerror_ProtectedByRetCheck: false
  1666. * luag_typeerror_IsApartOfLua: true
  1667. * luag_typeerror_Mask: ............
  1668.  
  1669. */
  1670. DWORD luag_typeerror_addr = 0x0144B7B0;
  1671. #define luag_typeerror_CCV __cdecl
  1672.  
  1673. /*
  1674.  
  1675. * luah_free_Decompiled_Args: int a1, int a2
  1676. * luah_free_TypeDef: int
  1677. * luah_free_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 8B 56 18
  1678. * luah_free_ProtectedByRetCheck: false
  1679. * luah_free_IsApartOfLua: true
  1680. * luah_free_Mask: ..............
  1681.  
  1682. */
  1683. DWORD luah_free_addr = 0x014497A0;
  1684. #define luah_free_CCV __cdecl
  1685.  
  1686. /*
  1687.  
  1688. * luah_get_Decompiled_Args: int a1
  1689. * luah_get_TypeDef: int
  1690. * luah_get_Aob: 55 8B EC 56 57 8B 7D 0C 8B 47 0C
  1691. * luah_get_ProtectedByRetCheck: false
  1692. * luah_get_IsApartOfLua: true
  1693. * luah_get_Mask: ...........
  1694.  
  1695. */
  1696. DWORD luah_get_addr = 0x01449800;
  1697. #define luah_get_CCV __cdecl
  1698.  
  1699. /*
  1700.  
  1701. * luah_getn_Decompiled_Args: int a1
  1702. * luah_getn_TypeDef: int
  1703. * luah_getn_Aob: 55 8B EC 53 56 57 8B 7D 08 8B 77 0C 85
  1704. * luah_getn_ProtectedByRetCheck: false
  1705. * luah_getn_IsApartOfLua: true
  1706. * luah_getn_Mask: .............
  1707.  
  1708. */
  1709. DWORD luah_getn_addr = 0x014498B0;
  1710. #define luah_getn_CCV __cdecl
  1711.  
  1712. /*
  1713.  
  1714. * luah_getnum_Decompiled_Args: int a1, int a2
  1715. * luah_getnum_TypeDef: int
  1716. * luah_getnum_Aob: 55 8B EC 8B 4D 0C 83 EC 08 57
  1717. * luah_getnum_ProtectedByRetCheck: false
  1718. * luah_getnum_IsApartOfLua: true
  1719. * luah_getnum_Mask: ..........
  1720.  
  1721. */
  1722. DWORD luah_getnum_addr = 0x01449930;
  1723. #define luah_getnum_CCV __cdecl
  1724.  
  1725. /*
  1726.  
  1727. * luah_getstr_Decompiled_Args: int a1, int a2
  1728. * luah_getstr_TypeDef: int
  1729. * luah_getstr_Aob: 55 8B EC 8B 45 08 53 8B 5D 0C 56 8A
  1730. * luah_getstr_ProtectedByRetCheck: false
  1731. * luah_getstr_IsApartOfLua: true
  1732. * luah_getstr_Mask: ............
  1733.  
  1734. */
  1735. DWORD luah_getstr_addr = 0x01449A10;
  1736. #define luah_getstr_CCV __cdecl
  1737.  
  1738. /*
  1739.  
  1740. * luah_new_Decompiled_Args: int a1
  1741. * luah_new_TypeDef: int
  1742. * luah_new_Aob: 55 8B EC 56 57 8B 7D 08 6A 24
  1743. * luah_new_ProtectedByRetCheck: false
  1744. * luah_new_IsApartOfLua: true
  1745. * luah_new_Mask: ..........
  1746.  
  1747. */
  1748. DWORD luah_new_addr = 0x01449A80;
  1749. #define luah_new_CCV __cdecl
  1750.  
  1751. /*
  1752.  
  1753. * luah_next_Decompiled_Args: int a1, int a2
  1754. * luah_next_TypeDef: int
  1755. * luah_next_Aob: 55 8B EC 83 EC 0C 56 57 8B 7D 10
  1756. * luah_next_ProtectedByRetCheck: false
  1757. * luah_next_IsApartOfLua: true
  1758. * luah_next_Mask: ...........
  1759.  
  1760. */
  1761. DWORD luah_next_addr = 0x01449AF0;
  1762. #define luah_next_CCV __cdecl
  1763.  
  1764. /*
  1765.  
  1766. * luah_resizearray_Decompiled_Args: int a1
  1767. * luah_resizearray_TypeDef: int
  1768. * luah_resizearray_Aob: 55 8B EC 8B 55 0C 8B 42 18
  1769. * luah_resizearray_ProtectedByRetCheck: false
  1770. * luah_resizearray_IsApartOfLua: true
  1771. * luah_resizearray_Mask: .........
  1772.  
  1773. */
  1774. DWORD luah_resizearray_addr = 0x01449CD0;
  1775. #define luah_resizearray_CCV __cdecl
  1776.  
  1777. /*
  1778.  
  1779. * luah_set_Decompiled_Args: int a1, int a2
  1780. * luah_set_TypeDef: int
  1781. * luah_set_Aob: 55 8B EC 56 57 8B 7D 10 8B 47
  1782. * luah_set_ProtectedByRetCheck: false
  1783. * luah_set_IsApartOfLua: true
  1784. * luah_set_Mask: ..........
  1785.  
  1786. */
  1787. DWORD luah_set_addr = 0x01449D20;
  1788. #define luah_set_CCV __cdecl
  1789.  
  1790. /*
  1791.  
  1792. * luah_setnum_Decompiled_Args: int a1, int a2
  1793. * luah_setnum_TypeDef: int
  1794. * luah_setnum_Aob: 55 8B EC 83 EC 10 56 8B 75 10 57 8B 7D
  1795. * luah_setnum_ProtectedByRetCheck: false
  1796. * luah_setnum_IsApartOfLua: true
  1797. * luah_setnum_Mask: .............
  1798.  
  1799. */
  1800. DWORD luah_setnum_addr = 0x01449E40;
  1801. #define luah_setnum_CCV __cdecl
  1802.  
  1803. /*
  1804.  
  1805. * lual_addlstring_Decompiled_Args: int a1, int a2, int a3
  1806. * lual_addlstring_TypeDef: int
  1807. * lual_addlstring_Aob: 55 8B EC 53 8B 5D 10 85 DB 74
  1808. * lual_addlstring_ProtectedByRetCheck: false
  1809. * lual_addlstring_IsApartOfLua: true
  1810. * lual_addlstring_Mask: ..........
  1811.  
  1812. */
  1813. DWORD lual_addlstring_addr = 0x01435A20;
  1814. #define lual_addlstring_CCV __cdecl
  1815.  
  1816. /*
  1817.  
  1818. * lual_addvalue_Decompiled_Args: int a1
  1819. * lual_addvalue_TypeDef: int
  1820. * lual_addvalue_Aob: 55 8B EC 53 56 57 8B 7D 08 8D
  1821. * lual_addvalue_ProtectedByRetCheck: false
  1822. * lual_addvalue_IsApartOfLua: true
  1823. * lual_addvalue_Mask: ..........
  1824.  
  1825. */
  1826. DWORD lual_addvalue_addr = 0x01435A90;
  1827. #define lual_addvalue_CCV __cdecl
  1828.  
  1829. /*
  1830.  
  1831. * lual_argerror_Decompiled_Args: int a1, int a2
  1832. * lual_argerror_TypeDef: int
  1833. * lual_argerror_Aob: 55 8B EC 56 8B 75 08 57 8B 7D 0C 8D 87 0F 27 00 00 3D 0F 27 00 00 77 0C 56 E8 02
  1834. * lual_argerror_ProtectedByRetCheck: false
  1835. * lual_argerror_IsApartOfLua: true
  1836. * lual_argerror_Mask: ...........................
  1837.  
  1838. */
  1839. DWORD lual_argerror_addr = 0x01435B80;
  1840. #define lual_argerror_CCV __cdecl
  1841.  
  1842. /*
  1843.  
  1844. * lual_checkany_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1845. * lual_checkany_TypeDef: Unable To Get typedef
  1846. * lual_checkany_Aob: 55 8B EC 51 FF 75 0C FF 75 08 E8 E1 FB
  1847. * lual_checkany_ProtectedByRetCheck: false
  1848. * lual_checkany_IsApartOfLua: true
  1849. * lual_checkany_Mask: .............
  1850.  
  1851. */
  1852. DWORD lual_checkany_addr = 0x01435C10;
  1853. #define lual_checkany_CCV __cdecl
  1854.  
  1855. /*
  1856.  
  1857. * lual_checkinteger_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1858. * lual_checkinteger_TypeDef: Unable To Get typedef
  1859. * lual_checkinteger_Aob: 55 8B EC 51 8D 45 FC 50 FF 75 0C FF 75 08 E8 6D
  1860. * lual_checkinteger_ProtectedByRetCheck: false
  1861. * lual_checkinteger_IsApartOfLua: true
  1862. * lual_checkinteger_Mask: ................
  1863.  
  1864. */
  1865. DWORD lual_checkinteger_addr = 0x01435C50;
  1866. #define lual_checkinteger_CCV __cdecl
  1867.  
  1868. /*
  1869.  
  1870. * lual_checklstring_Decompiled_Args: No Args Found
  1871. * lual_checklstring_TypeDef: int
  1872. * lual_checklstring_Aob: 55 8B EC FF 75 10 FF 75 0C FF 75 08 E8 BF F6
  1873. * lual_checklstring_ProtectedByRetCheck: false
  1874. * lual_checklstring_IsApartOfLua: true
  1875. * lual_checklstring_Mask: ...............
  1876.  
  1877. */
  1878. DWORD lual_checklstring_addr = 0x01435C80;
  1879. #define lual_checklstring_CCV __cdecl
  1880.  
  1881. /*
  1882.  
  1883. * lual_checknumber_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1884. * lual_checknumber_TypeDef: Unable To Get typedef
  1885. * lual_checknumber_Aob: 55 8B EC 51 8D 45 FC 50 FF 75 0C FF 75 08 E8 BD F7
  1886. * lual_checknumber_ProtectedByRetCheck: false
  1887. * lual_checknumber_IsApartOfLua: true
  1888. * lual_checknumber_Mask: .................
  1889.  
  1890. */
  1891. DWORD lual_checknumber_addr = 0x01435CB0;
  1892. #define lual_checknumber_CCV __cdecl
  1893.  
  1894. /*
  1895.  
  1896. * lual_checkstack_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1897. * lual_checkstack_TypeDef: Unable To Get typedef
  1898. * lual_checkstack_Aob: 55 8B EC 51 FF 75 0C FF 75 08 E8 81 D8
  1899. * lual_checkstack_ProtectedByRetCheck: false
  1900. * lual_checkstack_IsApartOfLua: true
  1901. * lual_checkstack_Mask: .............
  1902.  
  1903. */
  1904. DWORD lual_checkstack_addr = 0x01435CE0;
  1905. #define lual_checkstack_CCV __cdecl
  1906.  
  1907. /*
  1908.  
  1909. * lual_checktype_Decompiled_Args: int a1
  1910. * lual_checktype_TypeDef: int
  1911. * lual_checktype_Aob: 55 8B EC FF 75 0C FF 75 08 E8 D2 FA
  1912. * lual_checktype_ProtectedByRetCheck: false
  1913. * lual_checktype_IsApartOfLua: true
  1914. * lual_checktype_Mask: ............
  1915.  
  1916. */
  1917. DWORD lual_checktype_addr = 0x01435D20;
  1918. #define lual_checktype_CCV __cdecl
  1919.  
  1920. /*
  1921.  
  1922. * lual_error_Decompiled_Args: Function Has No Args Or Unable To Get Args
  1923. * lual_error_TypeDef: Unable To Get typedef
  1924. * lual_error_Aob: 55 8B EC 56 8B 75 08 6A 01 56 E8 11 06
  1925. * lual_error_ProtectedByRetCheck: false
  1926. * lual_error_IsApartOfLua: true
  1927. * lual_error_Mask: .............
  1928.  
  1929. */
  1930. DWORD lual_error_addr = 0x01435D80;
  1931. #define lual_error_CCV __cdecl
  1932.  
  1933. /*
  1934.  
  1935. * lual_findtable_Decompiled_Args: int a1, int a2, int a3
  1936. * lual_findtable_TypeDef: int
  1937. * lual_findtable_Aob: 55 8B EC 53 56 8B 75 08 57 FF 75 0C 56 E8 6E
  1938. * lual_findtable_ProtectedByRetCheck: false
  1939. * lual_findtable_IsApartOfLua: true
  1940. * lual_findtable_Mask: ...............
  1941.  
  1942. */
  1943. DWORD lual_findtable_addr = 0x01435DB0;
  1944. #define lual_findtable_CCV __cdecl
  1945.  
  1946. /*
  1947.  
  1948. * lual_getmetafield_Decompiled_Args: int a1
  1949. * lual_getmetafield_TypeDef: int
  1950. * lual_getmetafield_Aob: 55 8B EC 56 FF 75 0C 8B 75 08 56 E8 D0 DB
  1951. * lual_getmetafield_ProtectedByRetCheck: false
  1952. * lual_getmetafield_IsApartOfLua: true
  1953. * lual_getmetafield_Mask: ..............
  1954.  
  1955. */
  1956. DWORD lual_getmetafield_addr = 0x01435E90;
  1957. #define lual_getmetafield_CCV __cdecl
  1958.  
  1959. /*
  1960.  
  1961. * lual_newmetatable_Decompiled_Args: int a1
  1962. * lual_newmetatable_TypeDef: int
  1963. * lual_newmetatable_Aob: 55 8B EC 56 FF 75 0C 8B 75 08 BA
  1964. * lual_newmetatable_ProtectedByRetCheck: false
  1965. * lual_newmetatable_IsApartOfLua: true
  1966. * lual_newmetatable_Mask: ...........
  1967.  
  1968. */
  1969. DWORD lual_newmetatable_addr = 0x01435EF0;
  1970. #define lual_newmetatable_CCV __cdecl
  1971.  
  1972. /*
  1973.  
  1974. * lual_optinteger_Decompiled_Args: int a1, int a2, int a3
  1975. * lual_optinteger_TypeDef: int
  1976. * lual_optinteger_Aob: 55 8B EC 51 56 8B 75 0C 57 8B 7D 08 56
  1977. * lual_optinteger_ProtectedByRetCheck: false
  1978. * lual_optinteger_IsApartOfLua: true
  1979. * lual_optinteger_Mask: .............
  1980.  
  1981. */
  1982. DWORD lual_optinteger_addr = 0x01435F50;
  1983. #define lual_optinteger_CCV __cdecl
  1984.  
  1985. /*
  1986.  
  1987. * lual_optlstring_Decompiled_Args: int a1, int a2, int a3, const char* a4
  1988. * lual_optlstring_TypeDef: int
  1989. * lual_optlstring_Aob: 55 8B EC 56 8B 75 0C 57 8B 7D 08 56 57 E8 4E
  1990. * lual_optlstring_ProtectedByRetCheck: false
  1991. * lual_optlstring_IsApartOfLua: true
  1992. * lual_optlstring_Mask: ...............
  1993.  
  1994. */
  1995. DWORD lual_optlstring_addr = 0x01435FA0;
  1996. #define lual_optlstring_CCV __cdecl
  1997.  
  1998. /*
  1999.  
  2000. * lual_prepbuffer_Decompiled_Args: int a1
  2001. * lual_prepbuffer_TypeDef: int
  2002. * lual_prepbuffer_Aob: 55 8B EC 56 8B 75 08 57 8B 06 8D
  2003. * lual_prepbuffer_ProtectedByRetCheck: false
  2004. * lual_prepbuffer_IsApartOfLua: true
  2005. * lual_prepbuffer_Mask: ...........
  2006.  
  2007. */
  2008. DWORD lual_prepbuffer_addr = 0x01436080;
  2009. #define lual_prepbuffer_CCV __cdecl
  2010.  
  2011. /*
  2012.  
  2013. * lual_ref_Decompiled_Args: int a1, int a2
  2014. * lual_ref_TypeDef: int
  2015. * lual_ref_Aob: 55 8B EC 56 8B 75 08 57 8B 7D 0C 8D 87 0F 27 00 00 3D 0F 27 00 00 77 0C 56 E8 82
  2016. * lual_ref_ProtectedByRetCheck: false
  2017. * lual_ref_IsApartOfLua: true
  2018. * lual_ref_Mask: ...........................
  2019.  
  2020. */
  2021. DWORD lual_ref_addr = 0x01436100;
  2022. #define lual_ref_CCV __cdecl
  2023.  
  2024. /*
  2025.  
  2026. * lual_register_Decompiled_Args: int a1, int a2, int a3
  2027. * lual_register_TypeDef: int
  2028. * lual_register_Aob: 55 8B EC 83 7D 0C 00 56 8B 75 10
  2029. * lual_register_ProtectedByRetCheck: false
  2030. * lual_register_IsApartOfLua: true
  2031. * lual_register_Mask: ...........
  2032.  
  2033. */
  2034. DWORD lual_register_addr = 0x014361B0;
  2035. #define lual_register_CCV __cdecl
  2036.  
  2037. /*
  2038.  
  2039. * lual_typeerror_Decompiled_Args: int a1, int a2, int a3
  2040. * lual_typeerror_TypeDef: int
  2041. * lual_typeerror_Aob: Unable to get AOB
  2042. * lual_typeerror_ProtectedByRetCheck: false
  2043. * lual_typeerror_IsApartOfLua: true
  2044. * lual_typeerror_Mask: .......
  2045.  
  2046. */
  2047. DWORD lual_typeerror_addr = 0x014352D0;
  2048. #define lual_typeerror_CCV __cdecl
  2049.  
  2050. /*
  2051.  
  2052. * lual_unref_Decompiled_Args: int a1, int a2, int a3
  2053. * lual_unref_TypeDef: int
  2054. * lual_unref_Aob: 55 8B EC 53 8B 5D 10 85 DB 78
  2055. * lual_unref_ProtectedByRetCheck: false
  2056. * lual_unref_IsApartOfLua: true
  2057. * lual_unref_Mask: ..........
  2058.  
  2059. */
  2060. DWORD lual_unref_addr = 0x01436340;
  2061. #define lual_unref_CCV __cdecl
  2062.  
  2063. /*
  2064.  
  2065. * lual_where_Decompiled_Args: int a1
  2066. * lual_where_TypeDef: int
  2067. * lual_where_Aob: 55 8B EC 81 EC 24 01 00 00 8D
  2068. * lual_where_ProtectedByRetCheck: false
  2069. * lual_where_IsApartOfLua: true
  2070. * lual_where_Mask: ..........
  2071.  
  2072. */
  2073. DWORD lual_where_addr = 0x014363A0;
  2074. #define lual_where_CCV __cdecl
  2075.  
  2076. /*
  2077.  
  2078. * luam_realloc_Decompiled_Args: int a1, int a2, int a3, int a4
  2079. * luam_realloc_TypeDef: int
  2080. * luam_realloc_Aob: 55 8B EC 8B 4D 08 53 56 8B 75 14
  2081. * luam_realloc_ProtectedByRetCheck: false
  2082. * luam_realloc_IsApartOfLua: true
  2083. * luam_realloc_Mask: ...........
  2084.  
  2085. */
  2086. DWORD luam_realloc_addr = 0x0144BC00;
  2087. #define luam_realloc_CCV __cdecl
  2088.  
  2089. /*
  2090.  
  2091. * luam_realloc__Decompiled_Args: int a1, int a2
  2092. * luam_realloc__TypeDef: int
  2093. * luam_realloc__Aob: 55 8B EC 53 8B 5D 08 56 8B 75 0C 8D
  2094. * luam_realloc__ProtectedByRetCheck: false
  2095. * luam_realloc__IsApartOfLua: true
  2096. * luam_realloc__Mask: ............
  2097.  
  2098. */
  2099. DWORD luam_realloc__addr = 0x0144BAC0;
  2100. #define luam_realloc__CCV __cdecl
  2101.  
  2102. /*
  2103.  
  2104. * luam_toobig_Decompiled_Args: Function Has No Args Or Unable To Get Args
  2105. * luam_toobig_TypeDef: Unable To Get typedef
  2106. * luam_toobig_Aob: 55 8B EC 51 C7 45 FC 78
  2107. * luam_toobig_ProtectedByRetCheck: false
  2108. * luam_toobig_IsApartOfLua: true
  2109. * luam_toobig_Mask: ........
  2110.  
  2111. */
  2112. DWORD luam_toobig_addr = 0x0144BD10;
  2113. #define luam_toobig_CCV __cdecl
  2114.  
  2115. /*
  2116.  
  2117. * luao_chunkid_Decompiled_Args: int a1, int a2, const char* a3
  2118. * luao_chunkid_TypeDef: int
  2119. * luao_chunkid_Aob: 55 8B EC 53 8B 5D 0C 56 57 8A
  2120. * luao_chunkid_ProtectedByRetCheck: false
  2121. * luao_chunkid_IsApartOfLua: true
  2122. * luao_chunkid_Mask: ..........
  2123.  
  2124. */
  2125. DWORD luao_chunkid_addr = 0x01436F90;
  2126. #define luao_chunkid_CCV __cdecl
  2127.  
  2128. /*
  2129.  
  2130. * luao_pushfstring_Decompiled_Args: int a1, int a2
  2131. * luao_pushfstring_TypeDef: int
  2132. * luao_pushfstring_Aob: 55 8B EC 81 EC 00 02 00 00 8D 45
  2133. * luao_pushfstring_ProtectedByRetCheck: false
  2134. * luao_pushfstring_IsApartOfLua: true
  2135. * luao_pushfstring_Mask: ...........
  2136.  
  2137. */
  2138. DWORD luao_pushfstring_addr = 0x01437110;
  2139. #define luao_pushfstring_CCV __cdecl
  2140.  
  2141. /*
  2142.  
  2143. * luao_pushvfstring_Decompiled_Args: int a1
  2144. * luao_pushvfstring_TypeDef: int
  2145. * luao_pushvfstring_Aob: 55 8B EC 81 EC 00 02 00 00 8D 85
  2146. * luao_pushvfstring_ProtectedByRetCheck: false
  2147. * luao_pushvfstring_IsApartOfLua: true
  2148. * luao_pushvfstring_Mask: ...........
  2149.  
  2150. */
  2151. DWORD luao_pushvfstring_addr = 0x014371B0;
  2152. #define luao_pushvfstring_CCV __cdecl
  2153.  
  2154. /*
  2155.  
  2156. * luao_rawequalObj_Decompiled_Args: int a1, int a2
  2157. * luao_rawequalObj_TypeDef: int
  2158. * luao_rawequalObj_Aob: 55 8B EC 8B 4D 08 8B 55 0C 8B 41 0C 83
  2159. * luao_rawequalObj_ProtectedByRetCheck: false
  2160. * luao_rawequalObj_IsApartOfLua: true
  2161. * luao_rawequalObj_Mask: .............
  2162.  
  2163. */
  2164. DWORD luao_rawequalObj_addr = 0x01437250;
  2165. #define luao_rawequalObj_CCV __cdecl
  2166.  
  2167. /*
  2168.  
  2169. * luao_str2d_Decompiled_Args: int a1, int a2
  2170. * luao_str2d_TypeDef: int
  2171. * luao_str2d_Aob: 55 8B EC 51 56 8B 75 08 8D 45 FC 57
  2172. * luao_str2d_ProtectedByRetCheck: false
  2173. * luao_str2d_IsApartOfLua: true
  2174. * luao_str2d_Mask: ............
  2175.  
  2176. */
  2177. DWORD luao_str2d_addr = 0x01437350;
  2178. #define luao_str2d_CCV __cdecl
  2179.  
  2180. /*
  2181.  
  2182. * luas_newlstr_Decompiled_Args: int a1, int a2, int a3
  2183. * luas_newlstr_TypeDef: int
  2184. * luas_newlstr_Aob: 55 8B EC 8B 45 10 8B D0
  2185. * luas_newlstr_ProtectedByRetCheck: false
  2186. * luas_newlstr_IsApartOfLua: true
  2187. * luas_newlstr_Mask: ........
  2188.  
  2189. */
  2190. DWORD luas_newlstr_addr = 0x01449180;
  2191. #define luas_newlstr_CCV __cdecl
  2192.  
  2193. /*
  2194.  
  2195. * luas_newudata_Decompiled_Args: int a1, int a2
  2196. * luas_newudata_TypeDef: int
  2197. * luas_newudata_Aob: 55 8B EC 53 8B 5D 0C 57 81
  2198. * luas_newudata_ProtectedByRetCheck: false
  2199. * luas_newudata_IsApartOfLua: true
  2200. * luas_newudata_Mask: .........
  2201.  
  2202. */
  2203. DWORD luas_newudata_addr = 0x01449290;
  2204. #define luas_newudata_CCV __cdecl
  2205.  
  2206. /*
  2207.  
  2208. * luas_resize_Decompiled_Args: int a1, int a2
  2209. * luas_resize_TypeDef: int
  2210. * luas_resize_Aob: 55 8B EC 8B 4D 08 83 EC 10 8B 41
  2211. * luas_resize_ProtectedByRetCheck: false
  2212. * luas_resize_IsApartOfLua: true
  2213. * luas_resize_Mask: ...........
  2214.  
  2215. */
  2216. DWORD luas_resize_addr = 0x014492E0;
  2217. #define luas_resize_CCV __cdecl
  2218.  
  2219. /*
  2220.  
  2221. * luat_gettmbyobj_Decompiled_Args: int a1, int a2
  2222. * luat_gettmbyobj_TypeDef: int
  2223. * luat_gettmbyobj_Aob: 55 8B EC 56 FF 75 10 8B 75 08 56 E8 80
  2224. * luat_gettmbyobj_ProtectedByRetCheck: false
  2225. * luat_gettmbyobj_IsApartOfLua: true
  2226. * luat_gettmbyobj_Mask: .............
  2227.  
  2228. */
  2229. DWORD luat_gettmbyobj_addr = 0x0144B780;
  2230. #define luat_gettmbyobj_CCV __cdecl
  2231.  
  2232. /*
  2233.  
  2234. * luat_typenames_Decompiled_Args: Given Adress Is Not A Function
  2235. * luat_typenames_TypeDef: Given Adress Is Not A Function
  2236. * luat_typenames_Aob: 0C EE F1 01 74
  2237. * luat_typenames_ProtectedByRetCheck: false
  2238. * luat_typenames_IsApartOfLua: false
  2239. * luat_typenames_Mask: .....
  2240.  
  2241. */
  2242. DWORD luat_typenames_addr = 0x02033508;
  2243. #define luat_typenames_CCV __stdcall
  2244.  
  2245. /*
  2246.  
  2247. * luau_deserialize_Decompiled_Args: int a1, int a2, const char* a3, int a4
  2248. * luau_deserialize_TypeDef: int
  2249. * luau_deserialize_Aob: 55 8B EC 6A FF 68 40 0B C7
  2250. * luau_deserialize_ProtectedByRetCheck: false
  2251. * luau_deserialize_IsApartOfLua: true
  2252. * luau_deserialize_Mask: .........
  2253.  
  2254. */
  2255. DWORD luau_deserialize_addr = 0x0143EDD0;
  2256. #define luau_deserialize_CCV __cdecl
  2257.  
  2258. /*
  2259.  
  2260. * luau_execute_Decompiled_Args: int a1, int a2, int a3, int a4, int a5
  2261. * luau_execute_TypeDef: int
  2262. * luau_execute_Aob: 55 8B EC 51 80 3D 24 1E 88 02 00 74 22 C7 45 FC 88
  2263. * luau_execute_ProtectedByRetCheck: false
  2264. * luau_execute_IsApartOfLua: true
  2265. * luau_execute_Mask: .................
  2266.  
  2267. */
  2268. DWORD luau_execute_addr = 0x01460F90;
  2269. #define luau_execute_CCV __cdecl
  2270.  
  2271. /*
  2272.  
  2273. * luav_concat_Decompiled_Args: int a1, const char* a2, const char* a3
  2274. * luav_concat_TypeDef: int
  2275. * luav_concat_Aob: 55 8B EC 8B 55 08 83 EC 78
  2276. * luav_concat_ProtectedByRetCheck: false
  2277. * luav_concat_IsApartOfLua: true
  2278. * luav_concat_Mask: .........
  2279.  
  2280. */
  2281. DWORD luav_concat_addr = 0x0144AB60;
  2282. #define luav_concat_CCV __cdecl
  2283.  
  2284. /*
  2285.  
  2286. * luav_execute_Decompiled_Args: int a1, int a2
  2287. * luav_execute_TypeDef: bool
  2288. * luav_execute_Aob: 55 8B EC 83 E4 F0 81 EC B8 00 00 00 56 8B 75 08 57 8B 46 18 8B 56
  2289. * luav_execute_ProtectedByRetCheck: false
  2290. * luav_execute_IsApartOfLua: true
  2291. * luav_execute_Mask: ......................
  2292.  
  2293. */
  2294. DWORD luav_execute_addr = 0x01437440;
  2295. #define luav_execute_CCV __cdecl
  2296.  
  2297. /*
  2298.  
  2299. * luav_gettable_Decompiled_Args: int a1, int a2, int a3, int a4, int a5
  2300. * luav_gettable_TypeDef: int
  2301. * luav_gettable_Aob: 55 8B EC 51 53 56 8B 75 0C 33 DB 57 8B 7D 08 89
  2302. * luav_gettable_ProtectedByRetCheck: false
  2303. * luav_gettable_IsApartOfLua: true
  2304. * luav_gettable_Mask: ................
  2305.  
  2306. */
  2307. DWORD luav_gettable_addr = 0x0144B2D0;
  2308. #define luav_gettable_CCV __cdecl
  2309.  
  2310. /*
  2311.  
  2312. * luav_gettable_opt_Decompiled_Args: Function Has No Args Or Unable To Get Args
  2313. * luav_gettable_opt_TypeDef: Unable To Get typedef
  2314. * luav_gettable_opt_Aob: 55 8B EC 6A 01 FF 75 14 FF 75 10 FF 75 0C FF 75 08 E8 0A 00
  2315. * luav_gettable_opt_ProtectedByRetCheck: false
  2316. * luav_gettable_opt_IsApartOfLua: true
  2317. * luav_gettable_opt_Mask: ....................
  2318.  
  2319. */
  2320. DWORD luav_gettable_opt_addr = 0x0144B2B0;
  2321. #define luav_gettable_opt_CCV __cdecl
  2322.  
  2323. /*
  2324.  
  2325. * luav_lessthan_Decompiled_Args: int a1, int a2, int a3
  2326. * luav_lessthan_TypeDef: int
  2327. * luav_lessthan_Aob: 55 8B EC 8B 4D 08 56 8B 75 0C 57 8B 7D 10 8B 46 0C 3B 47 0C 75 5B
  2328. * luav_lessthan_ProtectedByRetCheck: false
  2329. * luav_lessthan_IsApartOfLua: true
  2330. * luav_lessthan_Mask: ......................
  2331.  
  2332. */
  2333. DWORD luav_lessthan_addr = 0x0144B480;
  2334. #define luav_lessthan_CCV __cdecl
  2335.  
  2336. /*
  2337.  
  2338. * luav_settable_Decompiled_Args: int a1, int a2, int a3, int a4
  2339. * luav_settable_TypeDef: int
  2340. * luav_settable_Aob: 55 8B EC 83 EC 18 53 8B 5D 0C 56 8B 75 08 57 33
  2341. * luav_settable_ProtectedByRetCheck: false
  2342. * luav_settable_IsApartOfLua: true
  2343. * luav_settable_Mask: ................
  2344.  
  2345. */
  2346. DWORD luav_settable_addr = 0x0144B520;
  2347. #define luav_settable_CCV __cdecl
  2348.  
  2349. /*
  2350.  
  2351. * luav_tonumber_Decompiled_Args: int a1, int a2
  2352. * luav_tonumber_TypeDef: int
  2353. * luav_tonumber_Aob: 55 8B EC 8B 45 08 83 EC 08 8B 48 0C
  2354. * luav_tonumber_ProtectedByRetCheck: false
  2355. * luav_tonumber_IsApartOfLua: true
  2356. * luav_tonumber_Mask: ............
  2357.  
  2358. */
  2359. DWORD luav_tonumber_addr = 0x0144B6B0;
  2360. #define luav_tonumber_CCV __cdecl
  2361.  
  2362. /*
  2363.  
  2364. * luav_tostring_Decompiled_Args: const char* a1
  2365. * luav_tostring_TypeDef: int
  2366. * luav_tostring_Aob: 55 8B EC 83 EC 20 56 8B 75 0C 83
  2367. * luav_tostring_ProtectedByRetCheck: false
  2368. * luav_tostring_IsApartOfLua: true
  2369. * luav_tostring_Mask: ...........
  2370.  
  2371. */
  2372. DWORD luav_tostring_addr = 0x0144B710;
  2373. #define luav_tostring_CCV __cdecl
  2374.  
  2375. /*
  2376.  
  2377. * luax_init_Decompiled_Args: const char* a1
  2378. * luax_init_TypeDef: bool
  2379. * luax_init_Aob: 55 8B EC 53 56 57 8B 7D 08 BE E0
  2380. * luax_init_ProtectedByRetCheck: false
  2381. * luax_init_IsApartOfLua: true
  2382. * luax_init_Mask: ...........
  2383.  
  2384. */
  2385. DWORD luax_init_addr = 0x0144B820;
  2386. #define luax_init_CCV __cdecl
  2387.  
  2388. /*
  2389.  
  2390. * mainposition_Decompiled_Args: int a1, int a2
  2391. * mainposition_TypeDef: int
  2392. * mainposition_Aob: 55 8B EC 83 EC 0C 56 57 8B 7D 0C 8B 47
  2393. * mainposition_ProtectedByRetCheck: false
  2394. * mainposition_IsApartOfLua: true
  2395. * mainposition_Mask: .............
  2396.  
  2397. */
  2398. DWORD mainposition_addr = 0x01449EF0;
  2399. #define mainposition_CCV __cdecl
  2400.  
  2401. /*
  2402.  
  2403. * markmt_Decompiled_Args: int a1
  2404. * markmt_TypeDef: int
  2405. * markmt_Aob: 55 8B EC 53 56 57 8B 7D 08 BB 0A
  2406. * markmt_ProtectedByRetCheck: false
  2407. * markmt_IsApartOfLua: true
  2408. * markmt_Mask: ...........
  2409.  
  2410. */
  2411. DWORD markmt_addr = 0x01448440;
  2412. #define markmt_CCV __cdecl
  2413.  
  2414. /*
  2415.  
  2416. * markroot_Decompiled_Args: int a1
  2417. * markroot_TypeDef: int
  2418. * markroot_Aob: 55 8B EC 56 57 8B 7D 08 8B 77 08 8D
  2419. * markroot_ProtectedByRetCheck: false
  2420. * markroot_IsApartOfLua: true
  2421. * markroot_Mask: ............
  2422.  
  2423. */
  2424. DWORD markroot_addr = 0x01448520;
  2425. #define markroot_CCV __cdecl
  2426.  
  2427. /*
  2428.  
  2429. * newkey_Decompiled_Args: int a1, int a2, int a3
  2430. * newkey_TypeDef: int
  2431. * newkey_Aob: 55 8B EC 83 EC 10 53 8B 5D 0C 56 57 8B 7D 10
  2432. * newkey_ProtectedByRetCheck: false
  2433. * newkey_IsApartOfLua: true
  2434. * newkey_Mask: ...............
  2435.  
  2436. */
  2437. DWORD newkey_addr = 0x0144A030;
  2438. #define newkey_CCV __cdecl
  2439.  
  2440. /*
  2441.  
  2442. * print_Decompiled_Args: int a1
  2443. * print_TypeDef: int
  2444. * print_Aob: 55 8B EC 6A FF 68 98 28 B8 01 64 A1 00 00 00 00 50 64 89 25 00 00 00 00 83 EC 18 8D 45 10
  2445. * print_ProtectedByRetCheck: false
  2446. * print_IsApartOfLua: false
  2447. * print_Mask: ..............................
  2448.  
  2449. */
  2450. DWORD print_addr = 0x0065D8E0;
  2451. #define print_CCV __cdecl
  2452.  
  2453. /*
  2454.  
  2455. * reallymarkobject_Decompiled_Args: int a1, int a2
  2456. * reallymarkobject_TypeDef: int
  2457. * reallymarkobject_Aob: 55 8B EC 56 8B 75 0C 0F B6
  2458. * reallymarkobject_ProtectedByRetCheck: false
  2459. * reallymarkobject_IsApartOfLua: true
  2460. * reallymarkobject_Mask: .........
  2461.  
  2462. */
  2463. DWORD reallymarkobject_addr = 0x01448A80;
  2464. #define reallymarkobject_CCV __cdecl
  2465.  
  2466. /*
  2467.  
  2468. * rehash_Decompiled_Args: Function Has No Args Or Unable To Get Args
  2469. * rehash_TypeDef: Unable To Get typedef
  2470. * rehash_Aob: Unable to get AOB
  2471. * rehash_ProtectedByRetCheck: false
  2472. * rehash_IsApartOfLua: true
  2473. * rehash_Mask: .......
  2474.  
  2475. */
  2476. DWORD rehash_addr = 0x0144A1E0;
  2477. #define rehash_CCV __cdecl
  2478.  
  2479. /*
  2480.  
  2481. * resize_Decompiled_Args: int a1, int a2, int a3, int a4
  2482. * resize_TypeDef: int
  2483. * resize_Aob: 55 8B EC 83 EC 2C 56 8B 75 08 57 8B 7D 0C 8B 57
  2484. * resize_ProtectedByRetCheck: false
  2485. * resize_IsApartOfLua: true
  2486. * resize_Mask: ................
  2487.  
  2488. */
  2489. DWORD resize_addr = 0x0144A450;
  2490. #define resize_CCV __cdecl
  2491.  
  2492. /*
  2493.  
  2494. * resume_Decompiled_Args: int a1, int a2
  2495. * resume_TypeDef: int
  2496. * resume_Aob: 55 8B EC 56 8B 75 08 80 7E 06 00 75 29
  2497. * resume_ProtectedByRetCheck: false
  2498. * resume_IsApartOfLua: true
  2499. * resume_Mask: .............
  2500.  
  2501. */
  2502. DWORD resume_addr = 0x01436CC0;
  2503. #define resume_CCV __cdecl
  2504.  
  2505. /*
  2506.  
  2507. * reportError_Decompiled_Args: int a1, int a2, int a3
  2508. * reportError_TypeDef: int
  2509. * reportError_Aob: 55 8B EC 6A FF 68 78 C4 BA
  2510. * reportError_ProtectedByRetCheck: false
  2511. * reportError_IsApartOfLua: false
  2512. * reportError_Mask: .........
  2513.  
  2514. */
  2515. DWORD reportError_addr = 0x007992E0;
  2516. #define reportError_CCV __stdcall
  2517.  
  2518. /*
  2519.  
  2520. * resume_error_Decompiled_Args: int a1, const char* a2
  2521. * resume_error_TypeDef: int
  2522. * resume_error_Aob: 55 8B EC 8B 55 0C 8B CA 53
  2523. * resume_error_ProtectedByRetCheck: true
  2524. * resume_error_IsApartOfLua: true
  2525. * resume_error_Mask: .........
  2526.  
  2527. */
  2528. DWORD resume_error_addr = 0x01436DA0;
  2529. #define resume_error_CCV __cdecl
  2530.  
  2531. /*
  2532.  
  2533. * retcheck_Decompiled_Args: No Args Found
  2534. * retcheck_TypeDef: int
  2535. * retcheck_Aob: 55 8B EC 64 A1 00 00 00 00 6A FF 68 78 A9 B8 01 50 64 89 25 00 00 00 00 83 EC 0C 53
  2536. * retcheck_ProtectedByRetCheck: false
  2537. * retcheck_IsApartOfLua: false
  2538. * retcheck_Mask: ............................
  2539.  
  2540. */
  2541. DWORD retcheck_addr = 0x006C0F00;
  2542. #define retcheck_CCV __cdecl
  2543.  
  2544. /*
  2545.  
  2546. * sandboxthread_Decompiled_Args: int a1, int a2, int a3
  2547. * sandboxthread_TypeDef: int
  2548. * sandboxthread_Aob: 55 8B EC 80 3D 14 BA
  2549. * sandboxthread_ProtectedByRetCheck: false
  2550. * sandboxthread_IsApartOfLua: false
  2551. * sandboxthread_Mask: .......
  2552.  
  2553. */
  2554. DWORD sandboxthread_addr = 0x0079C160;
  2555. #define sandboxthread_CCV __cdecl
  2556.  
  2557. /*
  2558.  
  2559. * setarrayvector_Decompiled_Args: int a1, int a2
  2560. * setarrayvector_TypeDef: int
  2561. * setarrayvector_Aob: 55 8B EC 53 8B 5D 10 56 57 81
  2562. * setarrayvector_ProtectedByRetCheck: false
  2563. * setarrayvector_IsApartOfLua: true
  2564. * setarrayvector_Mask: ..........
  2565.  
  2566. */
  2567. DWORD setarrayvector_addr = 0x0144A630;
  2568. #define setarrayvector_CCV __cdecl
  2569.  
  2570. /*
  2571.  
  2572. * setnodevector_Decompiled_Args: int a1, int a2
  2573. * setnodevector_TypeDef: bool
  2574. * setnodevector_Aob: 55 8B EC 53 56 8B 75 10 57 85
  2575. * setnodevector_ProtectedByRetCheck: false
  2576. * setnodevector_IsApartOfLua: true
  2577. * setnodevector_Mask: ..........
  2578.  
  2579. */
  2580. DWORD setnodevector_addr = 0x0144A6B0;
  2581. #define setnodevector_CCV __cdecl
  2582.  
  2583. /*
  2584.  
  2585. * singlestep_Decompiled_Args: int a1
  2586. * singlestep_TypeDef: int
  2587. * singlestep_Aob: 55 8B EC 53 8B 5D 08 56 8D 73 08
  2588. * singlestep_ProtectedByRetCheck: false
  2589. * singlestep_IsApartOfLua: true
  2590. * singlestep_Mask: ...........
  2591.  
  2592. */
  2593. DWORD singlestep_addr = 0x01448B60;
  2594. #define singlestep_CCV __cdecl
  2595.  
  2596. /*
  2597.  
  2598. * spawn_Decompiled_Args: int a1
  2599. * spawn_TypeDef: int
  2600. * spawn_Aob: 55 8B EC 6A FF 68 0F C8
  2601. * spawn_ProtectedByRetCheck: false
  2602. * spawn_IsApartOfLua: false
  2603. * spawn_Mask: ........
  2604.  
  2605. */
  2606. DWORD spawn_addr = 0x0079C4F0;
  2607. #define spawn_CCV __cdecl
  2608.  
  2609. /*
  2610.  
  2611. * stack_init_Decompiled_Args: int a1
  2612. * stack_init_TypeDef: int
  2613. * stack_init_Aob: 55 8B EC 57 68 C0
  2614. * stack_init_ProtectedByRetCheck: false
  2615. * stack_init_IsApartOfLua: true
  2616. * stack_init_Mask: ......
  2617.  
  2618. */
  2619. DWORD stack_init_addr = 0x01440250;
  2620. #define stack_init_CCV __cdecl
  2621.  
  2622. /*
  2623.  
  2624. * str_find_aux_Decompiled_Args: int a1, const char* a2
  2625. * str_find_aux_TypeDef: int
  2626. * str_find_aux_Aob: 55 8B EC 81 EC 34 01 00 00 53 8B
  2627. * str_find_aux_ProtectedByRetCheck: false
  2628. * str_find_aux_IsApartOfLua: true
  2629. * str_find_aux_Mask: ...........
  2630.  
  2631. */
  2632. DWORD str_find_aux_addr = 0x01445F80;
  2633. #define str_find_aux_CCV __cdecl
  2634.  
  2635. /*
  2636.  
  2637. * tag_error_Decompiled_Args: Function Has No Args Or Unable To Get Args
  2638. * tag_error_TypeDef: Unable To Get typedef
  2639. * tag_error_Aob: 55 8B EC FF 75 10 FF 75 08 E8 12
  2640. * tag_error_ProtectedByRetCheck: false
  2641. * tag_error_IsApartOfLua: true
  2642. * tag_error_Mask: ...........
  2643.  
  2644. */
  2645. DWORD tag_error_addr = 0x01436420;
  2646. #define tag_error_CCV __cdecl
  2647.  
  2648. /*
  2649.  
  2650. * trustCheck_Decompiled_Args: const char* a1, const char* a2
  2651. * trustCheck_TypeDef: bool
  2652. * trustCheck_Aob: 55 8B EC 64 A1 00 00 00 00 6A FF 68 6B E4 B8 01 50 64 89 25 00 00 00 00 81
  2653. * trustCheck_ProtectedByRetCheck: false
  2654. * trustCheck_IsApartOfLua: false
  2655. * trustCheck_Mask: .........................
  2656.  
  2657. */
  2658. DWORD trustCheck_addr = 0x00638D30;
  2659. #define trustCheck_CCV __cdecl
  2660.  
  2661. /*
  2662.  
  2663. * trustcheck_bypass1_Decompiled_Args: Given Adress Is Not A Function
  2664. * trustcheck_bypass1_TypeDef: Given Adress Is Not A Function
  2665. * trustcheck_bypass1_Aob: Unable to get AOB
  2666. * trustcheck_bypass1_ProtectedByRetCheck: false
  2667. * trustcheck_bypass1_IsApartOfLua: false
  2668. * trustcheck_bypass1_Mask: .......
  2669.  
  2670. */
  2671. DWORD trustcheck_bypass1_addr = 0x02409098;
  2672. #define trustcheck_bypass1_CCV __cdecl
  2673.  
  2674. /*
  2675.  
  2676. * tryfunctm_Decompiled_Args: int a1, int a2
  2677. * tryfunctm_TypeDef: int
  2678. * tryfunctm_Aob: 55 8B EC 53 56 8B 75 08 57 8B 7D 0C 6A 0F
  2679. * tryfunctm_ProtectedByRetCheck: false
  2680. * tryfunctm_IsApartOfLua: true
  2681. * tryfunctm_Mask: ..............
  2682.  
  2683. */
  2684. DWORD tryfunctm_addr = 0x0143FCA0;
  2685. #define tryfunctm_CCV __cdecl
  2686.  
  2687. /*
  2688.  
  2689. * unbound_search_Decompiled_Args: int a1, int a2
  2690. * unbound_search_TypeDef: int
  2691. * unbound_search_Aob: 55 8B EC 83 EC 08 8B 4D 08 0F
  2692. * unbound_search_ProtectedByRetCheck: false
  2693. * unbound_search_IsApartOfLua: true
  2694. * unbound_search_Mask: ..........
  2695.  
  2696. */
  2697. DWORD unbound_search_addr = 0x0144A780;
  2698. #define unbound_search_CCV __cdecl
  2699.  
  2700. /*
  2701.  
  2702. * vm_invoker_Decompiled_Args: Function Has No Args Or Unable To Get Args
  2703. * vm_invoker_TypeDef: Unable To Get typedef
  2704. * vm_invoker_Aob: 55 8B EC 8B 45 08 80 78 07
  2705. * vm_invoker_ProtectedByRetCheck: false
  2706. * vm_invoker_IsApartOfLua: true
  2707. * vm_invoker_Mask: .........
  2708.  
  2709. */
  2710. DWORD vm_invoker_addr = 0x0143EDB0;
  2711. #define vm_invoker_CCV __cdecl
  2712.  
  2713. DWORD retcheckflag1 = 0x027F3000;
  2714.  
  2715. DWORD retcheckflag2 = 0x027F3004;
  2716.  
  2717. DWORD xorconst = 0x02791DA0;
  2718.  
  2719. DWORD luao_nilobject = 0x02032180;
  2720.  
  2721. DWORD scriptcontext = 0x01E58300;
  2722.  
  2723. DWORD getnamecallmethod_offset = 0x60;
  2724. DWORD networked_dm = 0x490;
  2725. int ls_readonly = 7;
  2726. int ls_base_ci = 32;
  2727. int ls_ci = 24;
  2728. int ls_gs_rootgc = 36;
  2729. DWORD RBX_LuaState(DWORD ScriptContext) { return (ScriptContext + 180) ^ *(DWORD*)(ScriptContext + 180); }
  2730. DWORD RBX_GlobalState(DWORD LS) { return *(DWORD*)(LS + 8) - (LS + 8); }
  2731.  
  2732. int Identity1 = 24;
  2733. int Identity2 = 104;
  2734. int top = 12;
  2735. int base = 16;
  2736. }
  2737. /*
  2738. * (some tuts i got my dumper too create everything is still in beta so take all of the tut's with a grain of salt)
  2739.  
  2740. * addinfo - Go to currentline addy in ida and go to the 1 xref (should have 2 args) and get it's parent function
  2741.  
  2742. * adjuststack - Go to lua_objlen addy in ida and go to the 9 xref (should have 1 args) and get it's parent function
  2743.  
  2744. * arith - Go to call_bintm addy in ida and go to the 1 xref (should have 4 args) and get it's parent function
  2745.  
  2746. * aux_upvalue - Go to lua_getupvalue addy in ida and find it's 2 function call
  2747.  
  2748. * auxgetinfo - Go to luao_chunkid addy in ida and go to the 9 xref (should have 6 args) and get it's parent function
  2749.  
  2750. * auxresume - Go to lua_pushfstring addy in ida and go to the 4 xref (should have 6 args) and get it's parent function
  2751.  
  2752. * call_bintm - Go to luat_gettmbyobj addy in ida and go to the 21 xref (should have 8 args) and get it's parent function
  2753.  
  2754. * call_ordertm - Go to luav_lessthan addy in ida and find it's 1 function call
  2755.  
  2756. * callcheck Addy Is Not A Function
  2757.  
  2758. * calltmres - Go to collectvalidlines addy in ida and go to the 19 xref (should have 5 args) and get it's parent function
  2759.  
  2760. * close_state - Go to luaf_close addy in ida and go to the 5 xref (should have 2 args) and get it's parent function
  2761.  
  2762. * collectvalidlines - Go to lua_checkstack addy in ida and find it's 1 function call
  2763.  
  2764. * currentline - Go to addinfo addy in ida and find it's 1 function call
  2765.  
  2766. * deobfuscate_closure - Go to luah_getstr addy in ida and go to the 6 xref (should have 3 args) and get it's parent function
  2767.  
  2768. * f_call - Go to luad_call addy in ida and go to the 1 xref (should have 1 args) and get it's parent function
  2769.  
  2770. * f_luaopen - Go to stack_init addy in ida and go to the 1 xref (should have 1 args) and get it's parent function
  2771.  
  2772. * Could Not Generate Tut For findfirstchild
  2773.  
  2774. * Could Not Generate Tut For findfirstchildofclass
  2775.  
  2776. * findlocal - Go to lua_getlocal addy in ida and find it's 1 function call
  2777.  
  2778. * Could Not Generate Tut For fireclickdetector
  2779.  
  2780. * Could Not Generate Tut For flog_getvalue
  2781.  
  2782. * Could Not Generate Tut For flog_setvalue
  2783.  
  2784. * Could Not Generate Tut For getdatamodel
  2785.  
  2786. * Could Not Generate Tut For getdatamodel2
  2787.  
  2788. * Could Not Generate Tut For getjobsbyname
  2789.  
  2790. * getfunc - Go to lual_optinteger addy in ida and go to the 6 xref (should have 3 args) and get it's parent function
  2791.  
  2792. * Could Not Generate Tut For getnamecallmethod
  2793.  
  2794. * growci - Go to luad_reallocci addy in ida and go to the 1 xref (should have 1 args) and get it's parent function
  2795.  
  2796. * hashnum - Go to mainposition addy in ida and find it's 1 function call
  2797.  
  2798. * index2adr - Go to lua_rawvalue addy in ida and find it's 1 function call
  2799.  
  2800. * match - Go to match addy in ida and go to the 7 xref (should have 15 args) and get it's parent function
  2801.  
  2802. * newlstr - Go to luam_realloc_ addy in ida and go to the 18 xref (should have 5 args) and get it's parent function
  2803.  
  2804. * push_captures - Go to lual_checkstack addy in ida and go to the 4 xref (should have 5 args) and get it's parent function
  2805.  
  2806. * luaa_pushobject - Go to lua_getlocal addy in ida and find it's 2 function call
  2807.  
  2808. * lua_rawvalue - Go to index2adr addy in ida and go to the 1 xref (should have 2 args) and get it's parent function
  2809.  
  2810. * lua_call - Go to luad_call addy in ida and go to the 2 xref (should have 3 args) and get it's parent function
  2811.  
  2812. * lua_checkstack - Go to collectvalidlines addy in ida and go to the 1 xref (should have 2 args) and get it's parent function
  2813.  
  2814. * lua_concat - Go to luac_step addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2815.  
  2816. * lua_createtable - Go to luac_step addy in ida and go to the 2 xref (should have 1 args) and get it's parent function
  2817.  
  2818. * lua_freeobj - Go to luaf_freeproto addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2819.  
  2820. * lua_gc - Go to luac_fullgc addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2821.  
  2822. * lua_getfenv - Go to index2adr addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2823.  
  2824. * lua_getfield - Go to index2adr addy in ida and go to the 3 xref (should have 1 args) and get it's parent function
  2825.  
  2826. * lua_getinfo - Go to auxgetinfo addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2827.  
  2828. * lua_getlocal - Go to findlocal addy in ida and go to the 1 xref (should have 5 args) and get it's parent function
  2829.  
  2830. * lua_setlocal - Go to findlocal addy in ida and go to the 2 xref (should have 5 args) and get it's parent function
  2831.  
  2832. * lua_getmettable - Go to index2adr addy in ida and go to the 4 xref (should have 3 args) and get it's parent function
  2833.  
  2834. * lua_getstack - Go to lual_where addy in ida and find it's 1 function call
  2835.  
  2836. * lua_gettable - Go to index2adr addy in ida and go to the 5 xref (should have 2 args) and get it's parent function
  2837.  
  2838. * lua_gettop - Go to spawn addy in ida and find it's 3 function call
  2839.  
  2840. * lua_getupvalue - Go to index2adr addy in ida and go to the 6 xref (should have 2 args) and get it's parent function
  2841.  
  2842. * lua_insert - Go to index2adr addy in ida and go to the 7 xref (should have 2 args) and get it's parent function
  2843.  
  2844. * lua_iscfunction - Go to index2adr addy in ida and go to the 8 xref (should have 3 args) and get it's parent function
  2845.  
  2846. * lua_isnumber - Go to index2adr addy in ida and go to the 10 xref (should have 3 args) and get it's parent function
  2847.  
  2848. * lua_isstring - Go to index2adr addy in ida and go to the 11 xref (should have 2 args) and get it's parent function
  2849.  
  2850. * lua_error - Go to lual_error addy in ida and find it's 4 function call
  2851.  
  2852. * lua_isuserdata - Go to index2adr addy in ida and go to the 9 xref (should have 2 args) and get it's parent function
  2853.  
  2854. * lua_lessthan - Go to index2adr addy in ida and go to the 13 xref (should have 3 args) and get it's parent function
  2855.  
  2856. * lua_newstate - Go to luad_rawrunprotected addy in ida and go to the 5 xref (should have 7 args) and get it's parent function
  2857.  
  2858. * lua_newthread - Go to luac_step addy in ida and go to the 4 xref (should have 2 args) and get it's parent function
  2859.  
  2860. * lua_newuserdata - Go to luac_step addy in ida and go to the 5 xref (should have 1 args) and get it's parent function
  2861.  
  2862. * lua_next - Go to index2adr addy in ida and go to the 14 xref (should have 2 args) and get it's parent function
  2863.  
  2864. * lua_objlen - Go to index2adr addy in ida and go to the 15 xref (should have 2 args) and get it's parent function
  2865.  
  2866. * lua_pcall - Go to index2adr addy in ida and go to the 16 xref (should have 4 args) and get it's parent function
  2867.  
  2868. * Could Not Generate Tut For lua_pushboolean
  2869.  
  2870. * lua_pushcclosure - Go to luac_step addy in ida and go to the 6 xref (should have 6 args) and get it's parent function
  2871.  
  2872. * lua_pushfstring - Go to luac_step addy in ida and go to the 7 xref (should have 2 args) and get it's parent function
  2873.  
  2874. * lua_pushinteger - Go to lual_unref addy in ida and find it's 4 function call
  2875.  
  2876. * Could Not Generate Tut For lua_pushlightuserdata
  2877.  
  2878. * lua_pushlstring - Go to luac_step addy in ida and go to the 8 xref (should have 1 args) and get it's parent function
  2879.  
  2880. * lua_pushnil - Go to str_find_aux addy in ida and find it's 7 function call
  2881.  
  2882. * Could Not Generate Tut For lua_pushnumber
  2883.  
  2884. * lua_pushstring - Go to luac_step addy in ida and go to the 9 xref (should have 3 args) and get it's parent function
  2885.  
  2886. * Could Not Generate Tut For lua_pushthread
  2887.  
  2888. * lua_pushvalue - Go to index2adr addy in ida and go to the 17 xref (should have 2 args) and get it's parent function
  2889.  
  2890. * lua_pushvfstring - Go to luac_step addy in ida and go to the 10 xref (should have 1 args) and get it's parent function
  2891.  
  2892. * lua_rawequal - Go to index2adr addy in ida and go to the 19 xref (should have 3 args) and get it's parent function
  2893.  
  2894. * lua_rawget - Go to index2adr addy in ida and go to the 20 xref (should have 2 args) and get it's parent function
  2895.  
  2896. * lua_rawgeti - Go to index2adr addy in ida and go to the 22 xref (should have 2 args) and get it's parent function
  2897.  
  2898. * lua_rawset - Go to index2adr addy in ida and go to the 23 xref (should have 4 args) and get it's parent function
  2899.  
  2900. * lua_rawseti - Go to index2adr addy in ida and go to the 24 xref (should have 4 args) and get it's parent function
  2901.  
  2902. * lua_remove - Go to index2adr addy in ida and go to the 25 xref (should have 2 args) and get it's parent function
  2903.  
  2904. * lua_replace - Go to index2adr addy in ida and go to the 26 xref (should have 2 args) and get it's parent function
  2905.  
  2906. * lua_resume - Go to resume_error addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  2907.  
  2908. * lua_setfenv - Go to index2adr addy in ida and go to the 27 xref (should have 2 args) and get it's parent function
  2909.  
  2910. * lua_setfield - Go to index2adr addy in ida and go to the 28 xref (should have 3 args) and get it's parent function
  2911.  
  2912. * lua_setmetatable - Go to index2adr addy in ida and go to the 29 xref (should have 3 args) and get it's parent function
  2913.  
  2914. * Could Not Generate Tut For lua_setreadonly
  2915.  
  2916. * lua_settable - Go to luav_settable addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2917.  
  2918. * lua_settop - Go to spawn addy in ida and find it's 12 function call
  2919.  
  2920. * lua_setupvalue - Go to aux_upvalue addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2921.  
  2922. * lua_toboolean - Go to str_find_aux addy in ida and find it's 4 function call
  2923.  
  2924. * lua_tolstring - Go to luav_tostring addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  2925.  
  2926. * lua_tonumber - Go to luav_tonumber addy in ida and go to the 3 xref (should have 4 args) and get it's parent function
  2927.  
  2928. * Could Not Generate Tut For lua_topointer
  2929.  
  2930. * Could Not Generate Tut For lua_tostring
  2931.  
  2932. * lua_tothread - Go to luab_auxwrap addy in ida and find it's 1 function call
  2933.  
  2934. * Could Not Generate Tut For lua_touserdata
  2935.  
  2936. * lua_type - Go to lual_argerror addy in ida and find it's 5 function call
  2937.  
  2938. * lua_typename - Go to tag_error addy in ida and find it's 1 function call
  2939.  
  2940. * lua_xmove - Go to spawn addy in ida and find it's 7 function call
  2941.  
  2942. * Could Not Generate Tut For lua_yeild
  2943.  
  2944. * luab_auxwrap - Go to lua_tothread addy in ida and go to the 5 xref (should have 1 args) and get it's parent function
  2945.  
  2946. * luac_barrierback - Go to lua_rawset addy in ida and find it's 3 function call
  2947.  
  2948. * luac_barrierf - Go to reallymarkobject addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2949.  
  2950. * luac_fullgc - Go to singlestep addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2951.  
  2952. * luac_link - Go to luae_newthread addy in ida and find it's 2 function call
  2953.  
  2954. * luac_linkupval - Go to reallymarkobject addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  2955.  
  2956. * luac_step - Go to markroot addy in ida and go to the 2 xref (should have 3 args) and get it's parent function
  2957.  
  2958. * luad_call - Go to luad_precall addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2959.  
  2960. * luad_pcall - Go to luad_rawrunprotected addy in ida and go to the 1 xref (should have 6 args) and get it's parent function
  2961.  
  2962. * luad_precall - Go to tryfunctm addy in ida and go to the 3 xref (should have 7 args) and get it's parent function
  2963.  
  2964. * luad_poscall - Go to resume addy in ida and find it's 3 function call
  2965.  
  2966. * luad_rawrunprotected - Go to collectvalidlines addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  2967.  
  2968. * luad_reallocci - Go to luam_realloc addy in ida and go to the 2 xref (should have 3 args) and get it's parent function
  2969.  
  2970. * luad_seterrorObj - Go to luas_newlstr addy in ida and go to the 7 xref (should have 3 args) and get it's parent function
  2971.  
  2972. * luad_throw - Go to lua_error addy in ida and find it's 1 function call
  2973.  
  2974. * luae_freethread - Go to luaf_close addy in ida and go to the 6 xref (should have 3 args) and get it's parent function
  2975.  
  2976. * luae_newthread - Go to luam_realloc_ addy in ida and go to the 7 xref (should have 1 args) and get it's parent function
  2977.  
  2978. * luaf_close - Go to luac_linkupval addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2979.  
  2980. * luaf_freeproto - Go to lua_freeobj addy in ida and find it's 3 function call
  2981.  
  2982. * luaf_findupval - Go to luam_realloc_ addy in ida and go to the 11 xref (should have 5 args) and get it's parent function
  2983.  
  2984. * luaf_newcclosure - Go to luam_realloc_ addy in ida and go to the 12 xref (should have 2 args) and get it's parent function
  2985.  
  2986. * luaf_newlclosure - Go to luam_realloc_ addy in ida and go to the 13 xref (should have 3 args) and get it's parent function
  2987.  
  2988. * luaf_newproto - Go to luam_realloc_ addy in ida and go to the 14 xref (should have 5 args) and get it's parent function
  2989.  
  2990. * luag_runerror - Go to lua_rawset addy in ida and find it's 5 function call
  2991.  
  2992. * luag_typeerror - Go to luah_getstr addy in ida and go to the 5 xref (should have 5 args) and get it's parent function
  2993.  
  2994. * luah_free - Go to lua_freeobj addy in ida and find it's 6 function call
  2995.  
  2996. * luah_get - Go to luah_getstr addy in ida and go to the 1 xref (should have 4 args) and get it's parent function
  2997.  
  2998. * luah_getn - Go to unbound_search addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  2999.  
  3000. * luah_getnum - Go to lua_rawgeti addy in ida and find it's 2 function call
  3001.  
  3002. * luah_getstr - Go to luah_get addy in ida and find it's 1 function call
  3003.  
  3004. * luah_new - Go to luam_realloc_ addy in ida and go to the 22 xref (should have 3 args) and get it's parent function
  3005.  
  3006. * luah_next - Go to mainposition addy in ida and go to the 2 xref (should have 6 args) and get it's parent function
  3007.  
  3008. * luah_resizearray - Go to resize addy in ida and go to the 2 xref (should have 2 args) and get it's parent function
  3009.  
  3010. * luah_set - Go to luah_getstr addy in ida and go to the 2 xref (should have 5 args) and get it's parent function
  3011.  
  3012. * luah_setnum - Go to luah_getnum addy in ida and go to the 8 xref (should have 3 args) and get it's parent function
  3013.  
  3014. * lual_addlstring - Go to adjuststack addy in ida and go to the 1 xref (should have 4 args) and get it's parent function
  3015.  
  3016. * lual_addvalue - Go to lua_tolstring addy in ida and go to the 25 xref (should have 2 args) and get it's parent function
  3017.  
  3018. * lual_argerror - Go to lua_getmettable addy in ida and go to the 3 xref (should have 4 args) and get it's parent function
  3019.  
  3020. * Could Not Generate Tut For lual_checkany
  3021.  
  3022. * lual_checkinteger - Go to lual_typeerror addy in ida and go to the 16 xref (should have 0 args) and get it's parent function
  3023.  
  3024. * lual_checklstring - Go to lua_tolstring addy in ida and go to the 26 xref (should have 1 args) and get it's parent function
  3025.  
  3026. * Could Not Generate Tut For lual_checknumber
  3027.  
  3028. * lual_checkstack - Go to push_captures addy in ida and find it's 1 function call
  3029.  
  3030. * Could Not Generate Tut For lual_checktype
  3031.  
  3032. * lual_error - Go to lual_checkany addy in ida and find it's 2 function call
  3033.  
  3034. * lual_findtable - Go to lua_rawget addy in ida and go to the 16 xref (should have 6 args) and get it's parent function
  3035.  
  3036. * lual_getmetafield - Go to lua_getmettable addy in ida and go to the 4 xref (should have 3 args) and get it's parent function
  3037.  
  3038. * lual_newmetatable - Go to lua_getfield addy in ida and go to the 9 xref (should have 3 args) and get it's parent function
  3039.  
  3040. * lual_optinteger - Go to getfunc addy in ida and find it's 3 function call
  3041.  
  3042. * Could Not Generate Tut For lual_optlstring
  3043.  
  3044. * lual_prepbuffer - Go to adjuststack addy in ida and go to the 3 xref (should have 1 args) and get it's parent function
  3045.  
  3046. * lual_ref - Go to lua_rawgeti addy in ida and go to the 23 xref (should have 6 args) and get it's parent function
  3047.  
  3048. * lual_register - Go to lual_findtable addy in ida and go to the 2 xref (should have 7 args) and get it's parent function
  3049.  
  3050. * lual_typeerror - Go to luav_tonumber addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  3051.  
  3052. * lual_unref - Go to lua_rawgeti addy in ida and go to the 24 xref (should have 4 args) and get it's parent function
  3053.  
  3054. * lual_where - Go to lua_getstack addy in ida and go to the 14 xref (should have 2 args) and get it's parent function
  3055.  
  3056. * luam_realloc - Go to luad_pcall addy in ida and find it's 4 function call
  3057.  
  3058. * luam_realloc_ - Go to luau_deserialize addy in ida and find it's 16 function call
  3059.  
  3060. * luam_toobig - Go to luad_reallocci addy in ida and find it's 2 function call
  3061.  
  3062. * luao_chunkid - Go to luau_deserialize addy in ida and find it's 21 function call
  3063.  
  3064. * luao_pushfstring - Go to luas_newlstr addy in ida and go to the 9 xref (should have 2 args) and get it's parent function
  3065.  
  3066. * luao_pushvfstring - Go to luas_newlstr addy in ida and go to the 10 xref (should have 1 args) and get it's parent function
  3067.  
  3068. * luao_rawequalObj - Go to luah_get addy in ida and find it's 5 function call
  3069.  
  3070. * luao_str2d - Go to luav_tonumber addy in ida and find it's 1 function call
  3071.  
  3072. * luas_newlstr - Go to newlstr addy in ida and go to the 1 xref (should have 7 args) and get it's parent function
  3073.  
  3074. * luas_newudata - Go to luam_realloc_ addy in ida and go to the 15 xref (should have 2 args) and get it's parent function
  3075.  
  3076. * luas_resize - Go to luam_realloc_ addy in ida and go to the 16 xref (should have 3 args) and get it's parent function
  3077.  
  3078. * luat_gettmbyobj - Go to luah_getstr addy in ida and go to the 4 xref (should have 3 args) and get it's parent function
  3079.  
  3080. * luat_typenames Addy Is Not A Function
  3081.  
  3082. * luau_deserialize - Go to luas_newlstr addy in ida and go to the 12 xref (should have 9 args) and get it's parent function
  3083.  
  3084. * Could Not Generate Tut For luau_execute
  3085.  
  3086. * luav_concat - Go to luas_newlstr addy in ida and go to the 19 xref (should have 9 args) and get it's parent function
  3087.  
  3088. * luav_execute - Go to luav_gettable_opt addy in ida and go to the 10 xref (should have 62 args) and get it's parent function
  3089.  
  3090. * luav_gettable - Go to luah_get addy in ida and go to the 2 xref (should have 7 args) and get it's parent function
  3091.  
  3092. * luav_gettable_opt - Go to luav_gettable addy in ida and go to the 1 xref (should have 0 args) and get it's parent function
  3093.  
  3094. * luav_lessthan - Go to call_ordertm addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  3095.  
  3096. * luav_settable - Go to luah_set addy in ida and go to the 5 xref (should have 7 args) and get it's parent function
  3097.  
  3098. * luav_tonumber - Go to luao_str2d addy in ida and go to the 3 xref (should have 3 args) and get it's parent function
  3099.  
  3100. * luav_tostring - Go to luas_newlstr addy in ida and go to the 20 xref (should have 1 args) and get it's parent function
  3101.  
  3102. * luax_init - Go to luas_newlstr addy in ida and go to the 22 xref (should have 1 args) and get it's parent function
  3103.  
  3104. * mainposition - Go to hashnum addy in ida and go to the 1 xref (should have 3 args) and get it's parent function
  3105.  
  3106. * markmt - Go to reallymarkobject addy in ida and go to the 6 xref (should have 3 args) and get it's parent function
  3107.  
  3108. * markroot - Go to reallymarkobject addy in ida and go to the 9 xref (should have 1 args) and get it's parent function
  3109.  
  3110. * newkey - Go to mainposition addy in ida and go to the 5 xref (should have 3 args) and get it's parent function
  3111.  
  3112. * Could Not Generate Tut For print
  3113.  
  3114. * reallymarkobject - Go to reallymarkobject addy in ida and go to the 22 xref (should have 3 args) and get it's parent function
  3115.  
  3116. * rehash - Go to newkey addy in ida and find it's 2 function call
  3117.  
  3118. * resize - Go to setarrayvector addy in ida and go to the 2 xref (should have 7 args) and get it's parent function
  3119.  
  3120. * resume - Go to luad_precall addy in ida and go to the 2 xref (should have 4 args) and get it's parent function
  3121.  
  3122. * reportError - Go to lua_tolstring addy in ida and go to the 9 xref (should have 4 args) and get it's parent function
  3123.  
  3124. * resume_error - Go to luas_newlstr addy in ida and go to the 8 xref (should have 2 args) and get it's parent function
  3125.  
  3126. * retcheck - Go to f_call addy in ida and find it's 2 function call
  3127.  
  3128. * sandboxthread - Go to lua_createtable addy in ida and go to the 8 xref (should have 5 args) and get it's parent function
  3129.  
  3130. * setarrayvector - Go to luam_realloc addy in ida and go to the 9 xref (should have 2 args) and get it's parent function
  3131.  
  3132. * setnodevector - Go to luam_realloc_ addy in ida and go to the 23 xref (should have 3 args) and get it's parent function
  3133.  
  3134. * singlestep - Go to markroot addy in ida and go to the 3 xref (should have 3 args) and get it's parent function
  3135.  
  3136. * spawn - Go to lua_newthread addy in ida and go to the 9 xref (should have 7 args) and get it's parent function
  3137.  
  3138. * stack_init - Go to luam_realloc_ addy in ida and go to the 9 xref (should have 1 args) and get it's parent function
  3139.  
  3140. * str_find_aux - Go to lual_optinteger addy in ida and go to the 16 xref (should have 9 args) and get it's parent function
  3141.  
  3142. * tag_error - Go to lual_checkinteger addy in ida and find it's 2 function call
  3143.  
  3144. * Could Not Generate Tut For trustCheck
  3145.  
  3146. * trustcheck_bypass1 Addy Is Not A Function
  3147.  
  3148. * tryfunctm - Go to luag_typeerror addy in ida and go to the 15 xref (should have 2 args) and get it's parent function
  3149.  
  3150. * unbound_search - Go to luah_getnum addy in ida and go to the 12 xref (should have 4 args) and get it's parent function
  3151.  
  3152. * vm_invoker - Go to luad_call addy in ida and find it's 2 function call
  3153.  
  3154. */
  3155.  
  3156. /*
  3157.  
  3158. idc.MakeName(0x014402E0, 'addinfo');
  3159. idc.MakeName(0x01435930, 'adjuststack');
  3160. idc.MakeName(0x0144B190, 'arith');
  3161. idc.MakeName(0x014332F0, 'aux_upvalue');
  3162. idc.MakeName(0x01440350, 'auxgetinfo');
  3163. idc.MakeName(0x01441E70, 'auxresume');
  3164. idc.MakeName(0x0144AA30, 'call_bintm');
  3165. idc.MakeName(0x0144AAE0, 'call_ordertm');
  3166. idc.MakeName(0x005E1240, 'callcheck');
  3167. idc.MakeName(0x0144A8E0, 'calltmres');
  3168. idc.MakeName(0x0143FD90, 'close_state');
  3169. idc.MakeName(0x014365C0, 'collectvalidlines');
  3170. idc.MakeName(0x01440570, 'currentline');
  3171. idc.MakeName(0x0144B8D0, 'deobfuscate_closure');
  3172. idc.MakeName(0x01433380, 'f_call');
  3173. idc.MakeName(0x0143FE30, 'f_luaopen');
  3174. idc.MakeName(0x0067F4A0, 'findfirstchild');
  3175. idc.MakeName(0x0067F670, 'findfirstchildofclass');
  3176. idc.MakeName(0x01447B70, 'findlocal');
  3177. idc.MakeName(0x00B0C2A0, 'fireclickdetector');
  3178. idc.MakeName(0x015F2AC0, 'flog_getvalue');
  3179. idc.MakeName(0x015F3290, 'flog_setvalue');
  3180. idc.MakeName(0x00F24A80, 'getdatamodel');
  3181. idc.MakeName(0x00F24930, 'getdatamodel2');
  3182. idc.MakeName(0x00FB0840, 'getjobsbyname');
  3183. idc.MakeName(0x014416D0, 'getfunc');
  3184. idc.MakeName(0x014359A0, 'getnamecallmethod');
  3185. idc.MakeName(0x01436560, 'growci');
  3186. idc.MakeName(0x01449590, 'hashnum');
  3187. idc.MakeName(0x014333D0, 'index2adr');
  3188. idc.MakeName(0x01445440, 'match');
  3189. idc.MakeName(0x014493C0, 'newlstr');
  3190. idc.MakeName(0x01445DD0, 'push_captures');
  3191. idc.MakeName(0x01433490, 'luaa_pushobject');
  3192. idc.MakeName(0x014334B0, 'lua_rawvalue');
  3193. idc.MakeName(0x01433500, 'lua_call');
  3194. idc.MakeName(0x01433570, 'lua_checkstack');
  3195. idc.MakeName(0x01433610, 'lua_concat');
  3196. idc.MakeName(0x014336C0, 'lua_createtable');
  3197. idc.MakeName(0x01447F70, 'lua_freeobj');
  3198. idc.MakeName(0x01433810, 'lua_gc');
  3199. idc.MakeName(0x01433930, 'lua_getfenv');
  3200. idc.MakeName(0x014339D0, 'lua_getfield');
  3201. idc.MakeName(0x01440B00, 'lua_getinfo');
  3202. idc.MakeName(0x01440BD0, 'lua_getlocal');
  3203. idc.MakeName(0x01440D10, 'lua_setlocal');
  3204. idc.MakeName(0x01433A70, 'lua_getmettable');
  3205. idc.MakeName(0x01440C80, 'lua_getstack');
  3206. idc.MakeName(0x01433B30, 'lua_gettable');
  3207. idc.MakeName(0x01433BA0, 'lua_gettop');
  3208. idc.MakeName(0x01433BC0, 'lua_getupvalue');
  3209. idc.MakeName(0x01433C50, 'lua_insert');
  3210. idc.MakeName(0x01433CD0, 'lua_iscfunction');
  3211. idc.MakeName(0x01433D70, 'lua_isnumber');
  3212. idc.MakeName(0x01433DD0, 'lua_isstring');
  3213. idc.MakeName(0x01433800, 'lua_error');
  3214. idc.MakeName(0x01433D20, 'lua_isuserdata');
  3215. idc.MakeName(0x01433E20, 'lua_lessthan');
  3216. idc.MakeName(0x0143FFE0, 'lua_newstate');
  3217. idc.MakeName(0x01433ED0, 'lua_newthread');
  3218. idc.MakeName(0x01433F60, 'lua_newuserdata');
  3219. idc.MakeName(0x01433FE0, 'lua_next');
  3220. idc.MakeName(0x01434070, 'lua_objlen');
  3221. idc.MakeName(0x01434140, 'lua_pcall');
  3222. idc.MakeName(0x01434200, 'lua_pushboolean');
  3223. idc.MakeName(0x01434250, 'lua_pushcclosure');
  3224. idc.MakeName(0x01434330, 'lua_pushfstring');
  3225. idc.MakeName(0x014343A0, 'lua_pushinteger');
  3226. idc.MakeName(0x01434400, 'lua_pushlightuserdata');
  3227. idc.MakeName(0x01434450, 'lua_pushlstring');
  3228. idc.MakeName(0x014344D0, 'lua_pushnil');
  3229. idc.MakeName(0x01434520, 'lua_pushnumber');
  3230. idc.MakeName(0x01434580, 'lua_pushstring');
  3231. idc.MakeName(0x01434660, 'lua_pushthread');
  3232. idc.MakeName(0x01434730, 'lua_pushvalue');
  3233. idc.MakeName(0x014347A0, 'lua_pushvfstring');
  3234. idc.MakeName(0x01434810, 'lua_rawequal');
  3235. idc.MakeName(0x01434890, 'lua_rawget');
  3236. idc.MakeName(0x014349B0, 'lua_rawgeti');
  3237. idc.MakeName(0x01434A30, 'lua_rawset');
  3238. idc.MakeName(0x01434B00, 'lua_rawseti');
  3239. idc.MakeName(0x01434BD0, 'lua_remove');
  3240. idc.MakeName(0x01434C60, 'lua_replace');
  3241. idc.MakeName(0x01436A50, 'lua_resume');
  3242. idc.MakeName(0x01434D60, 'lua_setfenv');
  3243. idc.MakeName(0x01434E30, 'lua_setfield');
  3244. idc.MakeName(0x01434EE0, 'lua_setmetatable');
  3245. idc.MakeName(0x01434FF0, 'lua_setreadonly');
  3246. idc.MakeName(0x014350D0, 'lua_settable');
  3247. idc.MakeName(0x01435150, 'lua_settop');
  3248. idc.MakeName(0x014351D0, 'lua_setupvalue');
  3249. idc.MakeName(0x01435280, 'lua_toboolean');
  3250. idc.MakeName(0x01435350, 'lua_tolstring');
  3251. idc.MakeName(0x01435480, 'lua_tonumber');
  3252. idc.MakeName(0x01435500, 'lua_topointer');
  3253. idc.MakeName(0x014355C0, 'lua_tostring');
  3254. idc.MakeName(0x01435640, 'lua_tothread');
  3255. idc.MakeName(0x01435710, 'lua_touserdata');
  3256. idc.MakeName(0x01435800, 'lua_type');
  3257. idc.MakeName(0x01435840, 'lua_typename');
  3258. idc.MakeName(0x014358B0, 'lua_xmove');
  3259. idc.MakeName(0x01436C50, 'lua_yeild');
  3260. idc.MakeName(0x01441FA0, 'luab_auxwrap');
  3261. idc.MakeName(0x01447F10, 'luac_barrierback');
  3262. idc.MakeName(0x01447F30, 'luac_barrierf');
  3263. idc.MakeName(0x01448060, 'luac_fullgc');
  3264. idc.MakeName(0x01448140, 'luac_link');
  3265. idc.MakeName(0x01448170, 'luac_linkupval');
  3266. idc.MakeName(0x014481F0, 'luac_step');
  3267. idc.MakeName(0x014364C0, 'luad_call');
  3268. idc.MakeName(0x014365F0, 'luad_pcall');
  3269. idc.MakeName(0x0143F920, 'luad_precall');
  3270. idc.MakeName(0x0143F890, 'luad_poscall');
  3271. idc.MakeName(0x014366F0, 'luad_rawrunprotected');
  3272. idc.MakeName(0x01436830, 'luad_reallocci');
  3273. idc.MakeName(0x01436990, 'luad_seterrorObj');
  3274. idc.MakeName(0x01436A00, 'luad_throw');
  3275. idc.MakeName(0x0143FEB0, 'luae_freethread');
  3276. idc.MakeName(0x0143FF20, 'luae_newthread');
  3277. idc.MakeName(0x01447910, 'luaf_close');
  3278. idc.MakeName(0x01447A70, 'luaf_freeproto');
  3279. idc.MakeName(0x014479A0, 'luaf_findupval');
  3280. idc.MakeName(0x01447BD0, 'luaf_newcclosure');
  3281. idc.MakeName(0x01447C30, 'luaf_newlclosure');
  3282. idc.MakeName(0x01447CA0, 'luaf_newproto');
  3283. idc.MakeName(0x014409E0, 'luag_runerror');
  3284. idc.MakeName(0x0144B7B0, 'luag_typeerror');
  3285. idc.MakeName(0x014497A0, 'luah_free');
  3286. idc.MakeName(0x01449800, 'luah_get');
  3287. idc.MakeName(0x014498B0, 'luah_getn');
  3288. idc.MakeName(0x01449930, 'luah_getnum');
  3289. idc.MakeName(0x01449A10, 'luah_getstr');
  3290. idc.MakeName(0x01449A80, 'luah_new');
  3291. idc.MakeName(0x01449AF0, 'luah_next');
  3292. idc.MakeName(0x01449CD0, 'luah_resizearray');
  3293. idc.MakeName(0x01449D20, 'luah_set');
  3294. idc.MakeName(0x01449E40, 'luah_setnum');
  3295. idc.MakeName(0x01435A20, 'lual_addlstring');
  3296. idc.MakeName(0x01435A90, 'lual_addvalue');
  3297. idc.MakeName(0x01435B80, 'lual_argerror');
  3298. idc.MakeName(0x01435C10, 'lual_checkany');
  3299. idc.MakeName(0x01435C50, 'lual_checkinteger');
  3300. idc.MakeName(0x01435C80, 'lual_checklstring');
  3301. idc.MakeName(0x01435CB0, 'lual_checknumber');
  3302. idc.MakeName(0x01435CE0, 'lual_checkstack');
  3303. idc.MakeName(0x01435D20, 'lual_checktype');
  3304. idc.MakeName(0x01435D80, 'lual_error');
  3305. idc.MakeName(0x01435DB0, 'lual_findtable');
  3306. idc.MakeName(0x01435E90, 'lual_getmetafield');
  3307. idc.MakeName(0x01435EF0, 'lual_newmetatable');
  3308. idc.MakeName(0x01435F50, 'lual_optinteger');
  3309. idc.MakeName(0x01435FA0, 'lual_optlstring');
  3310. idc.MakeName(0x01436080, 'lual_prepbuffer');
  3311. idc.MakeName(0x01436100, 'lual_ref');
  3312. idc.MakeName(0x014361B0, 'lual_register');
  3313. idc.MakeName(0x014352D0, 'lual_typeerror');
  3314. idc.MakeName(0x01436340, 'lual_unref');
  3315. idc.MakeName(0x014363A0, 'lual_where');
  3316. idc.MakeName(0x0144BC00, 'luam_realloc');
  3317. idc.MakeName(0x0144BAC0, 'luam_realloc_');
  3318. idc.MakeName(0x0144BD10, 'luam_toobig');
  3319. idc.MakeName(0x01436F90, 'luao_chunkid');
  3320. idc.MakeName(0x01437110, 'luao_pushfstring');
  3321. idc.MakeName(0x014371B0, 'luao_pushvfstring');
  3322. idc.MakeName(0x01437250, 'luao_rawequalObj');
  3323. idc.MakeName(0x01437350, 'luao_str2d');
  3324. idc.MakeName(0x01449180, 'luas_newlstr');
  3325. idc.MakeName(0x01449290, 'luas_newudata');
  3326. idc.MakeName(0x014492E0, 'luas_resize');
  3327. idc.MakeName(0x0144B780, 'luat_gettmbyobj');
  3328. idc.MakeName(0x02033508, 'luat_typenames');
  3329. idc.MakeName(0x0143EDD0, 'luau_deserialize');
  3330. idc.MakeName(0x01460F90, 'luau_execute');
  3331. idc.MakeName(0x0144AB60, 'luav_concat');
  3332. idc.MakeName(0x01437440, 'luav_execute');
  3333. idc.MakeName(0x0144B2D0, 'luav_gettable');
  3334. idc.MakeName(0x0144B2B0, 'luav_gettable_opt');
  3335. idc.MakeName(0x0144B480, 'luav_lessthan');
  3336. idc.MakeName(0x0144B520, 'luav_settable');
  3337. idc.MakeName(0x0144B6B0, 'luav_tonumber');
  3338. idc.MakeName(0x0144B710, 'luav_tostring');
  3339. idc.MakeName(0x0144B820, 'luax_init');
  3340. idc.MakeName(0x01449EF0, 'mainposition');
  3341. idc.MakeName(0x01448440, 'markmt');
  3342. idc.MakeName(0x01448520, 'markroot');
  3343. idc.MakeName(0x0144A030, 'newkey');
  3344. idc.MakeName(0x0065D8E0, 'print');
  3345. idc.MakeName(0x01448A80, 'reallymarkobject');
  3346. idc.MakeName(0x0144A1E0, 'rehash');
  3347. idc.MakeName(0x0144A450, 'resize');
  3348. idc.MakeName(0x01436CC0, 'resume');
  3349. idc.MakeName(0x007992E0, 'reportError');
  3350. idc.MakeName(0x01436DA0, 'resume_error');
  3351. idc.MakeName(0x006C0F00, 'retcheck');
  3352. idc.MakeName(0x0079C160, 'sandboxthread');
  3353. idc.MakeName(0x0144A630, 'setarrayvector');
  3354. idc.MakeName(0x0144A6B0, 'setnodevector');
  3355. idc.MakeName(0x01448B60, 'singlestep');
  3356. idc.MakeName(0x0079C4F0, 'spawn');
  3357. idc.MakeName(0x01440250, 'stack_init');
  3358. idc.MakeName(0x01445F80, 'str_find_aux');
  3359. idc.MakeName(0x01436420, 'tag_error');
  3360. idc.MakeName(0x00638D30, 'trustCheck');
  3361. idc.MakeName(0x02409098, 'trustcheck_bypass1');
  3362. idc.MakeName(0x0143FCA0, 'tryfunctm');
  3363. idc.MakeName(0x0144A780, 'unbound_search');
  3364. idc.MakeName(0x0143EDB0, 'vm_invoker');
  3365. idc.MakeName(0x027F3000, 'retcheckflag1');
  3366. idc.MakeName(0x027F3004, 'retcheckflag2');
  3367. idc.MakeName(0x02791DA0, 'xorconst');
  3368. idc.MakeName(0x02032180, 'luao_nilobject');
  3369. idc.MakeName(0x01E58300, 'scriptcontext');
  3370.  
  3371.  
  3372. */
  3373. /*
  3374. *Encrypted Strings*
  3375.  
  3376. * Adress: 0x005BD263 String: "Cannot launch game with empty game param. Please check your authentication status"
  3377. * Adress: 0x005BDD30 String: "Lua requested native exit."
  3378. * Adress: 0x005C511E String: "(Win-AuthToken) loadAuthTokenFromDisk:"
  3379. * Adress: 0x005C523D String: "(Win-AuthToken) loadAuthTokenFromDisk: Empty auth token."
  3380. * Adress: 0x005C5312 String: "Failed to load auth token from disk"
  3381. * Adress: 0x005C5376 String: "Failed to decrypt auth token with login credentials"
  3382. * Adress: 0x005C56E4 String: "(Win-AuthToken) removeAuthTokenFromDisk:"
  3383. * Adress: 0x005C580F String: "Failed to remove the auth token from disk"
  3384. * Adress: 0x005C5A7E String: "Failed to encrypt auth token with login credentials"
  3385. * Adress: 0x005C5C3C String: "Failed to save auth token to disk"
  3386. * Adress: 0x005C7B4B String: "Handling command line parameters"
  3387. * Adress: 0x005CF524 String: "WebLogin SetBTID failed"
  3388. * Adress: 0x005D616B String: "initAutoUpgrade failed to init AutoUpgradeController"
  3389. * Adress: 0x005DC23D String: "Cannot launch game with empty game param. Please check your authentication status"
  3390. * Adress: 0x005DCCFE String: "Lua requested native exit."
  3391. * Adress: 0x005DF407 String: "WebLogin is not enabled"
  3392. * Adress: 0x005DF599 String: "WebLogin authentication is failed and game param won't be created"
  3393. * Adress: 0x005DF7EF String: "CMainFrame::ShareHwnd wnd=%d"
  3394. * Adress: 0x005E6C33 String: "Disabling IME window"
  3395. * Adress: 0x005E6F1A String: "WM_IME_ENDCOMPOSITION"
  3396. * Adress: 0x005E6F90 String: "WM_IME_STARTCOMPOSITION"
  3397. * Adress: 0x005E8BBB String: "RAWINPUT pointer is null"
  3398. * Adress: 0x005E8C13 String: "RIM_TYPEKEYBOARD - shouldSinkKeyboard() returned true"
  3399. * Adress: 0x005E8C4E String: "RIM_TYPEKEYBOARD - continue"
  3400. * Adress: 0x005F09D1 String: "Unknown javascript error"
  3401. * Adress: 0x005F0EB6 String: "BrowserServiceDiagnose RbxWebView2::onNavigateComplete spCustomDoc->SetUIHandler(this)"
  3402. * Adress: 0x005F10AB String: "back button cannot disable"
  3403. * Adress: 0x005F1124 String: "back button cannot enable"
  3404. * Adress: 0x005F1542 String: "Cannot get web doc object"
  3405. * Adress: 0x005F1594 String: "Cannot get the in place object of web doc"
  3406. * Adress: 0x005F15D4 String: "Cannot set web view area"
  3407. * Adress: 0x005F1856 String: "NotError if on UniversalApp and opens a web link or running any captcha check before login. Otherwise it is an error"
  3408. * Adress: 0x005F1E35 String: "BrowserServiceDiagnose RbxWebView2::WindowClosing"
  3409. * Adress: 0x005F1E7C String: "BrowserServiceDiagnose RbxWebView2::onWindowClosing"
  3410. * Adress: 0x005F2F00 String: "BrowserServiceDiagnose RbxWebView2::closeWebBrowser"
  3411. * Adress: 0x005F44BE String: "BrowserServiceDiagnose RbxWebView2::setWindowClosingCallback"
  3412. * Adress: 0x00605674 String: "Alt-enter fullscreen is on, ignoring view-aware fullscreen switch"
  3413. * Adress: 0x006056CC String: "Entering fullscreen resolution"
  3414. * Adress: 0x0060570B String: "Exiting fullscreen resolution"
  3415. * Adress: 0x006058B6 String: "Alt-enter fullscreen is on, ignoring view-aware fullscreen switch"
  3416. * Adress: 0x00606081 String: "Done View::goToFullscreenResolution"
  3417. * Adress: 0x0060612D String: "Start View::restoreResolution"
  3418. * Adress: 0x00606241 String: "Done View::restoreResolution"
  3419. * Adress: 0x0060E1F7 String: "Reflection::load %s"
  3420. * Adress: 0x00619862 String: "Closing crashreporter thread on destroy"
  3421. * Adress: 0x006198C2 String: "Closing softhang thread on destroy"
  3422. * Adress: 0x0061A114 String: "Letting watcher thread know we're alive"
  3423. * Adress: 0x0061A3D4 String: "Processing exception in thread"
  3424. * Adress: 0x0061B000 String: "Found Get/SetProcessUserModeExceptionPolicy"
  3425. * Adress: 0x0061B049 String: "UserMode Exception Flags: %u. Setting CALLBACK_FILER off"
  3426. * Adress: 0x0061B273 String: "Processing exception in watcher thread"
  3427. * Adress: 0x0061B2CB String: "Processing exception in crashing thread"
  3428. * Adress: 0x0061B576 String: "Launching process to upload dmp."
  3429. * Adress: 0x0061B826 String: "WatcherThread Detected hang."
  3430. * Adress: 0x0061B98E String: "Processing non-hang"
  3431. * Adress: 0x0061C142 String: "WatcherThread Started"
  3432. * Adress: 0x0061C23B String: "Processing non-hang"
  3433. * Adress: 0x0061D6CA String: "HangDetection: Unable to get main thread context"
  3434. * Adress: 0x00621D63 String: "MediaControl GetState failed"
  3435. * Adress: 0x00623DF6 String: "MediaControl GetState failed"
  3436. * Adress: 0x00623F3C String: "Pushing next frame."
  3437. * Adress: 0x00623F77 String: "DSVideoCaptureEngine: Cancel by time"
  3438. * Adress: 0x00623FE1 String: "DSVideoCaptureEngine: Cancel by device lost"
  3439. * Adress: 0x006242E6 String: "DSVideoCaptureEngine: Cancel by resize"
  3440. * Adress: 0x00626A12 String: "Exception while uploading crash analytics"
  3441. * Adress: 0x006279A7 String: "Not uploading %s because it is a full dump"
  3442. * Adress: 0x00628A53 String: "Uploading %s to %s"
  3443. * Adress: 0x0062ACF6 String: "CrashReporter Start"
  3444. * Adress: 0x006362C6 String: "Http initialization"
  3445. * Adress: 0x00647567 String: "LoadClientSettingsFromLocal: Couldn't fetch any data from local"
  3446. * Adress: 0x00648A13 String: "Google analytics lottery number = %d"
  3447. * Adress: 0x0065368E String: "PointsList::push exceeded DFInt::PointsListMaxDataSize"
  3448. * Adress: 0x006537A0 String: "Request shutdown returning"
  3449. * Adress: 0x00654878 String: "Adding counter %s%s = %d (bulk)"
  3450. * Adress: 0x00657567 String: "Skipped performance probe on untrusted domain. Url = %s."
  3451. * Adress: 0x006579DD String: "Google analytics already initialized!"
  3452. * Adress: 0x00658F5A String: "Request shutdown starting"
  3453. * Adress: 0x00658FA9 String: "Request shutdown early return because already requested"
  3454. * Adress: 0x006590E3 String: "Request shutdown returning"
  3455. * Adress: 0x00659629 String: "%s sent queued events to target: %s"
  3456. * Adress: 0x0065A5EA String: "Could not set Google Analytics reporter to uninitialized reporter."
  3457. * Adress: 0x0065B7E9 String: "Request shutdown early return because already requested"
  3458. * Adress: 0x0065BA36 String: "Starting DeferredEphemeral timer thread"
  3459. * Adress: 0x0065BBE6 String: "Starting DeferredReporter timer thread"
  3460. * Adress: 0x0065C038 String: "timerThreadImpl sending SessionCount"
  3461. * Adress: 0x0065C21B String: "timerThreadImpl adjusting sessionCountTimeout"
  3462. * Adress: 0x0065C2BD String: "timerThreadImpl sending"
  3463. * Adress: 0x0065C3ED String: "timerThreadImpl waiting"
  3464. * Adress: 0x0065C5CC String: "timerThreadImpl sending"
  3465. * Adress: 0x0065C6CF String: "Exiting DeferredEphemeral timer thread"
  3466. * Adress: 0x0065C9B1 String: "Exiting DeferredReporter timer thread"
  3467. * Adress: 0x0065CAC9 String: "Google analytics not initialized!"
  3468. * Adress: 0x0065CBA0 String: "Google analytics not initialized!"
  3469. * Adress: 0x0065CCA0 String: "Google analytics not initialized!"
  3470. * Adress: 0x0065CD89 String: "Google analytics not initialized!"
  3471. * Adress: 0x0065CE59 String: "Google analytics not initialized!"
  3472. * Adress: 0x0065D66D String: "Info: %s"
  3473. * Adress: 0x0065D6BA String: "Error: Standard Message Out set with incorrect MessageType %d"
  3474. * Adress: 0x0066B03D String: "Warning: will use "%s" for HttpRequest, while default is "%s""
  3475. * Adress: 0x006945F8 String: "Bad key"
  3476. * Adress: 0x00694628 String: "Bad key"
  3477. * Adress: 0x00694658 String: "Failed to read file"
  3478. * Adress: 0x006947A2 String: "Error Decoding stream"
  3479. * Adress: 0x006947C3 String: "Error reading stream"
  3480. * Adress: 0x00694814 String: "Bad key"
  3481. * Adress: 0x00694855 String: "Failed to initialize key"
  3482. * Adress: 0x006948B7 String: "Missing file header"
  3483. * Adress: 0x00694922 String: "Failed to read file"
  3484. * Adress: 0x006949EE String: "Failed to initialize cipher"
  3485. * Adress: 0x00694A6E String: "Corrupt file"
  3486. * Adress: 0x00694AF7 String: "Bad key"
  3487. * Adress: 0x00694B27 String: "Failed to read file"
  3488. * Adress: 0x00694B7B String: "Stream does not contain magic number"
  3489. * Adress: 0x00694C8E String: "Error Decoding stream"
  3490. * Adress: 0x00694CA8 String: "Error reading stream"
  3491. * Adress: 0x0069C315 String: "Asset (%s) "%s" load failed%s: %s"
  3492. * Adress: 0x0069EECE String: "Parsing content: %s"
  3493. * Adress: 0x0069F198 String: "Got content as string: %s"
  3494. * Adress: 0x006D82AB String: "LegacyLock::Begin, DataModel: (%p), type(%d)"
  3495. * Adress: 0x006D867E String: "LegacyLock::RecursivelyAcquired DataModel: (%p), type(%d)"
  3496. * Adress: 0x006DA57F String: "LegacyLock::Released DataModel: (%p), type(%d)"
  3497. * Adress: 0x006DA599 String: "LegacyLock::RecursivelyReleased DataModel: (%p), type(%d)"
  3498. * Adress: 0x006E0035 String: "Finished waiting on lock"
  3499. * Adress: 0x006E2537 String: "Raising close.."
  3500. * Adress: 0x006E257F String: "Removing all players"
  3501. * Adress: 0x006E25C8 String: "Clearing contents..."
  3502. * Adress: 0x006E25FB String: "Visiting children with unlockParent..."
  3503. * Adress: 0x006E26AB String: "Removing all Children..."
  3504. * Adress: 0x006E26ED String: "Stopping model meshing job..."
  3505. * Adress: 0x006E2726 String: "Resetting workspace..."
  3506. * Adress: 0x006E279F String: "Resetting runService..."
  3507. * Adress: 0x006E2818 String: "Resetting starterPackService..."
  3508. * Adress: 0x006E2891 String: "Resetting starterGuiService..."
  3509. * Adress: 0x006E290A String: "Resetting starterPlayerService..."
  3510. * Adress: 0x006E2983 String: "Resetting guiRoot..."
  3511. * Adress: 0x006E29FC String: "Clearing services..."
  3512. * Adress: 0x006E2A32 String: "Removing GenericJobs..."
  3513. * Adress: 0x006E2C0C String: "Close DataModel Done!"
  3514. * Adress: 0x006F4602 String: "Process shutdown tasks start"
  3515. * Adress: 0x006F47C8 String: "Process shutdown tasks finish"
  3516. * Adress: 0x006F4877 String: "Process tasks start"
  3517. * Adress: 0x006F4D6A String: "Process tasks finish"
  3518. * Adress: 0x006F6499 String: "Cleaning flyweight services before datamodel close"
  3519. * Adress: 0x006F64F4 String: "Saving data model on close"
  3520. * Adress: 0x006F6651 String: "Calling onClose callback"
  3521. * Adress: 0x006FE9F3 String: "Firing actionEnabledSignal with type %d"
  3522. * Adress: 0x006FEA43 String: "Firing actionTakenSignal with type %d"
  3523. * Adress: 0x0071CA06 String: "Http cache cleanup time: %.1fms"
  3524. * Adress: 0x0071CEE3 String: "HttpClient destroy begin"
  3525. * Adress: 0x0071D52D String: "HttpClient destroy end (time:%.2fms)"
  3526. * Adress: 0x0071E869 String: "HttpResponse(#%u %p) time:%.01fms (net:%.01fms) redirected from url:"%s" to url: "%s""
  3527. * Adress: 0x0071EFB8 String: "HttpRequest(#%u %p) %s url:"%s" cachePolicy:%d%s external:%d"
  3528. * Adress: 0x0071EFF0 String: "HttpRequest(#%u %p) %s url:"%s" postSize:%zu cachePolicy:%d%s external:%d"
  3529. * Adress: 0x0071F032 String: "HttpRequest(#%u %p) %s url:"%s" cachePolicy:%d%s"
  3530. * Adress: 0x0071F069 String: "HttpRequest(#%u %p) %s url:"%s" postSize:%zu cachePolicy:%d%s"
  3531. * Adress: 0x0071F0C4 String: "HttpRequest(#%u %p) %s url:"%s" cachePolicy:%d%s external:%d"
  3532. * Adress: 0x0071F10C String: "HttpRequest(#%u %p) %s url:"%s" postSize:%zu cachePolicy:%d%s external:%d"
  3533. * Adress: 0x0071F307 String: "HttpResponse(#%u %p) time:%.01fms (net:%.01fms callback:%.01fms) error:%u message:%s%s url:"%s" ip:%s external:%d"
  3534. * Adress: 0x0071F36B String: "HttpResponse(#%u %p) time:%.01fms (net:%.01fms callback:%.01fms) status:%d %s bodySize:%zu%s%s url:"%s" ip:%s external:%d"
  3535. * Adress: 0x0071F401 String: "HttpResponse(#%u %p) time:%.01fms (net:%.01fms callback:%.01fms) error:%u message:%s%s url:"%s""
  3536. * Adress: 0x0071F469 String: "HttpResponse(#%u %p) time:%.01fms (net:%.01fms callback:%.01fms) status:%d %s bodySize:%zu%s%s url:"%s""
  3537. * Adress: 0x00720065 String: "Attempting to call HttpClient::send() during global destruction"
  3538. * Adress: 0x00721331 String: "Succeeded CacheResult::updateCache(%p, %s)"
  3539. * Adress: 0x00721361 String: "Failed CacheResult::updateCache(%p, %s, %s)"
  3540. * Adress: 0x00722B16 String: "Unknown request type: %d"
  3541. * Adress: 0x00759708 String: "BrowserServiceDiagnose BrowserService::closeBrowserWindow"
  3542. * Adress: 0x0075ABA3 String: "BrowserServiceDiagnose BrowserService::onServiceProvider"
  3543. * Adress: 0x0075B16E String: "BrowserServiceDiagnose BrowserService::openNativeOverlay"
  3544. * Adress: 0x0075B2CC String: "BrowserServiceDiagnose BrowserService::openWeChatAuthWindow"
  3545. * Adress: 0x007608E1 String: "SoundEffect::onClosingFmod(%p)"
  3546. * Adress: 0x00766578 String: "avgWorldStepFreq= %f"
  3547. * Adress: 0x007667A9 String: "%4.4f, %4.4f, %4.4f, %4.4f"
  3548. * Adress: 0x0076689A String: "%4.4f, %4.4f, %4.4f, %4.4f"
  3549. * Adress: 0x0078CA61 String: "Failed to convert the 1st argument to string"
  3550. * Adress: 0x0079C2B4 String: "Set lua time out: %d"
  3551. * Adress: 0x0079DA56 String: "GC Job finish, data model: %p"
  3552. * Adress: 0x0079DB5F String: "Waiting scripts finish, data model: %p"
  3553. * Adress: 0x0079DCC0 String: "Waiting scripts finish, data model: %p"
  3554. * Adress: 0x007A59F7 String: "Unhandled reflection type ReflectionType_TweenInfo in SerializerPugi::readPropertyValue()"
  3555. * Adress: 0x007A5A9C String: "Unhandled reflection type ReflectionType_EventInstance in SerializerPugi::readPropertyValue()"
  3556. * Adress: 0x007A5B12 String: "Unhandled reflection type ReflectionType_SystemAddress in SerializerPugi::readPropertyValue()"
  3557. * Adress: 0x007BA22F String: "%s: path: %s, recursive: %d"
  3558. * Adress: 0x007BDC34 String: "%s: path: %s"
  3559. * Adress: 0x007BE477 String: "%s: path: %s, to: %s"
  3560. * Adress: 0x007C0B18 String: "%s: path: %s"
  3561. * Adress: 0x007EF43D String: "Slot Exception"
  3562. * Adress: 0x007F56F4 String: "Releasing FMOD."
  3563. * Adress: 0x007F711F String: "SoundService::closeFmod(%p)"
  3564. * Adress: 0x007F7149 String: "Closing Fmod."
  3565. * Adress: 0x007F734A String: "Fmod Closed."
  3566. * Adress: 0x007F7E5C String: "SoundService::createDSP(%p)"
  3567. * Adress: 0x007F8FAC String: "NBFSL::fmodCallback received null sound"
  3568. * Adress: 0x007F90D5 String: "NBFSL::fmodCallback loader already used, returning. sound=%p"
  3569. * Adress: 0x007F93B0 String: "FMOD: %s"
  3570. * Adress: 0x007F9BC1 String: "FMOD DEVICELISTCHANGED"
  3571. * Adress: 0x007F9C0A String: "FMOD DEVICELOST"
  3572. * Adress: 0x007F9C2B String: "FMOD MEMORYALLOCATIONFAILED"
  3573. * Adress: 0x007F9C4C String: "FMOD THREADCREATED"
  3574. * Adress: 0x007F9D00 String: "FMOD THREADDESTROYED"
  3575. * Adress: 0x007F9D35 String: "FMOD unknown callback type:%d"
  3576. * Adress: 0x007F9E13 String: "FMOD RECORDLISTCHANGED"
  3577. * Adress: 0x007FB11C String: "SoundService::getSampleRate(%p)"
  3578. * Adress: 0x007FE551 String: "SoundService::update3DSettings(%p)"
  3579. * Adress: 0x007FEEDF String: "SoundService::openFmod(%p)"
  3580. * Adress: 0x008003C0 String: "SoundService::setAmbientReverb(%p)"
  3581. * Adress: 0x008022F1 String: "SoundService::update3DSettings(%p)"
  3582. * Adress: 0x00802582 String: "SoundService::updateAmbientReverb(%p)"
  3583. * Adress: 0x00816248 String: "Failed url on async fetch: %s"
  3584. * Adress: 0x0081631A String: "Slow Http request: %s"
  3585. * Adress: 0x0084FB4F String: "Changing humanoid state, old: %u, new: %u"
  3586. * Adress: 0x00857900 String: "Disconnecting from last floor"
  3587. * Adress: 0x00857A86 String: "Check platform subscription Player Mass: %4.4f, Floor Mass: %4.4f"
  3588. * Adress: 0x00857AE8 String: "Platform Subscribed"
  3589. * Adress: 0x008585C7 String: "HttpRequestCurl curl op:%s"
  3590. * Adress: 0x00858667 String: "HttpRequestCurl curl op:%s"
  3591. * Adress: 0x008587A7 String: "HttpRequestCurl curl op:%s"
  3592. * Adress: 0x00858D14 String: "HttpRequestCurl curl op:%s"
  3593. * Adress: 0x00858DA4 String: "HttpRequestCurl curl op:%s"
  3594. * Adress: 0x00858DE8 String: "HttpRequestCurl curl op:%s"
  3595. * Adress: 0x00858E2C String: "HttpRequestCurl curl op:%s"
  3596. * Adress: 0x00858E68 String: "HttpRequestCurl curl op:%s"
  3597. * Adress: 0x008597AA String: "Unlocking mutex for data(%d) on CURL handle %p"
  3598. * Adress: 0x0085A899 String: "HttpRequestCurl curl op:%s"
  3599. * Adress: 0x0085AACC String: "HttpRequestCurl curl op:%s"
  3600. * Adress: 0x0085B297 String: "Adding CURL header: %s"
  3601. * Adress: 0x0085BEAA String: "HttpRequestCurl curl op:%s"
  3602. * Adress: 0x008625A6 String: "WeakThreadRef::Node::~Node(), node = %p"
  3603. * Adress: 0x008A444C String: "next spawn location = (%f,%f,%f)"
  3604. * Adress: 0x008A4547 String: "Player:calculateNextSpawnLocation - ServiceProvider didn't have a Workspace"
  3605. * Adress: 0x008A482A String: "next spawn location = (%f,%f,%f)"
  3606. * Adress: 0x008A48EA String: "Player:calculateNextSpawnLocation - Player not in the world"
  3607. * Adress: 0x008B08CE String: "Player:luaLoadCharacter"
  3608. * Adress: 0x008B0E49 String: "Player:luaLoadCharacterWithHumanoidDescription"
  3609. * Adress: 0x008B3E31 String: "Player:removeCharacter"
  3610. * Adress: 0x008CA279 String: "PartInstance %p named"
  3611. * Adress: 0x008CA2A3 String: "Name: %s"
  3612. * Adress: 0x008D1FEA String: "async writeCache skipped (accumulated %d bytes)"
  3613. * Adress: 0x008D9199 String: "BatchAssetApi created"
  3614. * Adress: 0x008D9807 String: "BatchAssetApi deleted"
  3615. * Adress: 0x008F0CED String: "SoundChannel::loadSoundWithContext could not find SoundService"
  3616. * Adress: 0x008F18C0 String: "SoundChannel::onChildAdded(%p) fmodChannel %p"
  3617. * Adress: 0x008F1920 String: "SoundChannel::onChildRemoved(%p) fmodChannel %p"
  3618. * Adress: 0x008F1980 String: "SoundChannel::onClosingFmod(%p) fmodChannel %p"
  3619. * Adress: 0x008F1A0E String: "SoundChannel::onOpenFmod(%p) fmodChannel %p"
  3620. * Adress: 0x008F2B2C String: "SoundChannel::setSuccessfullyLoadedSound(%p) fmodChannel(%p)"
  3621. * Adress: 0x008F96A3 String: "Abandoning video %s because VideoFrame is dead"
  3622. * Adress: 0x008FA3BC String: "VideoFrame::render2d"
  3623. * Adress: 0x008FAAC5 String: "Failed to set TimePosition"
  3624. * Adress: 0x008FAC42 String: "Failed to close video"
  3625. * Adress: 0x008FB592 String: "Fetching remote assets is not available"
  3626. * Adress: 0x008FB75A String: "VideoFrame::step() %ims"
  3627. * Adress: 0x008FB90D String: "Failed to step video"
  3628. * Adress: 0x008FBB24 String: "Failed to open video"
  3629. * Adress: 0x00931D2F String: "Workspace created: %p"
  3630. * Adress: 0x0093257B String: "ArrowTool destroyed: %p"
  3631. * Adress: 0x00932AB4 String: "Workspace destroyed: %p"
  3632. * Adress: 0x00933ECE String: "Clearing terrain (from client replicator?)"
  3633. * Adress: 0x00935656 String: "Terrain doesn't exist - creating terrain instance explicitly"
  3634. * Adress: 0x0093D146 String: "Setting clouds on workspace, %p"
  3635. * Adress: 0x0093DE65 String: "Rejecting because of plugin override, plugin: %p"
  3636. * Adress: 0x0093DF6B String: "Setting as null tool: %p"
  3637. * Adress: 0x0093DFD5 String: "Setting as null tool: %p"
  3638. * Adress: 0x0093E033 String: "Generating new arrow tool: %p"
  3639. * Adress: 0x0093E1E1 String: "Set mouse command: Done"
  3640. * Adress: 0x0093E6D7 String: "Setting terrain on workspace, %p"
  3641. * Adress: 0x0097D42C String: "Controller created - %p"
  3642. * Adress: 0x0097D582 String: "Controller destroyed - %p"
  3643. * Adress: 0x0098422E String: "Tool::activate"
  3644. * Adress: 0x0098526E String: "Tool::activate"
  3645. * Adress: 0x0098C6AA String: "GuiLayerCollector created: %p"
  3646. * Adress: 0x0098CEF8 String: "GuiLayerCollector destroyed: %p"
  3647. * Adress: 0x009CB949 String: "BasePlayerGui created: %p"
  3648. * Adress: 0x009CC014 String: "BasePlayerGui destroyed: %p"
  3649. * Adress: 0x009EE1E1 String: "FilterStringAsync:CanChatChecking %lld %lld "%s""
  3650. * Adress: 0x009FDDC1 String: "Found zh-cjv for UGC content %s"
  3651. * Adress: 0x00A1FD8A String: "FriendService: StatusCallback (%lld, %lld) %s"
  3652. * Adress: 0x00A251F3 String: "Empty result string"
  3653. * Adress: 0x00A60DE8 String: "httpHelper dataModel null."
  3654. * Adress: 0x00A60EFA String: "httpHelper teleportService null."
  3655. * Adress: 0x00A61265 String: "v1/teleport polling."
  3656. * Adress: 0x00A66ED2 String: "Save joinData"
  3657. * Adress: 0x00A66EFF String: "joinData writeJSON failed"
  3658. * Adress: 0x00A68A4C String: "Group Teleport Analytics startTime error"
  3659. * Adress: 0x00A68C66 String: "Group Teleport Analytics added party:%s"
  3660. * Adress: 0x00A69243 String: "Group Teleport Analytics removed party"
  3661. * Adress: 0x00A6E560 String: "Group Teleport Analytics dataModel null."
  3662. * Adress: 0x00A7138C String: "onUserJoin parse teleportData failed"
  3663. * Adress: 0x00A715D6 String: "onUserJoin failed in verifying joinData"
  3664. * Adress: 0x00A71619 String: "onUserJoin parse joinData error"
  3665. * Adress: 0x00A717FA String: "onUserJoin invalid accountAge"
  3666. * Adress: 0x00A719D3 String: "guid is missing. cannot record group teleport metrics."
  3667. * Adress: 0x00A71B29 String: "onUserJoin no internalData"
  3668. * Adress: 0x00A71B69 String: "onUserJoin no userData"
  3669. * Adress: 0x00A71B83 String: "onUserJoin no accountAge"
  3670. * Adress: 0x00A71B9D String: "onUserJoin invalid userId"
  3671. * Adress: 0x00A71BB7 String: "onUserJoin no userId"
  3672. * Adress: 0x00A71BEC String: "onUserJoin no joinData"
  3673. * Adress: 0x00A71C2C String: "onUserJoin corrupted auth token"
  3674. * Adress: 0x00A81CD8 String: "Executing throttled requests, size: %f, budget: %f"
  3675. * Adress: 0x00A82239 String: "Creating legacy data store"
  3676. * Adress: 0x00AD0D5B String: "Interpolating prim: %f"
  3677. * Adress: 0x00AD2324 String: "RemoteBasis to No Basis - Fallback Mode Transition, Missing data on Remote Basis."
  3678. * Adress: 0x00AD23AD String: "Failed to transform NonNullFrame into GoalFrame's space on StartPrim: %d and GoalPrim: %d"
  3679. * Adress: 0x00AD2698 String: "Failed to transform StartFrame into GoalFrame's space on StartPrim: %d and GoalPrim: %d"
  3680. * Adress: 0x00AD2704 String: "RemoteBasis to RemoteBasis - Fallback Mode Transition, StartFrame Data Valid"
  3681. * Adress: 0x00AD2867 String: "RemoteBasis to RemoteBasis - Fallback Mode Transition, GoalFrame Data Valid"
  3682. * Adress: 0x00AD2982 String: "RemoteBasis to RemoteBasis - Fallback Mode Transition, Goal and Start Data Invalid PANIC"
  3683. * Adress: 0x00ADA20C String: "New editor for Script %s: %s"
  3684. * Adress: 0x00ADA280 String: "Current editor %s is different than new editor %s"
  3685. * Adress: 0x00ADA2F2 String: "Players::backendProcessing is TRUE. Players exist: %s"
  3686. * Adress: 0x00B06520 String: "Gui:ConnectionHealth"
  3687. * Adress: 0x00B06590 String: "Gui:Stats"
  3688. * Adress: 0x00B06632 String: "Gui:NetworkStats"
  3689. * Adress: 0x00B06740 String: "Gui:PhysicsStats"
  3690. * Adress: 0x00B067E1 String: "Gui:RenderStats"
  3691. * Adress: 0x00B06890 String: "Gui:SummaryStats"
  3692. * Adress: 0x00B06900 String: "Gui:ConnectionHealth"
  3693. * Adress: 0x00B50674 String: "Endpoint match %s found in the table %s"
  3694. * Adress: 0x00B50717 String: "Endpoint match is found in the table %s"
  3695. * Adress: 0x00B51644 String: "Successful request url %s. Removing entry for endpoint %s from throttling table"
  3696. * Adress: 0x00B5185D String: "Request with url %s will be throttled locally. Endpoint that matched %s requestStartTime %f"
  3697. * Adress: 0x00B518A6 String: "Request with url %s will be NOT throttled locally. Endpoint %s entry %s found. RequestStartTime %f "
  3698. * Adress: 0x00B51BA7 String: "Request with url %s will be throttled locally. Endpoint that matched %s requestStartTime %f"
  3699. * Adress: 0x00B51C61 String: "Request with url %s will be NOT throttled locally. Endpoint %s entry %s found. RequestStartTime %f "
  3700. * Adress: 0x00B634AC String: "Player:LoadCharacter - Backend server required"
  3701. * Adress: 0x00B63F03 String: "Player:LoadCharacter - Player not in the world"
  3702. * Adress: 0x00B702E0 String: "Humanoid created - %p"
  3703. * Adress: 0x00B70FA7 String: "Humanoid destroyed - %p"
  3704. * Adress: 0x00B99AEA String: "AppConfiguration::fetch(): response: err = '%d'"
  3705. * Adress: 0x00B9B137 String: "AppConfiguration::reset()"
  3706. * Adress: 0x00B9B31F String: "AppConfiguration::update()"
  3707. * Adress: 0x00B9B5D1 String: "AppConfiguration::updateConfiguration(): type = %u, userId = %lld"
  3708. * Adress: 0x00B9C3BB String: "Primitive %p created"
  3709. * Adress: 0x00B9C61F String: "Primitive %p destroyed"
  3710. * Adress: 0x00C09858 String: "Joint %p created, empty primitives"
  3711. * Adress: 0x00C09A08 String: "Joint %p created, empty primitives"
  3712. * Adress: 0x00C09AD2 String: "Joint %p destroyed"
  3713. * Adress: 0x00C09B79 String: "Joint %p destroyed"
  3714. * Adress: 0x00C09CEB String: "Joint %p destroyed"
  3715. * Adress: 0x00C0B848 String: "Joint %p, setting primitive %u to %p"
  3716. * Adress: 0x00C1CFE0 String: "JointInstance %p named"
  3717. * Adress: 0x00C1D00D String: "Name: %s"
  3718. * Adress: 0x00C32A5D String: "String contains invalid UTF-8 at start of span"
  3719. * Adress: 0x00C32A76 String: "String contains invalid UTF-8 at start of span"
  3720. * Adress: 0x00C32C0E String: "End of string is invalid UTF-8"
  3721. * Adress: 0x00C32C2C String: "String contains invalid UTF-8"
  3722. * Adress: 0x00C33131 String: "End of string is invalid UTF-8"
  3723. * Adress: 0x00C3314A String: "String contains invalid UTF-8"
  3724. * Adress: 0x00C3327B String: "max must be greater than min"
  3725. * Adress: 0x00C335BF String: "invalid UTF-8 code"
  3726. * Adress: 0x00C335D5 String: "Truncated UTF-8 after end of string"
  3727. * Adress: 0x00C5754D String: "Rocket created - %p"
  3728. * Adress: 0x00C57E44 String: "Rocket destroyed - %p"
  3729. * Adress: 0x00C75CA6 String: "MegaCluster created - %p"
  3730. * Adress: 0x00C7642D String: "MegaCluster destroyed - %p"
  3731. * Adress: 0x00C80A61 String: "No terrain yet - it's going go be me!"
  3732. * Adress: 0x00C80A86 String: "Terrain already exists - replace the existing one with this one"
  3733. * Adress: 0x00C80B29 String: "onServiceProvider: Clearing terrain instance"
  3734. * Adress: 0x00C83110 String: "Bad argument materials[%d][%d][%d] to 'WriteVoxels' (Enum.Material expected, got %s)"
  3735. * Adress: 0x00C83661 String: "Explosion created - %p"
  3736. * Adress: 0x00C838B9 String: "Explosion destroyed - %p"
  3737. * Adress: 0x00C9DD0A String: "ABTest - added changed-listener to controller"
  3738. * Adress: 0x00C9DE3A String: "ABTest - removed changed-listener from controller"
  3739. * Adress: 0x00C9DFCF String: "ABTest - dm-task to signal browser-tracker ABTestLoadingStatus datamodel-not-available"
  3740. * Adress: 0x00C9DFE9 String: "ABTest - Attempt to send browser-tracker loading status signal, but service no longer exists"
  3741. * Adress: 0x00C9E17A String: "ABTest - dm-task to signal user ABTestLoadingStatus datamodel-not-available"
  3742. * Adress: 0x00C9E194 String: "ABTest - Attempt to send user loading status signal, but service no longer exists"
  3743. * Adress: 0x00C9E521 String: "ABTest - Cancelling previous request."
  3744. * Adress: 0x00C9F44D String: "ABTest - Cancelling previous request."
  3745. * Adress: 0x00C9F53A String: "ABTest - New request sent."
  3746. * Adress: 0x00C9F84D String: "ABTest - submitting dm-task to signal browser-tracker ABTestLoadingStatus : %s"
  3747. * Adress: 0x00C9F9F0 String: "ABTest - submitting dm-task to signal user ABTestLoadingStatus : %s"
  3748. * Adress: 0x00CB5270 String: "checkForUpdate(): Skipping update check because no response handler was provided."
  3749. * Adress: 0x00CB5346 String: "checkforUpdate(): No adapter set, so responding NotSupported"
  3750. * Adress: 0x00CB587A String: "Unable to get script context"
  3751. * Adress: 0x00CB5AA3 String: "performManagedUpdate(): No adapter set. Returning false."
  3752. * Adress: 0x00CBAD0E String: "AdvLuaDragger - doDrag"
  3753. * Adress: 0x00CBB11E String: "Done dragging"
  3754. * Adress: 0x00CC3B04 String: "FlagStandService created - %p"
  3755. * Adress: 0x00CC3CC9 String: "FlagStandService destroyed - %p"
  3756. * Adress: 0x00CD7BE6 String: "Animator created - %p"
  3757. * Adress: 0x00CD7ED3 String: "Animator destroyed - %p"
  3758. * Adress: 0x00CDEED4 String: "Somehow removing clouds from non-existing Workspace!"
  3759. * Adress: 0x00CDEF13 String: "Somehow removing clouds from Workspace when none was active!"
  3760. * Adress: 0x00CDEF2D String: "Removing active clouds from Workspace"
  3761. * Adress: 0x00CDEF64 String: "No active clouds in Workspace"
  3762. * Adress: 0x00CDEFA1 String: "Switching to first other clouds instance found in Workspace"
  3763. * Adress: 0x00CDEFD0 String: "Somehow adding clouds to null Workspace"
  3764. * Adress: 0x00CDEFF7 String: "No active clouds yet - it's going go be me!"
  3765. * Adress: 0x00CDF015 String: "This Clouds already exists and already is active, no action taken"
  3766. * Adress: 0x00CDF032 String: "Other Clouds already exists - this one becomes active, the existing one deactivates"
  3767. * Adress: 0x00D43B57 String: "On hub[%s], event[%s]: json array size wrong. jsonData[%s]"
  3768. * Adress: 0x00D446A8 String: "MessagingService::onReconnected resubscribe topic[%s] server error."
  3769. * Adress: 0x00D45F27 String: "SignalR won't work if the cookie is empty or invalid"
  3770. * Adress: 0x00D4756E String: "MessagingService::handleMessage parseJSONObject failed. message[%s]."
  3771. * Adress: 0x00D47677 String: "MessagingService::handleMessage topic signal not found."
  3772. * Adress: 0x00D4775D String: "MessagingService::initializeConnection"
  3773. * Adress: 0x00D47E5D String: "MessagingService::lockDataModelHelper weakDataMode.lock() null."
  3774. * Adress: 0x00D49391 String: "parseSignalRError: failed to parse jsonErrorData:[%s]."
  3775. * Adress: 0x00D6E7F8 String: "Can't decode returned value"
  3776. * Adress: 0x00D6E860 String: "Can't decode returned value"
  3777. * Adress: 0x00D776A0 String: "Our change won, lets update final value"
  3778. * Adress: 0x00D77C09 String: "Our change is rejected, update local value"
  3779. * Adress: 0x00D77EC4 String: "Our change is rejected, update local value"
  3780. * Adress: 0x00D78225 String: "Our change won, lets update final value"
  3781. * Adress: 0x00D78C39 String: "Value: %s"
  3782. * Adress: 0x00D7D4B9 String: "SetIf returned %s"
  3783. * Adress: 0x00D7D85A String: "SetIf returned %s"
  3784. * Adress: 0x00D7EDA9 String: "Data model is destroyed, cancel transform"
  3785. * Adress: 0x00D7F378 String: "Url encoded:"
  3786. * Adress: 0x00D7F48B String: "Transform function returned nil, update is cancelled"
  3787. * Adress: 0x00D7F610 String: "Data model is destroyed, cancel transform"
  3788. * Adress: 0x00D7FFB6 String: "Url encoded:"
  3789. * Adress: 0x00D80097 String: "Transform function returned nil, update is cancelled"
  3790. * Adress: 0x00D825F1 String: "Url encoded:"
  3791. * Adress: 0x00D8417C String: "Updating based on web string for key %s"
  3792. * Adress: 0x00D8487C String: "Updating value and triggering: %s"
  3793. * Adress: 0x00D8493E String: "Key is not cached, can just store it directly: %s"
  3794. * Adress: 0x00D849FD String: "Triggering callback: %s"
  3795. * Adress: 0x00D8BE43 String: "VideoStream::VideoStream"
  3796. * Adress: 0x00D8BE9E String: "VideoStream::initVideoLibraries"
  3797. * Adress: 0x00D8BFEC String: "VideoStream::~VideoStream"
  3798. * Adress: 0x00D8C020 String: "VideoStream::close"
  3799. * Adress: 0x00D8C09D String: "VideoStream::terminateVideoLibraries"
  3800. * Adress: 0x00D8C5A1 String: "VideoStream::close"
  3801. * Adress: 0x00D8C643 String: "VideoStream::closeCodecs"
  3802. * Adress: 0x00D8C760 String: "VideoStream::closeContext"
  3803. * Adress: 0x00D8D821 String: "VideoStream::doRenderVideo"
  3804. * Adress: 0x00D8DCFB String: "VideoStream::flushRenderBuffers"
  3805. * Adress: 0x00D8E020 String: "VideoStream::getModeForFMOD"
  3806. * Adress: 0x00D8E23D String: "VideoStream::initVideoLibraries"
  3807. * Adress: 0x00D8E2B0 String: "VideoStream::onClosingFmod"
  3808. * Adress: 0x00D8E300 String: "VideoStream::onOpenFmod"
  3809. * Adress: 0x00D8E39C String: "VideoStream::onReadAudio"
  3810. * Adress: 0x00D8E488 String: "Audio circular buffer full"
  3811. * Adress: 0x00D8E5B6 String: "Audio circular buffer full"
  3812. * Adress: 0x00D8E921 String: "VideoStream::open"
  3813. * Adress: 0x00D8E94C String: "VideoStream::openContext"
  3814. * Adress: 0x00D8E9C9 String: "Failed to allocate io context"
  3815. * Adress: 0x00D8EA27 String: "Failed to allocate format context"
  3816. * Adress: 0x00D8EB1E String: "VideoStream::open(const std::string& videoUrl, std::shared_ptr<const std::string> data)"
  3817. * Adress: 0x00D8EC97 String: "VideoStream::openCodecs"
  3818. * Adress: 0x00D8F2A7 String: "VideoStream::readData"
  3819. * Adress: 0x00D8F6A7 String: "VideoService: failure decoding audio"
  3820. * Adress: 0x00D8F746 String: "VideoService: failure decoding video"
  3821. * Adress: 0x00D8F817 String: "VideoService: alloc failure during decoding audio"
  3822. * Adress: 0x00D8F921 String: "VideoService: alloc failure during decoding video"
  3823. * Adress: 0x00D8F978 String: "VideoService: failure decoding audio"
  3824. * Adress: 0x00D8FA64 String: "VideoService: failure decoding video"
  3825. * Adress: 0x00D8FD2B String: "VideoStream::renderStep fill buffers"
  3826. * Adress: 0x00D908D9 String: "Failed to seek in video stream"
  3827. * Adress: 0x00D909AE String: "Failed to seek in audio stream"
  3828. * Adress: 0x00D90B0D String: "VideoStream::setUpCodec"
  3829. * Adress: 0x00D90B95 String: "Failure setting codec parameters"
  3830. * Adress: 0x00D90BED String: "Failure opening codec"
  3831. * Adress: 0x00D90C11 String: "Bad codec parameters"
  3832. * Adress: 0x00D90D54 String: "VideoStream::startAudioRendering"
  3833. * Adress: 0x00D910A1 String: "Failed to allocate audio channel"
  3834. * Adress: 0x00D911AF String: "VideoStream::stopAudioRendering"
  3835. * Adress: 0x00D9140D String: "VideoStream::terminateVideoLibraries"
  3836. * Adress: 0x00DA8D95 String: "Spatial Filter - filtering incorrect assembly: %p - Filter Phase: %d"
  3837. * Adress: 0x00DB4762 String: "IMoving::notifyVisuallyMoved wakes part %p"
  3838. * Adress: 0x00DB479F String: "IMoving::notifyVisuallyMoved wakes part %p"
  3839. * Adress: 0x00DEA5F9 String: "Surface Tool created: %p"
  3840. * Adress: 0x00DEA65B String: "Surface Tool destroyed: %p"
  3841. * Adress: 0x00DF2D6D String: "BoxSelectCommand created: %p"
  3842. * Adress: 0x00DF3A92 String: "BoxSelectCommand destriyed: %p"
  3843. * Adress: 0x00E03C63 String: "Attachment Tool created: %p"
  3844. * Adress: 0x00E03E53 String: "Attachment Tool created: %p"
  3845. * Adress: 0x00E03F37 String: "Attachment Dragger Tool created: %p"
  3846. * Adress: 0x00E0412D String: "Attachment Tool destroyed: %p"
  3847. * Adress: 0x00E04232 String: "Attachment Dragger Tool destroyed: %p"
  3848. * Adress: 0x00E0FF4C String: "ScriptMouseCommand destroyed: %p"
  3849. * Adress: 0x00E0FFF2 String: "ScriptMouseCommand destroyed: %p"
  3850. * Adress: 0x00E1017C String: "Unable to initialize libsodium."
  3851. * Adress: 0x00E13BDC String: "Gui:CameraCenter"
  3852. * Adress: 0x00E13E70 String: "Gui:CameraPanLeft"
  3853. * Adress: 0x00E13F00 String: "Gui:CameraPanRight"
  3854. * Adress: 0x00E13F90 String: "Gui:CameraTildDown"
  3855. * Adress: 0x00E14020 String: "Gui:CameraTiltUp"
  3856. * Adress: 0x00E1411E String: "Gui:CameraZoomExtents"
  3857. * Adress: 0x00E14B20 String: "Gui:CameraZoomIn"
  3858. * Adress: 0x00E14BB0 String: "Gui:CameraZoomOut"
  3859. * Adress: 0x00E14E0C String: "Gui:DeleteBase"
  3860. * Adress: 0x00E15130 String: "Gui:EngineStats"
  3861. * Adress: 0x00E151A7 String: "Gui:JoinCommand"
  3862. * Adress: 0x00E1536A String: "Gui:MoveDownSelection"
  3863. * Adress: 0x00E1549A String: "Gui:MoveUpSelection"
  3864. * Adress: 0x00E15620 String: "Gui:Reset"
  3865. * Adress: 0x00E1568B String: "Gui:RotateAxis"
  3866. * Adress: 0x00E157B0 String: "Gui:Run"
  3867. * Adress: 0x00E15800 String: "Gui:SelectAll"
  3868. * Adress: 0x00E15869 String: "Gui:SelectChildrenOfSelection"
  3869. * Adress: 0x00E15B99 String: "Gui:SnapSelection"
  3870. * Adress: 0x00E15CB0 String: "Gui:Stop"
  3871. * Adress: 0x00E15D1D String: "Gui:ToggleViewMode"
  3872. * Adress: 0x00E3252C String: "Parsing sessionId Error: %s from gameSessionId: %s"
  3873. * Adress: 0x00E53327 String: "RequestDataInQueue::processAfterRequested waitEvent null"
  3874. * Adress: 0x00E5387F String: "RequestDataInQueue::waitEvent null"
  3875. * Adress: 0x00E538B8 String: "RequestDataInQueue Wait start"
  3876. * Adress: 0x00E53904 String: "RequestDataInQueue Wait returned"
  3877. * Adress: 0x00E56DB2 String: "Mapped %.2f MB font from `%s`"
  3878. * Adress: 0x00E56F33 String: "Read %.2f MB font from `%s`"
  3879. * Adress: 0x00E808FF String: "AnalyticsService can only accept valid UTF-8 characters."
  3880. * Adress: 0x00E8B21E String: "Commit Failure: %s - unexpected scriptGuid: %s"
  3881. * Adress: 0x00E8C01E String: "Commit: Finalize"
  3882. * Adress: 0x00E8EFDE String: "Commit: Finalize"
  3883. * Adress: 0x00E8F857 String: "int64_t conversion failure: not a valid number"
  3884. * Adress: 0x00E90674 String: "Commit Failure: %s - VersionHistoryCommitCoordinator destroyed"
  3885. * Adress: 0x00E9297D String: "Commit Failure: %s - Http transport error (%d) %s"
  3886. * Adress: 0x00E92B64 String: "Commit Failure: %s - Http status error (%d) %s"
  3887. * Adress: 0x00EB10A9 String: "Error while parsing ab-test enrollment response JSON: negative variation."
  3888. * Adress: 0x00EB1197 String: "Failed to parse get-enrollment response JSON. Got an unexpected Variation value."
  3889. * Adress: 0x00EB1839 String: "Failed to parse enroll response JSON. The subjectTargetId is not a number."
  3890. * Adress: 0x00EB1C05 String: "ABTests - browserTrackerInitializationError"
  3891. * Adress: 0x00EB1CC5 String: "ABTests - browserTrackerRequestPending"
  3892. * Adress: 0x00EB1D85 String: "ABTests - browserTrackerRequestTimedOut"
  3893. * Adress: 0x00EB1E45 String: "ABTests - browserTrackerShutOff"
  3894. * Adress: 0x00EB1F3C String: "clearUserVariations: setting user-variants to CONTROL, setting initialized to false, setting loading status to None"
  3895. * Adress: 0x00EB25DB String: "Failed to parse enroll response JSON. Got an unexpected SubjectType value."
  3896. * Adress: 0x00EB285A String: "Failed to parse JSON. The JSON document was empty."
  3897. * Adress: 0x00EB28C9 String: "Failed to parse JSON. The initial parsing failed."
  3898. * Adress: 0x00EB29BD String: "Failed to parse JSON. The initial parsing failed."
  3899. * Adress: 0x00EB2ABC String: "Failed to parse JSON."
  3900. * Adress: 0x00EB2B83 String: "Attempt to access undefined ABTest: %s"
  3901. * Adress: 0x00EB2DB1 String: "ABTests - initializeBrowserTrackerTestsEx succeeded, setting initialized to true, and status to Initialized"
  3902. * Adress: 0x00EB2E3C String: "ABTests - initializeBrowserTrackerTestsEx json parse error"
  3903. * Adress: 0x00EB2F7F String: "ABTests - initializeUserTests succeeded, setting initialized to true, and signalling listeners"
  3904. * Adress: 0x00EB2FBE String: "ABTests - initializeUserTests json parse error"
  3905. * Adress: 0x00EB3920 String: "ABTests - userInitializationError"
  3906. * Adress: 0x00EB3989 String: "ABTests - userRequestPending"
  3907. * Adress: 0x00EB3A60 String: "ABTests - userRequestTimedOut"
  3908. * Adress: 0x00EB3AB0 String: "ABTests - userShutOff"
  3909. * Adress: 0x00ECA649 String: "Failed to allocate audio channel"
  3910. * Adress: 0x00ECA69D String: "Unrecognized sample format"
  3911. * Adress: 0x00EE8A1F String: "ModelTool created: %p"
  3912. * Adress: 0x00EE8A8C String: "ModelTool destroyed: %p"
  3913. * Adress: 0x00EE92DF String: "PartTool created: %p"
  3914. * Adress: 0x00EE934C String: "PartTool destroyed: %p"
  3915. * Adress: 0x00EE96C2 String: "HammerTool created: %p"
  3916. * Adress: 0x00EE979F String: "HammerTool created: %p"
  3917. * Adress: 0x00EE9812 String: "HammerTool destroyed: %p"
  3918. * Adress: 0x00EE9B78 String: "GrabTool created: %p"
  3919. * Adress: 0x00EE9C71 String: "GrabTool created: %p"
  3920. * Adress: 0x00EE9CE2 String: "GrabTool destroyed: %p"
  3921. * Adress: 0x00EEA3E2 String: "CloneTool created: %p"
  3922. * Adress: 0x00EEA5BF String: "CloneTool created: %p"
  3923. * Adress: 0x00EEA632 String: "CloneTool destroyed: %p"
  3924. * Adress: 0x00EEAB56 String: "GameTool created: %p"
  3925. * Adress: 0x00EEAC33 String: "GameTool created: %p"
  3926. * Adress: 0x00EEACA2 String: "GameTool destroyed: %p"
  3927. * Adress: 0x00EF8952 String: "ERROR: Cannot init free type library"
  3928. * Adress: 0x00EF89C4 String: "ERROR: FontData is empty"
  3929. * Adress: 0x00EF8A0C String: "ERROR: Cannot create font face from memory"
  3930. * Adress: 0x00F1366B String: "PartDragTool created: %p"
  3931. * Adress: 0x00F137E2 String: "PartDragTool destroyed: %p"
  3932. * Adress: 0x00F1BFD8 String: "LuaDragTool created: %p"
  3933. * Adress: 0x00F1C1B2 String: "LuaDragTool destroyed: %p"
  3934. * Adress: 0x00F2737E String: "ScreenTime got invalid user GUID and create one for local usage"
  3935. * Adress: 0x00F28F42 String: "ScreenTime instruction response is empty"
  3936. * Adress: 0x00F29069 String: "ScreenTime client got invalid error code"
  3937. * Adress: 0x00F290B4 String: "The system was unable to report ScreenTime"
  3938. * Adress: 0x00F290D7 String: "The infrastructure is failing to provide important information for the ScreenTime system to work"
  3939. * Adress: 0x00F290FA String: "ScreenTime was unable to communicate with a dependency of the system"
  3940. * Adress: 0x00F29137 String: "ScreenTime client got invalid instructions"
  3941. * Adress: 0x00F29175 String: "ScreenTime status: Normal"
  3942. * Adress: 0x00F29233 String: "ScreenTime client ignored this stale response"
  3943. * Adress: 0x00F2928D String: "ScreenTime instruction response is not current"
  3944. * Adress: 0x00F2933B String: "ScreenTime cached status: Normal"
  3945. * Adress: 0x00F295F7 String: "ScreenTime status: Warning or Lockout"
  3946. * Adress: 0x00F2CE66 String: "SingleSurfaceApp::handleLowMemoryWarning - FREE mem: %ld"
  3947. * Adress: 0x00F2CF4D String: "restartLuaApp called while playing UGC-game, leaving game."
  3948. * Adress: 0x00F2DCB7 String: "BrowserTrackerIdRequest::[Destructor]"
  3949. * Adress: 0x00F2E0E5 String: "BrowserTrackerIdRequest: Btid found in storage = [%lld]."
  3950. * Adress: 0x00F2E19B String: "BrowserTrackerIdRequest: request Btid from server..."
  3951. * Adress: 0x00F2F68E String: "StartupController::StartupController:"
  3952. * Adress: 0x00F30C7F String: "StartupController: getAppSettings..."
  3953. * Adress: 0x00F30CBC String: "StartupController: getAppSettings... Flags have already been loaded."
  3954. * Adress: 0x00F30F30 String: "StartupController: performDeviceInit..."
  3955. * Adress: 0x00F316F1 String: "StartupController::start: stage = %d."
  3956. * Adress: 0x00F31720 String: "StartupController has been started successfully. Done."
  3957. * Adress: 0x00F317B2 String: "StartupController: The initialization must be in progress. Do nothing."
  3958. * Adress: 0x00F317F8 String: "reportAnalyticsEvents: Submit task to collect device info."
  3959. * Adress: 0x00F336D8 String: "AutoUpgrade: checkForUpdate()"
  3960. * Adress: 0x00F33709 String: "AutoUpgradeController::checkForUpdate(): No callback was specified. Aborting."
  3961. * Adress: 0x00F33746 String: "AutoUpgradeController::checkForUpdate(): Called without being initialized. Aborting."
  3962. * Adress: 0x00F3386F String: "AutoUpgrade: checkVersionAndPrepare"
  3963. * Adress: 0x00F33D41 String: "AutoUpgrade: initBootstrapperInterface"
  3964. * Adress: 0x00F340A9 String: "AutoUpgrade: found bootstrapper"
  3965. * Adress: 0x00F34139 String: "AutoUpgrade: did not find bootstrapper, auto upgrade not enabled."
  3966. * Adress: 0x00F343D3 String: "AutoUpgrade: checkForUpdate(), marshaller invoked"
  3967. * Adress: 0x00F34D58 String: "AutoUpgrade: performManagedUpdate()"
  3968. * Adress: 0x00F34D89 String: "AutoUpgradeController::performManagedUpdate(): Called without being initialized. Aborting."
  3969. * Adress: 0x00F34DCB String: "AutoUpgradeController::performManagedUpdate(): Shutdown function not provided. Aborting upgrade."
  3970. * Adress: 0x00F34DF4 String: "AutoUpgradeController::performManagedUpdate(): Bootstrapper failed to start upgrade."
  3971. * Adress: 0x00F353E8 String: "AutoUpgrade: stop"
  3972. * Adress: 0x00F3574B String: "WebLogin Error: auth ticket is empty"
  3973. * Adress: 0x00F3589E String: "WebLogin Error: auth URL or ticket is empty"
  3974. * Adress: 0x00F35AEE String: "WebLogin cannot run as authentication url or ticket is empty"
  3975. * Adress: 0x00F35B63 String: "WebPlayGameLaunch joinScriptUrl is empty"
  3976. * Adress: 0x00F46CEC String: "PlaceLauncher.ashx(request took %4.2fms) response:[%s]"
  3977. * Adress: 0x00F4756E String: "PlaceLauncher prepareGame - START"
  3978. * Adress: 0x00F475A2 String: "Hello from machinamentum!"
  3979. * Adress: 0x00F47896 String: "PlaceLauncher prepareGame - END"
  3980. * Adress: 0x00F481AD String: "PlaceLauncher setupGame"
  3981. * Adress: 0x00F4845A String: "Game's base URL: %s"
  3982. * Adress: 0x00F48C7A String: "PlaceLauncher startGame: targetGameEntry = %d."
  3983. * Adress: 0x00F49738 String: "TeleportService is null."
  3984. * Adress: 0x00F58D0A String: "[TracerService] startSpan: The startup span is not created or has finished."
  3985. * Adress: 0x00F5A0ED String: "AntiAddictionStatus: Warning or Lockout"
  3986. * Adress: 0x00F5A12C String: "AntiAddictionStatus: Normal"
  3987. * Adress: 0x00F5AF2E String: "Anti-Addiction heartbeat response: %s"
  3988. * Adress: 0x00F5B736 String: "AntiAddictionJob triggered"
  3989. * Adress: 0x00F5E152 String: "SurfaceController::RenderJob::scheduleRender: No data model. Bind workspace now..."
  3990. * Adress: 0x00F5E57E String: "SurfaceController::RenderJob::stepDataModelJob: No DM yet. Continue..."
  3991. * Adress: 0x00F61BF7 String: "UGCGameController::~UGCGameController()"
  3992. * Adress: 0x00F625D4 String: "UGCGameController:: DataModel was closed. Stop Teleport processing!"
  3993. * Adress: 0x00F644EF String: "UGCGameController::doTeleport: url: %s"
  3994. * Adress: 0x00F64526 String: "UGCGameController::doTeleport: ticket: %s"
  3995. * Adress: 0x00F67276 String: "UGCGameController::joinGame"
  3996. * Adress: 0x00F6D20C String: "LuaAppController: onDataModelNotificationLogout"
  3997. * Adress: 0x00F6DD06 String: "LuaAppController: initialize:"
  3998. * Adress: 0x00F6E2C6 String: "LuaAppController: initialize:"
  3999. * Adress: 0x00F6F16B String: "LuaAppController: onDataModelNotificationLogin"
  4000. * Adress: 0x00F6FED5 String: "ClientSettingsRequest::[Destructor]"
  4001. * Adress: 0x00F70FDD String: "CheckAppVersionTask::[Destructor]"
  4002. * Adress: 0x00F712C2 String: "BrowserTrackerIdTask::[Destructor]"
  4003. * Adress: 0x00F71422 String: "DeviceInitTaskGroup::[Destructor]"
  4004. * Adress: 0x00F7164C String: "CheckAppVersionTask: ... got Upgrade-Status = %d."
  4005. * Adress: 0x00F716C4 String: "BrowserTrackerIdTask: ... ABTest load success"
  4006. * Adress: 0x00F71758 String: "BrowserTrackerIdTask: ... ABTest load failed"
  4007. * Adress: 0x00F719D2 String: "DeviceInitTaskGroup::doAllTasksComplete:"
  4008. * Adress: 0x00F71A7D String: "BrowserTrackerIdTask: ... got BTID %lld."
  4009. * Adress: 0x00F71D39 String: "BrowserTrackerIdTask: request failed with error %d"
  4010. * Adress: 0x00F71D89 String: "BrowserTrackerIdTask::start:"
  4011. * Adress: 0x00F71F59 String: "CheckAppVersionTask::start:"
  4012. * Adress: 0x00F72EED String: "RobloxView RobloxView:CONSTRUCTOR"
  4013. * Adress: 0x00F734F1 String: "RobloxView completeViewPrep: view is NULL. Done."
  4014. * Adress: 0x00F73EA8 String: "RobloxView RenderJob:CONSTRUCTOR"
  4015. * Adress: 0x00F73FCC String: "RobloxView create_view"
  4016. * Adress: 0x00F74676 String: "RobloxView requestStopRenderingForBackgroundMode"
  4017. * Adress: 0x00F746AA String: "RobloxView requestStopRenderingForBackgroundMode Request renderJob to stop."
  4018. * Adress: 0x00F76E1B String: "AppShellReporter::actionEnabled %d"
  4019. * Adress: 0x00F7763D String: "LuaApp memory for category: %s, usage: %4.2f"
  4020. * Adress: 0x00F77D2A String: "LuaApp memory for category: %s, usage: %4.2f"
  4021. * Adress: 0x00F791FF String: "Reporting to event stream"
  4022. * Adress: 0x00F797C3 String: "Starting collect and post stats timer"
  4023. * Adress: 0x00F79BB8 String: "Stopping collect and post stats timer"
  4024. * Adress: 0x00F79C8F String: "Disconnecting FPS counter render-stepped"
  4025. * Adress: 0x00F850AF String: "ABTestEnrollmentsRequest::[Constructor]"
  4026. * Adress: 0x00F855B2 String: "ABTestEnrollmentsRequest::[Destructor]"
  4027. * Adress: 0x00F8583B String: "ABTest - BrowserTracker enroll/get-enrollments Http-request timed out."
  4028. * Adress: 0x00F85ABF String: "ABTestEnrollmentsRequest: request from server..."
  4029. * Adress: 0x00F85DEC String: "MultiRequestGroup::makeHttpRequest: Empty POST body. Do nothing."
  4030. * Adress: 0x00F85E65 String: "ABTestEnrollmentsRequest: request dressed with counters"
  4031. * Adress: 0x00F866D7 String: "CheckAppVersionRequest::[Destructor]"
  4032. * Adress: 0x00F874C3 String: "[AppTracing] report: Error found. Do not report."
  4033. * Adress: 0x00F8F849 String: "Influx[%s]"
  4034. * Adress: 0x00F8F85F String: "Influx[%s]"
  4035. * Adress: 0x00F910C0 String: "==== Memory Pressure Reset lastLevel: %u freeMB: %6.2f usedMB: %6.2f"
  4036. * Adress: 0x00F91335 String: "**** Memory Pressure Increase CRITICAL lastLevel: %u"
  4037. * Adress: 0x00F913A6 String: "<<<**** Memory Pressure Changed newLevel: %u lastLevel: %u>>>"
  4038. * Adress: 0x00F966C8 String: "LocalStorage getting file length is failed"
  4039. * Adress: 0x00F96701 String: "LocalStorage loading file is empty"
  4040. * Adress: 0x00F96794 String: "LocalStorage loading data got invalid operation"
  4041. * Adress: 0x00F9687E String: "LocalStorage invalid json, not an object"
  4042. * Adress: 0x00F9692A String: "LocalStorage invalid json member, not a std::string"
  4043. * Adress: 0x00F96A0D String: "LocalStorage failed to load: %s"
  4044. * Adress: 0x00F96CCB String: "LocalStorage failed to read from disk"
  4045. * Adress: 0x00F96DC7 String: "LocalStorage invalid json, not an object"
  4046. * Adress: 0x00F96E81 String: "LocalStorage invalid json member, not a std::string"
  4047. * Adress: 0x00F96FBB String: "LocalStorage failed to open file for loading: %s"
  4048. * Adress: 0x00F9748B String: "LocalStorage flushing to path: %s"
  4049. * Adress: 0x00F978C4 String: "LocalStorage flushing (blocking) to path: %s"
  4050. * Adress: 0x00F97D40 String: "LocalStorage failed to write to disk"
  4051. * Adress: 0x00F97DE8 String: "LocalStorage failed to open file for flushing: %s"
  4052. * Adress: 0x00F9884A String: "LocalStorage loading from path: %s"
  4053. * Adress: 0x00F9A0D1 String: "JobName(%s)"
  4054. * Adress: 0x00F9A1AD String: "Job Destroyed - this(%p)"
  4055. * Adress: 0x00F9A2E2 String: "Job Destroyed - this(%p)"
  4056. * Adress: 0x00FA6042 String: "Studio failed to get GPU info."
  4057. * Adress: 0x00FA6229 String: "ERROR: getAdapterDesc get factory failed. (result = 0x%08x)"
  4058. * Adress: 0x00FA630E String: "ERROR: getAdapterDesc failed to get GetDesc info. (result = 0x%08x)"
  4059. * Adress: 0x00FA6350 String: "ERROR: getAdapterDesc pickAdapter(0 failed"
  4060. * Adress: 0x00FA69CC String: "GetLogicalProcessorInformation is not supported."
  4061. * Adress: 0x00FA6A8C String: "Error: Allocation failure"
  4062. * Adress: 0x00FA6AAD String: "Error %d"
  4063. * Adress: 0x00FB942A String: "ERROR: already open"
  4064. * Adress: 0x00FB9494 String: "ERROR: failed to open file "%S": %s"
  4065. * Adress: 0x00FB9532 String: "ERROR: failed to get file size "%S": %s"
  4066. * Adress: 0x00FB95DB String: "ERROR: failed to map empty file "%S"."
  4067. * Adress: 0x00FB963A String: "ERROR: failed to open file "%S": %s"
  4068. * Adress: 0x00FB96C7 String: "ERROR: failed to map file "%S": %s"
  4069. * Adress: 0x00FB9F34 String: "%s socket creation failed with err: %d"
  4070. * Adress: 0x00FBA038 String: "tcp connect failed, err: %d"
  4071. * Adress: 0x00FBA0B0 String: "%s send failed, err: %d"
  4072. * Adress: 0x00FC0220 String: "tcp task was not scheduled in the threadpool: %s"
  4073. * Adress: 0x00FC0330 String: "udp task was not scheduled in the threadpool: %s"
  4074. * Adress: 0x00FDA1D3 String: "CSGOperations2: csginit failed, out of memory?"
  4075. * Adress: 0x00FDA445 String: "CSGOperations2: destroying csg structure"
  4076. * Adress: 0x00FDAF8C String: "CSGOperations2::asyncOperation: error: loaded asset is not a PartOperationAsset"
  4077. * Adress: 0x00FDCA6C String: "CSGOperations: evaluateInstanceTree: specialShape: unknown type"
  4078. * Adress: 0x00FDCAB9 String: "CSGOperations: evaluateInstanceTree: plain PartInstance"
  4079. * Adress: 0x00FDCB13 String: "CSGOperations: primitive transformation matrix:"
  4080. * Adress: 0x00FDCE0A String: "csgTreeForInstance: instance is not a union, negate or partInstance."
  4081. * Adress: 0x00FDD8D0 String: "CSGAssetFetchContinuator: forked!"
  4082. * Adress: 0x00FDDA34 String: "instanceTransform: partOperation scale: ignoring rotation
  4083. "
  4084. * Adress: 0x00FDDF22 String: "instanceTransform: unsupported primitive type"
  4085. * Adress: 0x00FDE217 String: "CSGAssetFetchContinuator: forked!"
  4086. * Adress: 0x00FDE45D String: "CSGAssetFetchContinuator: all joined, success!"
  4087. * Adress: 0x00FE02B7 String: "csgEvaluate: encountered a nil (-1) node in the tree"
  4088. * Adress: 0x00FE039E String: "csgEvaluate: encountered a nil (-1) node in the tree"
  4089. * Adress: 0x00FE03E5 String: "csgEvaluate: encountered a nil (-1) node in the tree"
  4090. * Adress: 0x00FE0EA9 String: "collapsePass %zu"
  4091. * Adress: 0x00FE1802 String: "triangleLimit %zu for lod level %zu
  4092. "
  4093. * Adress: 0x00FE1844 String: "newTriangulate: vertexAttributes failed: err %d"
  4094. * Adress: 0x00FE1E14 String: "startloop %d"
  4095. * Adress: 0x00FE1ED5 String: "loop%d: PLANE ENTIRELY UNSET!"
  4096. * Adress: 0x00FE1F11 String: "endloop %d"
  4097. * Adress: 0x00FE32F7 String: "csgfloat_init: iterations exhausted while calculating epsilon and splitter"
  4098. * Adress: 0x00FE338F String: "csgfloat_init: iterations exhausted while calculating plane coefficient bounds"
  4099. * Adress: 0x00FE340A String: "csgfloat_init: iterations exhausted while calculating plane coefficient bounds"
  4100. * Adress: 0x00FE5DAC String: "orientation: supplied point is not valid"
  4101. * Adress: 0x00FE5DDF String: "a: %e %e %e %e"
  4102. * Adress: 0x00FE5F14 String: "d: %e %e %e %e"
  4103. * Adress: 0x00FE6E0F String: "createPrimitive2: unhandled primitive %d"
  4104. * Adress: 0x00FE9947 String: "infPoly: invalid dominant axis: %zu"
  4105. * Adress: 0x00FEB5F2 String: "treeMerge: unknown csgop %d"
  4106. * Adress: 0x00FEB640 String: "treeSplit: cutter became a leaf, which is an invariant violation."
  4107. * Adress: 0x00FEBAF6 String: "cutloop %f %f %f %f"
  4108. * Adress: 0x00FEBFB1 String: "planesForVertex: orientation returns unknown value %d"
  4109. * Adress: 0x00FEC23B String: "triangulateFaces: %zd duplicates"
  4110. * Adress: 0x00FEC7B6 String: "splitEdge: unhandled orientation case: %d %d"
  4111. * Adress: 0x00FEFE82 String: "extractTriangleMesh: degenerate face, edges %d,%d"
  4112. * Adress: 0x00FF07BD String: "polygonizeFaces: ignored a duplicate vertex in face loop!"
  4113. * Adress: 0x00FF091B String: "polygonizeFaces: vertex does not exist in the tree!"
  4114. * Adress: 0x010A05BD String: "ERROR: Cubemap framebuffers are not supported."
  4115. * Adress: 0x010A070A String: "ERROR: Cubemap framebuffers are not supported."
  4116. * Adress: 0x010A3945 String: "RenderView created - %p"
  4117. * Adress: 0x010A4344 String: "RenderView destroyed"
  4118. * Adress: 0x010AD881 String: "Render prepare end"
  4119. * Adress: 0x010B3A03 String: "Video memory size: %lld"
  4120. * Adress: 0x010B855C String: "Future is bright shadows"
  4121. * Adress: 0x010C6DA0 String: "RTPool: width %u height %u miplevels %u format %u count %u"
  4122. * Adress: 0x010D3560 String: "TC Job texture: %s"
  4123. * Adress: 0x010D443D String: "TC Device lost"
  4124. * Adress: 0x010D4BE7 String: "TC Job[%p]: texture blit (width %d) took %d us"
  4125. * Adress: 0x010D59D7 String: "TC Job[%p]: start loading assets (priority %f)"
  4126. * Adress: 0x010D5DB9 String: "TC Job[%p]: orphaning job (no materials)"
  4127. * Adress: 0x010D9C5A String: "Abandoning image %s because TextureManager is dead"
  4128. * Adress: 0x010DA7FB String: "Cancelling image %s upon request"
  4129. * Adress: 0x010DC067 String: "Image requested: %s"
  4130. * Adress: 0x010DD275 String: "Abandoning image %s because TextureManager is dead"
  4131. * Adress: 0x010DD4FD String: "Abandoning image %s because TextureManager is dead"
  4132. * Adress: 0x010DDC9A String: "Image failed to load: %s"
  4133. * Adress: 0x010DF288 String: "[%4d] %32s *** Nothing to do as texture was not loaded ***"
  4134. * Adress: 0x010DFA96 String: "Image timings: decode %d ms, upload %d ms, latency %d ms"
  4135. * Adress: 0x010E157E String: "rescaleVideo() failed with %d"
  4136. * Adress: 0x010E1603 String: "No texture for VideoTexture"
  4137. * Adress: 0x010E1653 String: "VideoTexture references dead VideoStream"
  4138. * Adress: 0x010E342F String: "Mesh manager: decoded (ModelMesh)"
  4139. * Adress: 0x010E4E5D String: "Mesh manager: gc unloaded (%d) '%s' (mem %u / %u kb)"
  4140. * Adress: 0x010E8C76 String: "Mesh manager: '%s' - bad index data"
  4141. * Adress: 0x01101ADA String: "AdvSky: created"
  4142. * Adress: 0x01101CD3 String: "AdvSky: destroyed"
  4143. * Adress: 0x011020E8 String: "AdvSky Compute: waiting for jobs"
  4144. * Adress: 0x011021B2 String: "AdvSky Compute: processing"
  4145. * Adress: 0x01102769 String: "AdvSky Compute: processing complete"
  4146. * Adress: 0x011027F0 String: "AdvSky Compute: quit signaled"
  4147. * Adress: 0x0110337D String: "AdvSky: kDirtySky: all textures ready"
  4148. * Adress: 0x011033F6 String: "AdvSky: kDirtySun: texture ready"
  4149. * Adress: 0x011034EA String: "AdvSky: kDirtyMoon: texture ready"
  4150. * Adress: 0x01103651 String: "AdvSky: kComputeWait: ready, uploading the VB"
  4151. * Adress: 0x011036B2 String: "AdvSky: kDirtyProps: kicking off the updater"
  4152. * Adress: 0x01108881 String: "Error: shader %s is not available"
  4153. * Adress: 0x011089AC String: "Error: failed to link shader program %s"
  4154. * Adress: 0x01109521 String: "Error: failed to create shader %s"
  4155. * Adress: 0x0112A7AA String: "ERROR: Cannot init free type library"
  4156. * Adress: 0x0112AB1C String: "ERROR: FontData is empty"
  4157. * Adress: 0x0112AB4F String: "ERROR: Cannot create font face from memory"
  4158. * Adress: 0x0113761F String: "SceneUpdater bind - start"
  4159. * Adress: 0x01137B58 String: "SceneUpdater bind - end"
  4160. * Adress: 0x0113D5D4 String: "notifyAwake, adding cluster %p to dynamic nodes"
  4161. * Adress: 0x0113F7E7 String: "SceneUpdater unbind - start"
  4162. * Adress: 0x0113F856 String: "SceneUpdater unbind - end"
  4163. * Adress: 0x0113FC71 String: "Updating entity on part cluster: %p"
  4164. * Adress: 0x0113FCF5 String: "Invalidated entities: %u"
  4165. * Adress: 0x0114138E String: "Updating invalidated local cluster %p"
  4166. * Adress: 0x01141C4A String: "Scene updater %p - resetting all clusters"
  4167. * Adress: 0x01141EB5 String: "Scene updater finish"
  4168. * Adress: 0x0114FC18 String: "Geometry: %d vertices, %d solid indices, %d water indices"
  4169. * Adress: 0x0115801C String: "entity 0x%p purged."
  4170. * Adress: 0x011580B5 String: "cluster 0x%p dies"
  4171. * Adress: 0x011582DA String: "entity 0x%p dies"
  4172. * Adress: 0x01158B67 String: "binding (decal) 0x%p spawns"
  4173. * Adress: 0x0115B6C4 String: "entity 0x%p syncing buffers"
  4174. * Adress: 0x0115B751 String: "entity 0x%p syncing shadow buffers"
  4175. * Adress: 0x0115B96C String: "cluster 0x%p queued for oob syncbuffers"
  4176. * Adress: 0x0115BFE2 String: "cluster 0x%p scheduled for termination"
  4177. * Adress: 0x01182710 String: "Out of bounds decoded mesh indices"
  4178. * Adress: 0x011A4E9A String: "SceneUpdater bind - start"
  4179. * Adress: 0x011A53D3 String: "SceneUpdater bind - end"
  4180. * Adress: 0x011A760F String: "notifyAwake, adding cluster %p to dynamic nodes"
  4181. * Adress: 0x011A9B57 String: "SceneUpdater unbind - start"
  4182. * Adress: 0x011A9BC6 String: "SceneUpdater unbind - end"
  4183. * Adress: 0x011AA02D String: "Updating entity on part cluster: %p"
  4184. * Adress: 0x011AA085 String: "Invalidated entities: %u"
  4185. * Adress: 0x011AB970 String: "Updating invalidated local cluster %p"
  4186. * Adress: 0x011AC2CA String: "Scene updater %p - resetting all clusters"
  4187. * Adress: 0x011AC535 String: "Scene updater finish"
  4188. * Adress: 0x011B6A30 String: "FastCluster[%p]: priorityInvalidateEntity"
  4189. * Adress: 0x011B6EB3 String: "FastCluster[%p]: destroy (no more parts)"
  4190. * Adress: 0x011C8E64 String: " %s %d new micro bone"
  4191. * Adress: 0x011C978D String: "SkinningIsland::updateBones"
  4192. * Adress: 0x011CA017 String: " %s %d primary bone"
  4193. * Adress: 0x011EC3B0 String: "FastCluster[%p]: priorityInvalidateEntity"
  4194. * Adress: 0x011EC7CB String: "FastCluster[%p]: destroy (no more parts)"
  4195. * Adress: 0x0120365D String: "Step Time, HTTP B/W, RakNet B/W, Overall B/W"
  4196. * Adress: 0x01203688 String: "Player Configured"
  4197. * Adress: 0x012059F7 String: "Locale2Id"
  4198. * Adress: 0x0120CDB9 String: "Avatar Load"
  4199. * Adress: 0x0120E60F String: "======== Join Times ======="
  4200. * Adress: 0x0120EA04 String: "======== Join Times (Delta) ======="
  4201. * Adress: 0x01210297 String: "OnDisconnect http req time:%.2fms%s"
  4202. * Adress: 0x012102BF String: "OnDisconnect http req time:%.2fms%s"
  4203. * Adress: 0x01210D72 String: "Game Loaded"
  4204. * Adress: 0x012110E4 String: "Game Join"
  4205. * Adress: 0x01211A33 String: "Received Globals"
  4206. * Adress: 0x012207E2 String: "NetworkClient:Create"
  4207. * Adress: 0x012208F4 String: "NetworkClient:Remove"
  4208. * Adress: 0x01221C81 String: "Client received ID_CONNECTION_REQUEST_ACCEPTED successfully"
  4209. * Adress: 0x01222A47 String: "Client:Disconnect"
  4210. * Adress: 0x01223C49 String: "Client:Disconnect"
  4211. * Adress: 0x0122455C String: "Client will attempt to connect following server endpoints with threadSleepTime(%d)"
  4212. * Adress: 0x012252BD String: "Connecting to server, IP(inet_addr): %u Port: %d"
  4213. * Adress: 0x01225C2B String: "Reporting per server(%s:%d) metric to influx: %s."
  4214. * Adress: 0x01226865 String: "Reporting network metric: %s to diag. Time since last metric = %u"
  4215. * Adress: 0x0122E83D String: "Can't send protected bytecode due to missing SessionCrypto."
  4216. * Adress: 0x0122F69B String: "Can't send protected bytecode due to missing SessionCrypto."
  4217. * Adress: 0x01230830 String: "Can't send protected bytecode due to missing SessionCrypto."
  4218. * Adress: 0x01233C79 String: "Replicator created: %p"
  4219. * Adress: 0x012359D2 String: "Replicator destroyed: %p"
  4220. * Adress: 0x0123A282 String: "Exception during cluster out step, request disconnect"
  4221. * Adress: 0x0123ACD4 String: "Exception during data out step, request disconnect"
  4222. * Adress: 0x0124F599 String: "SendClusterJob::step"
  4223. * Adress: 0x012504E2 String: "SessionCrypto could not create tag for protected hash"
  4224. * Adress: 0x01255C17 String: "initialSpawnName: %s"
  4225. * Adress: 0x012564CC String: "Player Creation Error"
  4226. * Adress: 0x01256A10 String: "Error on ServerReplicator::OnReceive: %s"
  4227. * Adress: 0x01258770 String: "ServerReplicator:InstallRemotePlayer - LoadCharacter"
  4228. * Adress: 0x0125C4FD String: "Disconnecting because got prefetch request but not streaming enabled."
  4229. * Adress: 0x0125E4EA String: "ServerReplicator:sendTop - begin"
  4230. * Adress: 0x0125E809 String: "Serializing Instances and preparing blobs for JoinDataItemV2"
  4231. * Adress: 0x01260C15 String: "ignore or null root part or filtered or grounded, skipping framebuffers"
  4232. * Adress: 0x012630C8 String: "NetworkServer:Create"
  4233. * Adress: 0x01263364 String: "NetworkServer:Destroy"
  4234. * Adress: 0x01263F04 String: "NetworkServer:NewIncomingConnection"
  4235. * Adress: 0x012642F2 String: "On receive packet %d"
  4236. * Adress: 0x012658E7 String: "NetworkServer:Stop blockDuration(%d)"
  4237. * Adress: 0x01266988 String: "NetworkServer:Stop blockDuration(%d)"
  4238. * Adress: 0x012699AC String: "Closing connection internally"
  4239. * Adress: 0x01269D78 String: "RakNet: Connect requested with attempt count %u , time between attempts %u"
  4240. * Adress: 0x0126E0D0 String: "RakPeer is NOT active, returning"
  4241. * Adress: 0x0126E692 String: "PacketReturnQueue is empty, no work to do"
  4242. * Adress: 0x01278002 String: "updateStatsJob::updateStats running"
  4243. * Adress: 0x01287076 String: "childrenWaitingForTheirTurn Not empty at the end of Join. Dumping items in the map. Assert coming up..."
  4244. * Adress: 0x012872F3 String: "orderedChildrenWaitingForTheirTurn Not empty at the end of Join. Dumping items in the map. Assert coming up..."
  4245. * Adress: 0x01290CFD String: "Checked %u regions before finding uncollected region."
  4246. * Adress: 0x0129108C String: "Skipping part %s because parent not replicated"
  4247. * Adress: 0x01291180 String: "Collected %u instances"
  4248. * Adress: 0x012A3F75 String: "getaddrinfo(...) failed:Error code - %d
  4249. "
  4250. * Adress: 0x012A3FE8 String: "1.bind__(...) failed:Error code - %d
  4251. "
  4252. * Adress: 0x012A4128 String: "bind failed:Error : %d - %s
  4253. "
  4254. * Adress: 0x012A4A93 String: "sendto failed with code %i for char %i and length %i.errno %s"
  4255. * Adress: 0x012A4B20 String: "getsockname returned errno 0x%x"
  4256. * Adress: 0x012A4B5C String: "getsockname returned errno 0x%x"
  4257. * Adress: 0x012AB1DD String: "Raknet rawpeer is detaching Peer plugin"
  4258. * Adress: 0x012AB404 String: "Raknet rawpeer is attaching Peer plugin"
  4259. * Adress: 0x012B2E10 String: "%s(%s) computed local replicated %d out of %d"
  4260. * Adress: 0x012CC4B8 String: "Wrote join data item for megacluster"
  4261. * Adress: 0x012CE84B String: "ReplicationDataCache::Finalize curBlob %p, compressedStream=%p, numOfRawBytes=%d, numOfCompressedBytes=%d, numOfInstances=%d "
  4262. * Adress: 0x012CED35 String: "ReplicationDataCache::generateDataBlobs : serializing and creating blobs for cacheable instances"
  4263. * Adress: 0x012CEE45 String: "ReplicationDataCache::generateDataBlobs : serializing and creating blobs for part instances"
  4264. * Adress: 0x012CEF4B String: "ReplicationDataCache::generateDataBlobs : serializing and creating blobs for non-cacheable instances"
  4265. * Adress: 0x012CFDF4 String: "ReplicationDataCache::invalidateBlob(blob) : marking blob invalid"
  4266. * Adress: 0x012D3D09 String: "Skipping cluster packet for illegal terrain receive"
  4267. * Adress: 0x012D3EBD String: "Applying cluster chunk (%d, %d, %d) isEmpty=%d"
  4268. * Adress: 0x012D7078 String: "InstanceTypePtr,InstanceTypeName,BlobType,Count,minSize,maxSize,avgSize"
  4269. * Adress: 0x012D74DA String: "ReplicationDataCache::Copying blob#%d [%p], compressedStream=%p, numOfRawBytes=%d, numOfCompressedBytes=%d, numOfInstances=%d"
  4270. * Adress: 0x012D77AE String: "Pushing instance %s[type=%s][guid=%s] with metaDataOffset=%d, indexInParent=%d, numOfChildren=%d into blobIndex=%d"
  4271. * Adress: 0x012D7B5A String: "ReplicationDataCache::generateDataBlobs : serializing and creating blob for sharedStrings"
  4272. * Adress: 0x012D7CD0 String: "Parsing JoinDataItemV2"
  4273. * Adress: 0x012D81EC String: "Discarding join instance due to null local descriptor (schema diff)"
  4274. * Adress: 0x012D83A8 String: "Expecting %d instances"
  4275. * Adress: 0x012D85D2 String: "No more invalid caches in blob"
  4276. * Adress: 0x012D886F String: "Done reading join instance %s offset=%X bytes with numOfChildren=%d, indexInParent=%d"
  4277. * Adress: 0x012D9778 String: "ProcessPacketsJob running"
  4278. * Adress: 0x012E1A39 String: "characterOutsideStreamedArea changed to true."
  4279. * Adress: 0x012E2F3D String: "GCing instance %s as part of gcing region (%d,%d,%d)"
  4280. * Adress: 0x012E60C3 String: "characterOutsideStreamedArea changed to false."
  4281. * Adress: 0x012E770D String: "Changed streamed in radius to %d based on server metadata"
  4282. * Adress: 0x012E784A String: "Changed streamed in radius to %d based on prefetch info"
  4283. * Adress: 0x012E78C0 String: "Player is paused, but has no streaming focus."
  4284. * Adress: 0x012E7EB9 String: "Leaving paused state"
  4285. * Adress: 0x012E80BD String: "No replication focus"
  4286. * Adress: 0x012E80F2 String: "No player found"
  4287. * Adress: 0x012F55D3 String: "SignalR won't work if the cookie is empty or invalid"
  4288. * Adress: 0x012F5C89 String: "SignalR won't work if the cookie is empty or invalid. Starting a workaround thread to wait for cookie availability"
  4289. * Adress: 0x012F97D8 String: "SignalR connection stopped successfully"
  4290. * Adress: 0x012F98C9 String: "SignalR disconnected, message: %s"
  4291. * Adress: 0x012F9912 String: "SignalR is closing, message: %s"
  4292. * Adress: 0x012F9951 String: "SignalR is connecting, message: %s"
  4293. * Adress: 0x012F9989 String: "SignalR succesfully connected"
  4294. * Adress: 0x012FB4AD String: "SignalR connection reconnecting"
  4295. * Adress: 0x012FCA3A String: "SignalR connection disconnected"
  4296. * Adress: 0x012FCB8C String: "SignalR notification event is not an array"
  4297. * Adress: 0x012FCF98 String: "SignalR hub proxy subscription status event size has unsupported number of entries."
  4298. * Adress: 0x012FD3C4 String: "SignalR connection started successfully"
  4299. * Adress: 0x012FD65C String: "SignalR subscription event is not an array"
  4300. * Adress: 0x012FD868 String: "SignalR namespace sequence numbers is not an object"
  4301. * Adress: 0x012FE118 String: "SignalR starting connection"
  4302. * Adress: 0x012FE791 String: "SignalR Connection is NULL"
  4303. * Adress: 0x012FEDA1 String: "SignalR starting connection"
  4304. * Adress: 0x012FEE14 String: "SignalR heartbeat was already created."
  4305. * Adress: 0x012FF040 String: "SignalR stopping connection"
  4306. * Adress: 0x0130058B String: "signalr: new state: %d, message: %s"
  4307. * Adress: 0x01300B56 String: "signalr: cannot open when websocket connection is null, must setup websocket"
  4308. * Adress: 0x013018E7 String: "signalr: connection token is empty, cannot establish websocket connection"
  4309. * Adress: 0x01301CEB String: "signalr: cannot start() unless connection is disconnected"
  4310. * Adress: 0x01302033 String: "signalr: cannot close when websocket connection is null, must setup websocket"
  4311. * Adress: 0x013023E1 String: "signalr: recv ws message: %s"
  4312. * Adress: 0x01302460 String: "signalr: error parsing json mesage: %s"
  4313. * Adress: 0x013024ED String: "signalr: connect response is not ok: %s"
  4314. * Adress: 0x013025CE String: "signalr: could not parse inner message in websocket message: %s"
  4315. * Adress: 0x01302632 String: "signalr: could not parse message id in websocket message: %s"
  4316. * Adress: 0x013028C8 String: "signalr: no subscription for method %s"
  4317. * Adress: 0x01302961 String: "signalr: no subscriptions found for hub %s"
  4318. * Adress: 0x013029F6 String: "signalr: could not parse arguments in websocket message: %s"
  4319. * Adress: 0x01302A10 String: "signalr: could not parse method in websocket message: %s"
  4320. * Adress: 0x01302A2A String: "signalr: could not parse hub name in websocket message: %s"
  4321. * Adress: 0x01302B24 String: "signalr: received msg of type: %d, it is for connection updates and should not be consumed"
  4322. * Adress: 0x013D624A String: "FastBackoff, reducing quality"
  4323. * Adress: 0x013DE0EC String: "Destroying adornable %p"
  4324. * Adress: 0x013DE246 String: "Adornable Collector %p deleted"
  4325. * Adress: 0x01434AE2 String: "Attempt to modify a readonly table"
  4326. * Adress: 0x01434BB1 String: "Attempt to modify a readonly table"
  4327. * Adress: 0x01434D45 String: "no calling environment"
  4328. * Adress: 0x01434FD5 String: "Attempt to modify a readonly table"
  4329. * Adress: 0x01435B2C String: "invalid argument #%d to '%s' (%s)"
  4330. * Adress: 0x01435B45 String: "invalid argument #%d (%s)"
  4331. * Adress: 0x01435C2E String: "missing argument #%d"
  4332. * Adress: 0x01435CFD String: "stack overflow (%s)"
  4333. * Adress: 0x0143653A String: "C stack overflow"
  4334. * Adress: 0x0143659A String: "stack overflow"
  4335. * Adress: 0x01436A6A String: "cannot resume non-suspended coroutine"
  4336. * Adress: 0x01436AA3 String: "C stack overflow"
  4337. * Adress: 0x01436B7A String: "cannot resume non-suspended coroutine"
  4338. * Adress: 0x01436BB3 String: "C stack overflow"
  4339. * Adress: 0x01436CA4 String: "attempt to yield across metamethod/C-call boundary"
  4340. * Adress: 0x0143EC46 String: "C stack overflow"
  4341. * Adress: 0x0143FAAC String: "initial value"
  4342. * Adress: 0x01440F9C String: "base out of range"
  4343. * Adress: 0x014410BB String: "nil or table"
  4344. * Adress: 0x014410D3 String: "cannot change a protected metatable"
  4345. * Adress: 0x014411DE String: "'setfenv' cannot change environment of given object"
  4346. * Adress: 0x0144141F String: "index out of range"
  4347. * Adress: 0x0144152A String: "%.14g, %.14g, %.14g"
  4348. * Adress: 0x014415C9 String: "'__tostring' must return a string"
  4349. * Adress: 0x0144165D String: "nil or boolean"
  4350. * Adress: 0x0144175E String: "invalid level"
  4351. * Adress: 0x0144178D String: "level must be non-negative"
  4352. * Adress: 0x01441D50 String: "thread"
  4353. * Adress: 0x01441F64 String: "too many arguments to resume"
  4354. * Adress: 0x01441F7A String: "too many results to resume"
  4355. * Adress: 0x014422AC String: "wrong number of arguments to 'insert'"
  4356. * Adress: 0x01442494 String: "destination wrap around"
  4357. * Adress: 0x014424AC String: "too many elements to move"
  4358. * Adress: 0x014425D7 String: "invalid value (%s) at index %d in table for 'concat'"
  4359. * Adress: 0x014427A3 String: "too many results to unpack"
  4360. * Adress: 0x01442886 String: "size out of range"
  4361. * Adress: 0x01442943 String: "index out of range"
  4362. * Adress: 0x014429A3 String: "Attempt to modify a readonly table"
  4363. * Adress: 0x01442D3F String: "invalid order function for sorting"
  4364. * Adress: 0x01442D55 String: "invalid order function for sorting"
  4365. * Adress: 0x014431A3 String: "invalid conversion specifier"
  4366. * Adress: 0x014439E7 String: "string contains zeros"
  4367. * Adress: 0x014439FE String: "integer overflow"
  4368. * Adress: 0x01443A17 String: "unsigned overflow"
  4369. * Adress: 0x01443A32 String: "string longer than given size"
  4370. * Adress: 0x01443A49 String: "string length does not fit in given size"
  4371. * Adress: 0x01443B19 String: "variable-length format"
  4372. * Adress: 0x01443B31 String: "format result too large"
  4373. * Adress: 0x01443D91 String: "initial position out of string"
  4374. * Adress: 0x01443DA9 String: "data string too short"
  4375. * Adress: 0x01443DC1 String: "unfinished string for format 'z'"
  4376. * Adress: 0x01443DD9 String: "data string too short"
  4377. * Adress: 0x01444183 String: "resulting string too large"
  4378. * Adress: 0x01444261 String: "string slice too long"
  4379. * Adress: 0x01444311 String: "invalid value"
  4380. * Adress: 0x0144455B String: "string/function/table"
  4381. * Adress: 0x01444A09 String: "invalid format (width or precision too long)"
  4382. * Adress: 0x01444A21 String: "invalid format (repeated flags)"
  4383. * Adress: 0x01444DCD String: "invalid replacement value (a %s)"
  4384. * Adress: 0x01444DE5 String: "invalid use of '%c' in replacement string"
  4385. * Adress: 0x01444E5D String: "malformed pattern (missing ']')"
  4386. * Adress: 0x01444E75 String: "malformed pattern (ends with '%%')"
  4387. * Adress: 0x01444F70 String: "invalid next option for option 'X'"
  4388. * Adress: 0x01444F89 String: "format asks for alignment not power of 2"
  4389. * Adress: 0x01444FF7 String: "size specifier is too large"
  4390. * Adress: 0x014451E7 String: "invalid format option '%c'"
  4391. * Adress: 0x01445202 String: "missing size for format option 'c'"
  4392. * Adress: 0x014458FC String: "pattern too complex"
  4393. * Adress: 0x01445914 String: "malformed pattern (missing arguments to '%%b')"
  4394. * Adress: 0x0144592C String: "missing '[' after '%%f' in pattern"
  4395. * Adress: 0x01445961 String: "invalid pattern capture"
  4396. * Adress: 0x01445E53 String: "unfinished capture"
  4397. * Adress: 0x01445E6B String: "invalid capture index"
  4398. * Adress: 0x01445EEC String: "invalid capture index"
  4399. * Adress: 0x01445F04 String: "unfinished capture"
  4400. * Adress: 0x01445F5A String: "too many captures"
  4401. * Adress: 0x014467A8 String: "field cannot be negative"
  4402. * Adress: 0x014467BF String: "trying to access non-existent bits"
  4403. * Adress: 0x014467D5 String: "width must be positive"
  4404. * Adress: 0x01446911 String: "initial position out of string"
  4405. * Adress: 0x01446929 String: "final position out of string"
  4406. * Adress: 0x01446A2E String: "out of range"
  4407. * Adress: 0x01446A46 String: "string slice too long"
  4408. * Adress: 0x01446A5C String: "invalid UTF-8 code"
  4409. * Adress: 0x01446A72 String: "out of range"
  4410. * Adress: 0x01446BB2 String: "value out of range"
  4411. * Adress: 0x01446CFA String: "position out of range"
  4412. * Adress: 0x01446D14 String: "initial position is a continuation byte"
  4413. * Adress: 0x01446DF6 String: "value out of range"
  4414. * Adress: 0x01446EAA String: "invalid UTF-8 code"
  4415. * Adress: 0x0144781E String: "wrong number of arguments"
  4416. * Adress: 0x01447834 String: "interval is empty"
  4417. * Adress: 0x0144784C String: "interval is empty"
  4418. * Adress: 0x01449CA8 String: "invalid key to 'next'"
  4419. * Adress: 0x01449E0E String: "table index is nil"
  4420. * Adress: 0x01449E26 String: "table index is NaN"
  4421. * Adress: 0x0144A758 String: "table overflow"
  4422. * Adress: 0x0144AE87 String: "string length overflow"
  4423. * Adress: 0x0144B176 String: "get length of"
  4424. * Adress: 0x0144B3C1 String: "loop in gettable"
  4425. * Adress: 0x0144B680 String: "loop in settable"
  4426. * Adress: 0x0144B696 String: "Attempt to modify a readonly table"
  4427. * Adress: 0x0144BD14 String: "memory allocation error: block too big"
  4428. * Adress: 0x01460A2F String: "rv_debug_memory_dump"
  4429. * Adress: 0x01460ABD String: "rv_debug_memory_num_allocations"
  4430. * Adress: 0x01460AFD String: "rv_frame_alloc"
  4431. * Adress: 0x01460B4D String: "rv_frame_free"
  4432. * Adress: 0x01460BB3 String: "rv_frame_get_buffer"
  4433. * Adress: 0x01460CEB String: "rv_image_get_linesize"
  4434. * Adress: 0x01460DB4 String: "rv_frame_unref"
  4435. * Adress: 0x01460F9D String: "rv_image_copy_plane"
  4436. * Adress: 0x0146169D String: "rv_packet_unref"
  4437. * Adress: 0x014616FD String: "rvcodec_alloc_context3"
  4438. * Adress: 0x0146176D String: "rvcodec_close"
  4439. * Adress: 0x014617BD String: "rvcodec_find_decoder"
  4440. * Adress: 0x0146183D String: "rvcodec_flush_buffers"
  4441. * Adress: 0x0146188D String: "rvcodec_free_context"
  4442. * Adress: 0x0146190D String: "rvcodec_get_context_defaults3"
  4443. * Adress: 0x014619BD String: "rvcodec_open2"
  4444. * Adress: 0x01461A5D String: "rvcodec_parameters_free"
  4445. * Adress: 0x01461ABD String: "rvcodec_parameters_to_context"
  4446. * Adress: 0x01461B6D String: "rvcodec_receive_frame"
  4447. * Adress: 0x01461BE4 String: "rvcodec_register"
  4448. * Adress: 0x01461CED String: "rvcodec_send_packet"
  4449. * Adress: 0x01461D4D String: "rv_read_frame"
  4450. * Adress: 0x01461DAF String: "rv_register_all"
  4451. * Adress: 0x01461E1D String: "rvformat_alloc_context"
  4452. * Adress: 0x01461E5D String: "rvformat_close_input"
  4453. * Adress: 0x01461ECD String: "rvformat_free_context"
  4454. * Adress: 0x01461F6D String: "rvformat_network_init"
  4455. * Adress: 0x01461FAE String: "rvformat_open_input"
  4456. * Adress: 0x01461FF6 String: "rvformat_alloc_context"
  4457. * Adress: 0x014620FD String: "rvformat_seek_file"
  4458. * Adress: 0x014623BD String: "rvio_alloc_context"
  4459. * Adress: 0x014624ED String: "rvs_getCachedContext"
  4460. * Adress: 0x0146257F String: "rvs_scale"
  4461. * Adress: 0x0146268D String: "vpx_close"
  4462. * Adress: 0x014626CD String: "vpx_flush"
  4463. * Adress: 0x0146271F String: "vpx_init"
  4464. * Adress: 0x014627AD String: "vpx_on_alloc"
  4465. * Adress: 0x0146281D String: "vpx_on_free"
  4466. * Adress: 0x0146288F String: "vpx_receive_frame"
  4467. * Adress: 0x014629DD String: "vpx_send_packet"
  4468. * Adress: 0x01462ACD String: "vorbis_close"
  4469. * Adress: 0x01462B5D String: "vorbis_flush"
  4470. * Adress: 0x01462BE2 String: "vorbis_init"
  4471. * Adress: 0x01462DCD String: "vorbis_on_alloc"
  4472. * Adress: 0x01462E1D String: "vorbis_on_free"
  4473. * Adress: 0x01462E5F String: "vorbis_receive_frame"
  4474. * Adress: 0x01462F9F String: "vorbis_send_packet"
  4475. * Adress: 0x0146317D String: "opus_close"
  4476. * Adress: 0x0146322D String: "opus_flush"
  4477. * Adress: 0x014632D4 String: "opus_init"
  4478. * Adress: 0x0146341D String: "opus_on_alloc"
  4479. * Adress: 0x0146346D String: "opus_on_free"
  4480. * Adress: 0x014634AF String: "opus_receive_frame"
  4481. * Adress: 0x014635FF String: "opus_send_packet"
  4482. * Adress: 0x01464D6D String: "webm_close_input"
  4483. * Adress: 0x01464E04 String: "webm_open_input"
  4484. * Adress: 0x0146529F String: "webm_read_packet"
  4485. * Adress: 0x01465367 String: "webm_read_seek2"
  4486. * Adress: 0x0152B30A String: "requests"
  4487. * Adress: 0x015F31CD String: "ResetPlaceFilteredVariables resetting %s to %s"
  4488. * Adress: 0x015F3D1A String: "Invalid value setting Fint variable %s: variable unchanged"
  4489. * Adress: 0x015F3EAF String: "Invalid value setting FFlag variable %s"
  4490. * Adress: 0x015FDDFD String: "RBXCRASH: %s"
  4491. * Adress: 0x015FDE38 String: "RBXCRASH"
  4492. * Adress: 0x015FEB98 String: "Error loading settings: [%s] settings size = %d"
  4493. * Adress: 0x015FEE4C String: "Error loading settings: [%s] settings size = %d"
  4494. * Adress: 0x01A15BD8 String: "[LMS] (post-app-event) event: %d."
  4495. * Adress: 0x01A15C3F String: "[LMS] (post-app-event) ... stop app timer"
  4496. * Adress: 0x01A15C83 String: "[LMS] (post-app-event) Unsupported event: %d."
  4497. * Adress: 0x01A15CBB String: "[LMS] (post-app-event) ... start app timer"
  4498. * Adress: 0x01A2BD94 String: "[LMS] (get-recipe) Failed to parse the HTTP response."
  4499. * Adress: 0x01A2BDE9 String: "[LMS] (process-recipe)"
  4500. * Adress: 0x01A2BE63 String: "[LMS] (process-recipe) ... zero 'pulses'. Stop processing."
  4501. * Adress: 0x01A2BE8E String: "[LMS] (back-to-idle) report submitted:%d"
  4502. * Adress: 0x01A2BF4F String: "[LMS] (back-to-idle) report submitted:%d"
  4503. * Adress: 0x01A2C0BA String: "[LMS] (back-to-idle) report submitted:%d"
  4504. * Adress: 0x01A2C6EB String: "[LMS] (get-recipe)"
  4505. * Adress: 0x01A2D7D1 String: "[LMS] (parse-recipe) The input string was not an JSON object."
  4506. * Adress: 0x01A2DB83 String: "[LMS] (parse-recipe) 'targets' was not an JSON array."
  4507. * Adress: 0x01A3E4C2 String: "GL Renderer: %s"
  4508. * Adress: 0x01A3F9E0 String: "GL Debug: %s"
  4509. * Adress: 0x01A40E37 String: "D3D9 GPU: %s"
  4510. * Adress: 0x01A4190E String: "D3D9 HWVP device created"
  4511. * Adress: 0x01A41928 String: "D3D9 HWVP device creation failed: %x"
  4512. * Adress: 0x01A4196F String: "D3D9 SWVP device created"
  4513. * Adress: 0x01A419A4 String: "D3D9 SWVP device creation failed: %x"
  4514. * Adress: 0x01A42674 String: "D3D Frame query timed out, resetting"
  4515. * Adress: 0x01A42DFB String: "ERROR: Device reset failed; will try again next frame"
  4516. * Adress: 0x01A42E37 String: "ERROR: TestCooperativeLevel succeeds even though device is lost; skipping frame"
  4517. * Adress: 0x01A42E6C String: "Device lost; releasing resources"
  4518. * Adress: 0x01A42EBD String: "Device not reset without being lost; releasing resources"
  4519. * Adress: 0x01A42F42 String: "ERROR: Device reset failed; will try again next frame"
  4520. * Adress: 0x01A42F5E String: "ERROR: Unknown device error %x; skipping frame"
  4521. * Adress: 0x01A44A7D String: "WARNING: D3D Frame query timed out, has device hung?"
  4522. * Adress: 0x01A44D23 String: "[%s][%s] %s
  4523. "
  4524. * Adress: 0x01A4537F String: "D3D11 FATAL ERROR: Device removed with reason %x"
  4525. * Adress: 0x01A46B5E String: "Vulkan Device: %s"
  4526. * Adress: 0x01A49E19 String: "VULKAN %s: [%s] %s"
  4527. * Adress: 0x01A4BAFF String: "Vulkan: Device %s is blacklisted, skipping"
  4528. * Adress: 0x01A4BB2A String: "Vulkan: Device %s is incompatible, skipping"
  4529. * Adress: 0x01A4BF5B String: "Vulkan: destroying window frame buffer"
  4530. * Adress: 0x01A4C0A6 String: "Vulkan: destroying window frame buffer"
  4531. * Adress: 0x01A574B5 String: "Failed to lock texture: %x"
  4532. * Adress: 0x01A5786B String: "Failed to lock texture: %x"
  4533. * Adress: 0x01A656A1 String: "Vulkan: Skipping pipeline cache (%d bytes) since validation failed"
  4534. * Adress: 0x01A656F7 String: "Vulkan: Failed to create pipeline cache from loaded data, clearing cache"
  4535. * Adress: 0x01A671E1 String: "ERROR: Compute state object creation failed with code %d"
  4536. * Adress: 0x01A68309 String: "ERROR: Pipeline state object creation failed with code %d"
  4537. * Adress: 0x01A6A8A0 String: "VR: %s"
  4538. * Adress: 0x01A6B058 String: "VR: Exiting due to external request"
  4539. * Adress: 0x01A6B09B String: "VR: Recentering due to external request"
  4540. * Adress: 0x005E59AE String: "Setting up ImmHandler"
  4541. * Adress: 0x005E6AF2 String: "Updating IME window to enabled"
  4542. * Adress: 0x005ED401 String: "The channel is %s"
  4543. * Adress: 0x005F392D String: "Open IE version key failed"
  4544. * Adress: 0x005F39BA String: "BrowserServiceDiagnose can not find "svcVersion", looking for "Version""
  4545. * Adress: 0x005F3A13 String: "BrowserServiceDiagnose Can not find any IE version information"
  4546. * Adress: 0x005F43CF String: "create FEATURE_BROWSER_EMULATION failed"
  4547. * Adress: 0x005F4403 String: "can not open FEATURE_BROWSER_EMULATION"
  4548. * Adress: 0x005F446A String: "can not set or delete IE compatible version"
  4549. * Adress: 0x00625C3D String: "CreateMutex error: %d"
  4550. * Adress: 0x00625EC5 String: "RobloxCrashDumpUploaderMutex already exists. Not uploading logs."
  4551. * Adress: 0x00646703 String: "Machine id key: [%s]"
  4552. * Adress: 0x00646A9D String: "Machine is banned"
  4553. * Adress: 0x00646AB7 String: "Machine is not banned"
  4554. * Adress: 0x006473CB String: "LoadClientSettingsFromLocal group: "%s""
  4555. * Adress: 0x0085974A String: "Locking mutex for data(%d) on CURL handle %p"
  4556. * Adress: 0x00879D39 String: "Resuming waiting threads"
  4557. * Adress: 0x00931595 String: "ArrowTool created: %p"
  4558. * Adress: 0x009316C5 String: "ArrowTool created: %p"
  4559. * Adress: 0x00ADF5CC String: "GuiItem created: %p"
  4560. * Adress: 0x00ADF7CD String: "GuiItem destroyed: %p"
  4561. * Adress: 0x00BAADB2 String: "FMODPlaybackDSP::release() FMOD did not release dsp"
  4562. * Adress: 0x00C096A0 String: "Joint %p created, prim0: %p, prim1: %p"
  4563. * Adress: 0x00CDEBC8 String: "Clouds created - %p"
  4564. * Adress: 0x00E0FE63 String: "ScriptMouseCommand created: %p"
  4565. * Adress: 0x00F35954 String: "WebLogin SetBTID failed"
  4566. * Adress: 0x01440E85 String: "'tostring' must return a string to 'print'"
  4567. * Adress: 0x01441CC3 String: "thread"
  4568. */
  4569.  
  4570.  
  4571. #define ASLR(x)(x - 0x400000 + (DWORD)GetModuleHandleA(0))
  4572.  
  4573. #define Declare(address, returnValue, callingConvention, ...) (returnValue(callingConvention*)(__VA_ARGS__))(retcheckBypass(x(address)))
  4574. #define r_lua_tostring(rL,i) r_lua_tolstring(rL, (i), NULL)
  4575. #define r_lua_pop(rL,n) r_lua_settop(rL, -(n)-1)
  4576. #define r_lua_getglobal(rL,s) r_lua_getfield(rL, LUA_GLOBALSINDEX, (s))
  4577. #define r_lua_newtable(rL) r_lua_createtable(rL, 0, 0)
  4578. #define x(x) (x - 0x400000 + (DWORD)GetModuleHandleA(0))
  4579.  
  4580. int R_LUA_TUSERDATA = 0;
  4581. int R_LUA_TFUNCTION = 0;
  4582. int R_LUA_TSTRING = 0;
  4583. int R_LUA_TBOOLEAN = 0;
  4584. int R_LUA_TNUMBER = 0;
  4585. int R_LUA_TTABLE = 0;
  4586. int R_LUA_TNIL = 0;
  4587. int R_LUA_TTHREAD = 0;
  4588. int R_LUA_TLIGHTUSERDATA = 0;
  4589. int GDM;
  4590.  
  4591. typedef DWORD(getdatamodel2_CCV* gdm2)();
  4592. gdm2 getdatamodel2 = (gdm2)(x(Adresses::getdatamodel2_addr));
  4593.  
  4594. typedef DWORD(__thiscall* getdatamodel)(DWORD, DWORD);
  4595. getdatamodel r_getdatamodel = (getdatamodel)(x(Adresses::getdatamodel_addr));
  4596.  
  4597. typedef int(lual_error_CCV* ee)(int e, const char* n, ...);
  4598. static ee r_luaL_error = (ee)x(Adresses::lual_error_addr); // 22
  4599.  
  4600. typedef void(lua_getfield_CCV* rgetfield)(DWORD rL, int idx, const char* k);
  4601. rgetfield r_lua_getfield = (rgetfield)retcheckBypass(x(Adresses::lua_getfield_addr));
  4602.  
  4603. typedef int(lua_pushboolean_CCV* rboolean)(unsigned int, int);
  4604. rboolean r_lua_pushboolean = (rboolean)(retcheckBypass(x(Adresses::lua_pushboolean_addr)));
  4605.  
  4606. typedef char* (lua_tolstring_CCV* rtolstring)(DWORD rL, int idx, size_t* size);
  4607. rtolstring r_lua_tolstring = (rtolstring)(retcheckBypass(x(Adresses::lua_tolstring_addr)));
  4608.  
  4609. typedef bool(lua_toboolean_CCV* toboolean)(DWORD rL, bool idx);
  4610. toboolean r_lua_toboolean = (toboolean)(x(Adresses::lua_toboolean_addr));
  4611.  
  4612. typedef void(lua_pushvalue_CCV* pushvalue)(DWORD rL, DWORD idx);
  4613. pushvalue r_lua_pushvalue = (pushvalue)(retcheckBypass(x(Adresses::lua_pushvalue_addr)));
  4614.  
  4615. typedef double(lua_pushnumber_CCV* pushnumber)(DWORD rL, double idx);
  4616. pushnumber r_lua_pushnumber = (pushnumber)(retcheckBypass(x(Adresses::lua_pushnumber_addr)));
  4617.  
  4618. typedef void(lua_pushstring_CCV* rpushstring)(DWORD rL, const char*);
  4619. rpushstring r_lua_pushstring = (rpushstring)(retcheckBypass(x(Adresses::lua_pushstring_addr)));
  4620.  
  4621. typedef int(lua_pcall_CCV* rLua_pcall)(DWORD lst, int nargs, int nresults, int errfunc);
  4622. rLua_pcall r_lua_pcall = (rLua_pcall)retcheckBypass(x(Adresses::lua_pcall_addr));
  4623.  
  4624. typedef DWORD(lua_next_CCV* next2)(DWORD rL, int idx);
  4625. next2 r_lua_next = (next2)(retcheckBypass(x(Adresses::lua_next_addr)));
  4626.  
  4627. typedef double(lua_tonumber_CCV* rtonumber)(DWORD, int, int);
  4628. rtonumber r_lua_tonumber = (rtonumber)(x(Adresses::lua_tonumber_addr));
  4629.  
  4630. typedef void(lua_pushcclosure_CCV* rpushcclosure)(DWORD rL, int fn, int non, int a1, int xd);
  4631. rpushcclosure r_lua_pushcclosure = (rpushcclosure)(retcheckBypass(x(Adresses::lua_pushcclosure_addr))); //r_Lua_PushCCloser_Type
  4632.  
  4633. typedef void(lua_createtable_CCV* rcreatetable)(DWORD rL, int num, int fix);
  4634. rcreatetable r_lua_createtable = (rcreatetable)(retcheckBypass(x(Adresses::lua_createtable_addr)));
  4635.  
  4636. typedef DWORD(lua_newthread_CCV* rnewthread)(DWORD);
  4637. rnewthread r_lua_newthread = (rnewthread)retcheckBypass(x(Adresses::lua_newthread_addr));
  4638.  
  4639. typedef void* (lua_newuserdata_CCV* rnewuserdata)(DWORD, size_t, int);
  4640. rnewuserdata r_lua_newuserdata = (rnewuserdata)(retcheckBypass(x(Adresses::lua_newuserdata_addr)));
  4641.  
  4642. typedef void(lua_rawgeti_CCV* rrawgeti)(DWORD, DWORD, DWORD);
  4643. rrawgeti r_lua_rawgeti = (rrawgeti)retcheckBypass(x(Adresses::lua_rawgeti_addr));
  4644.  
  4645. typedef void(lua_rawseti_CCV* rrawgeti)(DWORD, DWORD, DWORD);
  4646. rrawgeti r_lua_rawseti = (rrawgeti)retcheckBypass(x(Adresses::lua_rawseti_addr));
  4647.  
  4648. typedef void* (lua_getmettable_CCV* rgetmetatable)(DWORD rL, int idx);
  4649. rgetmetatable r_lua_getmetatable = (rgetmetatable)(retcheckBypass(x(Adresses::lua_getmettable_addr)));
  4650.  
  4651. typedef int (lua_setmetatable_CCV* rsetmetatable)(DWORD rL, int idx);
  4652. rsetmetatable r_lua_setmetatable = (rsetmetatable)(retcheckBypass(x(Adresses::lua_setmetatable_addr)));
  4653.  
  4654. typedef int(lua_touserdata_CCV* rtouserdata)(DWORD, int);
  4655. rtouserdata r_lua_touserdata = (rtouserdata)(retcheckBypass(x(Adresses::lua_touserdata_addr)));
  4656.  
  4657. typedef void(fireclickdetector_CCV* fireclick)(DWORD, float, DWORD);
  4658. fireclick FireClick = (fireclick)x(Adresses::fireclickdetector_addr);
  4659.  
  4660. typedef void(lua_setreadonly_CCV* readonl)(int, int, int);
  4661. readonl r_lua_setreadonly = (readonl)(x(Adresses::lua_setreadonly_addr));
  4662.  
  4663. typedef DWORD(lua_type_CCV* rtype)(DWORD, int);
  4664. rtype r_lua_type = (rtype)(x(Adresses::lua_type_addr));
  4665.  
  4666. typedef void* (lua_settable_CCV* rsettable)(DWORD rL, int);
  4667. rsettable r_lua_settable = (rsettable)(retcheckBypass(x(Adresses::lua_settable_addr)));
  4668.  
  4669. typedef DWORD(lual_ref_CCV* rref)(DWORD, DWORD);
  4670. rref r_luaL_ref = (rref)(retcheckBypass(x(Adresses::lual_ref_addr)));
  4671.  
  4672. int r_lua_gettop(int rL)
  4673. {
  4674. return *(DWORD*)(rL + Adresses::top) - *(DWORD*)(rL + Adresses::base) >> 4;
  4675. }
  4676.  
  4677. typedef void(lua_settop_CCV* rsettop)(DWORD rL, int idx);
  4678. rsettop r_lua_settop = (rsettop)(retcheckBypass(x(Adresses::lua_settop_addr)));
  4679.  
  4680. typedef void(lua_pushnil_CCV* pushnil)(DWORD);
  4681. pushnil r_lua_pushnil = (pushnil)(retcheckBypass(x(Adresses::lua_pushnil_addr)));
  4682.  
  4683. typedef void(lua_pushlightuserdata_CCV* rpushlight)(DWORD, void*);
  4684. rpushlight r_lua_pushlightuserdata = (rpushlight)(retcheckBypass(x(Adresses::lua_pushlightuserdata_addr)));
  4685.  
  4686. typedef bool(flog_getvalue_CCV* FLog)(const std::string& name, std::string& value, bool alsoCheckUnknown);
  4687. FLog GetValue = reinterpret_cast<FLog>(x(Adresses::flog_getvalue_addr));
  4688.  
  4689. typedef bool(flog_setvalue_CCV* SLog)(const std::string& name, const std::string& value, int Type, bool loadedFromServer);
  4690. SLog SetValue = reinterpret_cast<SLog>(x(Adresses::flog_setvalue_addr));
  4691.  
  4692. typedef uint32_t(index2adr_CCV* T_index2adr)(uint32_t, uint32_t); // Auto updating convention
  4693. T_index2adr r_index2adr;
  4694.  
  4695.  
  4696. static TValue* lua_index2adr(lua_State* L, int idx) {
  4697. if (idx > 0) {
  4698. TValue* o = L->base + (idx - 1);
  4699. api_check(L, idx <= L->ci->top - L->base);
  4700. if (o >= L->top) return cast(TValue*, luaO_nilobject);
  4701. else return o;
  4702. }
  4703. else if (idx > LUA_REGISTRYINDEX) {
  4704. api_check(L, idx != 0 && -idx <= L->top - L->base);
  4705. return L->top + idx;
  4706. }
  4707. else switch (idx) {
  4708. case LUA_REGISTRYINDEX: return registry(L);
  4709. case LUA_ENVIRONINDEX: {
  4710. Closure* func = curr_func(L);
  4711. sethvalue(L, &L->env, func->c.env);
  4712. return &L->env;
  4713. }
  4714. case LUA_GLOBALSINDEX: return gt(L);
  4715. default: {
  4716. Closure* func = curr_func(L);
  4717. idx = LUA_GLOBALSINDEX - idx;
  4718. return (idx <= func->c.nupvalues)
  4719. ? &func->c.upvalue[idx - 1]
  4720. : cast(TValue*, luaO_nilobject);
  4721. }
  4722. }
  4723. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement