-- [[ 😼 EUPHY X EMPIRE - ALL BLUE EDITION πŸ’€ ]] -- local LP = game:GetService("Players").LocalPlayer local SG = Instance.new("ScreenGui") SG.Name = "EMPIRE_BLUE_EDITION" SG.Parent = LP:WaitForChild("PlayerGui") SG.ResetOnSpawn = false -- [[ KEY CONFIG ]] -- local CorrectKey = "EMPIRE YE LO MUAH" -- [[ KEY UI FRAME (BLUE) ]] -- local KeyMain = Instance.new("Frame", SG) KeyMain.Size = UDim2.new(0, 300, 0, 150) KeyMain.Position = UDim2.new(0.5, -150, 0.5, -75) KeyMain.BackgroundColor3 = Color3.fromRGB(0, 5, 20) KeyMain.Active = true local KStroke = Instance.new("UIStroke", KeyMain) KStroke.Color = Color3.fromRGB(0, 150, 255) KStroke.Thickness = 2 local KTitle = Instance.new("TextLabel", KeyMain) KTitle.Size = UDim2.new(1, 0, 0, 40) KTitle.Text = "ENTER KEY TO ACCESS EMPIRE" KTitle.TextColor3 = Color3.fromRGB(0, 200, 255) KTitle.BackgroundTransparency = 1 KTitle.Font = Enum.Font.SourceSansBold KTitle.TextSize = 18 local KeyInput = Instance.new("TextBox", KeyMain) KeyInput.Size = UDim2.new(0.8, 0, 0, 35) KeyInput.Position = UDim2.new(0.1, 0, 0.4, 0) KeyInput.PlaceholderText = "Paste Key Here..." KeyInput.Text = "" KeyInput.BackgroundColor3 = Color3.fromRGB(10, 20, 50) KeyInput.TextColor3 = Color3.fromRGB(255, 255, 255) KeyInput.Font = Enum.Font.SourceSansBold local Submit = Instance.new("TextButton", KeyMain) Submit.Size = UDim2.new(0.4, 0, 0, 30) Submit.Position = UDim2.new(0.3, 0, 0.75, 0) Submit.Text = "SUBMIT" Submit.BackgroundColor3 = Color3.fromRGB(0, 80, 200) Submit.TextColor3 = Color3.fromRGB(255, 255, 255) Submit.Font = Enum.Font.SourceSansBold -- [[ MAIN SCRIPT WRAPPER ]] -- local function StartMainScript() KeyMain.Visible = false SG:Destroy() local RS = game:GetService("ReplicatedStorage") local TCS = game:GetService("TextChatService") local UIS = game:GetService("UserInputService") local function Chat(msg) if not msg or msg == "" then return end if TCS.ChatVersion == Enum.ChatVersion.TextChatService then local ch = TCS:FindFirstChild("TextChannels") and TCS.TextChannels:FindFirstChild("RBXGeneral") if ch then ch:SendAsync(msg) end else local remote = RS:FindFirstChild("SayMessageRequest", true) if remote then remote:FireServer(msg, "All") end end end local MainSG = Instance.new("ScreenGui") MainSG.Name = "IMMORTAL_EMPIRE_FINAL" MainSG.Parent = LP:WaitForChild("PlayerGui") MainSG.ResetOnSpawn = false local Main = Instance.new("Frame", MainSG) Main.Size = UDim2.new(0, 280, 0, 310) Main.Position = UDim2.new(0.5, -140, 0.5, -155) Main.BackgroundColor3 = Color3.fromRGB(0, 5, 15) Main.BorderSizePixel = 0 Main.Active = true local Stroke = Instance.new("UIStroke", Main) Stroke.Color = Color3.fromRGB(0, 150, 255) Stroke.Thickness = 3 local TopTitle = Instance.new("TextLabel", Main) TopTitle.Size = UDim2.new(1, 0, 0, 25) TopTitle.Position = UDim2.new(0, 0, 0, 5) TopTitle.Text = "SALE KO PELDO APNE NAZUK HATSE😜✌🏻" TopTitle.TextColor3 = Color3.fromRGB(0, 200, 255) TopTitle.TextSize = 14 TopTitle.Font = Enum.Font.SourceSansBold TopTitle.BackgroundTransparency = 1 local SubTitle = Instance.new("TextLabel", Main) SubTitle.Size = UDim2.new(1, 0, 0, 30) SubTitle.Position = UDim2.new(0, 0, 0, 25) SubTitle.Text = "SPAMMER SERF EUPHY KE LIA HEπŸ˜›πŸŽ€" SubTitle.TextColor3 = Color3.fromRGB(0, 150, 255) SubTitle.TextSize = 13 SubTitle.Font = Enum.Font.SourceSansBold SubTitle.BackgroundTransparency = 1 local function Box(ph, y) local b = Instance.new("TextBox", Main) b.Size = UDim2.new(0.85, 0, 0, 30) b.Position = UDim2.new(0.075, 0, 0, y) b.PlaceholderText = ph b.Text = "" b.BackgroundColor3 = Color3.fromRGB(10, 20, 45) b.TextColor3 = Color3.fromRGB(255, 255, 255) b.PlaceholderColor3 = Color3.fromRGB(100, 150, 200) b.Font = Enum.Font.SourceSansBold b.TextSize = 13 Instance.new("UICorner", b).CornerRadius = UDim.new(0, 5) return b end local Target = Box("TARGET KA USERNAME LIKHO", 70) local Delay = Box("DELAY SECS...", 110) local Style = Box("STYLE _,@,$,~,*,&", 150) Style.TextColor3 = Color3.fromRGB(0, 200, 255) local Start = Instance.new("TextButton", Main) Start.Size = UDim2.new(0.4, 0, 0, 35) Start.Position = UDim2.new(0.075, 0, 0, 200) Start.Text = "START" Start.BackgroundColor3 = Color3.fromRGB(0, 100, 255) Start.TextColor3 = Color3.fromRGB(255, 255, 255) Start.Font = Enum.Font.SourceSansBold local Stop = Instance.new("TextButton", Main) Stop.Size = UDim2.new(0.4, 0, 0, 35) Stop.Position = UDim2.new(0.525, 0, 0, 200) Stop.Text = "OFF" Stop.BackgroundColor3 = Color3.fromRGB(10, 20, 50) Stop.TextColor3 = Color3.fromRGB(0, 150, 255) Stop.Font = Enum.Font.SourceSansBold _G.IE_ACTIVE = false Start.MouseButton1Click:Connect(function() if _G.IE_ACTIVE then return end _G.IE_ACTIVE = true Start.Text = "ACTIVE 😼" Start.BackgroundColor3 = Color3.fromRGB(0, 255, 150) local d = tonumber(Delay.Text) or 1.5 local userChar = Style.Text ~= "" and Style.Text or "@" local t = Target.Text ~= "" and Target.Text or "TARGET" -- Ab 100 baar repeat hoga! πŸš€ local repeatedStyle = string.rep(userChar, 100) task.spawn(function() local m = { repeatedStyle .. " " .. t .. " TMX MAI FIRE πŸ”₯", repeatedStyle .. " " .. t .. " TMX MAI CHAIR πŸͺ‘", repeatedStyle .. " " .. t .. " TMX MAI BOMB πŸ’£", repeatedStyle .. " " .. t .. " BACHE EMPIRE ON TOP πŸ˜ˆπŸ‘‘", repeatedStyle .. " " .. t .. " TMX MAI KACHU πŸ‘€", repeatedStyle .. " " .. t .. " TMX MAI SALT ", repeatedStyle .. " " .. t .. " TMX MAI SURF πŸ’€", repeatedStyle .. " " .. t .. " BACHE GAME LEAVE KRDE 🀣😌", repeatedStyle .. " " .. t .. " EUPHY MMY BOL πŸ˜‚", repeatedStyle .. " " .. t .. " TMX MAI RAINBOW 🌈" } local i = 1 while _G.IE_ACTIVE do Chat(m[i]) i = (i % #m) + 1 task.wait(d) end end) end) Stop.MouseButton1Click:Connect(function() _G.IE_ACTIVE = false Start.Text = "START" Start.BackgroundColor3 = Color3.fromRGB(0, 100, 255) end) local Logo = Instance.new("TextButton", MainSG) Logo.Size = UDim2.new(0, 65, 0, 65) Logo.Position = UDim2.new(0, 10, 1, -150) Logo.BackgroundColor3 = Color3.fromRGB(0, 5, 20) Logo.Text = "😼" Logo.TextColor3 = Color3.fromRGB(0, 150, 255) Logo.TextSize = 35 Logo.Font = Enum.Font.SourceSansBold Instance.new("UICorner", Logo).CornerRadius = UDim.new(1, 0) local LStroke = Instance.new("UIStroke", Logo) LStroke.Color = Color3.fromRGB(0, 150, 255) LStroke.Thickness = 3 Logo.MouseButton1Click:Connect(function() Main.Visible = not Main.Visible end) -- DRAG LOGIC local dragging, dragStart, startPos Main.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = true dragStart = input.Position startPos = Main.Position end end) UIS.InputChanged:Connect(function(input) if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then local delta = input.Position - dragStart Main.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end end) UIS.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then dragging = false end end) task.spawn(function() task.wait(1) Chat("EUPHY SPAMMER" .. string.rep("_", 100) .. "LOADED.....πŸ˜›") task.wait(0.5) Chat(string.rep("@", 100) .. "SCRIPT BY EUPHY πŸ—ΏπŸ—£") end) end Submit.MouseButton1Click:Connect(function() if KeyInput.Text == CorrectKey then StartMainScript() else KeyInput.Text = "" KeyInput.PlaceholderText = "WRONG KEY!" task.wait(1) KeyInput.PlaceholderText = "Paste Key Here..." end end)