KananGamer

[TFM-TROLL-LUA] Trojan Hack Fake

Aug 8th, 2017
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.93 KB | None | 0 0
  1. porc=0 h=0 id=200 msgs={"BAIXE O <BV>BAIDU</BV> AQUI!","UMA <R>AMEAÇA</R> FOI DETECTADA","<R>TROJAN!","MINECRAFT <D>100% SEM VIRUS</D>","<V>LIMPE SEU PC AQUI!</V>"} function eventLoop() if porc < 100 then if porc >= 87 then porc=porc+1 h=h+5 else local i = math.random(1,3) h=h+i porc=porc+i end ui.addTextArea(1," ",nil,5,28,h,0,0x00FFED,0x00FFED,1,true) ui.addTextArea(2,"<B>Carrengado Vírus</B> <R>"..porc.."%</R>",nil,5,28,0,0,1,1,0.3,true) else for name,player in pairs(tfm.get.room.playerList) do ui.removeTextArea(1,name) ui.removeTextArea(2,name) end id=id+1 local msg=msgs[math.random(#msgs)] ui.addTextArea(id,"<a href='event:trojan'>"..msg,nil,math.random(-10,780),math.random(0,360),0,0,1,1,0.5,true) end end function eventTextAreaCallback(id,player,ref) if ref == "trojan" then id=id+1 local msg=msgs[math.random(#msgs)] ui.addTextArea(id,"<a href='event:trojan'>"..msg,nil,math.random(-10,780),math.random(0,360),0,0,1,1,0.5,true) end end
Add Comment
Please, Sign In to add comment