Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.disableAutoTimeLeft()
- tfm.exec.disableMortCommand()
- tfm.exec.disableAutoNewGame()
- tfm.exec.disableAutoShaman()
- tfm.exec.setGameTime(99999)
- kira="Shiobausamak"
- killeds={}
- function eventLoop()
- ui.addTextArea(-1,"",nil,149,49,501,301,0x201608,0x201608)
- ui.addTextArea(1,"",nil,150,50,500,300,0xC3BCA0,0x201608)
- ui.addTextArea(2,"",nil,400,52,5,297,0x827D69,0xC3BCA0)
- local text=""
- for _,k in pairs(killeds) do
- text=text..k
- end
- ui.addTextArea(3,"<font color='#000000' size='13'>"..text.."</font>",nil,160,55,220,280,0xC3BCA0,0xC3BCA0)
- end
- function eventKeyboard(name, key, down, x, y)
- if key == 88 then
- ui.addPopup(0,2,"Escreva em seu DeathNote:",name,100,50,400,true)
- end
- end
- function eventPopupAnswer(id,name,answer)
- if id == 0 and answer ~= "" and #answer >= 8 and #answer <= 68 then
- table.insert(killeds,answer.."\n")
- end
- end
- system.bindKeyboard(kira,88,true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement