top of page
Buscar

Adicione LOOT CHANEL

  • Foto do escritor: Nto Game
    Nto Game
  • 1 de out. de 2024
  • 1 min de leitura

CLIQUE EM HOTKEYS APERTE ENTER E ABAIXO DOS SCRIPTS QUE JÁ TEM LÁ , COLE :


local function add(t, text, color, last)

table.insert(t, text)

table.insert(t, color)

if not last then

table.insert(t, ", ")

table.insert(t, "#FFFFFF")

end

end


local t = {}

local mt = {}


local useLoot = macro(100000, "LOOT CHANNEL", function() end)

local tabName = "LOOT"

local console = modules.game_console

local tab = console.getTab(tabName) or console.addTab(tabName, true)


onTextMessage(function(mode, text)

if useLoot.isOff() then return end

if not text:find("Loot of") then return end

local msg = text:split(":")

add(t, os.date('%H:%M') .. ' ' .. msg[1] .. ": ", "#ff0085", true)

if msg[2]:find("nothing") then

add(t, msg[2], "red", true)

else

add(t, msg[2], "orange", true)

end

console.addText(text, {

color = '#00EB00'

}, tabName, "")

local panel = console.consoleTabBar:getTabPanel(tab)

local consoleBuffer = panel:getChildById('consoleBuffer')

local message = consoleBuffer:getLastChild()

message:setColoredText(t)

t = {}

end) UI.Separator()

 
 
 

Posts recentes

Ver tudo
[Sistema] Inferno ou paraíso

O que ganha ? Paraiso : Tengoku no Shugosha (5 % Protect all) Inferno : Jigoku no Ryoshu (5% Damage all) Para fazer parte do Inferno :...

 
 
 

Commentaires


bottom of page