This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="description" content="[Prensa - David]"> | |
<div id="x_x_Signature"> | |
<div></div> | |
<div></div> | |
<div style="color:black;font-size:12pt;font-family:Calibri,Arial,Helvetica,sans-serif;"> | |
<table style="color:#363636;font-size:medium;font-family:sans-serif;background-color:white;border-collapse:collapse;max-width:580px;line-height:1.5;"> | |
<tbody><tr> | |
<td> | |
<table style="color:#323232;width:315px;border-collapse:collapse;line-height:16px;"> | |
<tbody><tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local HttpService = game:GetService("HttpService") | |
local Module = {} | |
-- Lista dos nomes de sinais permitidos para atualização | |
local allowedSignals = { | |
objSinal1 = true, | |
objSinal2 = true, | |
objSinal3 = true, | |
objSinal4 = true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ColorChangeAPI = require(game.ServerScriptService.ColorChangeAPI) | |
while true do | |
ColorChangeAPI.CheckAPIAndChangeColor() | |
wait(1) -- Espera 5 segundos antes de verificar novamente | |
end |
OlderNewer