Lua:writeBytesLocal

From Cheat Engine
Jump to navigation Jump to search

function writeBytesLocal(Address, Byte1, Byte2, Byte3, ... )

function writeBytesLocal(Address, Table, Count )

Write the bytes to the given address in Cheat Engine's memory.

Note: The value written will be in the Cheat Engine process instead of the targeted process.


Function Parameters[edit]

function writeBytes(Address, Byte1, Byte2, Byte3, ... )

Parameter Type Description
Address CEAddressString or Integer The address to write to
Byte1 Integer The first byte
Byte2 Integer The second byte
... Integer All the other bytes (Max around 20)


function writeBytes(Address, Table)

Parameter Type Description
Address CEAddressString or Integer The address to write to
Table Table A table consisting of integers to be written to

See also[edit]

Related Functions[edit]