Загрузка...

🎩TROLLANDO PESSOAS NO BROOKHAVEN DE (CHAOS HUB) 😂

META: 50 LIKES!
1K SUBS!
.
.
.
.
CURTE AI NMRL, DEU MÓ TRABALHO KKKKKKKK
#roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker #roblox #tiktoklive #hacker
-- ==============================
-- CONFIGURAÇÃO
-- ==============================
local MULTIPLICADOR = 450 -- quantos votos cada clique vale (ex: 450, 500, 800)
-- ==============================

-- Serviços
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

-- Remote
local EliminateEvent = ReplicatedStorage:WaitForChild("Events"):WaitForChild("EliminatePlayer")

-- Criar GUI principal
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = LocalPlayer:WaitForChild("PlayerGui")

-- Botão abrir/fechar
local ToggleBtn = Instance.new("TextButton")
ToggleBtn.Size = UDim2.new(0, 140, 0, 40)
ToggleBtn.Position = UDim2.new(0.05, 0, 0.2, 0)
ToggleBtn.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
ToggleBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
ToggleBtn.Text = "Abrir Votação"
ToggleBtn.Parent = ScreenGui

-- Janela
local Frame = Instance.new("Frame")
Frame.Size = UDim2.new(0, 250, 0, 250)
Frame.Position = UDim2.new(0.1, 0, 0.3, 0)
Frame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
Frame.Visible = false
Frame.Active = true
Frame.Draggable = true
Frame.Parent = ScreenGui

-- Feedback
local Feedback = Instance.new("TextLabel")
Feedback.Size = UDim2.new(1, 0, 0, 25)
Feedback.Position = UDim2.new(0, 0, 1, -25)
Feedback.BackgroundTransparency = 1
Feedback.TextColor3 = Color3.fromRGB(0, 255, 0)
Feedback.Text = ""
Feedback.Parent = Frame

-- Função para criar botões de voto
local function criarBotao(nome, alvo, posY)
local Btn = Instance.new("TextButton")
Btn.Size = UDim2.new(0, 220, 0, 40)
Btn.Position = UDim2.new(0, 15, 0, posY)
Btn.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
Btn.TextColor3 = Color3.fromRGB(255, 255, 255)
Btn.Text = "Votar "..nome.." ("..MULTIPLICADOR.."x)"
Btn.Parent = Frame

Btn.MouseButton1Click:Connect(function()
local args = {
ReplicatedStorage:WaitForChild("Game"):WaitForChild("Roca"):WaitForChild(alvo)
}

local ok, err = pcall(function()
for i = 1, MULTIPLICADOR do
EliminateEvent:FireServer(unpack(args))
task.wait()
end
end)

if ok then
Feedback.Text = "✅ "..MULTIPLICADOR.." votos enviados para "..nome
Feedback.TextColor3 = Color3.fromRGB(0, 255, 0)
else
Feedback.Text = "❌ Falhou: "..tostring(err)
Feedback.TextColor3 = Color3.fromRGB(255, 0, 0)
end

task.delay(2, function() Feedback.Text = "" end)
end)
end

-- Criar botões para Player1–4
criarBotao("Player1", "Player1", 20)
criarBotao("Player2", "Player2", 70)
criarBotao("Player3", "Player3", 120)
criarBotao("Player4", "Player4", 170)

-- Abrir / Fechar painel
local aberto = false
ToggleBtn.MouseButton1Click:Connect(function()
aberto = not aberto
Frame.Visible = aberto
ToggleBtn.Text = aberto and "Fechar Votação" or "Abrir Votação"
end)

Видео 🎩TROLLANDO PESSOAS NO BROOKHAVEN DE (CHAOS HUB) 😂 канала RICKPVP
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять