local text = ([[
[ENABLE]
Aobscan(_code1,AA BB CC)
_code1:
db 90 90 90
[DISABLE]
]])
-- or local text = UDF1.CEMemo1.Lines.Text
function createAsm()
local mr = getAddressList().createMemoryRecord()
mr.Type = vtAutoAssembler
mr.Script = text
mr.Description = 'Hack2'
end
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum