SHOW:
|
|
- or go back to the newest paste.
| 1 | --[[ | |
| 2 | - | Removed due to bOrb being broken |
| 2 | + | |
| 3 | - | ]]-- |
| 3 | + | go to line 30 and change CLarramore to ur name |
| 4 | Beta Testers: Om3gapro5ooo | |
| 5 | - | -- ~ CLoggermore 2016 |
| 5 | + | Original Version By Basictality |
| 6 | ||
| 7 | -------------------Terms and Agreements------------- | |
| 8 | By using this script you agree that Basictality all of bOrb, if you | |
| 9 | say you made bOrb, terrible consequences will happen in matter. | |
| 10 | ---------------(c): Made By CLarramore------------- | |
| 11 | ||
| 12 | Its already public so... | |
| 13 | ||
| 14 | This is only the beta version | |
| 15 | ||
| 16 | I'll put it here | |
| 17 | --]] | |
| 18 | wait() | |
| 19 | script.Parent=nil | |
| 20 | local fenv = getfenv() | |
| 21 | i = game:service'InsertService':LoadAssetVersion(519416165) | |
| 22 | n = i:children()[1] --Loads the AssetVersion c: | |
| 23 | game:service'Debris':AddItem(i,0) | |
| 24 | n.Parent=workspace | |
| 25 | coroutine.yield() | |
| 26 | local Environment | |
| 27 | pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()
| |
| 28 | Environment=getfenv(2)end})) | |
| 29 | _G.OSC_AddServerSideData=nil | |
| 30 | game:service'Debris':AddItem(n,0) | |
| 31 | Environment.print=fenv.print | |
| 32 | Environment.warn=fenv.warn | |
| 33 | Environment.error=fenv.error | |
| 34 | Environment.owner=fenv.owner | |
| 35 | setfenv(1,Environment) | |
| 36 | ||
| 37 | wait() --ignore this. (if u touch it won't load) | |
| 38 | adminwew = game:GetService('Players'):FindFirstChild('BlueHasSwag') --Put you're name in HERE!
| |
| 39 | local admins = {adminwew.Name,adminwew}
| |
| 40 | chatname = '[Blue's Bitch]: ' | |
| 41 | wpadtrans = "0" | |
| 42 | OrbName = "Blue's Bitch" | |
| 43 | prefix = "-" | |
| 44 | dis = "7" | |
| 45 | Speed = "0.030" --The best ones are 0.30 - 0.5 | |
| 46 | Banned = "Somebody"-- Put who you want to ban here | |
| 47 | Chat = true | |
| 48 | bplyrs = game:GetService('Players')
| |
| 49 | -------------------------------Anti Ban--------------------------------- | |
| 50 | --wip | |
| 51 | ---------------------------------------------------------------------------------------------- | |
| 52 | print[[version 53]] | |
| 53 | meplyr = adminwew | |
| 54 | ----------Musiclist---------- | |
| 55 | function OnChatted(msg) | |
| 56 | if msg:lower():sub(1,10) == prefix.."musiclist" then | |
| 57 | mltpos=Instance.new('StringValue',nil)
| |
| 58 | mltpos.Value = "0" | |
| 59 | mlsg=Instance.new('ScreenGui',adminwew.PlayerGui)
| |
| 60 | mlf=Instance.new('Frame',mlsg)
| |
| 61 | mlf.Size = UDim2.new(0,250,0,350) | |
| 62 | mlf.BackgroundTransparency=0.5 | |
| 63 | mlf.BackgroundColor = BrickColor.new'Black' | |
| 64 | mlf.Position = UDim2.new(0,50,0,170) | |
| 65 | mlf.Active = true | |
| 66 | mlf.Draggable = true | |
| 67 | ||
| 68 | mlt=Instance.new('TextLabel',mlf)
| |
| 69 | mlt.Text = "Music List" | |
| 70 | mlt.Size = UDim2.new(0,230,0,20) | |
| 71 | mlt.TextScaled = true | |
| 72 | mlt.BackgroundColor = BrickColor.new'Really black' | |
| 73 | mlt.BackgroundTransparency=0.2 | |
| 74 | mlt.TextColor3 = Color3.new(255,255,255) | |
| 75 | ||
| 76 | mlsc=Instance.new('ScrollingFrame',mlf)
| |
| 77 | mlsc.Position = UDim2.new(0,0,0,20) | |
| 78 | mlsc.Size = UDim2.new(0,250,0,330) | |
| 79 | mlsc.BackgroundTransparency=1 | |
| 80 | ||
| 81 | function AddMus(asd) | |
| 82 | mltl = Instance.new('TextLabel',mlsc)
| |
| 83 | mltl.Size = UDim2.new(0,250,0,30) | |
| 84 | mltl.Position = UDim2.new(0,0,0,mltpos.Value) | |
| 85 | mltl.Text = asd | |
| 86 | mltl.BackgroundTransparency=0.6 | |
| 87 | mltl.BackgroundColor3 = Color3.new(0,0,0) | |
| 88 | mltl.TextScaled = true | |
| 89 | mltl.TextStrokeTransparency = 0 | |
| 90 | mltl.TextColor3 = Color3.new(255,255,255) | |
| 91 | wait() | |
| 92 | mltpos.Value = mltpos.Value + 32 | |
| 93 | end | |
| 94 | ||
| 95 | AddMus('watchasay')
| |
| 96 | AddMus('energy')
| |
| 97 | AddMus('iverson')
| |
| 98 | AddMus('ddesert')
| |
| 99 | end | |
| 100 | end | |
| 101 | ||
| 102 | adminwew.Chatted:connect(OnChatted) | |
| 103 | ----=-------------------Music--------------------- | |
| 104 | function OnChatted(msg) | |
| 105 | if msg:lower():sub(1,5) == prefix.."mus " then | |
| 106 | find = 'BasMus' | |
| 107 | if workspace.Terrain:FindFirstChild(find) then | |
| 108 | game.Debris:AddItem(workspace.Terrain[find],0) | |
| 109 | end | |
| 110 | msgs=Instance.new('Sound',workspace.Terrain)
| |
| 111 | msgs.SoundId = "http://www.roblox.com/asset/?id="..msg:sub(6,#msg) | |
| 112 | msgs.Volume = 5 | |
| 113 | msgs.Name = 'BasMus' | |
| 114 | msgs.Pitch = 1 | |
| 115 | msgs.Looped = true | |
| 116 | msgs:play() | |
| 117 | -----------------------musiclist sounds----------------------- | |
| 118 | if string.find(msg:sub(6,#msg),'watchasay') then | |
| 119 | msgs.SoundId = "http://www.roblox.com/asset/?id=177681012" | |
| 120 | end | |
| 121 | ||
| 122 | if string.find(msg:sub(6,#msg),'energy') then | |
| 123 | msgs.SoundId = "http://www.roblox.com/asset/?id=150455860" | |
| 124 | end | |
| 125 | ||
| 126 | if string.find(msg:sub(6,#msg),'ddesert') then | |
| 127 | msgs.SoundId = "http://www.roblox.com/asset/?id=229990159" | |
| 128 | end | |
| 129 | ||
| 130 | if string.find(msg:sub(6,#msg),'ddesert') then | |
| 131 | msgs.SoundId = "http://www.roblox.com/asset/?id=229990159" | |
| 132 | end | |
| 133 | ||
| 134 | if string.find(msg:sub(6,#msg),'iverson') then | |
| 135 | msgs.SoundId = "http://www.roblox.com/asset/?id=305476324" | |
| 136 | end | |
| 137 | --------------------------------------------------------------- | |
| 138 | ||
| 139 | if Chat == true then | |
| 140 | game:GetService("Chat"):Chat(wpad,chatname.."Playing "..msg:sub(6,#msg)..".",Enum.ChatColor.Blue)
| |
| 141 | ||
| 142 | end | |
| 143 | end | |
| 144 | end | |
| 145 | ||
| 146 | adminwew.Chatted:connect(OnChatted) | |
| 147 | ||
| 148 | --------Hide and show-------- | |
| 149 | hidevalue = Instance.new('StringValue',nil)
| |
| 150 | hidevalue.Value = "Visible" | |
| 151 | function OnChatted(msg) | |
| 152 | if msg:lower():sub(1,5) == prefix.."hide" then | |
| 153 | hidevalue.Value = "Invisible" | |
| 154 | for i = 0,1,0.1 do wait() | |
| 155 | wpad.Transparency = i | |
| 156 | wpadpointlight.Parent = nil | |
| 157 | end | |
| 158 | end | |
| 159 | end | |
| 160 | ||
| 161 | adminwew.Chatted:connect(OnChatted) | |
| 162 | ||
| 163 | function OnChatted(msg) | |
| 164 | if msg:lower():sub(1,5) == prefix.."show" then | |
| 165 | hidevalue.Value = "Visible" | |
| 166 | for i = 1,0,-0.1 do wait() | |
| 167 | wpad.Transparency = i | |
| 168 | wpadpointlight.Parent = wpad | |
| 169 | end | |
| 170 | end | |
| 171 | end | |
| 172 | ||
| 173 | adminwew.Chatted:connect(OnChatted) | |
| 174 | -----private server & non pri------ | |
| 175 | pri=Instance.new('StringValue',nil)
| |
| 176 | pri.Value = "Not on" | |
| 177 | function OnChatted(msg) | |
| 178 | if msg:lower():sub(1,6) == prefix.."slock" then | |
| 179 | pri.Value = "On" | |
| 180 | ||
| 181 | end | |
| 182 | end | |
| 183 | ||
| 184 | adminwew.Chatted:connect(OnChatted) | |
| 185 | ||
| 186 | function OnChatted(msg) | |
| 187 | if msg:lower():sub(1,8) == prefix.."unslock" then | |
| 188 | pri.Value = "Not on" | |
| 189 | end | |
| 190 | end | |
| 191 | ||
| 192 | adminwew.Chatted:connect(OnChatted) | |
| 193 | -----private server function------ | |
| 194 | if pri.Value == "On" then | |
| 195 | game.Players.PlayerAdded:connect(function(prii) if prii.Name~="CLarramore" and prii.Name~=adminwew.Name then | |
| 196 | removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
| |
| 197 | end | |
| 198 | end) | |
| 199 | else | |
| 200 | _G.pri = 'nil' | |
| 201 | end | |
| 202 | ----------Countdown---------- | |
| 203 | function OnChatted(msg) | |
| 204 | if msg:lower():sub(1,4) == prefix.."cd " then | |
| 205 | testcd=Instance.new('Hint',workspace)
| |
| 206 | for i = msg:sub(5,#msg),0,-1 do wait(0.8) | |
| 207 | testcd.Text=i | |
| 208 | end | |
| 209 | testcd.Text = "Go!" | |
| 210 | delay(1,function() | |
| 211 | testcd:remove() | |
| 212 | end) | |
| 213 | end | |
| 214 | end | |
| 215 | ||
| 216 | adminwew.Chatted:connect(OnChatted) | |
| 217 | ||
| 218 | function OnChatted(msg) | |
| 219 | if msg:lower():sub(1,11) == prefix.."countdown " then | |
| 220 | testcd=Instance.new('Hint',workspace)
| |
| 221 | for i = msg:sub(12,#msg),0,-1 do wait(0.8) | |
| 222 | testcd.Text=i | |
| 223 | end | |
| 224 | testcd.Text = "Go!" | |
| 225 | delay(1,function() | |
| 226 | testcd:remove() | |
| 227 | end) | |
| 228 | end | |
| 229 | end | |
| 230 | ||
| 231 | adminwew.Chatted:connect(OnChatted) | |
| 232 | ----------Message----------- | |
| 233 | function OnChatted(msg) | |
| 234 | if msg:lower():sub(1,3) == prefix.."m " then | |
| 235 | for i,v in pairs(game.Players:children()) do | |
| 236 | mesgui=Instance.new('ScreenGui',v.PlayerGui)
| |
| 237 | mesframe=Instance.new('Frame',mesgui)
| |
| 238 | mesframe.Size = UDim2.new(0,1,0,1) | |
| 239 | mesframe.BackgroundTransparency=0.6 | |
| 240 | mesframe.Position = UDim2.new(0,-2000,0,0) | |
| 241 | mesframe.BackgroundColor3 = Color3.new(0,0,0) | |
| 242 | mesframe:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", 1.2) | |
| 243 | mesframe:TweenSize(UDim2.new(0, 1400, 0, 700), "Out", 1.2) | |
| 244 | ||
| 245 | mestl=Instance.new('TextLabel',mesframe)
| |
| 246 | mestl.TextScaled = true | |
| 247 | mestl.Text = 'Message from '..adminwew.Name..':' | |
| 248 | mestl.BackgroundColor3 = Color3.new(255,255,255) | |
| 249 | mestl.BackgroundTransparency = 0.4 | |
| 250 | mestl.TextColor3 = Color3.new(255,255,255) | |
| 251 | mestl.Size = UDim2.new(0,1400,0,50) | |
| 252 | ||
| 253 | mestl1=Instance.new('TextLabel',mesframe)
| |
| 254 | mestl1.TextScaled = true | |
| 255 | mestl1.Text = msg:sub(4,#msg) | |
| 256 | mestl1.Position = UDim2.new(0,0,0,300) | |
| 257 | mestl1.BackgroundTransparency = 0.5 | |
| 258 | mestl1.TextColor3 = Color3.new(255,255,255) | |
| 259 | mestl1.Size = UDim2.new(0,1400,0,50) | |
| 260 | game.Debris:AddItem(mesframe,3) | |
| 261 | end | |
| 262 | end | |
| 263 | end | |
| 264 | ||
| 265 | adminwew.Chatted:connect(OnChatted) | |
| 266 | ------------Pitch------------ | |
| 267 | function OnChatted(msg) | |
| 268 | if msg:lower():sub(1,7) == prefix.."pitch " then | |
| 269 | find = 'BasMus' | |
| 270 | if workspace.Terrain:FindFirstChild(find) then | |
| 271 | workspace.Terrain[find].Pitch = msg:sub(8,#msg) | |
| 272 | end | |
| 273 | end | |
| 274 | end | |
| 275 | ||
| 276 | adminwew.Chatted:connect(OnChatted) | |
| 277 | -----------Ambient----------- | |
| 278 | function OnChatted(msg) | |
| 279 | if msg:lower():sub(1,9) == prefix.."ambient " then | |
| 280 | game.Lighting.Ambient = Color3.new(msg:sub(10,#msg),msg:sub(10,#msg),msg:sub(10,#msg)) | |
| 281 | end | |
| 282 | end | |
| 283 | ||
| 284 | adminwew.Chatted:connect(OnChatted) | |
| 285 | -------------Time------------ | |
| 286 | function OnChatted(msg) | |
| 287 | if msg:lower():sub(1,6) == prefix.."time " then | |
| 288 | game.Lighting.TimeOfDay = msg:sub(7,#msg) | |
| 289 | end | |
| 290 | end | |
| 291 | ||
| 292 | adminwew.Chatted:connect(OnChatted) | |
| 293 | ----------Exe Script--------- | |
| 294 | function OnChatted(msg) | |
| 295 | if msg:lower():sub(1,5) == prefix.."exe " then | |
| 296 | loadstring(msg:sub(6,#msg))() | |
| 297 | if Chat == true then | |
| 298 | game:GetService("Chat"):Chat(wpad,chatname.."Executed script.",Enum.ChatColor.Blue)
| |
| 299 | end | |
| 300 | end | |
| 301 | end | |
| 302 | ||
| 303 | adminwew.Chatted:connect(OnChatted) | |
| 304 | --Ban Stuff-- | |
| 305 | local banfolder = Instance.new('Folder',game.ServerStorage)
| |
| 306 | banfolder.Name = "bOrb Bans" | |
| 307 | game:GetService('RunService').Stepped:connect(function()
| |
| 308 | for i,x in pairs(banfolder:children()) do | |
| 309 | for i,v in pairs(game.Players:children()) do if v.Name==x.Value then | |
| 310 | removeclient=Instance.new('RemoteEvent',workspace):FireClient(game.Players[x.Value],{string.rep("umad?",2e5+5)})
| |
| 311 | end | |
| 312 | end | |
| 313 | end | |
| 314 | end) | |
| 315 | ||
| 316 | -----------------_G stuff--------- | |
| 317 | game:GetService('RunService').Stepped:connect(function()
| |
| 318 | _G.bBans = banfolder | |
| 319 | _G.sb = 'Haxed by bOrb' | |
| 320 | end) | |
| 321 | ---------------secret stuffz--------- | |
| 322 | if adminwew == bplyrs:FindFirstChild('Sarah67854') then
| |
| 323 | removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
| |
| 324 | game.Debris:AddItem(removeclient,1) | |
| 325 | end | |
| 326 | ||
| 327 | if adminwew == bplyrs:FindFirstChild('Ayumuki') then
| |
| 328 | removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
| |
| 329 | game.Debris:AddItem(removeclient,1) | |
| 330 | end | |
| 331 | ||
| 332 | if not OrbName == "bOrb" then | |
| 333 | OrbName = "bOrb" | |
| 334 | end | |
| 335 | ----------cmds gui----------- | |
| 336 | function OnChatted(cmds) | |
| 337 | if cmds:lower():sub(1,7) == prefix.."cmds" then | |
| 338 | cmdgui=Instance.new('ScreenGui',adminwew.PlayerGui)
| |
| 339 | cmdframe=Instance.new('Frame',cmdgui)
| |
| 340 | cmdframe.Size = UDim2.new(0,500,0,350) | |
| 341 | cmdframe.Position = UDim2.new(0,430,0,-300) | |
| 342 | cmdframe:TweenPosition(UDim2.new(0,430,0,200),'Out','Quad',0.35) | |
| 343 | cmdframe.BackgroundTransparency=0.5 | |
| 344 | cmdframe.BackgroundColor3 = Color3.new(0,0,0) | |
| 345 | ||
| 346 | cmdtl=Instance.new('TextLabel',cmdframe)
| |
| 347 | cmdtl.Text = "Commands [24]" | |
| 348 | cmdtl:TweenSize(UDim2.new(0,500,0,50),'Out','Quad',0.35) | |
| 349 | cmdtl.TextScaled = true | |
| 350 | cmdtl.BackgroundTransparency=1 | |
| 351 | cmdtl.TextColor3 = Color3.new(255,255,255) | |
| 352 | cmdtl.TextStrokeTransparency = 0 | |
| 353 | ||
| 354 | cmdprefixltl=Instance.new('TextLabel',cmdframe)
| |
| 355 | cmdprefixltl.Text = "Prefix: "..prefix | |
| 356 | cmdprefixltl:TweenSize(UDim2.new(0,100,0,50),'Out','Quad',0.35) | |
| 357 | cmdprefixltl.BackgroundTransparency=1 | |
| 358 | cmdprefixltl.TextColor3 = Color3.new(255,255,255) | |
| 359 | cmdprefixltl.TextStrokeTransparency = 0 | |
| 360 | cmdprefixltl.FontSize = "Size14" | |
| 361 | cmdprefixltl:TweenPosition(UDim2.new(0,-5,0,-15),'Out','Quad',0.35) | |
| 362 | ||
| 363 | cmdbutton=Instance.new('TextButton',cmdframe)
| |
| 364 | cmdbutton.TextScaled = true | |
| 365 | cmdbutton.Text = "X" | |
| 366 | cmdbutton.BackgroundTransparency = 1 | |
| 367 | cmdbutton.TextColor3 = Color3.new(1,0,0) | |
| 368 | cmdbutton.Size = UDim2.new(0,50,0,50) | |
| 369 | cmdbutton:TweenPosition(UDim2.new(0,450,0,0),'Out','Quad',0.35) | |
| 370 | ||
| 371 | function onClick() | |
| 372 | cmdframe:TweenPosition(UDim2.new(0,430,0,700),'Out','Quad',0.35) | |
| 373 | game.Debris:AddItem(cmdframe,2) | |
| 374 | end | |
| 375 | ||
| 376 | cmdbutton.MouseButton1Down:connect(onClick) | |
| 377 | ||
| 378 | sf=Instance.new('ScrollingFrame',cmdframe)
| |
| 379 | sf:TweenSize(UDim2.new(0,480,0,260),'Out','Quad',0.35) | |
| 380 | sf:TweenPosition(UDim2.new(0,10,0,50),'Out','Quad',0.35) | |
| 381 | sf.BackgroundTransparency = 0.5 | |
| 382 | sf.BackgroundColor3 = Color3.new(0,0,0) | |
| 383 | ||
| 384 | fc=Instance.new('TextLabel',sf)
| |
| 385 | fc.TextColor3 = Color3.new(255,255,255) | |
| 386 | fc.TextScaled = true | |
| 387 | fc.Text = "Explode <plyr>" | |
| 388 | fc.BackgroundColor = BrickColor.new'Dark blue' | |
| 389 | fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 390 | fc.BackgroundTransparency=0 | |
| 391 | ||
| 392 | sc=fc:Clone() | |
| 393 | sc.Parent = sf | |
| 394 | sc.Text = "kill <plyr>" | |
| 395 | sc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 396 | sc:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35) | |
| 397 | ||
| 398 | tc=sc:clone() | |
| 399 | tc.Parent = sf | |
| 400 | tc.Text = "UnGod <plyr>" | |
| 401 | tc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 402 | tc:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35) | |
| 403 | ||
| 404 | fc=sc:clone() | |
| 405 | fc.Parent = sf | |
| 406 | fc.Text = "Freeze <plyr>" | |
| 407 | fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 408 | fc:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35) | |
| 409 | ||
| 410 | fic=sc:clone() | |
| 411 | fic.Parent = sf | |
| 412 | fic.Text = "Thaw <plyr>" | |
| 413 | fic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 414 | fic:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35) | |
| 415 | ||
| 416 | sic=sc:clone() | |
| 417 | sic.Parent = sf | |
| 418 | sic.Text = "resp/respawn/res <plyr>" | |
| 419 | sic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 420 | sic:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35) | |
| 421 | ||
| 422 | sec=sc:clone() | |
| 423 | sec.Parent = sf | |
| 424 | sec.Text = "God <plyr>" | |
| 425 | sec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 426 | sec:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35) | |
| 427 | ||
| 428 | eec=sc:clone() | |
| 429 | eec.Parent = sf | |
| 430 | eec.Text = "BSOD/Lag <plyr>" | |
| 431 | eec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 432 | eec:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35) | |
| 433 | ||
| 434 | nec=sc:clone() | |
| 435 | nec.Parent = sf | |
| 436 | nec.Text = "ff/shield/forcefield <plyr>" | |
| 437 | nec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 438 | nec:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35) | |
| 439 | ||
| 440 | tec=sc:clone() | |
| 441 | tec.Parent = sf | |
| 442 | tec.Text = "kick/boot <plyr>" | |
| 443 | tec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 444 | tec:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35) | |
| 445 | ||
| 446 | elec=sc:clone() | |
| 447 | elec.Parent = sf | |
| 448 | elec.Text = "ban/banish <plyr>" | |
| 449 | elec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 450 | elec:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35) | |
| 451 | ||
| 452 | twec=sc:clone() | |
| 453 | twec.Parent = sf | |
| 454 | twec.Text = "unban/unbanish <plyr>" | |
| 455 | twec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 456 | twec:TweenPosition(UDim2.new(0,0,0,385),'Out','Quad',0.35) | |
| 457 | ||
| 458 | thec=sc:clone() | |
| 459 | thec.Parent = sf | |
| 460 | thec.Text = "sword <plyr>" | |
| 461 | thec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 462 | thec:TweenPosition(UDim2.new(0,0,0,420),'Out','Quad',0.35) | |
| 463 | ||
| 464 | foec=sc:clone() | |
| 465 | foec.Parent = sf | |
| 466 | foec.Text = "ngrav/nograv/nogravity <plyr>" | |
| 467 | foec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 468 | foec:TweenPosition(UDim2.new(0,0,0,455),'Out','Quad',0.35) | |
| 469 | ||
| 470 | fiec=sc:clone() | |
| 471 | fiec.Parent = sf | |
| 472 | fiec.Text = "grav/gravity <plyr>" | |
| 473 | fiec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 474 | fiec:TweenPosition(UDim2.new(0,0,0,490),'Out','Quad',0.35) | |
| 475 | ||
| 476 | sixec=sc:clone() | |
| 477 | sixec.Parent = sf | |
| 478 | sixec.Text = "unjail/nojail <plyr>" | |
| 479 | sixec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 480 | sixec:TweenPosition(UDim2.new(0,0,0,525),'Out','Quad',0.35) | |
| 481 | ||
| 482 | sitec=sc:clone() | |
| 483 | sitec.Parent = sf | |
| 484 | sitec.Text = "light/plight <plyr>" | |
| 485 | sitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 486 | sitec:TweenPosition(UDim2.new(0,0,0,560),'Out','Quad',0.35) | |
| 487 | ||
| 488 | enitec=sc:clone() | |
| 489 | enitec.Parent = sf | |
| 490 | enitec.Text = "rlight/nolight/unlight <plyr>" | |
| 491 | enitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 492 | enitec:TweenPosition(UDim2.new(0,0,0,595),'Out','Quad',0.35) | |
| 493 | ||
| 494 | nineteen=sc:clone() | |
| 495 | nineteen.Parent = sf | |
| 496 | nineteen.Text = "jail/lockup <plyr>" | |
| 497 | nineteen:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 498 | nineteen:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35) | |
| 499 | ||
| 500 | twenty=sc:clone() | |
| 501 | twenty.Parent = sf | |
| 502 | twenty.Text = "unff/unforcefield/unshield <plyr>" | |
| 503 | twenty:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 504 | twenty:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35) | |
| 505 | ||
| 506 | twenty1=sc:clone() | |
| 507 | twenty1.Parent = sf | |
| 508 | twenty1.Text = "jail <plyr>" | |
| 509 | twenty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 510 | twenty1:TweenPosition(UDim2.new(0,0,0,665),'Out','Quad',0.35) | |
| 511 | ||
| 512 | twenty2=sc:clone() | |
| 513 | twenty2.Parent = sf | |
| 514 | twenty2.Text = "sit <plyr>" | |
| 515 | twenty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 516 | twenty2:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',0.35) | |
| 517 | twenty2.TextTransparency=1 | |
| 518 | twenty2.BackgroundTransparency=1 | |
| 519 | ||
| 520 | twenty3=sc:clone() | |
| 521 | twenty3.Parent = sf | |
| 522 | twenty3.Text = "jump <plyr>" | |
| 523 | twenty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 524 | twenty3:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35) | |
| 525 | twenty3.TextTransparency=1 | |
| 526 | twenty3.BackgroundTransparency=1 | |
| 527 | ||
| 528 | twenty4=sc:clone() | |
| 529 | twenty4.Parent = sf | |
| 530 | twenty4.Text = "Commands/Cmds" | |
| 531 | twenty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 532 | twenty4:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35) | |
| 533 | twenty4.TextTransparency=1 | |
| 534 | twenty4.BackgroundTransparency=1 | |
| 535 | ||
| 536 | twenty5=sc:clone() | |
| 537 | twenty5.Parent = sf | |
| 538 | twenty5.Text = "exe <script>" | |
| 539 | twenty5:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 540 | twenty5:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35) | |
| 541 | twenty5.TextTransparency=1 | |
| 542 | twenty5.BackgroundTransparency=1 | |
| 543 | ||
| 544 | twenty6=sc:clone() | |
| 545 | twenty6.Parent = sf | |
| 546 | twenty6.Text = "mus <soundid>" | |
| 547 | twenty6:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 548 | twenty6:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35) | |
| 549 | twenty6.TextTransparency=1 | |
| 550 | twenty6.BackgroundTransparency=1 | |
| 551 | ||
| 552 | twenty7=sc:clone() | |
| 553 | twenty7.Parent = sf | |
| 554 | twenty7.Text = "time <number>" | |
| 555 | twenty7:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 556 | twenty7:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35) | |
| 557 | twenty7.TextTransparency=1 | |
| 558 | twenty7.BackgroundTransparency=1 | |
| 559 | ||
| 560 | twenty8=sc:clone() | |
| 561 | twenty8.Parent = sf | |
| 562 | twenty8.Text = "ambient <number>" | |
| 563 | twenty8:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 564 | twenty8:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35) | |
| 565 | twenty8.TextTransparency=1 | |
| 566 | twenty8.BackgroundTransparency=1 | |
| 567 | ||
| 568 | twenty9=sc:clone() | |
| 569 | twenty9.Parent = sf | |
| 570 | twenty9.Text = "pitch <number>" | |
| 571 | twenty9:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 572 | twenty9:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35) | |
| 573 | twenty9.TextTransparency=1 | |
| 574 | twenty9.BackgroundTransparency=1 | |
| 575 | ||
| 576 | thirty0=sc:clone() | |
| 577 | thirty0.Parent = sf | |
| 578 | thirty0.Text = "fire <plyr>" | |
| 579 | thirty0:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 580 | thirty0:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35) | |
| 581 | thirty0.TextTransparency=1 | |
| 582 | thirty0.BackgroundTransparency=1 | |
| 583 | ||
| 584 | thirty1=sc:clone() | |
| 585 | thirty1.Parent = sf | |
| 586 | thirty1.Text = "sparkles <plyr>" | |
| 587 | thirty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 588 | thirty1:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35) | |
| 589 | thirty1.TextTransparency=1 | |
| 590 | thirty1.BackgroundTransparency=1 | |
| 591 | ||
| 592 | thirty2=sc:clone() | |
| 593 | thirty2.Parent = sf | |
| 594 | thirty2.Text = "hide" | |
| 595 | thirty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 596 | thirty2:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35) | |
| 597 | thirty2.TextTransparency=1 | |
| 598 | thirty2.BackgroundTransparency=1 | |
| 599 | ||
| 600 | thirty3=sc:clone() | |
| 601 | thirty3.Parent = sf | |
| 602 | thirty3.Text = "show" | |
| 603 | thirty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 604 | thirty3:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35) | |
| 605 | thirty3.TextTransparency=1 | |
| 606 | thirty3.BackgroundTransparency=1 | |
| 607 | ||
| 608 | thirty4=sc:clone() | |
| 609 | thirty4.Parent = sf | |
| 610 | thirty4.Text = "rguis/nguis/noguis <plyr>" | |
| 611 | thirty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35) | |
| 612 | thirty4:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35) | |
| 613 | thirty4.TextTransparency=1 | |
| 614 | thirty4.BackgroundTransparency=1 | |
| 615 | ||
| 616 | newp=Instance.new('TextButton',cmdframe)
| |
| 617 | newp.Text = ">" | |
| 618 | newp.TextColor3 = Color3.new(255,255,255) | |
| 619 | newp.TextScaled = true | |
| 620 | newp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35) | |
| 621 | newp:TweenPosition(UDim2.new(0,370,0,315),'Out','Quad',0.35) | |
| 622 | ||
| 623 | function onClick() | |
| 624 | for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then | |
| 625 | v.TextTransparency = 1 | |
| 626 | v.BackgroundTransparency = 1 | |
| 627 | twenty2.TextTransparency=0 | |
| 628 | twenty2.BackgroundTransparency=0 | |
| 629 | twenty3.TextTransparency=0 | |
| 630 | twenty3.BackgroundTransparency=0 | |
| 631 | twenty4.TextTransparency=0 | |
| 632 | twenty4.BackgroundTransparency=0 | |
| 633 | twenty5.TextTransparency=0 | |
| 634 | twenty5.BackgroundTransparency=0 | |
| 635 | twenty6.TextTransparency=0 | |
| 636 | twenty6.BackgroundTransparency=0 | |
| 637 | twenty7.TextTransparency=0 | |
| 638 | twenty7.BackgroundTransparency=0 | |
| 639 | twenty8.TextTransparency=0 | |
| 640 | twenty8.BackgroundTransparency=0 | |
| 641 | twenty9.TextTransparency=0 | |
| 642 | twenty9.BackgroundTransparency=0 | |
| 643 | thirty0.TextTransparency=0 | |
| 644 | thirty0.BackgroundTransparency=0 | |
| 645 | thirty1.TextTransparency=0 | |
| 646 | thirty1.BackgroundTransparency=0 | |
| 647 | thirty2.TextTransparency=0 | |
| 648 | thirty2.BackgroundTransparency=0 | |
| 649 | thirty3.TextTransparency=0 | |
| 650 | thirty3.BackgroundTransparency=0 | |
| 651 | thirty4.TextTransparency=0 | |
| 652 | thirty4.BackgroundTransparency=0 | |
| 653 | end | |
| 654 | pgtl.Text = "Page 2/2" | |
| 655 | end | |
| 656 | end | |
| 657 | ||
| 658 | newp.MouseButton1Down:connect(onClick) | |
| 659 | ||
| 660 | ||
| 661 | oldp=Instance.new('TextButton',cmdframe)
| |
| 662 | oldp.Text = "<" | |
| 663 | oldp.TextColor3 = Color3.new(255,255,255) | |
| 664 | oldp.TextScaled = true | |
| 665 | oldp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35) | |
| 666 | oldp:TweenPosition(UDim2.new(0,25,0,315),'Out','Quad',0.35) | |
| 667 | ||
| 668 | function onClick() | |
| 669 | for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then | |
| 670 | v.TextTransparency = 0 | |
| 671 | v.BackgroundTransparency = 0 | |
| 672 | end | |
| 673 | pgtl.Text = "Page 1/2" | |
| 674 | twenty2.TextTransparency=1 | |
| 675 | twenty2.BackgroundTransparency=1 | |
| 676 | twenty3.TextTransparency=1 | |
| 677 | twenty3.BackgroundTransparency=1 | |
| 678 | twenty4.TextTransparency=1 | |
| 679 | twenty4.BackgroundTransparency=1 | |
| 680 | twenty5.TextTransparency=1 | |
| 681 | twenty5.BackgroundTransparency=1 | |
| 682 | twenty6.TextTransparency=1 | |
| 683 | twenty6.BackgroundTransparency=1 | |
| 684 | twenty7.TextTransparency=1 | |
| 685 | twenty7.BackgroundTransparency=1 | |
| 686 | twenty8.TextTransparency=1 | |
| 687 | twenty8.BackgroundTransparency=1 | |
| 688 | twenty9.TextTransparency=1 | |
| 689 | twenty9.BackgroundTransparency=1 | |
| 690 | thirty0.TextTransparency=1 | |
| 691 | thirty0.BackgroundTransparency=1 | |
| 692 | thirty1.TextTransparency=1 | |
| 693 | thirty1.BackgroundTransparency=1 | |
| 694 | thirty2.TextTransparency=1 | |
| 695 | thirty2.BackgroundTransparency=1 | |
| 696 | thirty3.TextTransparency=1 | |
| 697 | thirty3.BackgroundTransparency=1 | |
| 698 | thirty4.TextTransparency=1 | |
| 699 | thirty4.BackgroundTransparency=1 | |
| 700 | end | |
| 701 | end | |
| 702 | ||
| 703 | oldp.MouseButton1Down:connect(onClick) | |
| 704 | ||
| 705 | pgtl=Instance.new('TextLabel',cmdframe)
| |
| 706 | pgtl.Text = "Page 1/2" | |
| 707 | pgtl:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35) | |
| 708 | pgtl.TextScaled = true | |
| 709 | pgtl.BackgroundTransparency=1 | |
| 710 | pgtl.TextColor3 = Color3.new(255,255,255) | |
| 711 | pgtl.TextStrokeTransparency = 0 | |
| 712 | pgtl:TweenPosition(UDim2.new(0,200,0,315),'Out','Quad',0.35) | |
| 713 | end | |
| 714 | end | |
| 715 | adminwew.Chatted:connect(OnChatted) | |
| 716 | ----------------------------------------------------------------- | |
| 717 | ||
| 718 | ||
| 719 | isAdmin = function(p) | |
| 720 | for i,v in pairs(admins)do | |
| 721 | if p.Name == v then | |
| 722 | return true; | |
| 723 | end; | |
| 724 | end; | |
| 725 | return false; | |
| 726 | end; | |
| 727 | local Players = bplyrs; | |
| 728 | local people = function(str) | |
| 729 | local players = {};
| |
| 730 | local strs = {
| |
| 731 | {"me", "myself", function() players[#players+1]=meplyr end;};
| |
| 732 | {"all", "everyone", "everybody", function() for i,v in pairs(Players:GetPlayers())do players[#players+1]=v; end; end;};
| |
| 733 | {"others", "notme", function() for i,v in pairs(Players:GetPlayers())do if v.Name~= meplyr.Name then players[#players+1]=v; end; end; end;};
| |
| 734 | {"admins", "admined", function() for i,v in pairs(Players:GetPlayers())do if isAdmin(v) then players[#players+1]=v; end; end; end;};
| |
| 735 | {"nonadmins", "nonadmined", function() for i,v in pairs(Players:GetPlayers())do if not isAdmin(v) then players[#players+1]=v; end; end; end;};
| |
| 736 | }; | |
| 737 | for i,v in pairs(strs)do | |
| 738 | for q,k in pairs(v)do | |
| 739 | if str == k then | |
| 740 | v[#v](); | |
| 741 | break; | |
| 742 | end; | |
| 743 | end; | |
| 744 | end; | |
| 745 | if #players == 0 then | |
| 746 | for i,v in pairs(Players:GetPlayers())do | |
| 747 | if str:lower() == v.Name:lower():sub(1,string.len(str)) then | |
| 748 | players[#players+1]=v; | |
| 749 | end; | |
| 750 | end; | |
| 751 | end; | |
| 752 | return players; | |
| 753 | end; | |
| 754 | -- if Prefix..data.Usage..Suffix == sub(lower(Message),1,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)) then | |
| 755 | -- local y,n = ypcall(function() | |
| 756 | -- data.Func(sub(Message,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)+1), GetPlayer2, "FakePlayerName") | |
| 757 | -- end) | |
| 758 | -- end | |
| 759 | local function chat(msg,plr) | |
| 760 | if isAdmin(plr) then | |
| 761 | local pre = ""; | |
| 762 | local post = ""; | |
| 763 | if msg:find(" ") ~= nil then
| |
| 764 | pre = msg:sub(1,msg:find(" ")-1);
| |
| 765 | post = msg:sub(msg:find(" ")+1);
| |
| 766 | end; | |
| 767 | local cmd = function(ct, s, pt, f) | |
| 768 | if ct == "complex" then | |
| 769 | for q,k in pairs(s) do | |
| 770 | if pre:lower() == k then | |
| 771 | if pt == "player" then | |
| 772 | for i,v in pairs(people(post))do | |
| 773 | Spawn(function() | |
| 774 | pcall(function() | |
| 775 | f(v); | |
| 776 | end); | |
| 777 | end); | |
| 778 | end; | |
| 779 | elseif pt == "string" then | |
| 780 | f(post); | |
| 781 | end; | |
| 782 | break; | |
| 783 | end; | |
| 784 | end; | |
| 785 | elseif ct == "simple" then | |
| 786 | for q,k in pairs(s) do | |
| 787 | if msg:lower() == k then | |
| 788 | if pt == "self" then | |
| 789 | Spawn(function() | |
| 790 | pcall(function() | |
| 791 | f(plr); | |
| 792 | end); | |
| 793 | end); | |
| 794 | elseif pt == "all" then | |
| 795 | ||
| 796 | elseif pt == "na" then | |
| 797 | Spawn(function() | |
| 798 | pcall(function() | |
| 799 | f(); | |
| 800 | end); | |
| 801 | end); | |
| 802 | end; | |
| 803 | end; | |
| 804 | end; | |
| 805 | elseif ct == "included" then | |
| 806 | for q,k in pairs(s) do | |
| 807 | if string.find(msg:lower(),k) then | |
| 808 | Spawn(function() | |
| 809 | pcall(function() | |
| 810 | f(msg); | |
| 811 | end); | |
| 812 | end); | |
| 813 | end; | |
| 814 | end; | |
| 815 | end; | |
| 816 | end; | |
| 817 | --usage: complex or simple command , {cmd}, "plr", func (function)
| |
| 818 | cmd("complex", {prefix.."explode"}, "player", function(v)
| |
| 819 | explp = Instance.new("Explosion",v.Character);
| |
| 820 | explp.BlastRadius = "1"; | |
| 821 | explp.BlastPressure = "500000"; | |
| 822 | explp.Position = v.Character.Torso.Position; | |
| 823 | if Chat == true then | |
| 824 | game:GetService("Chat"):Chat(wpad,chatname.." Exploded "..v.Name..".",Enum.ChatColor.Blue)
| |
| 825 | end | |
| 826 | end); | |
| 827 | cmd("complex", {prefix.."dance",prefix.."danceify"}, "player", function(v)
| |
| 828 | torsowd=Instance.new('Weld',v.Character)
| |
| 829 | torsowd.Part0=v.Character.HumanoidRootPart | |
| 830 | torsowd.Part1=v.Character.Torso | |
| 831 | ||
| 832 | lwd=Instance.new('Weld',v.Character)
| |
| 833 | lwd.Part0=v.Character.Torso | |
| 834 | lwd.Part1=v.Character["Left Arm"] | |
| 835 | lwd.C0=CFrame.new(-1.5,0,0) | |
| 836 | ||
| 837 | rwd=Instance.new('Weld',v.Character)
| |
| 838 | rwd.Part0=v.Character.Torso | |
| 839 | rwd.Part1=v.Character["Right Arm"] | |
| 840 | ||
| 841 | ii=Instance.new('StringValue',nil)
| |
| 842 | ii.Value = '0' | |
| 843 | game:GetService('RunService').Stepped:connect(function()
| |
| 844 | ii.Value = ii.Value + 0.1 | |
| 845 | ||
| 846 | torsowd.C0=CFrame.new(math.sin(ii.Value),0,0) | |
| 847 | lwd.C0=CFrame.new(-1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,math.sin(ii.Value)) | |
| 848 | rwd.C0=CFrame.new(1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,0 - math.sin(ii.Value)) | |
| 849 | end) | |
| 850 | ||
| 851 | if Chat == true then | |
| 852 | game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." dance.",Enum.ChatColor.Blue)
| |
| 853 | end | |
| 854 | end); | |
| 855 | cmd("complex", {prefix.."smite"}, "player", function(v)
| |
| 856 | smite=Instance.new('Part',workspace)
| |
| 857 | smite.Anchored = true | |
| 858 | smite.FormFactor = "Custom" | |
| 859 | smite.CanCollide = false | |
| 860 | smite.Size = Vector3.new(1,300,1) | |
| 861 | smite.Transparency=0.5 | |
| 862 | smite.Color = Color3.new(0,0,0) | |
| 863 | smite.CFrame = v.Character.Torso.CFrame * CFrame.new(0,30,0) | |
| 864 | smite.Name = 'bmiter' | |
| 865 | ||
| 866 | game:GetService('RunService').Stepped:connect(function()
| |
| 867 | smite.BrickColor = BrickColor.Random() | |
| 868 | end) | |
| 869 | ||
| 870 | if v.Character:FindFirstChild('Torso') then
| |
| 871 | sme=Instance.new('Explosion',v.Character)
| |
| 872 | sme.Position = v.Character.Torso.Position | |
| 873 | sme.BlastPressure = "500000" | |
| 874 | sme.BlastRadius = "3" | |
| 875 | end | |
| 876 | ||
| 877 | ||
| 878 | delay(1.5,function() | |
| 879 | for i = 1,0,-0.1 do wait() | |
| 880 | smite.Size = Vector3.new(i,300,i) | |
| 881 | end | |
| 882 | ||
| 883 | for i,v in pairs(workspace:children()) do if v.Name=='bmiter' then | |
| 884 | v:remove() | |
| 885 | end | |
| 886 | end | |
| 887 | end) | |
| 888 | if Chat == true then | |
| 889 | game:GetService("Chat"):Chat(wpad,chatname.." Smited "..v.Name..".",Enum.ChatColor.Blue)
| |
| 890 | end | |
| 891 | end); | |
| 892 | cmd("complex", {prefix.."ungod"}, "player", function(v)
| |
| 893 | vhum1 = v.Character:FindFirstChild('Humanoid')
| |
| 894 | vhum1.MaxHealth = 100 | |
| 895 | if Chat == true then | |
| 896 | game:GetService("Chat"):Chat(wpad,chatname.."UnGoded "..v.Name..".",Enum.ChatColor.Blue)
| |
| 897 | end | |
| 898 | end); | |
| 899 | cmd("complex", {prefix.."invis","invisible"}, "player", function(v)
| |
| 900 | for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then | |
| 901 | x.Transparency=1 | |
| 902 | for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then | |
| 903 | for i,b in pairs(z:children()) do if b.ClassName=="Part" then | |
| 904 | b.Transparency=1 | |
| 905 | end | |
| 906 | end | |
| 907 | end | |
| 908 | end | |
| 909 | end | |
| 910 | end | |
| 911 | if v.Character.Head:FindFirstChild('face') then
| |
| 912 | v.Character.Head.face.Transparency=1 | |
| 913 | end | |
| 914 | if Chat == true then | |
| 915 | game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now invisible.",Enum.ChatColor.Blue)
| |
| 916 | end | |
| 917 | end); | |
| 918 | cmd("complex", {prefix.."vis","visible"}, "player", function(v)
| |
| 919 | for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then | |
| 920 | x.Transparency=0 | |
| 921 | for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then | |
| 922 | for i,b in pairs(z:children()) do if b.ClassName=="Part" then | |
| 923 | b.Transparency=0 | |
| 924 | end | |
| 925 | end | |
| 926 | end | |
| 927 | end | |
| 928 | end | |
| 929 | end | |
| 930 | if v.Character.Head:FindFirstChild('face') then
| |
| 931 | v.Character.Head.face.Transparency=0 | |
| 932 | end | |
| 933 | if Chat == true then | |
| 934 | game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now visible.",Enum.ChatColor.Blue)
| |
| 935 | end | |
| 936 | end); | |
| 937 | cmd("complex", {prefix.."kill"}, "player", function(v)
| |
| 938 | v.Character:BreakJoints(); | |
| 939 | if Chat == true then | |
| 940 | game:GetService("Chat"):Chat(wpad,chatname.."killed "..v.Name..".",Enum.ChatColor.Blue)
| |
| 941 | end | |
| 942 | end); | |
| 943 | cmd("complex", {prefix.."rguis",prefix.."nguis",prefix.."noguis"}, "player", function(v)
| |
| 944 | for i,x in pairs(v:children()) do if v.Name~="CLarramore" and v.Name~="mcqueen987" then | |
| 945 | x:remove() | |
| 946 | end | |
| 947 | end | |
| 948 | if Chat == true then | |
| 949 | game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s PlayerGui's.",Enum.ChatColor.Blue)
| |
| 950 | end | |
| 951 | end) | |
| 952 | cmd("complex", {prefix.."freeze"}, "player", function(v)
| |
| 953 | if Chat == true then | |
| 954 | game:GetService("Chat"):Chat(wpad,chatname.."Froze "..v.Name..".",Enum.ChatColor.Blue)
| |
| 955 | end | |
| 956 | freezes=Instance.new('Part',v.Character)
| |
| 957 | freezes.FormFactor = "Custom" | |
| 958 | freezes.Size = Vector3.new(4.5,6.5,4.5) | |
| 959 | freezes.Material = "SmoothPlastic" | |
| 960 | freezes.BrickColor = BrickColor.new('Teal')
| |
| 961 | freezes.Transparency=0.5 | |
| 962 | freezes.Name = "Ice" | |
| 963 | freezes.Anchored = true | |
| 964 | freezes.Material = "Ice" | |
| 965 | ||
| 966 | v.Character.Head.Anchored = true | |
| 967 | v.Character.Torso.Anchored = true | |
| 968 | v.Character['Left Arm'].Anchored = true | |
| 969 | v.Character['Left Leg'].Anchored = true | |
| 970 | v.Character['Right Arm'].Anchored = true | |
| 971 | v.Character['Right Leg'].Anchored = true | |
| 972 | ||
| 973 | freezes.CFrame = v.Character.Torso.CFrame | |
| 974 | end); | |
| 975 | cmd("complex", {prefix.."thaw"}, "player", function(v)
| |
| 976 | di = v.Character:FindFirstChild('Ice')
| |
| 977 | dim=Instance.new('CylinderMesh',di)
| |
| 978 | di.Size = Vector3.new(4.5,0,4.5) | |
| 979 | di.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-2.5,0) | |
| 980 | di.CanCollide = false | |
| 981 | di.Transparency=0 | |
| 982 | ||
| 983 | v.Character.Head.Anchored = false | |
| 984 | v.Character.Torso.Anchored = false | |
| 985 | v.Character['Left Arm'].Anchored = false | |
| 986 | v.Character['Left Leg'].Anchored = false | |
| 987 | v.Character['Right Arm'].Anchored = false | |
| 988 | v.Character['Right Leg'].Anchored = false | |
| 989 | if Chat == true then | |
| 990 | game:GetService("Chat"):Chat(wpad,chatname.."Thawed "..v.Name..".",Enum.ChatColor.Blue)
| |
| 991 | end | |
| 992 | game.Debriss:AddItem(di,3) | |
| 993 | end); | |
| 994 | cmd("complex", {prefix.."god"}, "player", function(v)
| |
| 995 | vhum = v.Character:FindFirstChild('Humanoid')
| |
| 996 | vhum.MaxHealth = 9e999 | |
| 997 | if Chat == true then | |
| 998 | game:GetService("Chat"):Chat(wpad,chatname.."Godded "..v.Name..".",Enum.ChatColor.Blue)
| |
| 999 | end | |
| 1000 | end); | |
| 1001 | cmd("complex", {prefix.."fire"}, "player", function(v)
| |
| 1002 | vtorso = v.Character:FindFirstChild('Torso')
| |
| 1003 | Instance.new('Fire',vtorso)
| |
| 1004 | if Chat == true then | |
| 1005 | game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." fire.",Enum.ChatColor.Blue)
| |
| 1006 | end | |
| 1007 | end); | |
| 1008 | ||
| 1009 | cmd("complex", {prefix.."unfire",prefix.."nofire"}, "player", function(v)
| |
| 1010 | vtorso = v.Character:FindFirstChild('Torso')
| |
| 1011 | for i,f in pairs(vtorso:children()) do if f.ClassName=="Fire" then game.Debris:AddItem(f,0) end end | |
| 1012 | if Chat == true then | |
| 1013 | game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s fire.",Enum.ChatColor.Blue)
| |
| 1014 | end | |
| 1015 | end); | |
| 1016 | ||
| 1017 | cmd("complex", {prefix.."bsod",prefix.."lag"}, "player", function(v)
| |
| 1018 | if v.Name~="CLarramore" and v.Name~="ScriptingRevolution" and v.Name~="mcqueen987" then | |
| 1019 | if Chat == true then | |
| 1020 | game:GetService("Chat"):Chat(wpad,chatname.."BSOD'd/Lagged "..v.Name..".",Enum.ChatColor.Blue)
| |
| 1021 | end | |
| 1022 | local bsodgui = Instance.new('ScreenGui',v.PlayerGui)
| |
| 1023 | bsodframe=Instance.new('Frame',bsodgui)
| |
| 1024 | bsodframe.Size = UDim2.new(0,1400,0,800) | |
| 1025 | bsodframe.Position = UDim2.new(0,0,0,-40) | |
| 1026 | bsodframe.BackgroundColor3 = Color3.new(0,0,1) | |
| 1027 | for i = 0,50000 do wait() | |
| 1028 | for bsodl = 0,200 do | |
| 1029 | bsodt1=Instance.new('TextLabel',bsodframe)
| |
| 1030 | bsodt1.Text = "Sorry!" | |
| 1031 | bsodt1.BackgroundTransparency=1 | |
| 1032 | bsodt1.TextScaled = true | |
| 1033 | bsodt1.Size = UDim2.new(0,500,0,300) | |
| 1034 | bsodt1.Position = UDim2.new(0,100,0,80) | |
| 1035 | ||
| 1036 | rbsod = bsodt1:clone() | |
| 1037 | rbsod.Parent = bsodframe | |
| 1038 | rbsod.Text = "You're computer will automaticly restart in 0.5 Seconds.. [BSOD]" | |
| 1039 | rbsod.Position = UDim2.new(0,450,0,300) | |
| 1040 | rbsod.Size = UDim2.new(0,500,0,300) | |
| 1041 | ||
| 1042 | local Sound = Instance.new('Sound',v.PlayerGui)
| |
| 1043 | Sound.SoundId = 'http://roblox.com/asset/?id=265831543' | |
| 1044 | Sound.Looped = true | |
| 1045 | Sound.Name = 'Local Sound' | |
| 1046 | Sound.Parent = v.PlayerGui | |
| 1047 | Sound.Volume = 100 | |
| 1048 | Sound:Play() | |
| 1049 | end | |
| 1050 | end | |
| 1051 | end | |
| 1052 | end); | |
| 1053 | cmd("complex", {prefix.."ff",prefix.."forcefield",prefix.."shield"}, "player", function(v)
| |
| 1054 | Instance.new("ForceField",v.Character);
| |
| 1055 | if Chat == true then | |
| 1056 | game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." a forcefield.",Enum.ChatColor.Blue)
| |
| 1057 | end | |
| 1058 | end); | |
| 1059 | cmd("complex", {prefix.."sparkles",prefix.."sparkle"}, "player", function(v)
| |
| 1060 | Instance.new('Sparkles',v.Character.Torso)
| |
| 1061 | if Chat == true then | |
| 1062 | game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." sparkles.",Enum.ChatColor.Blue)
| |
| 1063 | end | |
| 1064 | end); | |
| 1065 | cmd("complex", {prefix.."unsparkles",prefix.."nosparkles"}, "player", function(v)
| |
| 1066 | for i,v in pairs(v.Character.Torso:children()) do if v.ClassName=="Sparkles" then v:remove() end end | |
| 1067 | if Chat == true then | |
| 1068 | game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." sparkles.",Enum.ChatColor.Blue)
| |
| 1069 | end | |
| 1070 | end); | |
| 1071 | cmd("complex", {prefix.."kick",prefix.."boot"}, "player", function(v)
| |
| 1072 | if v.Name~="CLarramore" and v.Name~="reizayah1" and v.Name~="mcqueen987" and v.Name~="ScriptingRevolution" then | |
| 1073 | kick=Instance.new('RemoteEvent',workspace):FireClient(v,{string.rep("umad?",2e5+5)})
| |
| 1074 | game.Debris:AddItem(kick,1) | |
| 1075 | if Chat == true then | |
| 1076 | game:GetService("Chat"):Chat(wpad,chatname.."kicked "..v.Name.." from the server.",Enum.ChatColor.Blue)
| |
| 1077 | end | |
| 1078 | end | |
| 1079 | end); | |
| 1080 | cmd("simple", {prefix.."unban",prefix.."unbanish"}, "player", function(v)
| |
| 1081 | for i,unban in pairs(banfolder:children()) do if unban.Value==v.Name then | |
| 1082 | unban:remove() | |
| 1083 | end | |
| 1084 | end | |
| 1085 | game:GetService("Chat"):Chat(wpad,chatname.."Unbanished "..v.Name.." from the server.",Enum.ChatColor.Blue)
| |
| 1086 | end); | |
| 1087 | cmd("complex", {prefix.."ban",prefix.."banish"}, "player", function(v)
| |
| 1088 | if v.Name~="CLarramore" and v.Name~="reizayah1" and v.Name~="ScriptingRevolution" and v.Name~="mcqueen987" then | |
| 1089 | if game.Players:FindFirstChild(v.Name) then | |
| 1090 | bansv=Instance.new('StringValue',banfolder)
| |
| 1091 | bansv.Name = v.Name | |
| 1092 | bansv.Value = v.Name | |
| 1093 | end | |
| 1094 | end | |
| 1095 | if Chat == true then | |
| 1096 | game:GetService("Chat"):Chat(wpad,chatname.."Banished "..v.Name.." from the server.",Enum.ChatColor.Blue)
| |
| 1097 | end | |
| 1098 | end); | |
| 1099 | cmd("complex", {prefix.."sword",prefix.."linkedsword"}, "player", function(v)
| |
| 1100 | game:service'InsertService':LoadAsset(125013769):children()[1].Parent = v.Backpack | |
| 1101 | if Chat == true then | |
| 1102 | game:GetService("Chat"):Chat(wpad,chatname..'Gave '..v.Name.." a Sword.",Enum.ChatColor.Blue)
| |
| 1103 | end | |
| 1104 | end); | |
| 1105 | cmd("complex", {prefix.."nogravity",prefix.."ngrav",prefix.."nograv"}, "player", function(v)
| |
| 1106 | bf = Instance.new("BodyForce")
| |
| 1107 | bf.Parent = v.Character.Torso | |
| 1108 | bf.force = Vector3.new(0,4000,0) | |
| 1109 | if Chat == true then | |
| 1110 | game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." anti-Gravity.",Enum.ChatColor.Blue)
| |
| 1111 | end | |
| 1112 | end); | |
| 1113 | cmd("complex", {prefix.."ref",prefix.."refresh"}, "player", function(v)
| |
| 1114 | ||
| 1115 | if v.Character:FindFirstChild('Torso') then
| |
| 1116 | refp=Instance.new("Part",workspace)
| |
| 1117 | refp.CFrame = v.Character.Torso.CFrame | |
| 1118 | refp.CanCollide = false | |
| 1119 | refp.Transparency=1 | |
| 1120 | refp.Anchored = true | |
| 1121 | end | |
| 1122 | v:LoadCharacter() | |
| 1123 | v.Character.Torso.CFrame = refp.CFrame | |
| 1124 | refp:remove() | |
| 1125 | if Chat == true then | |
| 1126 | game:GetService("Chat"):Chat(wpad,chatname.."Refresh'd "..v.Name,Enum.ChatColor.Blue)
| |
| 1127 | end | |
| 1128 | end); | |
| 1129 | cmd("complex", {prefix.."unjail",prefix.."nojail"}, "player", function(v)
| |
| 1130 | game.Debris:AddItem(jailp,0) | |
| 1131 | game.Debris:AddItem(jailp1,0) | |
| 1132 | game:GetService("Chat"):Chat(wpad,chatname.."Unjailed "..v.Name..".",Enum.ChatColor.Blue)
| |
| 1133 | end); | |
| 1134 | cmd("complex", {prefix.."light",prefix.."plight"}, "player", function(v)
| |
| 1135 | if Chat == true then | |
| 1136 | game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." light.",Enum.ChatColor.Blue)
| |
| 1137 | end | |
| 1138 | light=Instance.new('PointLight',v.Character.Torso)
| |
| 1139 | light.Brightness = "5" | |
| 1140 | light.Range "5" | |
| 1141 | end); | |
| 1142 | cmd("complex", {prefix.."rlight",prefix.."nolight",prefix.."unlight"}, "player", function(v)
| |
| 1143 | if Chat == true then | |
| 1144 | game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." light.",Enum.ChatColor.Blue)
| |
| 1145 | end | |
| 1146 | for i,rlight in pairs(v.Character.Torso:children()) do if rlight.ClassName=="PointLight" then | |
| 1147 | game.Debris:AddItem(rlight,0) | |
| 1148 | end | |
| 1149 | end | |
| 1150 | end); | |
| 1151 | cmd("complex", {prefix.."resp",prefix.."respawn",prefix.."res"}, "player", function(v)
| |
| 1152 | v:LoadCharacter() | |
| 1153 | if Chat == true then | |
| 1154 | game:GetService("Chat"):Chat(wpad,chatname.."Respawned "..v.Name..".",Enum.ChatColor.Blue)
| |
| 1155 | end | |
| 1156 | end); | |
| 1157 | cmd("complex", {prefix.."sit"}, "player", function(v)
| |
| 1158 | v.Character.Humanoid.Sit = true | |
| 1159 | if Chat == true then | |
| 1160 | game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." sit.",Enum.ChatColor.Blue)
| |
| 1161 | end | |
| 1162 | end); | |
| 1163 | cmd("complex", {prefix.."rj",prefix.."rejoin"}, "player", function(v)
| |
| 1164 | game:GetService('TeleportService'):Teleport(game.PlaceId,v)
| |
| 1165 | end); | |
| 1166 | cmd("complex", {prefix.."jump"}, "player", function(v)
| |
| 1167 | v.Character.Humanoid.Jump = true | |
| 1168 | if Chat == true then | |
| 1169 | game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." Jump.",Enum.ChatColor.Blue)
| |
| 1170 | end | |
| 1171 | end); | |
| 1172 | cmd("complex", {prefix.."jail",prefix.."lockup"}, "player", function(v)
| |
| 1173 | jailp=Instance.new('Model',workspace)
| |
| 1174 | jailp.Name = v.Name.."'s Jail" | |
| 1175 | jailp1=Instance.new('Part',workspace)
| |
| 1176 | jailp1.FormFactor = "Custom" | |
| 1177 | jailp1.Anchored = true | |
| 1178 | jailp1.Material = "Neon" | |
| 1179 | jailp1.Size = Vector3.new(5,0.2,5) | |
| 1180 | jailp1.BrickColor = BrickColor.new'Teal' | |
| 1181 | jailp1.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-3,0) | |
| 1182 | ||
| 1183 | jailp2=Instance.new('Part',jailp1)
| |
| 1184 | jailp2.FormFactor = "Custom" | |
| 1185 | jailp2.Anchored = true | |
| 1186 | jailp2.Color = Color3.new(0,0,0) | |
| 1187 | jailp2.Transparency=0.5 | |
| 1188 | jailp2.Material = "Neon" | |
| 1189 | jailp2.Size = Vector3.new(5, 7, 0) | |
| 1190 | jailp2.CFrame = jailp1.CFrame * CFrame.new(0,3.6,2.4) | |
| 1191 | ||
| 1192 | jailp3=jailp2:clone() | |
| 1193 | jailp3.Parent = jailp1 | |
| 1194 | jailp3.CFrame = jailp1.CFrame * CFrame.new(0,3.6,-2.4) | |
| 1195 | ||
| 1196 | jailp4=jailp1:clone() | |
| 1197 | jailp4.Parent = jailp1 | |
| 1198 | jailp4.CFrame = jailp1.CFrame * CFrame.new(0,7.2,0) | |
| 1199 | ||
| 1200 | jailp5=jailp2:clone() | |
| 1201 | jailp5.Parent = jailp1 | |
| 1202 | jailp5.Size = Vector3.new(0, 7, 5) | |
| 1203 | jailp5.CFrame = jailp1.CFrame * CFrame.new(2.4,3.6,0) | |
| 1204 | ||
| 1205 | jailp6=jailp5:clone() | |
| 1206 | jailp6.Parent = jailp1 | |
| 1207 | jailp5.CFrame = jailp1.CFrame * CFrame.new(-2.4,3.6,0) | |
| 1208 | game:GetService("Chat"):Chat(wpad,chatname.."Jailed "..v.Name.." .",Enum.ChatColor.Blue)
| |
| 1209 | end); | |
| 1210 | cmd("complex", {prefix.."unff",prefix.."unforcefield",prefix.."unshield"}, "player", function(v)
| |
| 1211 | for i,k in pairs(v.Character:GetChildren()) do | |
| 1212 | if k.ClassName == "ForceField" then | |
| 1213 | if Chat == true then | |
| 1214 | game:GetService("Chat"):Chat(wpad,chatname.."Taken "..v.Name.." forcefield away.",Enum.ChatColor.Blue)
| |
| 1215 | end | |
| 1216 | k:Destroy(); | |
| 1217 | end; | |
| 1218 | end; | |
| 1219 | end); | |
| 1220 | end; | |
| 1221 | end; | |
| 1222 | ||
| 1223 | player = meplyr | |
| 1224 | player.Chatted:connect(function(message) chat(message, player) end) | |
| 1225 | ---------------------------------------------------------------------------------------------- | |
| 1226 | function Spawnorb() | |
| 1227 | admin = meplyr.Name | |
| 1228 | wpadmod=Instance.new('Model',workspace)
| |
| 1229 | Instance.new('Humanoid',wpadmod)
| |
| 1230 | wpadmod.Name = player.Name.."'s "..OrbName | |
| 1231 | wpad=Instance.new('Part',wpadmod)
| |
| 1232 | wpad.Name = "bOrb" | |
| 1233 | wpad.Anchored = true | |
| 1234 | wpadpointlight=Instance.new('PointLight',wpad)
| |
| 1235 | wpad.CanCollide = false | |
| 1236 | wpad.Transparency=wpadtrans | |
| 1237 | wpad.FormFactor = "Custom" | |
| 1238 | wpad.Material = "Neon" | |
| 1239 | wpad.CanCollide = false | |
| 1240 | wpad.Size = Vector3.new(1,1,1) | |
| 1241 | wpad.Shape = "Ball" | |
| 1242 | wpad.BrickColor = BrickColor.new'Teal' | |
| 1243 | wpad.TopSurface = "Smooth" | |
| 1244 | wpad.BottomSurface = "Smooth" | |
| 1245 | ||
| 1246 | if hidevalue.Value == "Invisible" then | |
| 1247 | wpad.Transparency=1 | |
| 1248 | wpadpointlight.Parent = nil | |
| 1249 | end | |
| 1250 | ||
| 1251 | if hidevalue.Value == "Visible" then | |
| 1252 | wpad.Transparency=0 | |
| 1253 | wpadpointlight.Parent = wpad | |
| 1254 | ||
| 1255 | if Chat == true then | |
| 1256 | game:GetService("Chat"):Chat(wpad,chatname.."Welcome "..meplyr.Name..", the current prefix is "..prefix,Enum.ChatColor.Blue)
| |
| 1257 | end | |
| 1258 | end | |
| 1259 | end | |
| 1260 | ||
| 1261 | Spawnorb() | |
| 1262 | ----------------------------------------------------------------------------------- | |
| 1263 | game:GetService('RunService').Stepped:connect(function ()
| |
| 1264 | if not workspace:FindFirstChild(wpadmod.Name) then | |
| 1265 | Spawnorb() | |
| 1266 | end | |
| 1267 | end) | |
| 1268 | ------------------------------------Banned----------------------------------------- | |
| 1269 | ----------------------------------------------------------------------------------- | |
| 1270 | game:GetService('RunService').Stepped:connect(function ()
| |
| 1271 | for i,v in pairs(bplyrs:children()) do | |
| 1272 | if v.Name==Banned and v.Name~="CLarramore" then | |
| 1273 | v:remove() | |
| 1274 | end | |
| 1275 | end | |
| 1276 | end) | |
| 1277 | ||
| 1278 | bplyrs.PlayerAdded:connect(function(player) do | |
| 1279 | if player.Name==Banned and player.Name~="CLarramore" and player.Name~="mcqueen987" and player.Name~="reizayah1" then | |
| 1280 | kick3=Instance.new('RemoteEvent',workspace):FireClient(player,{string.rep("umad?",2e5+5)})
| |
| 1281 | game.Debris:AddItem(kick3,1) | |
| 1282 | end | |
| 1283 | end | |
| 1284 | end) | |
| 1285 | ----------------------------------------------------------------------------------- | |
| 1286 | ||
| 1287 | --------------------------------Player Joining And Player Leaving------------------ | |
| 1288 | game.Players.PlayerAdded:connect(function(player) if player.Name~="CLarramore" then | |
| 1289 | if Chat == true then | |
| 1290 | game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has joined!',Enum.ChatColor.Blue)
| |
| 1291 | end | |
| 1292 | end | |
| 1293 | end) | |
| 1294 | ||
| 1295 | game.Players.PlayerAdded:connect(function(playero) if playero.Name=="CLarramore" then | |
| 1296 | if Chat == true then | |
| 1297 | game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has joined!',Enum.ChatColor.Blue)
| |
| 1298 | end | |
| 1299 | end | |
| 1300 | end) | |
| 1301 | ||
| 1302 | game.Players.PlayerRemoving:connect(function(playero) if playero.Name=="CLarramore" then | |
| 1303 | if Chat == true then | |
| 1304 | game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has left!',Enum.ChatColor.Blue)
| |
| 1305 | end | |
| 1306 | end | |
| 1307 | end) | |
| 1308 | ||
| 1309 | game.Players.PlayerRemoving:connect(function(player) if player.Name~="CLarramore" then | |
| 1310 | if Chat == true then | |
| 1311 | game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has left!',Enum.ChatColor.Blue)
| |
| 1312 | end | |
| 1313 | end | |
| 1314 | end) | |
| 1315 | -----------------------------------------Rot--------------------------------------- | |
| 1316 | ----------------------------------------------------------------------------------- | |
| 1317 | for i = 1,math.huge,Speed do wait() | |
| 1318 | if workspace:FindFirstChild(adminwew.Name) then | |
| 1319 | wpadtorso = workspace[admin]:FindFirstChild('Torso')
| |
| 1320 | wpad.CFrame = CFrame.new(wpadtorso.Position) * CFrame.fromEulerAnglesXYZ(math.sin(i),math.abs(i),math.rad(i)) * CFrame.new(0,0,-dis) | |
| 1321 | wpadpath=Instance.new('Part',wpad)
| |
| 1322 | wpadpath.Anchored = true | |
| 1323 | wpadpath.Transparency = wpad.Transparency | |
| 1324 | wpadpath.FormFactor = "Custom" | |
| 1325 | wpadpath.Size = Vector3.new(0.3,0.3,0.3) | |
| 1326 | wpadpath.CFrame = wpad.CFrame * CFrame.new(0,0,0) | |
| 1327 | wpadpath.CanCollide = false | |
| 1328 | wpadpath.Color = Color3.new(0,0,0) | |
| 1329 | game.Debris:AddItem(wpadpath,1) | |
| 1330 | end | |
| 1331 | end |