-- [[ 🔱 EGO EMPIIRE V300: INFINITE JUMP EDITION (MODDED) 🔱 ]] -- local Players = game:GetService("Players") local RunService = game:GetService("RunService") local UserInputService = game:GetService("UserInputService") local CoreGui = game:GetService("CoreGui") local ReplicatedStorage = game:GetService("ReplicatedStorage") local TeleportService = game:GetService("TeleportService") local TextChatService = game:GetService("TextChatService") local player = Players.LocalPlayer -- // CONFIG // local MASTER_ACC = "EDRIN" local CORRECT_KEY = "." if not _G.AdminLogs then _G.AdminLogs = {} end --// EDRIN HUB Loader --// Client LocalScript local Players = game:GetService("Players") local TweenService = game:GetService("TweenService") local Player = Players.LocalPlayer local PlayerGui = Player:WaitForChild("PlayerGui") ------------------------------------------------- -- CONFIG ------------------------------------------------- local KEY = "HARE KRISHNA" local BRAND = "EDRIN HUB 🇦🇱" ------------------------------------------------- -- GUI ------------------------------------------------- local gui = Instance.new("ScreenGui") gui.Name = "EDRINHUB" gui.ResetOnSpawn = false gui.Parent = PlayerGui local blur = Instance.new("Frame") blur.Size = UDim2.new(1,0,1,0) blur.BackgroundColor3 = Color3.fromRGB(0,0,0) blur.BackgroundTransparency = .35 blur.Parent = gui local main = Instance.new("Frame") main.AnchorPoint = Vector2.new(.5,.5) main.Position = UDim2.new(.5,0,1.2,0) main.Size = UDim2.new(0,430,0,280) main.BackgroundColor3 = Color3.fromRGB(20,20,20) main.BackgroundTransparency = .18 main.Parent = gui Instance.new("UICorner",main).CornerRadius = UDim.new(0,18) local stroke = Instance.new("UIStroke",main) stroke.Color = Color3.fromRGB(255,215,0) stroke.Thickness = 2 ------------------------------------------------- -- TITLE ------------------------------------------------- local title = Instance.new("TextLabel") title.Size = UDim2.new(1,0,0,45) title.BackgroundTransparency = 1 title.Font = Enum.Font.GothamBold title.Text = BRAND title.TextColor3 = Color3.fromRGB(255,215,0) title.TextScaled = true title.Parent = main ------------------------------------------------- -- INFO ------------------------------------------------- local info = Instance.new("TextLabel") info.Position = UDim2.new(0,0,.18,0) info.Size = UDim2.new(1,0,0,28) info.BackgroundTransparency = 1 info.Text = "👑 INFO\nTHE GOD OF NEWSMITH 👑" info.TextWrapped = true info.TextColor3 = Color3.new(1,1,1) info.Font = Enum.Font.Gotham info.TextScaled = true info.Parent = main ------------------------------------------------- -- KEY BOX ------------------------------------------------- local box = Instance.new("TextBox") box.Position = UDim2.new(.1,0,.48,0) box.Size = UDim2.new(.8,0,0,40) box.PlaceholderText = "Enter Key..." box.Text = "" box.TextColor3 = Color3.new(1,1,1) box.BackgroundColor3 = Color3.fromRGB(35,35,35) box.Parent = main Instance.new("UICorner",box) ------------------------------------------------- -- BUTTON ------------------------------------------------- local verify = Instance.new("TextButton") verify.Position = UDim2.new(.25,0,.70,0) verify.Size = UDim2.new(.5,0,0,42) verify.Text = "VERIFY" verify.Font = Enum.Font.GothamBold verify.TextScaled = true verify.BackgroundColor3 = Color3.fromRGB(255,215,0) verify.TextColor3 = Color3.new(0,0,0) verify.Parent = main Instance.new("UICorner",verify) ------------------------------------------------- -- MESSAGE ------------------------------------------------- local msg = Instance.new("TextLabel") msg.Position = UDim2.new(0,0,.90,0) msg.Size = UDim2.new(1,0,0,20) msg.BackgroundTransparency = 1 msg.Text = "" msg.TextColor3 = Color3.fromRGB(255,255,255) msg.Font = Enum.Font.Gotham msg.TextScaled = true msg.Parent = main ------------------------------------------------- -- FLOWERS ------------------------------------------------- local function Flower() local p = Instance.new("TextLabel") p.Text = "🌸" p.TextScaled = true p.BackgroundTransparency = 1 p.Size = UDim2.new(0,24,0,24) p.Position = UDim2.new(math.random(),0,-.1,0) p.Parent = gui TweenService:Create( p, TweenInfo.new(4), { Position=UDim2.new(math.random(),0,1.1,0), Rotation=math.random(-180,180) } ):Play() game.Debris:AddItem(p,4) end task.spawn(function() while gui.Parent do Flower() task.wait(.15) end end) ------------------------------------------------- -- OPEN ANIMATION ------------------------------------------------- TweenService:Create( main, TweenInfo.new(.8,Enum.EasingStyle.Quint), {Position=UDim2.new(.5,0,.5,0)} ):Play() ------------------------------------------------- -- VERIFY ------------------------------------------------- verify.MouseButton1Click:Connect(function() verify.Text="CHECKING..." TweenService:Create( verify, TweenInfo.new(.25), {Rotation=5} ):Play() task.wait(1) if box.Text==KEY then msg.Text="✔ Access Granted" ------------------------------------------------- -- LOADING ------------------------------------------------- for i=1,100 do msg.Text="Loading "..i.."%" task.wait(.02) end ------------------------------------------------- -- DOOR OPEN ------------------------------------------------- TweenService:Create( main, TweenInfo.new(.8), {Size=UDim2.new(0,0,0,280)} ):Play() task.wait(.8) gui:Destroy() ------------------------------------------------- -- MAIN SCRIPT ------------------------------------------------- print("Main Script Here") -- loadstring(game:HttpGet("YOUR SCRIPT"))() else msg.Text="❌ Wrong Key" end end) local KeyBox = Instance.new("TextBox", KF); KeyBox.Size = UDim2.new(0, 240, 0, 45); KeyBox.Position = UDim2.new(0.5, -120, 0, 200); KeyBox.BackgroundColor3 = Color3.fromRGB(20,20,20); KeyBox.PlaceholderText = "KEY DALO..."; KeyBox.TextColor3 = Red; KeyBox.Font = Enum.Font.GothamBold; Instance.new("UICorner", KeyBox) local Verify = Instance.new("TextButton", KF); Verify.Size = UDim2.new(0, 140, 0, 45); Verify.Position = UDim2.new(0.5, -70, 0, 280); Verify.BackgroundColor3 = White; Verify.Text = "VERIFY"; Verify.TextColor3 = Black; Verify.Font = Enum.Font.GothamBold; Instance.new("UICorner", Verify) -- ========================================== -- MAIN MENU -- ========================================== local function Initialize() KF:Destroy() local entry = player.Name .. " (" .. player.UserId .. ")" local alreadyLogged = false for _, v in pairs(_G.AdminLogs) do if v == entry then alreadyLogged = true break end end if not alreadyLogged then table.insert(_G.AdminLogs, entry) end SendPublicChat("SCRIPT BY EDRIN 💀👑> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@>😂ENDLESS AURA KA PAPA EGO EMPIRE Loaded...💀") task.spawn(function() while task.wait(60) do playS(12221967) print("💿 SCRIPTED BY EDRIN💀👑") end end) local Main = Instance.new("Frame", sg); Main.Size = UDim2.new(0, 420, 0, 280); Main.Position = UDim2.new(0.5, -210, 0.5, -140); Main.BackgroundColor3 = Black; Main.BackgroundTransparency = 0.4; makeDraggable(Main) Instance.new("UICorner", Main); local MS = Instance.new("UIStroke", Main); MS.Thickness = 2; MS.Color = Red local Side = Instance.new("Frame", Main); Side.Size = UDim2.new(0, 95, 1, -40); Side.Position = UDim2.new(0, 10, 0, 35); Side.BackgroundTransparency = 1; Instance.new("UIListLayout", Side).Padding = UDim.new(0, 4) local Cont = Instance.new("Frame", Main); Cont.Size = UDim2.new(1, -125, 1, -40); Cont.Position = UDim2.new(0, 115, 0, 35); Cont.BackgroundTransparency = 1 local function pg() local p = Instance.new("ScrollingFrame", Cont); p.Size = UDim2.new(1, 0, 1, 0); p.BackgroundTransparency = 1; p.Visible = false; p.ScrollBarThickness = 2; p.CanvasSize = UDim2.new(0,0,6,0); p.ScrollBarImageColor3 = Red local grid = Instance.new("UIGridLayout", p); grid.CellSize = UDim2.new(0.47, 0, 0, 32); grid.CellPadding = UDim2.new(0.04, 0, 0.02, 0); return p end local T1, T2, T3, T4, T5, T_Phonk, T_Adm = pg(), pg(), pg(), pg(), pg(), pg(), pg() T1.UIGridLayout:Destroy() -- Rainbow Glow Logic local rainbowActive = false task.spawn(function() while task.wait() do if rainbowActive then local hue = tick() % 5 / 5 MS.Color = Color3.fromHSV(hue, 1, 1) end end end) local function tab(n, p) local b = Instance.new("TextButton", Side); b.Size = UDim2.new(1, 0, 0, 30); b.BackgroundColor3 = Color3.fromRGB(15,15,15); b.Text = n; b.TextColor3 = White; b.Font = Enum.Font.GothamBold; b.TextSize = 10; Instance.new("UICorner", b) b.MouseButton1Click:Connect(function() playS(12221967) for _,v in pairs(Cont:GetChildren()) do v.Visible = false end p.Visible = true for _,v in pairs(Side:GetChildren()) do if v:IsA("TextButton") then v.TextColor3 = White end end b.TextColor3 = Red if n == "Phonk" then rainbowActive = true else rainbowActive = false if n == "🛡️ ADMIN" then MS.Color = Green; playS(3308875045) else MS.Color = Red end end end) end tab("👑 INFO", T1); tab("🌚 TROLL", T2); tab("🛡️ SHIELD", T3); tab("👺 SPAM", T4); tab("📁 OTHER", T5); tab("Phonk", T_Phonk) if player.Name == MASTER_ACC then tab("🛡️ ADMIN", T_Adm) end; T1.Visible = true local function btn(txt, par, func, isLoad) local b = Instance.new("TextButton", par); b.BackgroundColor3 = isLoad and Red or White; b.Text = txt; b.TextColor3 = isLoad and White or Black; b.Font = Enum.Font.GothamBold; b.TextSize = 8.5; Instance.new("UICorner", b) b.MouseButton1Click:Connect(function() playS(12221967) if not isLoad then b:SetAttribute("T", not b:GetAttribute("T")) b.BackgroundColor3 = b:GetAttribute("T") and Red or White b.TextColor3 = b:GetAttribute("T") and White or Black end func(b) end) end -- TAB 1: INFO (Sahi kar diya gaya hai) local it = Instance.new("TextLabel", T1); it.Size = UDim2.new(1,0,1,0); it.BackgroundTransparency = 1; it.TextColor3 = White; it.TextSize = 10; it.Font = Enum.Font.GothamBold; it.TextXAlignment = "Left"; it.TextYAlignment = "Top" it.Text = [[SCRIPT NAME - ENDLESS AURA __________________________________________ SCRIPT BY: EDRIN 👑💀 INSTAGRAM ID: FAMOUS FATHER: EDRIN 💀 SECOND DEVLOPER OF EGØ EMPIRE 💀 THIS SCRIPT ONLY FOR EGO EMPIRE MEMBERS 👑💝 __________________________________________ OR SABSE ACHI BAAT ENDLESS AURA APNA BETA HAI]] -- TAB 2: TROLL local target = Instance.new("TextBox", T2); target.Size = UDim2.new(0.98, 0, 0, 30); target.PlaceholderText = "TARGET NAME..."; target.BackgroundColor3 = Color3.fromRGB(20,20,20); target.TextColor3 = White; Instance.new("UICorner", target) local function getT() local n = target.Text:lower() for _,v in pairs(Players:GetPlayers()) do if v ~= player and (v.Name:lower():find(n) or v.DisplayName:lower():find(n)) then return v end end end btn("🛑 Stop All", T2, function() _G.Loop = false; _G.Fly = false; player.Character.Humanoid.Sit = false; _G.InfJump = false end, true) btn("👁️ View", T2, function(b) local t = getT() if b:GetAttribute("T") and t then workspace.CurrentCamera.CameraSubject = t.Character.Humanoid else workspace.CurrentCamera.CameraSubject = player.Character.Humanoid end end) btn("🚀 Goto", T2, function() local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame end end, true) btn("🍆Bang", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,1.1 + math.sin(tick()*30)*0.7) end task.wait() end end) btn("🍑 Front Bang", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-1.1 - math.sin(tick()*30)*0.7) * CFrame.Angles(0,math.pi,0) end task.wait() end end) btn("🧒 Headsit", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.Head.CFrame * CFrame.new(0,0.5,0); player.Character.Humanoid.Sit = true end task.wait() end end) btn("🦒 Front Headsit", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.Head.CFrame * CFrame.new(0,0.5,-0.6) * CFrame.Angles(0,math.pi,0); player.Character.Humanoid.Sit = true end task.wait() end end) btn("⬇️ Down", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame * CFrame.new(0,-1.5,0) end task.wait() end end) btn("👅 Suck", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame * CFrame.new(0, -1.2, -0.8) * CFrame.Angles(math.rad(90), 0, 0) end task.wait() end end) btn("🦟 Moskito Annoy", T2, function(b) _G.Loop = b:GetAttribute("T") while _G.Loop do local t = getT() if t then player.Character.HumanoidRootPart.CFrame = t.Character.Head.CFrame * CFrame.new(math.random(-2,2), 1, math.random(-2,2)) end task.wait() end end) -- TAB 3: SHIELD btn("🛡️ Anti Void", T3, function(b) task.spawn(function() while b:GetAttribute("T") do local hrp = player.Character:FindFirstChild("HumanoidRootPart") if hrp and hrp.Position.Y < voidYLevel then hrp.CFrame = CFrame.new(safePosition) end task.wait(0.1) end end) end) btn("ANTI BANG🛡️", T3, function() loadstring(game:HttpGet("https://pastebin.com/raw/d4r8JDXz"))() end, true) btn("🛡️ Anti Sit", T3, function(b) task.spawn(function() while b:GetAttribute("T") do player.Character.Humanoid.Sit = false task.wait() end end) end) btn("🛡️ Anti AFK", T3, function() player.Idled:Connect(function() game:GetService("VirtualUser"):ClickButton2(Vector2.new()) end) end, true) btn("🛡️ Anti Fling", T3, function(b) task.spawn(function() while b:GetAttribute("T") do player.Character.HumanoidRootPart.Velocity = Vector3.zero; player.Character.HumanoidRootPart.RotVelocity = Vector3.zero task.wait() end end) end) -- TAB 4: SPAM btn("NAMELESS SPAMMER💢", T4, function() loadstring(game:HttpGet("https://pastebin.com/raw/bAdrcuP8"))() end, true) -- TAB 5: OTHER btn("BANG PANEL 💀💢", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/bTa4jQeJ"))() end, true) btn("âš¡ Speed 300", T5, function(b) player.Character.Humanoid.WalkSpeed = b:GetAttribute("T") and 300 or 16 end) btn("🆙 Fly Jump", T5, function(b) _G.InfJump = b:GetAttribute("T") UserInputService.JumpRequest:Connect(function() if _G.InfJump then player.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end) end) btn("🌀 Spin 300", T5, function(b) task.spawn(function() while b:GetAttribute("T") do player.Character.HumanoidRootPart.CFrame *= CFrame.Angles(0, math.rad(20), 0) task.wait() end end) end) btn("👻 Noclip", T5, function(b) RunService.Stepped:Connect(function() if b:GetAttribute("T") then for _,v in pairs(player.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end end end) end) btn("AIR WALK 🍃", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/tLukyENu"))() end, true) btn("Aura♀️", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/LmxNcQvt"))() end, true) btn("🥷 Copy Ninja", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/7QTTJFFa"))() end, true) btn("🪓 Sky Destroyer", T5, function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-sky-destroyer-V2-AXEZZ-110640"))() end, true) btn("🎭 Emote Name", T5, function() pcall(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-7yd7-I-Emote-Script-48024"))() end) end, true) btn("NAMELESS EMOTE👤", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/VV3ggiki"))() end, true) btn("HIDE BUTTONS 🔘", T5, function() loadstring(game:HttpGet("https://pastebin.com/raw/DtJPutfe"))() end, true) btn("🔄 Rejoin", T5, function() TeleportService:Teleport(game.PlaceId, player) end, true) -- [[ PHONK TAB ]] -- local currentPlaying = nil local function phonkBtn(name, id) local b = Instance.new("TextButton", T_Phonk) b.BackgroundColor3 = White; b.Text = name; b.TextColor3 = Black; b.Font = Enum.Font.GothamBold; b.TextSize = 10; Instance.new("UICorner", b) task.spawn(function() while task.wait() do if b:GetAttribute("Disco") then b.BackgroundColor3 = Color3.fromHSV(tick() % 2 / 2, 0.8, 1) else b.BackgroundColor3 = White end end end) b.MouseButton1Click:Connect(function() if currentPlaying == id then for _, v in pairs(workspace:GetChildren()) do if v:IsA("Sound") and v.Name == "PhonkSound" then v:Destroy() end end for _, v in pairs(T_Phonk:GetChildren()) do if v:IsA("TextButton") then v:SetAttribute("Disco", false) end end currentPlaying = nil playS(12221967) else for _, v in pairs(workspace:GetChildren()) do if v:IsA("Sound") and v.Name == "PhonkSound" then v:Destroy() end end for _, v in pairs(T_Phonk:GetChildren()) do if v:IsA("TextButton") then v:SetAttribute("Disco", false) end end playS(12221967) b:SetAttribute("Disco", true) local s = Instance.new("Sound", workspace); s.Name = "PhonkSound"; s.SoundId = "rbxassetid://"..id; s.Volume = 3; s:Play() currentPlaying = id task.spawn(function() s.Ended:Wait(); if currentPlaying == id then b:SetAttribute("Disco", false); currentPlaying = nil; s:Destroy() end end) end end) end phonkBtn("1", "139435437308948"); phonkBtn("2", "137787889626447"); phonkBtn("3", "138864288968383"); phonkBtn("4", "130973511966646") phonkBtn("5", "135674024616225"); phonkBtn("6", "137152491110539"); phonkBtn("7", "139606677237480"); phonkBtn("8", "139825057894568") phonkBtn("9", "140292910030604"); phonkBtn("10", "137466127206691"); phonkBtn("11", "139638751795258") -- ADMIN LOG local LogL = Instance.new("TextLabel", T_Adm); LogL.Size = UDim2.new(1,0,1,0); LogL.BackgroundTransparency = 1; LogL.TextColor3 = Green; LogL.TextSize = 8.5; LogL.Font = Enum.Font.Code; LogL.TextXAlignment = "Left"; LogL.TextYAlignment = "Top" RunService.Heartbeat:Connect(function() local t = "[ MASTER ADMIN ACCESS ]\n--- ACTIVE USERS ---\n" for _,v in pairs(_G.AdminLogs) do t = t .. "> " .. v .. "\n" end LogL.Text = t end) local Logo = Instance.new("TextButton", sg); Logo.Size = UDim2.new(0, 45, 0, 45); Logo.Position = UDim2.new(0, 10, 0.5, -22); Logo.BackgroundColor3 = White; Logo.Text = "👑"; Logo.TextColor3 = Red