User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:02, 24 February 2012 (diff | hist) (+649) N Lua:autoAssemble (Created page with ''''function''' autoAssemble(''AutoAssemblerScript'') Executes the given string by ce's auto assembler. tip: Use [[ ]] quotes for multiline script. Example: autoAssemb([[ …')
- 14:57, 23 February 2012 (diff | hist) (+884) N Lua:generateAPIHookScript (Created page with ''''function''' generateAPIHookScript(''AddressToHook'', ''AddressToJumpTo'', ''AddressToStoreNewCallAddress'' OPTIONAL) Returns an autoassemble script that when executed hooks t…')
- 12:57, 23 February 2012 (diff | hist) (+429) N Lua:reinitializeSymbolhandler (Created page with ''''function''' reinitializeSymbolhandler() Reloads the symbol table of the currently selected process and waits till they are loaded. Call this if you want to use assembler scri…')
- 23:24, 22 February 2012 (diff | hist) (+482) N Lua:getAddress (Created page with ''''function''' getAddress(''AddressString'') Passes the given string to Cheat Engine's symbol handler and returns the corresponding address as an integer ===Function Parameters…')
- 15:35, 22 February 2012 (diff | hist) (+672) N Lua:writeString (Created page with ''''function''' writeString(''Address'', ''Text'') Writes the given text to the given address. This does not write a 0-terminator at the end. You need to use writeBytes yours…')
- 15:32, 22 February 2012 (diff | hist) (-102) Lua
- 15:31, 22 February 2012 (diff | hist) (+17) Lua:writeFloat
- 15:31, 22 February 2012 (diff | hist) (-1) Lua:writeDouble
- 15:30, 22 February 2012 (diff | hist) (+645) N Lua:writeDouble (Created page with ''''function''' writeDouble(''Address'', ''Value'') Writes 8 bytes at the given address representing the value you have given as a double precision floating point value ===Funct…')
- 15:29, 22 February 2012 (diff | hist) (+31) Lua:writeInteger
- 15:29, 22 February 2012 (diff | hist) (+2) Lua:writeFloat
- 15:29, 22 February 2012 (diff | hist) (+618) N Lua:writeFloat (Created page with ''''function''' writeFloat(''Address'', ''Value'') Writes 4 bytes at the given address representing the value you have given as a floating point ===Function Parameters=== {|widt…')
- 15:28, 22 February 2012 (diff | hist) (+1) Lua:writeInteger
- 15:26, 22 February 2012 (diff | hist) (+11) Lua:writeInteger
- 15:26, 22 February 2012 (diff | hist) (+4) Lua:readString
- 15:26, 22 February 2012 (diff | hist) (+4) Lua:readDouble
- 15:26, 22 February 2012 (diff | hist) (+4) Lua:readFloat
- 15:26, 22 February 2012 (diff | hist) (+4) Lua:readInteger
- 15:26, 22 February 2012 (diff | hist) (+26) Lua:writeBytesLocal
- 15:25, 22 February 2012 (diff | hist) (+13) Lua:readBytesLocal
- 15:25, 22 February 2012 (diff | hist) (+26) Lua:writeBytes
- 15:25, 22 February 2012 (diff | hist) (+13) Lua:readBytes
- 15:24, 22 February 2012 (diff | hist) (+9) CEAddressString
- 15:24, 22 February 2012 (diff | hist) (+554) N CEAddressString (Created page with 'A "CEAddressString" is a string formatted for use by Cheat Engine's internal symbol handler to interpret an address These addresses do not start with a 0x in front but do suppor…')
- 15:16, 22 February 2012 (diff | hist) (+9) Lua:readString
- 15:16, 22 February 2012 (diff | hist) (+9) Lua:readDouble
- 15:16, 22 February 2012 (diff | hist) (+9) Lua:readFloat
- 15:15, 22 February 2012 (diff | hist) (+9) Lua:readInteger
- 15:15, 22 February 2012 (diff | hist) (+592) N Lua:writeInteger (Created page with ''''function''' writeInteger(''Address'', ''Value'') Reads the 4 bytes at the given address and interprets them as an integer ===Function Parameters=== {|width="85%" cellpadding…')
- 23:44, 21 February 2012 (diff | hist) (0) Lua:readDouble
- 23:44, 21 February 2012 (diff | hist) (+639) N Lua:readString (Created page with ''''function''' readString(''Address'', ''Maxlength'') Reads the bytes the given address and interprets them as a string ===Function Parameters=== {|width="85%" cellpadding="10%…')
- 23:42, 21 February 2012 (diff | hist) (+503) N Lua:readDouble (Created page with ''''function''' readFloat(''Address'') Reads the 4 bytes at the given address and interprets them as a double precision floating point value ===Function Parameters=== {|width="8…')
- 23:41, 21 February 2012 (diff | hist) (+51) Lua:readInteger
- 23:41, 21 February 2012 (diff | hist) (-16) Lua:readFloat
- 23:41, 21 February 2012 (diff | hist) (+520) N Lua:readFloat (Created page with ''''function''' readFloat(''Address'') Reads the 4 bytes at the given address and interprets them as a single precision floating point value ===Function Parameters=== {|width="8…')
- 23:39, 21 February 2012 (diff | hist) (+425) N Lua:readInteger (Created page with ''''function''' readInteger(''Address'') Reads the 4 bytes at the given address and interprets them as an integer ===Function Parameters=== {|width="85%" cellpadding="10%" cellp…')
- 23:28, 21 February 2012 (diff | hist) (+1,163) N Lua:writeBytesLocal (Created page with ''''function''' writeBytesLocal(''Address'', ''Byte1'', ''Byte2'', ''Byte3'', ... ) '''function''' writeBytesLocal(''Address'', ''Table'', ''Count'' ) Write the bytes to the giv…')
- 23:27, 21 February 2012 (diff | hist) (+48) Lua:writeBytes
- 23:27, 21 February 2012 (diff | hist) (+5) Lua:readBytes
- 23:26, 21 February 2012 (diff | hist) (+42) Lua:readBytes
- 23:26, 21 February 2012 (diff | hist) (+10) Lua:readBytesLocal
- 23:23, 21 February 2012 (diff | hist) (+106) Sandbox
- 23:08, 21 February 2012 (diff | hist) (-33) Lua:readBytes
- 23:08, 21 February 2012 (diff | hist) (+640) N Lua:readBytesLocal (Created page with ''''function''' readBytes(''Address'', ''Bytecount'', ''ReturnAsTable'' ) Returns the bytes at the given address Note: The bytes read are from the Cheat Engine process instead o…')
- 23:08, 21 February 2012 (diff | hist) (-88) Lua:readBytes
- 15:53, 21 February 2012 (diff | hist) (+36) Cheat Engine:Lua
- 15:41, 21 February 2012 (diff | hist) (-87) Lua (→Classes)
- 13:45, 21 February 2012 (diff | hist) (-41,405) Lua
- 12:42, 21 February 2012 (diff | hist) (+55,927) N Lua (Initial draft)
- 12:31, 21 February 2012 (diff | hist) (0) Main Page
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)