User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:43, 9 March 2017 (diff | hist) (+12) Lua:wordToByteTable
- 05:39, 9 March 2017 (diff | hist) (+102) Lua:wordToByteTable
- 05:35, 9 March 2017 (diff | hist) (+112) Lua:dwordToByteTable
- 05:21, 9 March 2017 (diff | hist) (0) Lua:dwordToByteTable
- 05:20, 9 March 2017 (diff | hist) (0) Lua:wordToByteTable
- 05:18, 9 March 2017 (diff | hist) (+912) Lua:readBytesLocal
- 05:16, 9 March 2017 (diff | hist) (+89) Lua:readStringLocal
- 05:15, 9 March 2017 (diff | hist) (+2) Lua:readBytesLocal
- 05:15, 9 March 2017 (diff | hist) (+94) Lua:writeStringLocal
- 05:14, 9 March 2017 (diff | hist) (+94) Lua:writeDoubleLocal
- 05:13, 9 March 2017 (diff | hist) (+94) Lua:writeFloatLocal
- 05:13, 9 March 2017 (diff | hist) (+94) Lua:writeQwordLocal
- 05:13, 9 March 2017 (diff | hist) (+94) Lua:writeIntegerLocal
- 05:12, 9 March 2017 (diff | hist) (+95) Lua:writeBytesLocal
- 05:09, 9 March 2017 (diff | hist) (+88) Lua:readDoubleLocal
- 05:09, 9 March 2017 (diff | hist) (+88) Lua:readFloatLocal
- 05:08, 9 March 2017 (diff | hist) (+88) Lua:readPointerLocal
- 05:08, 9 March 2017 (diff | hist) (+88) Lua:readQwordLocal
- 05:08, 9 March 2017 (diff | hist) (+88) Lua:readIntegerLocal
- 05:04, 9 March 2017 (diff | hist) (0) Lua:writeDoubleLocal
- 05:04, 9 March 2017 (diff | hist) (0) Lua:writeFloatLocal
- 05:03, 9 March 2017 (diff | hist) (0) Lua:writeQwordLocal
- 05:03, 9 March 2017 (diff | hist) (0) Lua:writeIntegerLocal
- 05:01, 9 March 2017 (diff | hist) (0) Lua:readDoubleLocal
- 05:01, 9 March 2017 (diff | hist) (0) Lua:readFloatLocal
- 05:00, 9 March 2017 (diff | hist) (+26) Lua:readQwordLocal
- 04:59, 9 March 2017 (diff | hist) (+26) Lua:readIntegerLocal
- 04:45, 9 March 2017 (diff | hist) (+11) Lua:writeDouble
- 04:44, 9 March 2017 (diff | hist) (+11) Lua:writeFloat
- 04:43, 9 March 2017 (diff | hist) (0) Lua:writeQword
- 04:41, 9 March 2017 (diff | hist) (0) Lua:writeInteger
- 04:40, 9 March 2017 (diff | hist) (+6) Lua:readDouble
- 04:39, 9 March 2017 (diff | hist) (+7) Lua:readFloat
- 04:37, 9 March 2017 (diff | hist) (+6) Lua:readInteger
- 04:36, 9 March 2017 (diff | hist) (+25) Lua:readQword
- 04:34, 9 March 2017 (diff | hist) (+2,195) N Lua:dwordToByteTable (Created page with ''''function''' dwordToByteTable(''Number'') Converts a DWORD (4 bytes) to a byte table. === Function Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing…')
- 04:24, 9 March 2017 (diff | hist) (+2) Lua:wordToByteTable
- 04:22, 9 March 2017 (diff | hist) (0) Lua:wordToByteTable
- 04:22, 9 March 2017 (diff | hist) (0) Lua:wordToByteTable
- 04:21, 9 March 2017 (diff | hist) (0) Lua:wordToByteTable
- 04:10, 9 March 2017 (diff | hist) (+2,121) N Lua:wordToByteTable (Created page with ''''function''' wordToByteTable(''Number'') Converts a word (2 bytes) to a byte table. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0"…')
- 02:42, 9 March 2017 (diff | hist) (+1,529) N Lua:writeStringLocal (Created page with ''''function''' writeStringLocal(''Address'', ''Text'') Writes the given text to the given address, in Cheat Engine's memory. This does not write a 0-terminator at the end. You n…')
- 02:27, 9 March 2017 (diff | hist) (+1,471) N Lua:writeDoubleLocal (Created page with ''''function''' writeDoubleLocal(''Address'', ''Value'') Writes 64-bits (8 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a doubl…')
- 02:24, 9 March 2017 (diff | hist) (+1,471) N Lua:writeFloatLocal (Created page with ''''function''' writeFloatLocal(''Address'', ''Value'') Writes 64-bits (8 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a single…')
- 02:09, 9 March 2017 (diff | hist) (+1,456) N Lua:writeQwordLocal (Created page with ''''function''' writeQwordLocal(''Address'', ''Value'') Writes 64-bits (8 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a signed…')
- 02:08, 9 March 2017 (diff | hist) (+50) Lua:writeQword
- 02:04, 9 March 2017 (diff | hist) (+1,456) N Lua:writeIntegerLocal (Created page with ''''function''' writeIntegerLocal(''Address'', ''Value'') Writes 32-bits (4 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a sign…')
- 02:02, 9 March 2017 (diff | hist) (+1) m Lua:writeInteger
- 01:57, 9 March 2017 (diff | hist) (+879) Lua:writeBytesLocal
- 01:55, 9 March 2017 (diff | hist) (+1,642) N Lua:readStringLocal (Created page with ''''function''' readStringLocal(''Address'', ''Maxlength'', ''isWideString'') Reads the bytes at the given address, in Cheat Engine's memory, and interprets them as a string. ==…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)