SHOW:
|
|
- or go back to the newest paste.
| 1 | -- leaked dood! | |
| 2 | -- Next time don't ban/kick me with your crappy tabs, k? | |
| 3 | -- Run this as a local script, you do not have to change anything. | |
| 4 | - | local p = game.Players.explotion1337 |
| 4 | + | local p = game.Players.kaemi |
| 5 | script.Parent = p | |
| 6 | print 'Tabs loading!' | |
| 7 | local cmdss = {";ff",";k",";r",";kill",";uf",";ws","!afk",";listp",";nt",";music",";mo","/tls",";g",";mc",";cmds"}
| |
| 8 | p.Chatted:connect(function(message) | |
| 9 | if message == ";ff" then | |
| 10 | ff() | |
| 11 | elseif message == ";k" then | |
| 12 | k() | |
| 13 | elseif message == ";r" then | |
| 14 | r() | |
| 15 | elseif message == ";kill" then | |
| 16 | kill() | |
| 17 | elseif message == ";uf" then | |
| 18 | unff() | |
| 19 | elseif message == ";cmds" then | |
| 20 | cmd() | |
| 21 | elseif message == ";nt" then | |
| 22 | nortab() | |
| 23 | elseif message == ";mc" then | |
| 24 | mc() | |
| 25 | elseif message == "!afk" then | |
| 26 | afk() | |
| 27 | elseif message == ";listp" then | |
| 28 | listp() | |
| 29 | elseif message == ";music" then | |
| 30 | music() | |
| 31 | elseif message == ";mo" then | |
| 32 | moptions() | |
| 33 | elseif message == ";ws" then | |
| 34 | ws() | |
| 35 | elseif message == "/tls" then | |
| 36 | tls() | |
| 37 | elseif message == ";g" then | |
| 38 | god() | |
| 39 | end | |
| 40 | end) | |
| 41 | local speeds = {"1","10","20","30","40","50","60","70","80","90","100"}
| |
| 42 | local sound = {"1","2","3","4"}
| |
| 43 | local ban = {"grubsteak","Snazzah","Kyrorr","Skrillex6996","Ralael4040","Om3gapro5ooo"} ---not funny dood
| |
| 44 | function ff() | |
| 45 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 46 | if check ~= nil then | |
| 47 | check:Destroy() | |
| 48 | else | |
| 49 | print'Checked' | |
| 50 | end | |
| 51 | local bm = Instance.new("Model")
| |
| 52 | bm.Parent = p | |
| 53 | bm.Name = "sTabs1O" | |
| 54 | local players = game.Players:GetChildren() | |
| 55 | for i = 1,#players do | |
| 56 | bm = p.sTabs1O | |
| 57 | local m = Instance.new("Model")
| |
| 58 | local tab = Instance.new("Part")
| |
| 59 | local sb = Instance.new("SelectionBox")
| |
| 60 | local h = Instance.new("Humanoid")
| |
| 61 | local cd = Instance.new("ClickDetector")
| |
| 62 | m.Parent = bm | |
| 63 | m.Name = players[i].Name | |
| 64 | tab.Parent = m | |
| 65 | tab.Name = "Head" | |
| 66 | tab.CanCollide = false | |
| 67 | tab.Anchored = true | |
| 68 | tab.Locked = true | |
| 69 | tab.Transparency = 0.0009 | |
| 70 | tab.BottomSurface = "Smooth" | |
| 71 | tab.TopSurface = "Smooth" | |
| 72 | tab.FormFactor = "Custom" | |
| 73 | tab.Size = Vector3.new(2,2,2) | |
| 74 | tab.Position = Vector3.new(0,4,0) | |
| 75 | sb.Parent = tab | |
| 76 | sb.Adornee = tab | |
| 77 | sb.Color3 = Color3.new(0,0,0) | |
| 78 | sb.LineThickness = 0.01 | |
| 79 | sb.SurfaceTransparency = 0.2 | |
| 80 | sb.SurfaceColor3 = Color3.new(0,0,255) | |
| 81 | h.Parent = m | |
| 82 | h.MaxHealth = 0 | |
| 83 | cd.Parent = tab | |
| 84 | local function move() | |
| 85 | coroutine.resume(coroutine.create(function() | |
| 86 | local orbit = p.Character.Torso | |
| 87 | local dist = 3 + #players | |
| 88 | local speed = 0.005 | |
| 89 | local angle = 150 * i | |
| 90 | local o = tab | |
| 91 | local pos = o.Position | |
| 92 | while wait() do | |
| 93 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 94 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 95 | angle = angle + 1 | |
| 96 | end | |
| 97 | end)) | |
| 98 | end | |
| 99 | move() | |
| 100 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 101 | if c == p then | |
| 102 | local find = game.Players:FindFirstChild(m.Name) | |
| 103 | if find ~= nil then | |
| 104 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 105 | Instance.new("ForceField", find.Character)
| |
| 106 | wait(.5) | |
| 107 | tab.Size = Vector3.new(2,2,2) | |
| 108 | end | |
| 109 | end | |
| 110 | end) | |
| 111 | end | |
| 112 | ||
| 113 | end | |
| 114 | ||
| 115 | function k() | |
| 116 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 117 | if check ~= nil then | |
| 118 | check:Destroy() | |
| 119 | else | |
| 120 | print'Checked' | |
| 121 | end | |
| 122 | local bm = Instance.new("Model")
| |
| 123 | bm.Parent = game.Workspace | |
| 124 | bm.Name = "sTabs1O" | |
| 125 | local players = game.Players:GetChildren() | |
| 126 | for i = 1,#players do | |
| 127 | bm = game.Workspace.sTabs1O | |
| 128 | local m = Instance.new("Model")
| |
| 129 | local tab = Instance.new("Part")
| |
| 130 | local sb = Instance.new("SelectionBox")
| |
| 131 | local h = Instance.new("Humanoid")
| |
| 132 | local cd = Instance.new("ClickDetector")
| |
| 133 | m.Parent = bm | |
| 134 | m.Name = players[i].Name | |
| 135 | tab.Parent = m | |
| 136 | tab.Name = "Head" | |
| 137 | tab.CanCollide = false | |
| 138 | tab.Anchored = true | |
| 139 | tab.Locked = true | |
| 140 | tab.Transparency = 0.0009 | |
| 141 | tab.BottomSurface = "Smooth" | |
| 142 | tab.TopSurface = "Smooth" | |
| 143 | tab.FormFactor = "Custom" | |
| 144 | tab.Size = Vector3.new(2,2,2) | |
| 145 | tab.Position = Vector3.new(0,4,0) | |
| 146 | sb.Parent = tab | |
| 147 | sb.Adornee = tab | |
| 148 | sb.Color3 = Color3.new(0,0,0) | |
| 149 | sb.LineThickness = 0.01 | |
| 150 | sb.SurfaceTransparency = 0.2 | |
| 151 | sb.SurfaceColor3 = Color3.new(255,255,255) | |
| 152 | h.Parent = m | |
| 153 | h.MaxHealth = 0 | |
| 154 | cd.Parent = tab | |
| 155 | local function move() | |
| 156 | coroutine.resume(coroutine.create(function() | |
| 157 | local orbit = p.Character.Torso | |
| 158 | local dist = 3 + #players | |
| 159 | local speed = 0.005 | |
| 160 | local angle = 150 * i | |
| 161 | local o = tab | |
| 162 | local pos = o.Position | |
| 163 | while wait() do | |
| 164 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 165 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 166 | angle = angle + 1 | |
| 167 | end | |
| 168 | end)) | |
| 169 | end | |
| 170 | move() | |
| 171 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 172 | if c == p then | |
| 173 | local find = game.Players:FindFirstChild(m.Name) | |
| 174 | if find ~= nil then | |
| 175 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 176 | find.Character:Destroy() | |
| 177 | find:remove() | |
| 178 | wait(.5) | |
| 179 | tab.Size = Vector3.new(2,2,2) | |
| 180 | end | |
| 181 | end | |
| 182 | end) | |
| 183 | end | |
| 184 | end | |
| 185 | ||
| 186 | function kill() | |
| 187 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 188 | if check ~= nil then | |
| 189 | check:Destroy() | |
| 190 | else | |
| 191 | print'Checked' | |
| 192 | end | |
| 193 | local bm = Instance.new("Model")
| |
| 194 | bm.Parent = game.Workspace | |
| 195 | bm.Name = "sTabs1O" | |
| 196 | local players = game.Players:GetChildren() | |
| 197 | for i = 1,#players do | |
| 198 | bm = game.Workspace.sTabs1O | |
| 199 | local m = Instance.new("Model")
| |
| 200 | local tab = Instance.new("Part")
| |
| 201 | local sb = Instance.new("SelectionBox")
| |
| 202 | local h = Instance.new("Humanoid")
| |
| 203 | local cd = Instance.new("ClickDetector")
| |
| 204 | m.Parent = bm | |
| 205 | m.Name = players[i].Name | |
| 206 | tab.Parent = m | |
| 207 | tab.Name = "Head" | |
| 208 | tab.CanCollide = false | |
| 209 | tab.Anchored = true | |
| 210 | tab.Locked = true | |
| 211 | tab.Transparency = 0.0009 | |
| 212 | tab.BottomSurface = "Smooth" | |
| 213 | tab.TopSurface = "Smooth" | |
| 214 | tab.FormFactor = "Custom" | |
| 215 | tab.Size = Vector3.new(2,2,2) | |
| 216 | tab.Position = Vector3.new(0,4,0) | |
| 217 | sb.Parent = tab | |
| 218 | sb.Adornee = tab | |
| 219 | sb.Color3 = Color3.new(0,0,0) | |
| 220 | sb.LineThickness = 0.01 | |
| 221 | sb.SurfaceTransparency = 0.2 | |
| 222 | sb.SurfaceColor3 = Color3.new(255,0,0) | |
| 223 | h.Parent = m | |
| 224 | h.MaxHealth = 0 | |
| 225 | cd.Parent = tab | |
| 226 | local function move() | |
| 227 | coroutine.resume(coroutine.create(function() | |
| 228 | local orbit = p.Character.Torso | |
| 229 | local dist = 3 + #players | |
| 230 | local speed = 0.005 | |
| 231 | local angle = 150 * i | |
| 232 | local o = tab | |
| 233 | local pos = o.Position | |
| 234 | while wait() do | |
| 235 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 236 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 237 | angle = angle + 1 | |
| 238 | end | |
| 239 | end)) | |
| 240 | end | |
| 241 | move() | |
| 242 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 243 | if c == p then | |
| 244 | local find = game.Players:FindFirstChild(m.Name) | |
| 245 | if find ~= nil then | |
| 246 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 247 | find.Character.Humanoid.MaxHealth = 0 | |
| 248 | wait(.5) | |
| 249 | tab.Size = Vector3.new(2,2,2) | |
| 250 | end | |
| 251 | end | |
| 252 | end) | |
| 253 | end | |
| 254 | end | |
| 255 | ||
| 256 | function unff() | |
| 257 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 258 | if check ~= nil then | |
| 259 | check:Destroy() | |
| 260 | else | |
| 261 | print'Checked' | |
| 262 | end | |
| 263 | local bm = Instance.new("Model")
| |
| 264 | bm.Parent = game.Workspace | |
| 265 | bm.Name = "sTabs1O" | |
| 266 | local players = game.Players:GetChildren() | |
| 267 | for i = 1,#players do | |
| 268 | bm = game.Workspace.sTabs1O | |
| 269 | local m = Instance.new("Model")
| |
| 270 | local tab = Instance.new("Part")
| |
| 271 | local sb = Instance.new("SelectionBox")
| |
| 272 | local h = Instance.new("Humanoid")
| |
| 273 | local cd = Instance.new("ClickDetector")
| |
| 274 | m.Parent = bm | |
| 275 | m.Name = players[i].Name | |
| 276 | tab.Parent = m | |
| 277 | tab.Name = "Head" | |
| 278 | tab.CanCollide = false | |
| 279 | tab.Anchored = true | |
| 280 | tab.Locked = true | |
| 281 | tab.Transparency = 0.0009 | |
| 282 | tab.BottomSurface = "Smooth" | |
| 283 | tab.TopSurface = "Smooth" | |
| 284 | tab.FormFactor = "Custom" | |
| 285 | tab.Size = Vector3.new(2,2,2) | |
| 286 | tab.Position = Vector3.new(0,4,0) | |
| 287 | sb.Parent = tab | |
| 288 | sb.Adornee = tab | |
| 289 | sb.Color3 = Color3.new(0,0,0) | |
| 290 | sb.LineThickness = 0.01 | |
| 291 | sb.SurfaceTransparency = 0.2 | |
| 292 | sb.SurfaceColor3 = Color3.new(0,255,255) | |
| 293 | h.Parent = m | |
| 294 | h.MaxHealth = 0 | |
| 295 | cd.Parent = tab | |
| 296 | local function move() | |
| 297 | coroutine.resume(coroutine.create(function() | |
| 298 | local orbit = p.Character.Torso | |
| 299 | local dist = 3 + #players | |
| 300 | local speed = 0.005 | |
| 301 | local angle = 150 * i | |
| 302 | local o = tab | |
| 303 | local pos = o.Position | |
| 304 | while wait() do | |
| 305 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 306 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 307 | angle = angle + 1 | |
| 308 | end | |
| 309 | end)) | |
| 310 | end | |
| 311 | move() | |
| 312 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 313 | if c == p then | |
| 314 | local find = game.Players:FindFirstChild(m.Name) | |
| 315 | if find ~= nil then | |
| 316 | local u = find.Character:FindFirstChild("ForceField")
| |
| 317 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 318 | u:Destroy() | |
| 319 | wait(.5) | |
| 320 | tab.Size = Vector3.new(2,2,2) | |
| 321 | end | |
| 322 | end | |
| 323 | end) | |
| 324 | end | |
| 325 | end | |
| 326 | ||
| 327 | function ws() | |
| 328 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 329 | if check ~= nil then | |
| 330 | check:Destroy() | |
| 331 | else | |
| 332 | print'Checked' | |
| 333 | end | |
| 334 | local bm = Instance.new("Model")
| |
| 335 | bm.Parent = game.Workspace | |
| 336 | bm.Name = "sTabs1O" | |
| 337 | for i = 1,#speeds do | |
| 338 | bm = game.Workspace.sTabs1O | |
| 339 | local m = Instance.new("Model")
| |
| 340 | local tab = Instance.new("Part")
| |
| 341 | local sb = Instance.new("SelectionBox")
| |
| 342 | local h = Instance.new("Humanoid")
| |
| 343 | local cd = Instance.new("ClickDetector")
| |
| 344 | m.Parent = bm | |
| 345 | m.Name = speeds[i] | |
| 346 | tab.Parent = m | |
| 347 | tab.Name = "Head" | |
| 348 | tab.CanCollide = false | |
| 349 | tab.Anchored = true | |
| 350 | tab.Locked = true | |
| 351 | tab.Transparency = 0.0009 | |
| 352 | tab.BottomSurface = "Smooth" | |
| 353 | tab.TopSurface = "Smooth" | |
| 354 | tab.FormFactor = "Custom" | |
| 355 | tab.Size = Vector3.new(2,2,2) | |
| 356 | tab.Position = Vector3.new(0,4,0) | |
| 357 | sb.Parent = tab | |
| 358 | sb.Adornee = tab | |
| 359 | sb.Color3 = Color3.new(0,0,0) | |
| 360 | sb.LineThickness = 0.01 | |
| 361 | sb.SurfaceTransparency = 0.2 | |
| 362 | sb.SurfaceColor3 = Color3.new(255,255,0) | |
| 363 | h.Parent = m | |
| 364 | h.MaxHealth = 0 | |
| 365 | cd.Parent = tab | |
| 366 | local function move() | |
| 367 | coroutine.resume(coroutine.create(function() | |
| 368 | local orbit = p.Character.Torso | |
| 369 | local dist = 3 + #speeds | |
| 370 | local speed = 0.005 | |
| 371 | local angle = 100 * i | |
| 372 | local o = tab | |
| 373 | local pos = o.Position | |
| 374 | while wait() do | |
| 375 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 376 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 377 | angle = angle + 1 | |
| 378 | end | |
| 379 | end)) | |
| 380 | end | |
| 381 | move() | |
| 382 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 383 | if c == p then | |
| 384 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 385 | p.Character.Humanoid.WalkSpeed = m.Name | |
| 386 | wait(.5) | |
| 387 | tab.Size = Vector3.new(2,2,2) | |
| 388 | end | |
| 389 | end) | |
| 390 | end | |
| 391 | end | |
| 392 | ||
| 393 | function god() | |
| 394 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 395 | if check ~= nil then | |
| 396 | check:Destroy() | |
| 397 | else | |
| 398 | print'Checked' | |
| 399 | end | |
| 400 | local bm = Instance.new("Model")
| |
| 401 | bm.Parent = game.Workspace | |
| 402 | bm.Name = "sTabs1O" | |
| 403 | local players = game.Players:GetChildren() | |
| 404 | for i = 1,#players do | |
| 405 | bm = game.Workspace.sTabs1O | |
| 406 | local m = Instance.new("Model")
| |
| 407 | local tab = Instance.new("Part")
| |
| 408 | local sb = Instance.new("SelectionBox")
| |
| 409 | local h = Instance.new("Humanoid")
| |
| 410 | local cd = Instance.new("ClickDetector")
| |
| 411 | m.Parent = bm | |
| 412 | m.Name = players[i].Name | |
| 413 | tab.Parent = m | |
| 414 | tab.Name = "Head" | |
| 415 | tab.CanCollide = false | |
| 416 | tab.Anchored = true | |
| 417 | tab.Locked = true | |
| 418 | tab.Transparency = 0.0009 | |
| 419 | tab.BottomSurface = "Smooth" | |
| 420 | tab.TopSurface = "Smooth" | |
| 421 | tab.FormFactor = "Custom" | |
| 422 | tab.Size = Vector3.new(2,2,2) | |
| 423 | tab.Position = Vector3.new(0,4,0) | |
| 424 | sb.Parent = tab | |
| 425 | sb.Adornee = tab | |
| 426 | sb.Color3 = Color3.new(0,0,0) | |
| 427 | sb.LineThickness = 0.01 | |
| 428 | sb.SurfaceTransparency = 0.7 | |
| 429 | sb.SurfaceColor3 = Color3.new(0,0,0) | |
| 430 | h.Parent = m | |
| 431 | h.MaxHealth = 0 | |
| 432 | cd.Parent = tab | |
| 433 | local function move() | |
| 434 | coroutine.resume(coroutine.create(function() | |
| 435 | local orbit = p.Character.Torso | |
| 436 | local dist = 3 + #players | |
| 437 | local speed = 0.005 | |
| 438 | local angle = 150 * i | |
| 439 | local o = tab | |
| 440 | local pos = o.Position | |
| 441 | while wait() do | |
| 442 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 443 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 444 | angle = angle + 1 | |
| 445 | end | |
| 446 | end)) | |
| 447 | end | |
| 448 | move() | |
| 449 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 450 | if c == p then | |
| 451 | local find = game.Players:FindFirstChild(m.Name) | |
| 452 | if find ~= nil then | |
| 453 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 454 | find.Character.Humanoid.MaxHealth = math.huge | |
| 455 | wait(.5) | |
| 456 | tab.Size = Vector3.new(2,2,2) | |
| 457 | end | |
| 458 | end | |
| 459 | end) | |
| 460 | end | |
| 461 | end | |
| 462 | ||
| 463 | function cmd() | |
| 464 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 465 | if check ~= nil then | |
| 466 | check:Destroy() | |
| 467 | else | |
| 468 | print'Checked' | |
| 469 | end | |
| 470 | local bm = Instance.new("Model")
| |
| 471 | bm.Parent = game.Workspace | |
| 472 | bm.Name = "sTabs1O" | |
| 473 | for i = 1,#cmdss do | |
| 474 | bm = game.Workspace.sTabs1O | |
| 475 | local m = Instance.new("Model")
| |
| 476 | local tab = Instance.new("Part")
| |
| 477 | local sb = Instance.new("SelectionBox")
| |
| 478 | local h = Instance.new("Humanoid")
| |
| 479 | local cd = Instance.new("ClickDetector")
| |
| 480 | m.Parent = bm | |
| 481 | m.Name = cmdss[i] | |
| 482 | tab.Parent = m | |
| 483 | tab.Name = "Head" | |
| 484 | tab.CanCollide = false | |
| 485 | tab.Anchored = true | |
| 486 | tab.Locked = true | |
| 487 | tab.Transparency = 0.0009 | |
| 488 | tab.BottomSurface = "Smooth" | |
| 489 | tab.TopSurface = "Smooth" | |
| 490 | tab.FormFactor = "Custom" | |
| 491 | tab.Size = Vector3.new(2,2,2) | |
| 492 | tab.Position = Vector3.new(0,4,0) | |
| 493 | sb.Parent = tab | |
| 494 | sb.Adornee = tab | |
| 495 | sb.Color3 = Color3.new(0,0,0) | |
| 496 | sb.LineThickness = 0.01 | |
| 497 | sb.SurfaceTransparency = 0.2 | |
| 498 | sb.SurfaceColor3 = Color3.new(0,0,0) | |
| 499 | h.Parent = m | |
| 500 | h.MaxHealth = 0 | |
| 501 | cd.Parent = tab | |
| 502 | local function move() | |
| 503 | coroutine.resume(coroutine.create(function() | |
| 504 | local orbit = p.Character.Torso | |
| 505 | local dist = 3 + #cmdss | |
| 506 | local speed = 0.005 | |
| 507 | local angle = 100 * i | |
| 508 | local o = tab | |
| 509 | local pos = o.Position | |
| 510 | while wait() do | |
| 511 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 512 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 513 | angle = angle + 1 | |
| 514 | end | |
| 515 | end)) | |
| 516 | end | |
| 517 | move() | |
| 518 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 519 | if c == p then | |
| 520 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 521 | print(m.Name) | |
| 522 | if m.Name == ";ff" then | |
| 523 | ff() | |
| 524 | elseif m.Name == ";k" then | |
| 525 | k() | |
| 526 | elseif m.Name == ";r" then | |
| 527 | r() | |
| 528 | elseif m.Name == ";kill" then | |
| 529 | kill() | |
| 530 | elseif m.Name == ";uf" then | |
| 531 | unff() | |
| 532 | elseif m.Name == ";ws" then | |
| 533 | ws() | |
| 534 | elseif m.Name == "!afk" then | |
| 535 | afk() | |
| 536 | elseif m.Name == ";listp" then | |
| 537 | listp() | |
| 538 | elseif m.Name == ";nt" then | |
| 539 | nortab() | |
| 540 | elseif m.Name == ";music" then | |
| 541 | music() | |
| 542 | elseif m.Name == ";mo" then | |
| 543 | moptions() | |
| 544 | elseif m.Name == ";mc" then | |
| 545 | mc() | |
| 546 | elseif m.Name == "/tls" then | |
| 547 | tls() | |
| 548 | elseif m.Name == ";g" then | |
| 549 | god() | |
| 550 | elseif m.Name == ";cmd" then | |
| 551 | print"CMD = Active[Y]" | |
| 552 | end | |
| 553 | wait(.5) | |
| 554 | tab.Size = Vector3.new(2,2,2) | |
| 555 | end | |
| 556 | end) | |
| 557 | end | |
| 558 | end | |
| 559 | ||
| 560 | function r() | |
| 561 | local r = game.Workspace:FindFirstChild("sTabs1O")
| |
| 562 | if r ~= nil then | |
| 563 | r:Destroy() | |
| 564 | else | |
| 565 | print "Error[TabsNotFound]" | |
| 566 | end | |
| 567 | end | |
| 568 | print 'Tabs fully loaded' | |
| 569 | ||
| 570 | function afk() | |
| 571 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 572 | if check ~= nil then | |
| 573 | check:Destroy() | |
| 574 | else | |
| 575 | print'Checked' | |
| 576 | end | |
| 577 | local bm = Instance.new("Model")
| |
| 578 | bm.Parent = game.Workspace | |
| 579 | bm.Name = "sTabs1O" | |
| 580 | for i = 1,4 do | |
| 581 | bm = game.Workspace.sTabs1O | |
| 582 | local m = Instance.new("Model")
| |
| 583 | local tab = Instance.new("Part")
| |
| 584 | local sb = Instance.new("SelectionBox")
| |
| 585 | local h = Instance.new("Humanoid")
| |
| 586 | local cd = Instance.new("ClickDetector")
| |
| 587 | m.Parent = bm | |
| 588 | m.Name = "[AFK]" | |
| 589 | tab.Parent = m | |
| 590 | tab.Name = "Head" | |
| 591 | tab.CanCollide = false | |
| 592 | tab.Anchored = true | |
| 593 | tab.Locked = true | |
| 594 | tab.Transparency = 0.0009 | |
| 595 | tab.BottomSurface = "Smooth" | |
| 596 | tab.TopSurface = "Smooth" | |
| 597 | tab.FormFactor = "Custom" | |
| 598 | tab.Size = Vector3.new(2,2,2) | |
| 599 | tab.Position = Vector3.new(0,4,0) | |
| 600 | sb.Parent = tab | |
| 601 | sb.Adornee = tab | |
| 602 | sb.Color3 = Color3.new(0,255,0) | |
| 603 | sb.LineThickness = 0.01 | |
| 604 | sb.SurfaceTransparency = 0.2 | |
| 605 | sb.SurfaceColor3 = Color3.new(0,0,0) | |
| 606 | h.Parent = m | |
| 607 | h.MaxHealth = 0 | |
| 608 | cd.Parent = tab | |
| 609 | local function move() | |
| 610 | coroutine.resume(coroutine.create(function() | |
| 611 | local orbit = p.Character.Torso | |
| 612 | local dist = 4 | |
| 613 | local speed = 0.05 | |
| 614 | local angle = 350 * i | |
| 615 | local o = tab | |
| 616 | local pos = o.Position | |
| 617 | while wait() do | |
| 618 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(4,angle*speed,1) * CFrame.new(0,0,dist) | |
| 619 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 620 | angle = angle + 1 | |
| 621 | end | |
| 622 | end)) | |
| 623 | end | |
| 624 | move() | |
| 625 | tab.ClickDetector.MouseClick:connect(function() | |
| 626 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 627 | print("AFK")
| |
| 628 | wait(.5) | |
| 629 | tab.Size = Vector3.new(2,2,2) | |
| 630 | end) | |
| 631 | end | |
| 632 | end | |
| 633 | ||
| 634 | function nortab() | |
| 635 | local m = Instance.new("Model")
| |
| 636 | local tab = Instance.new("Part")
| |
| 637 | local sb = Instance.new("SelectionBox")
| |
| 638 | local h = Instance.new("Humanoid")
| |
| 639 | m.Parent = p.Character | |
| 640 | m.Name = "1O_Tabs" | |
| 641 | tab.Parent = m | |
| 642 | tab.Name = "Head" | |
| 643 | tab.CanCollide = false | |
| 644 | tab.Anchored = true | |
| 645 | tab.Locked = true | |
| 646 | tab.Transparency = 0.0009 | |
| 647 | tab.BottomSurface = "Smooth" | |
| 648 | tab.TopSurface = "Smooth" | |
| 649 | tab.FormFactor = "Custom" | |
| 650 | tab.Size = Vector3.new(.7,.7,.7) | |
| 651 | tab.Position = Vector3.new(0,4,0) | |
| 652 | sb.Parent = tab | |
| 653 | sb.Adornee = tab | |
| 654 | sb.Color3 = Color3.new(0,0,0) | |
| 655 | sb.LineThickness = 0.01 | |
| 656 | sb.SurfaceTransparency = 0.2 | |
| 657 | sb.SurfaceColor3 = Color3.new(0,255,0) | |
| 658 | h.Parent = m | |
| 659 | h.MaxHealth = 0 | |
| 660 | local function move() | |
| 661 | coroutine.resume(coroutine.create(function() | |
| 662 | local orbit = p.Character.Torso | |
| 663 | local dist = 3 | |
| 664 | local speed = 0.05 | |
| 665 | local angle = 0 | |
| 666 | local o = tab | |
| 667 | local pos = o.Position | |
| 668 | while wait() do | |
| 669 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(2.5,angle*speed,1) * CFrame.new(0,0,dist) | |
| 670 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 671 | angle = angle + 1 | |
| 672 | end | |
| 673 | end)) | |
| 674 | end | |
| 675 | move() | |
| 676 | end | |
| 677 | ||
| 678 | function tls() | |
| 679 | local tls = Instance.new("HopperBin")
| |
| 680 | tls.BinType = "Clone" | |
| 681 | tls.Parent = p.Backpack | |
| 682 | local tls = Instance.new("HopperBin")
| |
| 683 | tls.BinType = "Hammer" | |
| 684 | tls.Parent = p.Backpack | |
| 685 | local tls = Instance.new("HopperBin")
| |
| 686 | tls.BinType = "Grab" | |
| 687 | tls.Parent = p.Backpack | |
| 688 | local tls = Instance.new("HopperBin")
| |
| 689 | tls.BinType = "GameTool" | |
| 690 | tls.Parent = p.Backpack | |
| 691 | end | |
| 692 | ||
| 693 | function music() | |
| 694 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 695 | if check ~= nil then | |
| 696 | check:Destroy() | |
| 697 | else | |
| 698 | print'Checked' | |
| 699 | end | |
| 700 | local bm = Instance.new("Model")
| |
| 701 | bm.Parent = game.Workspace | |
| 702 | bm.Name = "sTabs1O" | |
| 703 | for i = 1,#sound do | |
| 704 | bm = game.Workspace.sTabs1O | |
| 705 | local m = Instance.new("Model")
| |
| 706 | local tab = Instance.new("Part")
| |
| 707 | local sb = Instance.new("SelectionBox")
| |
| 708 | local h = Instance.new("Humanoid")
| |
| 709 | local cd = Instance.new("ClickDetector")
| |
| 710 | m.Parent = bm | |
| 711 | m.Name = sound[i] | |
| 712 | tab.Parent = m | |
| 713 | tab.Name = "Head" | |
| 714 | tab.CanCollide = false | |
| 715 | tab.Anchored = true | |
| 716 | tab.Locked = true | |
| 717 | tab.Transparency = 0.0009 | |
| 718 | tab.BottomSurface = "Smooth" | |
| 719 | tab.TopSurface = "Smooth" | |
| 720 | tab.FormFactor = "Custom" | |
| 721 | tab.Size = Vector3.new(2,2,2) | |
| 722 | tab.Position = Vector3.new(0,4,0) | |
| 723 | sb.Parent = tab | |
| 724 | sb.Adornee = tab | |
| 725 | sb.Color3 = Color3.new(255,255,255) | |
| 726 | sb.LineThickness = 0.01 | |
| 727 | sb.SurfaceTransparency = 0.7 | |
| 728 | sb.SurfaceColor3 = Color3.new(255,0,0) | |
| 729 | h.Parent = m | |
| 730 | h.MaxHealth = 0 | |
| 731 | cd.Parent = tab | |
| 732 | local function move() | |
| 733 | coroutine.resume(coroutine.create(function() | |
| 734 | local orbit = p.Character.Torso | |
| 735 | local dist = 1 + #speeds | |
| 736 | local speed = 0.005 | |
| 737 | local angle = 100 * i | |
| 738 | local o = tab | |
| 739 | local pos = o.Position | |
| 740 | while wait() do | |
| 741 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 742 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 743 | angle = angle + 1 | |
| 744 | end | |
| 745 | end)) | |
| 746 | end | |
| 747 | move() | |
| 748 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 749 | if c == p then | |
| 750 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 751 | local mcheck = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 752 | if mcheck ~= nil then | |
| 753 | mcheck:Stop() | |
| 754 | mcheck:Destroy() | |
| 755 | print'SoundFound[E = False]' | |
| 756 | end | |
| 757 | if m.Name == "1" then | |
| 758 | local sid = Instance.new("Sound")
| |
| 759 | sid.Parent = game.Workspace | |
| 760 | sid.Name = "1OTabsMusic" | |
| 761 | sid.SoundId = "rbxassetid://300899607" | |
| 762 | sid.Volume = 1 | |
| 763 | sid:Play() | |
| 764 | sid.Looped = true | |
| 765 | moptions() | |
| 766 | elseif m.Name == "2" then | |
| 767 | local sid = Instance.new("Sound")
| |
| 768 | sid.Parent = game.Workspace | |
| 769 | sid.Name = "1OTabsMusic" | |
| 770 | sid.SoundId = "rbxassetid://172661021" | |
| 771 | sid.Volume = 1 | |
| 772 | sid:Play() | |
| 773 | sid.Looped = true | |
| 774 | moptions() | |
| 775 | elseif m.Name == "3" then | |
| 776 | local sid = Instance.new("Sound")
| |
| 777 | sid.Parent = game.Workspace | |
| 778 | sid.Name = "1OTabsMusic" | |
| 779 | sid.SoundId = "rbxassetid://144418105" | |
| 780 | sid.Volume = 1 | |
| 781 | sid:Play() | |
| 782 | sid.Looped = true | |
| 783 | moptions() | |
| 784 | elseif m.Name == "4" then | |
| 785 | local sid = Instance.new("Sound")
| |
| 786 | sid.Parent = game.Workspace | |
| 787 | sid.Name = "1OTabsMusic" | |
| 788 | sid.SoundId = "rbxassetid://188712851" | |
| 789 | sid.Volume = 1 | |
| 790 | sid:Play() | |
| 791 | sid.Looped = true | |
| 792 | moptions() | |
| 793 | end | |
| 794 | wait(.5) | |
| 795 | tab.Size = Vector3.new(2,2,2) | |
| 796 | end | |
| 797 | end) | |
| 798 | end | |
| 799 | end | |
| 800 | ||
| 801 | function mc() | |
| 802 | local a = Instance.new("ScreenGui")
| |
| 803 | local b = Instance.new("TextBox")
| |
| 804 | local c = Instance.new("TextButton")
| |
| 805 | a.Parent = p.PlayerGui | |
| 806 | a.Name = "MusicGui" | |
| 807 | b.Parent = a | |
| 808 | b.BackgroundColor3 = Color3.new(255,255,255) | |
| 809 | b.BorderColor3 = Color3.new(0,0,0) | |
| 810 | b.BorderSizePixel = 2 | |
| 811 | b.Position = UDim2.new(0,300,0,375) | |
| 812 | b.Size = UDim2.new(0,200,0,35) | |
| 813 | b.Font = "SourceSans" | |
| 814 | b.FontSize = "Size14" | |
| 815 | b.Text = "SoundID" | |
| 816 | b.TextColor3 = Color3.new(0,0,0) | |
| 817 | b.Selectable = true | |
| 818 | c.Parent = a | |
| 819 | c.BackgroundColor3 = Color3.new(255,255,255) | |
| 820 | c.BorderColor3 = Color3.new(0,0,0) | |
| 821 | c.BorderSizePixel = 2 | |
| 822 | c.Position = UDim2.new(0,300,0,415) | |
| 823 | c.Size = UDim2.new(0,50,0,35) | |
| 824 | c.Font = "SourceSans" | |
| 825 | c.FontSize = "Size18" | |
| 826 | c.Text = "Play" | |
| 827 | c.TextColor3 = Color3.new(0,0,0) | |
| 828 | c.MouseButton1Click:connect(function() | |
| 829 | local t = tostring(b.Text) | |
| 830 | local s = Instance.new("Sound")
| |
| 831 | s.Name = "1OTabsMusic" | |
| 832 | s.Parent = game.Workspace | |
| 833 | s.Volume = 0.2 | |
| 834 | s.Looped = true | |
| 835 | s.SoundId = "rbxassetid://"..t | |
| 836 | s:Play() | |
| 837 | wait(.5) | |
| 838 | moptions() | |
| 839 | a:Destroy() | |
| 840 | end) | |
| 841 | end | |
| 842 | ||
| 843 | function moptions() | |
| 844 | local sop = {"Play","Stop","Volume+","Volume-","[D]"}
| |
| 845 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 846 | if check ~= nil then | |
| 847 | check:Destroy() | |
| 848 | else | |
| 849 | print'Checked' | |
| 850 | end | |
| 851 | local bm = Instance.new("Model")
| |
| 852 | bm.Parent = game.Workspace | |
| 853 | bm.Name = "sTabs1O" | |
| 854 | for i = 1,#sop do | |
| 855 | bm = game.Workspace.sTabs1O | |
| 856 | local m = Instance.new("Model")
| |
| 857 | local tab = Instance.new("Part")
| |
| 858 | local sb = Instance.new("SelectionBox")
| |
| 859 | local h = Instance.new("Humanoid")
| |
| 860 | local cd = Instance.new("ClickDetector")
| |
| 861 | m.Parent = bm | |
| 862 | m.Name = sop[i] | |
| 863 | tab.Parent = m | |
| 864 | tab.Name = "Head" | |
| 865 | tab.CanCollide = false | |
| 866 | tab.Anchored = true | |
| 867 | tab.Locked = true | |
| 868 | tab.Transparency = 0.0009 | |
| 869 | tab.BottomSurface = "Smooth" | |
| 870 | tab.TopSurface = "Smooth" | |
| 871 | tab.FormFactor = "Custom" | |
| 872 | tab.Size = Vector3.new(2,2,2) | |
| 873 | tab.Position = Vector3.new(0,4,0) | |
| 874 | sb.Parent = tab | |
| 875 | sb.Adornee = tab | |
| 876 | sb.Color3 = Color3.new(255,255,255) | |
| 877 | sb.LineThickness = 0.01 | |
| 878 | sb.SurfaceTransparency = 0.7 | |
| 879 | sb.SurfaceColor3 = Color3.new(255,0,0) | |
| 880 | h.Parent = m | |
| 881 | h.MaxHealth = 0 | |
| 882 | cd.Parent = tab | |
| 883 | local function move() | |
| 884 | coroutine.resume(coroutine.create(function() | |
| 885 | local orbit = p.Character.Torso | |
| 886 | local dist = 1 + #speeds | |
| 887 | local speed = 0.005 | |
| 888 | local angle = 100 * i | |
| 889 | local o = tab | |
| 890 | local pos = o.Position | |
| 891 | while wait() do | |
| 892 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 893 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 894 | angle = angle + 1 | |
| 895 | end | |
| 896 | end)) | |
| 897 | end | |
| 898 | move() | |
| 899 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 900 | if c == p then | |
| 901 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 902 | if m.Name == "Play" then | |
| 903 | local sound = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 904 | if sound ~= nil then | |
| 905 | sound:Play() | |
| 906 | else | |
| 907 | print 'Sound[Error] S = nil' | |
| 908 | end | |
| 909 | elseif m.Name == "Stop" then | |
| 910 | local sound = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 911 | if sound ~= nil then | |
| 912 | sound:Stop() | |
| 913 | else | |
| 914 | print 'Sound[Error] S = nil' | |
| 915 | end | |
| 916 | elseif m.Name == "Volume+" then | |
| 917 | local sound = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 918 | if sound ~= nil then | |
| 919 | sound.Volume = sound.Volume + 0.1 | |
| 920 | else | |
| 921 | print 'Sound[Error] S = nil' | |
| 922 | end | |
| 923 | elseif m.Name == "Volume-" then | |
| 924 | local sound = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 925 | if sound ~= nil then | |
| 926 | sound.Volume = sound.Volume - 0.1 | |
| 927 | else | |
| 928 | print 'Sound[Error] S = nil' | |
| 929 | end | |
| 930 | elseif m.Name == "[D]" then | |
| 931 | local sound = game.Workspace:FindFirstChild("1OTabsMusic")
| |
| 932 | if sound ~= nil then | |
| 933 | sound:Destroy() | |
| 934 | else | |
| 935 | print 'Sound[Error] S = nil' | |
| 936 | end | |
| 937 | end | |
| 938 | wait(.5) | |
| 939 | tab.Size = Vector3.new(2,2,2) | |
| 940 | end | |
| 941 | end) | |
| 942 | end | |
| 943 | end | |
| 944 | ||
| 945 | function listp() | |
| 946 | function listp() | |
| 947 | local check = game.Workspace:FindFirstChild("sTabs1O")
| |
| 948 | if check ~= nil then | |
| 949 | check:Destroy() | |
| 950 | else | |
| 951 | print'Checked' | |
| 952 | end | |
| 953 | local bm = Instance.new("Model")
| |
| 954 | bm.Parent = game.Workspace | |
| 955 | bm.Name = "sTabs1O" | |
| 956 | local players = game.Players:GetChildren() | |
| 957 | for i = 1,#players do | |
| 958 | bm = game.Workspace.sTabs1O | |
| 959 | local m = Instance.new("Model")
| |
| 960 | local tab = Instance.new("Part")
| |
| 961 | local sb = Instance.new("SelectionBox")
| |
| 962 | local h = Instance.new("Humanoid")
| |
| 963 | local cd = Instance.new("ClickDetector")
| |
| 964 | m.Parent = bm | |
| 965 | m.Name = players[i].Name | |
| 966 | tab.Parent = m | |
| 967 | tab.Name = "Head" | |
| 968 | tab.CanCollide = false | |
| 969 | tab.Anchored = true | |
| 970 | tab.Locked = true | |
| 971 | tab.Transparency = 0.0009 | |
| 972 | tab.BottomSurface = "Smooth" | |
| 973 | tab.TopSurface = "Smooth" | |
| 974 | tab.FormFactor = "Custom" | |
| 975 | tab.Size = Vector3.new(2,2,2) | |
| 976 | tab.Position = Vector3.new(0,4,0) | |
| 977 | sb.Parent = tab | |
| 978 | sb.Adornee = tab | |
| 979 | sb.Color3 = Color3.new(0,0,0) | |
| 980 | sb.LineThickness = 0.01 | |
| 981 | sb.SurfaceTransparency = 0.4 | |
| 982 | sb.SurfaceColor3 = Color3.new(255,170,0) | |
| 983 | h.Parent = m | |
| 984 | h.MaxHealth = 0 | |
| 985 | cd.Parent = tab | |
| 986 | local function move() | |
| 987 | coroutine.resume(coroutine.create(function() | |
| 988 | local orbit = p.Character.Torso | |
| 989 | local dist = 3 + #players | |
| 990 | local speed = 0.005 | |
| 991 | local angle = 150 * i | |
| 992 | local o = tab | |
| 993 | local pos = o.Position | |
| 994 | while wait() do | |
| 995 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist) | |
| 996 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 997 | angle = angle + 1 | |
| 998 | end | |
| 999 | end)) | |
| 1000 | end | |
| 1001 | move() | |
| 1002 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 1003 | if c == p then | |
| 1004 | local find = game.Players:FindFirstChild(m.Name) | |
| 1005 | if find ~= nil then | |
| 1006 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 1007 | print 'PSIG[x]' | |
| 1008 | wait(.5) | |
| 1009 | tab.Size = Vector3.new(2,2,2) | |
| 1010 | end | |
| 1011 | end | |
| 1012 | end) | |
| 1013 | end | |
| 1014 | end | |
| 1015 | end | |
| 1016 | ||
| 1017 | function ply(player) | |
| 1018 | for _,b in pairs(ban) do | |
| 1019 | if player.Name == b then | |
| 1020 | print 'PlayerAdded[C][B]' | |
| 1021 | player:Destroy() | |
| 1022 | end | |
| 1023 | end | |
| 1024 | local m = Instance.new("Model")
| |
| 1025 | local tab = Instance.new("Part")
| |
| 1026 | local sb = Instance.new("SelectionBox")
| |
| 1027 | local h = Instance.new("Humanoid")
| |
| 1028 | local cd = Instance.new("ClickDetector")
| |
| 1029 | m.Parent = game.Workspace | |
| 1030 | m.Name = ("'"..player.Name.."' Has entered![NP][C]")
| |
| 1031 | tab.Parent = m | |
| 1032 | tab.Name = "Head" | |
| 1033 | tab.CanCollide = false | |
| 1034 | tab.Anchored = true | |
| 1035 | tab.Locked = true | |
| 1036 | tab.Transparency = 0.0009 | |
| 1037 | tab.BottomSurface = "Smooth" | |
| 1038 | tab.TopSurface = "Smooth" | |
| 1039 | tab.FormFactor = "Custom" | |
| 1040 | tab.Size = Vector3.new(2,2,2) | |
| 1041 | tab.Position = Vector3.new(0,4,0) | |
| 1042 | sb.Parent = tab | |
| 1043 | sb.Adornee = tab | |
| 1044 | sb.Color3 = Color3.new(0,0,255) | |
| 1045 | sb.LineThickness = 0.054 | |
| 1046 | sb.SurfaceTransparency = 0.2 | |
| 1047 | sb.SurfaceColor3 = Color3.new(0,170,255) | |
| 1048 | h.Parent = m | |
| 1049 | h.MaxHealth = 0 | |
| 1050 | cd.Parent = tab | |
| 1051 | local function move() | |
| 1052 | coroutine.resume(coroutine.create(function() | |
| 1053 | local orbit = p.Character.Torso | |
| 1054 | local dist = 4 | |
| 1055 | local speed = 0.05 | |
| 1056 | local angle = 0 | |
| 1057 | local o = tab | |
| 1058 | local pos = o.Position | |
| 1059 | while wait() do | |
| 1060 | o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(4,angle*speed,1) * CFrame.new(0,0,dist) | |
| 1061 | o.CFrame = CFrame.new(o.Position,orbit.Position) | |
| 1062 | angle = angle + 1 | |
| 1063 | end | |
| 1064 | end)) | |
| 1065 | end | |
| 1066 | move() | |
| 1067 | tab.ClickDetector.MouseClick:connect(function(c) | |
| 1068 | if c == p then | |
| 1069 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 1070 | print 'PlayerAdded[Confirmed]' | |
| 1071 | wait(.5) | |
| 1072 | tab.Size = Vector3.new(2,2,2) | |
| 1073 | m:remove() | |
| 1074 | end | |
| 1075 | end) | |
| 1076 | wait(3) | |
| 1077 | for i = 1,5 do | |
| 1078 | wait(0.1) | |
| 1079 | tab.Size = Vector3.new(1.5,1.5,1.5) | |
| 1080 | wait(0.1) | |
| 1081 | tab.Size = Vector3.new(2,2,2) | |
| 1082 | end | |
| 1083 | local function autokick() | |
| 1084 | local m = game.Workspace["'"..player.Name.."' Has entered![NP][C]"] | |
| 1085 | if m == nil then | |
| 1086 | print'AutoKick[OFF]' | |
| 1087 | else | |
| 1088 | tab.Size = Vector3.new(.5,.5,.5) | |
| 1089 | tab:Destroy() | |
| 1090 | player.Character:Destroy() | |
| 1091 | player:remove() | |
| 1092 | end | |
| 1093 | end | |
| 1094 | autokick() | |
| 1095 | end | |
| 1096 | game.Players.PlayerAdded:connect(ply) | |
| 1097 | ||
| 1098 | print('Enjoy the leaked tabs by AdminTabs!') |