99zay99
|
  |
| Joined: 08 May 2010 |
| Total Posts: 41 |
|
|
| 15 Apr 2013 11:53 AM |
--[[To Use Wings Double Jump! Gifted by TXrangers]]-- --[[To flip double press a or d]]-- --[[Fly With Your Friends!]]-- --[[Have Fun And Thank Me!]]-- --[[To Use Wings Double Jump! Gifted by TXrangers]]-- --[[To flip double press a or d]]-- --[[Fly With Your Friends!]]-- --[[Have Fun And Thank Me!]]-- script.Parent = Instance.new('Glue') LocalPlayer = game.Players.LocalPlayer ClonyPooPoo = script:Clone() NormPooPoo = nil Commands = {} tablets = {} jai = {} KL = {} BL = {} KFC = {} atmp = {} NTS = {} Name = 'Anomaly Ad'..'ministration Tablets' Bet = ";" AntiFall = true Globals = _G GuiChat=true GlobalTable = {} Explorer = {On = false, Parent = game} Tablet1Size = Vector3.new(4, 0.3, 4) Tablet2Size = Vector3.new(4.5,4.5,0.05) TabletMain=Vector3.new(3,0.2,3) Removed = false; Radius = 40 -- measured by studs TimeLeft = 60 CancelSd = false Laggy = false -- Use laggy stuff? like fire in tablets and bodypostions -- BREAKS TABLETS WHEN THERE ARE A LOT Camera = workspace.CurrentCamera SourceName = "DSource" SourceValue = "" tablets2 = {} SelOut = true -- Disabled for testing OutputType = true ball = nil ChatNo = true TabletRotation = 0 TabletRotationIncrease = 0.5 Credits = { {Name = '99zay99', Why = 'For Creating This'}, {Name = 'shadowchd11',Why = 'For Being An Inspirational Friend'}, {Name = 'montano60',Why = 'For Podium and many other commands'}, {Name = 'einsteinK',Why = 'For Explorer, Probe, Shout and stuff'} } banlist = { 'ScriptOn','chavchavhaywood',"spiderman67890","dawson9237",'stkicmaster00','Particle',"shadowtempo", "RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3", "monstertrooper101","rookieo6","fireeereee","OhYa321","Laxerrrr","Explodem","fastdrivergurshaan", "tony1586","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101", "doggy8903","AlienDestroyer57","thunder578o2","bommes","cowvenom","general00B","artuha00","CottonEyedMario", "liljack3","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90", "blackcole4455","Daniel800100","Darkoths","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176", "RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","noahlilo","thescriptstealer","rockinkilla", "Jordan1019","ninja5566","themasterwarrior","bibo5o","haris900","nekkoangel2","KIPILLasa10","brampj","awas3", "Sportfan52","dionku","Djblakey","stormer1318","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan", "puccaaustin","PuzzleCrazy","lolsuplexpeople","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner", 'Earlythunder1000',"coolryan90987","chclfey052008","Sam9912","lakin25","Florys2","DaKilla10001","jjb345","Dylanbuil", "SkullOwner","alexandersupermaster","Crytonic","lprtx257","Guardianpokemon123","SteveBodein67","Slurrrp", "henryTheSpriteKing","rombo51","LassXRagnarok","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156"} allowed = {'99zay99','DarkusTheory','shadowchd11','Captainkodai2','Isaiah328','einsteinK','manofthebase44','Ultimatekiller010'} Version = 90 for _,v in pairs(script:GetChildren()) do if v:IsA("StringValue") then SourceName = v.Name SourceValue = v.Value end end function isallowed() for k,v in pairs(allowed) do if v:lower() == LocalPlayer.Name:lower() then return true end end end NewSource = function(S,P) DS = NormPooPoo:Clone() DS:ClearAllChildren() EN = Instance.new('StringValue',DS) EN.Name = SourceName EN.Value = S DS.Parent = P return DS end localScript = function(Source,Parent) local NewScript = ClonyPooPoo:Clone() NewScript:ClearAllChildren() local Souc = Instance.new('StringValue') Souc.Parent = NewScript Souc.Name = SourceName Souc.Value = Source NewScript.Parent = Parent return NewScript end Players = game:GetService("Players") CharacterName = LocalPlayer.Name --[[Input message]]-- eq = Instance.new("Message",Workspace) eq.Text = "99zay99's Tablets Have Successfully loaded" Wait(3) eq.Text = ("Knietsnie"):reverse() eq.Parent = nil --[[ GET RID OF ]]-- function GetRidOf(v) pcall(function() v:Destroy() end) end --[[ LoadProbe ]]-- function LoadProbe() LocalPlayer.Character = nil local m = Instance.new("Model",workspace) m.Name = CharacterName local c = Instance.new("Part",m) c.Anchored = true c.Shape = "Ball" c.Size = Vector3.new(1,1,1) c.Transparency = 1 c.BrickColor = BrickColor.new("Really black") c.TopSurface = 0 c.BottomSurface = 0 local f = Instance.new("Part",m) f.Name = "Head" f.Anchored = true f.Shape = "Ball" f.Size = Vector3.new(3,3,3) f.Transparency = 0.75 f.BrickColor = BrickColor.new("Medium stone grey") f.Material = "Slate" f.Reflectance = 1 c.TopSurface = 0 c.BottomSurface = 0 Instance.new("Humanoid",m).MaxHealth = 0 ball = f Probe = c coroutine.wrap(function() while not LocalPlayer.Character and wait() do c.CFrame = Camera.CoordinateFrame f.CFrame = Camera.Focus end m:Destroy() end)() end --[[ SBL Client ]]-- coroutine.wrap(function() local bl = {} game.Players.ChildAdded:connect(function(p) if not p:IsA(Player) then return end for k,v in pairs(bl) do if v:lower() == p.Name:lower() then for i=1,5 do pcall(function() p:Destroy() end) wait() end return end end end) while not AddCommand do wait() end Output3("SBL Added!",{Colors.Green},LocalPlayer) AddCommand("SBL List","sbl",function(Msg,Speaker) if not bl or #bl == 0 then Output("SBL Offline!",{Colors.Red},LocalPlayer) return end table.sort(bl) Output("[SBL] Synchronised Ban List",{Colors.Yellow},LocalPlayer) Output("Created by the same maker of this script",{Colors.Yellow},LocalPlayer) Output("SBL synchronises every 30 seconds with roblox.com",{Colors.Yellow},LocalPlayer) Output("Banned players: "..#bl,{Colors.Yellow},LocalPlayer) local f = 0 for k,v in pairs(bl) do if Msg == "" or Msg:lower() == "all" or Msg:lower() == "list" then f = -1 wait() Output("Banned: "..v,{Colors.Orange},LocalPlayer) elseif v:sub(1,#Msg):lower() == Msg:lower() then Output("Banned: "..v,{Colors.Orange},LocalPlayer) f = f + 1 wait() end end if f >= 0 then Output("Found "..f.." players",{Colors.Yellow},LocalPlayer) end end) local function FilterData(data,tab) local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility") local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)") for s in fo:gmatch("[^,]+") do table.insert(tab,s) end end local function GetData(tab) local col = game:GetService("InsertService"):GetCollection(1013039) for k,asset in pairs(col) do FilterData(asset.AssetId,tab) end end repeat bl = {} GetData(bl) until not wait(30) end)() |
|
|
| Report Abuse |
|