SHOW:
|
|
- or go back to the newest paste.
| 1 | - | owners = "Your Name Here" |
| 1 | + | owners = "BlueHasSwag" |
| 2 | bannedlist = { "" }
| |
| 3 | loopkill = { "no one is in the list" }
| |
| 4 | orbsafetestmode=false | |
| 5 | antiban=true | |
| 6 | buildnumber=5 | |
| 7 | if orbsafetestmode==true then | |
| 8 | buildnumber=5 .. " testmode" | |
| 9 | antiban = false | |
| 10 | end | |
| 11 | if orbsafetestmode==true then | |
| 12 | script.Parent = game.Workspace | |
| 13 | else | |
| 14 | script.Parent = nil | |
| 15 | end | |
| 16 | local credit = coroutine.create(function() | |
| 17 | a=Instance.new("ScreenGui")
| |
| 18 | a.Parent = game:GetService("StarterGui")
| |
| 19 | b=Instance.new("TextLabel")
| |
| 20 | b.Parent = a | |
| 21 | b.Size = UDim2.new ( 1, 0, 0.05, 0) | |
| 22 | b.Position = UDim2.new ( 0, 0, 0, 0) | |
| 23 | b.Text = "Orb Made By ME" | |
| 24 | b.FontSize = Enum.FontSize.Size18 | |
| 25 | b.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255) | |
| 26 | b.TextStrokeTransparency = .5 | |
| 27 | local texteffect1 = coroutine.create(function() | |
| 28 | while wait() do | |
| 29 | for i = 1,10 do | |
| 30 | b.TextStrokeTransparency = b.TextStrokeTransparency-.05 | |
| 31 | wait(.01) | |
| 32 | end | |
| 33 | for i = 1,10 do | |
| 34 | b.TextStrokeTransparency = b.TextStrokeTransparency+.05 | |
| 35 | wait(.01) | |
| 36 | end | |
| 37 | end | |
| 38 | end) | |
| 39 | coroutine.resume(texteffect1) | |
| 40 | b.BackgroundColor3 = Color3.new ( 128, 0, 0) | |
| 41 | b.TextColor3 = Color3.new ( 0, 0, 128) | |
| 42 | c=game.Players:GetChildren() | |
| 43 | for i=1,#c do | |
| 44 | e=Instance.new("ScreenGui")
| |
| 45 | e.Parent = c[i].PlayerGui | |
| 46 | f=Instance.new("TextLabel")
| |
| 47 | f.Parent = e | |
| 48 | f.Size = UDim2.new ( 1, 0, 0.05, 0) | |
| 49 | f.Position = UDim2.new ( 0, 0, 0, 0) | |
| 50 | f.Text = "OS Gui Orb created by ME" | |
| 51 | f.FontSize = "Size18" | |
| 52 | f.BackgroundColor3 = Color3.new ( 128, 0, 0) | |
| 53 | f.TextColor3 = Color3.new ( 0, 0, 128) | |
| 54 | f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255) | |
| 55 | f.TextStrokeTransparency = .5 | |
| 56 | coroutine.resume(coroutine.create(function() | |
| 57 | while wait() do | |
| 58 | for i = 1,10 do | |
| 59 | f.TextStrokeTransparency = f.TextStrokeTransparency-.05 | |
| 60 | wait(.01) | |
| 61 | end | |
| 62 | for i = 1,10 do | |
| 63 | f.TextStrokeTransparency = f.TextStrokeTransparency+.05 | |
| 64 | wait(.01) | |
| 65 | end | |
| 66 | end | |
| 67 | end)) | |
| 68 | end | |
| 69 | end) | |
| 70 | coroutine.resume(credit) | |
| 71 | function onEnter(player) | |
| 72 | gui1=Instance.new("ScreenGui")
| |
| 73 | gui1.Parent = player.PlayerGui | |
| 74 | gui1.Name = player.Name.."'s GuiOrb" | |
| 75 | button1main = Instance.new("TextButton")
| |
| 76 | button1main.Parent = gui1 | |
| 77 | button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0) | |
| 78 | button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 79 | button1main.Style = 1 | |
| 80 | button1main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 81 | button1main.Text = "Open Commands" | |
| 82 | button2main = Instance.new("TextButton")
| |
| 83 | button2main.Parent = gui1 | |
| 84 | button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0) | |
| 85 | button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 86 | button2main.Style = 1 | |
| 87 | button2main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 88 | button2main.Text = "Open SelfCommands" | |
| 89 | frame1main=Instance.new("Frame")
| |
| 90 | frame1main.Parent = gui1 | |
| 91 | frame1main.Name = "FindPlayer" | |
| 92 | frame1main.Style = 2 | |
| 93 | frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 94 | frame1main.Size = UDim2.new ( 0.15, 0, 0.2, 0) | |
| 95 | frame1main.Visible = false | |
| 96 | button1main.MouseButton1Click:connect(function() | |
| 97 | if frame1main.Visible == false then | |
| 98 | frame1main.Visible = true | |
| 99 | button1main.Text = "Close Commands" | |
| 100 | elseif frame1main.Visible == true then | |
| 101 | frame1main.Visible = false | |
| 102 | button1main.Text = "Open Commands" | |
| 103 | end | |
| 104 | end) | |
| 105 | button1fp=Instance.new("TextButton")
| |
| 106 | button1fp.Parent = frame1main | |
| 107 | button1fp.Name = "Selected" | |
| 108 | button1fp.Style = 1 | |
| 109 | button1fp.Position = UDim2.new ( 0.1, 0, 0.3, 0) | |
| 110 | button1fp.Size = UDim2.new ( 0.8, 0, 0.2, 0) | |
| 111 | button1fp.TextColor3 = Color3.new (0, 0, 0) | |
| 112 | button1fp.FontSize = Enum.FontSize.Size14 | |
| 113 | button1fp.Font = "ArialBold" | |
| 114 | button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255) | |
| 115 | button1fp.TextStrokeTransparency = .5 | |
| 116 | button2fp=Instance.new("TextButton")
| |
| 117 | button2fp.Parent = frame1main | |
| 118 | button2fp.Style = 1 | |
| 119 | button2fp.Position = UDim2.new ( 0.1, 0, 0.47, 0) | |
| 120 | button2fp.Size = UDim2.new ( 0.8, 0, 0.2, 0) | |
| 121 | button2fp.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 122 | button2fp.Text = "Next Player" | |
| 123 | button3fp=Instance.new("TextButton")
| |
| 124 | button3fp.Parent = frame1main | |
| 125 | button3fp.Style = 1 | |
| 126 | button3fp.Position = UDim2.new ( 0.1, 0, 0.64, 0) | |
| 127 | button3fp.Size = UDim2.new ( 0.8, 0, 0.2, 0) | |
| 128 | button3fp.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 129 | button3fp.Text = "Previous Player" | |
| 130 | currplayer=1 | |
| 131 | local stablize = coroutine.create(function() | |
| 132 | while true do | |
| 133 | wait() | |
| 134 | allplayers=game.Players:GetChildren() | |
| 135 | if currplayer >= #allplayers+1 then | |
| 136 | currplayer = 1 | |
| 137 | elseif currplayer == 0 then | |
| 138 | currplayer = #allplayers | |
| 139 | else | |
| 140 | button1fp.Text = allplayers[currplayer].Name | |
| 141 | if (allplayers[currplayer].Name=="ttyyuu12345") or (allplayers[currplayer].Name=="DroptheBomb") then | |
| 142 | button1fp.TextStrokeColor3 = Color3.new(255*255,255*255,0) | |
| 143 | else | |
| 144 | button1fp.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255) | |
| 145 | end | |
| 146 | end | |
| 147 | end | |
| 148 | end) | |
| 149 | coroutine.resume(stablize) | |
| 150 | button2fp.MouseButton1Click:connect(function() | |
| 151 | currplayer = currplayer+1 | |
| 152 | end) | |
| 153 | button3fp.MouseButton1Click:connect(function() | |
| 154 | currplayer = currplayer-1 | |
| 155 | end) | |
| 156 | frame2main=Instance.new("Frame")
| |
| 157 | frame2main.Parent = gui1 | |
| 158 | frame2main.Style = 2 | |
| 159 | frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0) | |
| 160 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 161 | frame2main.Name = "Player" | |
| 162 | frame2main.Visible = false | |
| 163 | frame3main=Instance.new("Frame")
| |
| 164 | frame3main.Parent = gui1 | |
| 165 | frame3main.Style = 2 | |
| 166 | frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 167 | frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 168 | frame3main.Name = "SelfCommands" | |
| 169 | frame3main.Visible = false | |
| 170 | button2main.MouseButton1Click:connect(function() | |
| 171 | if frame3main.Visible == true then | |
| 172 | button2main.Text = "Open SelfCommands" | |
| 173 | frame3main.Visible = false | |
| 174 | elseif frame3main.Visible == false then | |
| 175 | frame3main.Visible = true | |
| 176 | button2main.Text = "Close SelfCommands" | |
| 177 | end | |
| 178 | end) | |
| 179 | selected = "ttyyuu12345" | |
| 180 | button1fp.MouseButton1Click:connect(function() | |
| 181 | selected = button1fp.Text | |
| 182 | frame2main.Visible = true | |
| 183 | end) | |
| 184 | local frame1a2main = coroutine.create(function() | |
| 185 | while wait() do | |
| 186 | if frame1main.Visible == false then | |
| 187 | frame2main.Visible = false | |
| 188 | end | |
| 189 | end | |
| 190 | end) | |
| 191 | coroutine.resume(frame1a2main) | |
| 192 | frame1p=Instance.new("Frame")
| |
| 193 | frame1p.Parent = frame2main | |
| 194 | frame1p.Name = "Commands" | |
| 195 | frame1p.Style = 2 | |
| 196 | frame1p.Size = UDim2.new ( 1, 0, 0.8, 0) | |
| 197 | frame1p.Position = UDim2.new (0, 0, 0.2, 0) | |
| 198 | frame2p=Instance.new("Frame")
| |
| 199 | frame2p.Parent = frame2main | |
| 200 | frame2p.Name = "PM" | |
| 201 | frame2p.Style = 2 | |
| 202 | frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0) | |
| 203 | frame2p.Position = UDim2.new ( 1.025, 0, 0, 0) | |
| 204 | frame2p.Visible = false | |
| 205 | image1p=Instance.new("ImageLabel")
| |
| 206 | image1p.Parent = frame2main | |
| 207 | image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=ttyyuu12345" | |
| 208 | image1p.Name = "Person" | |
| 209 | image1p.BackgroundTransparency = 1 | |
| 210 | image1p.Position = UDim2.new ( 0.3, 0, 0, 0) | |
| 211 | image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0) | |
| 212 | label1p=Instance.new("TextLabel")
| |
| 213 | label1p.Parent = frame2main | |
| 214 | label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0) | |
| 215 | label1p.Name = "PersonName" | |
| 216 | label1p.Text = "ttyyuu12345" | |
| 217 | label1p.TextColor3 = Color3.new (0, 0, 0) | |
| 218 | label1p.FontSize = Enum.FontSize.Size14 | |
| 219 | label1p.TextStrokeTransparency = .7 | |
| 220 | local nametell = coroutine.create(function() | |
| 221 | while wait() do | |
| 222 | image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected | |
| 223 | if (selected=="DroptheBomb") or (selected=="ttyyuu12345") then | |
| 224 | label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0) | |
| 225 | else | |
| 226 | label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255) | |
| 227 | end | |
| 228 | label1p.Text = selected | |
| 229 | end | |
| 230 | end) | |
| 231 | local debug1 = coroutine.create(function() | |
| 232 | while wait() do | |
| 233 | selpl = game.Players:findFirstChild(selected) | |
| 234 | if selpl==nil then | |
| 235 | frame2main.Visible = false | |
| 236 | return | |
| 237 | end | |
| 238 | end | |
| 239 | end) | |
| 240 | coroutine.resume(debug1) | |
| 241 | coroutine.resume(nametell) | |
| 242 | button1pc=Instance.new("TextButton")
| |
| 243 | button1pc.Parent = frame1p | |
| 244 | button1pc.Style = 1 | |
| 245 | button1pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 246 | button1pc.Text = "Close" | |
| 247 | button1pc.Position = UDim2.new ( 0, 0, 0.9, 0) | |
| 248 | button1pc.Size = UDim2.new ( 1, 0, 0.1, 0) | |
| 249 | button1pc.MouseButton1Click:connect(function() | |
| 250 | frame2main.Visible = false | |
| 251 | end) | |
| 252 | button2pc=Instance.new("TextButton")
| |
| 253 | button2pc.Parent = frame1p | |
| 254 | button2pc.Text = "Kill" | |
| 255 | button2pc.Style = 1 | |
| 256 | button2pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 257 | button2pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 258 | button2pc.Position = UDim2.new ( 0, 0, 0, 0) | |
| 259 | button2pc.MouseButton1Click:connect(function() | |
| 260 | player1=game.Players:findFirstChild(selected) | |
| 261 | if player1~=nil then | |
| 262 | player1.Character:BreakJoints() | |
| 263 | end | |
| 264 | end) | |
| 265 | button3pc=Instance.new("TextButton")
| |
| 266 | button3pc.Parent = frame1p | |
| 267 | button3pc.Text = "FF" | |
| 268 | button3pc.Style = 1 | |
| 269 | button3pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 270 | button3pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 271 | button3pc.Position = UDim2.new ( 0, 0, 0.1, 0) | |
| 272 | button3pc.MouseButton1Click:connect(function() | |
| 273 | player1=game.Players:findFirstChild(selected) | |
| 274 | if player1~=nil then | |
| 275 | ff=Instance.new("ForceField")
| |
| 276 | ff.Parent = player1.Character | |
| 277 | end | |
| 278 | end) | |
| 279 | button4pc=Instance.new("TextButton")
| |
| 280 | button4pc.Parent = frame1p | |
| 281 | button4pc.Text = "TP to me" | |
| 282 | button4pc.Style = 1 | |
| 283 | button4pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 284 | button4pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 285 | button4pc.Position = UDim2.new ( 0, 0, 0.2, 0) | |
| 286 | button4pc.MouseButton1Click:connect(function() | |
| 287 | player1=game.Players:findFirstChild(selected) | |
| 288 | player2=game.Players:findFirstChild(owners) | |
| 289 | if (player1~=nil)and(player2~=nil) then | |
| 290 | player1.Character:MoveTo(player2.Character.Torso.Position) | |
| 291 | end | |
| 292 | end) | |
| 293 | button5pc=Instance.new("TextButton")
| |
| 294 | button5pc.Parent = frame1p | |
| 295 | button5pc.Text = "TP to" | |
| 296 | button5pc.Style = 1 | |
| 297 | button5pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 298 | button5pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 299 | button5pc.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 300 | button5pc.MouseButton1Click:connect(function() | |
| 301 | player1=game.Players:findFirstChild(owners) | |
| 302 | player2=game.Players:findFirstChild(selected) | |
| 303 | if (player1~=nil)and(player2~=nil) then | |
| 304 | player1.Character:MoveTo(player2.Character.Torso.Position) | |
| 305 | end | |
| 306 | end) | |
| 307 | button6pc=Instance.new("TextButton")
| |
| 308 | button6pc.Parent = frame1p | |
| 309 | button6pc.Text = "Kick" | |
| 310 | button6pc.Style = 1 | |
| 311 | button6pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 312 | button6pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 313 | button6pc.Position = UDim2.new ( 0, 0, 0.4, 0) | |
| 314 | button6pc.MouseButton1Click:connect(function() | |
| 315 | player1=game.Players:findFirstChild(selected) | |
| 316 | if (player1~=nil) then | |
| 317 | if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then | |
| 318 | player1:Remove() | |
| 319 | else | |
| 320 | button6pc.Text = "You cannot do that" | |
| 321 | wait(2) | |
| 322 | button6pc.Text = "Kick" | |
| 323 | end | |
| 324 | end | |
| 325 | end) | |
| 326 | button7pc=Instance.new("TextButton")
| |
| 327 | button7pc.Parent = frame1p | |
| 328 | button7pc.Text = "NBC" | |
| 329 | button7pc.Style = 1 | |
| 330 | button7pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 331 | button7pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 332 | button7pc.Position = UDim2.new ( 0, 0, 0.5, 0) | |
| 333 | button7pc.MouseButton1Click:connect(function() | |
| 334 | player1=game.Players:findFirstChild(selected) | |
| 335 | if (player1~=nil) then | |
| 336 | player1.MembershipTypeReplicate = 0 | |
| 337 | end | |
| 338 | end) | |
| 339 | button8pc=Instance.new("TextButton")
| |
| 340 | button8pc.Parent = frame1p | |
| 341 | button8pc.Text = "BC" | |
| 342 | button8pc.Style = 1 | |
| 343 | button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 344 | button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 345 | button8pc.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 346 | button8pc.MouseButton1Click:connect(function() | |
| 347 | player1=game.Players:findFirstChild(selected) | |
| 348 | if (player1~=nil) then | |
| 349 | player1.MembershipTypeReplicate = 1 | |
| 350 | end | |
| 351 | end) | |
| 352 | button8pc=Instance.new("TextButton")
| |
| 353 | button8pc.Parent = frame1p | |
| 354 | button8pc.Text = "TBC" | |
| 355 | button8pc.Style = 1 | |
| 356 | button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 357 | button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 358 | button8pc.Position = UDim2.new ( 0, 0, 0.7, 0) | |
| 359 | button8pc.MouseButton1Click:connect(function() | |
| 360 | player1=game.Players:findFirstChild(selected) | |
| 361 | if (player1~=nil) then | |
| 362 | player1.MembershipTypeReplicate = 2 | |
| 363 | end | |
| 364 | end) | |
| 365 | button9pc=Instance.new("TextButton")
| |
| 366 | button9pc.Parent = frame1p | |
| 367 | button9pc.Text = "OBC" | |
| 368 | button9pc.Style = 1 | |
| 369 | button9pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 370 | button9pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 371 | button9pc.Position = UDim2.new ( 0, 0, 0.8, 0) | |
| 372 | button9pc.MouseButton1Click:connect(function() | |
| 373 | player1=game.Players:findFirstChild(selected) | |
| 374 | if (player1~=nil) then | |
| 375 | player1.MembershipTypeReplicate = 3 | |
| 376 | end | |
| 377 | end) | |
| 378 | button10pc=Instance.new("TextButton")
| |
| 379 | button10pc.Parent = frame1p | |
| 380 | button10pc.Text = "ban" | |
| 381 | button10pc.Style = 1 | |
| 382 | button10pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 383 | button10pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 384 | button10pc.Position = UDim2.new ( 0.25, 0, 0, 0) | |
| 385 | button10pc.MouseButton1Click:connect(function() | |
| 386 | player1=game.Players:findFirstChild(selected) | |
| 387 | if (player1~=nil) then | |
| 388 | if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then | |
| 389 | table.insert(bannedlist,player1.Name) | |
| 390 | else | |
| 391 | button10pc.Text = "You cant do that" | |
| 392 | wait(2) | |
| 393 | button10pc.Text = "ban" | |
| 394 | end | |
| 395 | end | |
| 396 | end) | |
| 397 | button11pc=Instance.new("TextButton")
| |
| 398 | button11pc.Parent = frame1p | |
| 399 | button11pc.Text = "Freze" | |
| 400 | button11pc.Style = 1 | |
| 401 | button11pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 402 | button11pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 403 | button11pc.Position = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 404 | button11pc.MouseButton1Click:connect(function() | |
| 405 | player1=game.Players:findFirstChild(selected) | |
| 406 | if player1~=nil then | |
| 407 | player1.Character.Humanoid.WalkSpeed = 0 | |
| 408 | lolsss=player1.Character:GetChildren() | |
| 409 | for i=1,#lolsss do | |
| 410 | if lolsss[i].className=="Part" then | |
| 411 | lolsss[i].Anchored = true | |
| 412 | lolsss[i].Reflectance = 1 | |
| 413 | end | |
| 414 | end | |
| 415 | end | |
| 416 | end) | |
| 417 | button12pc=Instance.new("TextButton")
| |
| 418 | button12pc.Parent = frame1p | |
| 419 | button12pc.Text = "Thaw" | |
| 420 | button12pc.Style = 1 | |
| 421 | button12pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 422 | button12pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 423 | button12pc.Position = UDim2.new ( 0.25, 0, 0.2, 0) | |
| 424 | button12pc.MouseButton1Click:connect(function() | |
| 425 | player1=game.Players:findFirstChild(selected) | |
| 426 | if player1~=nil then | |
| 427 | player1.Character.Humanoid.WalkSpeed = 16 | |
| 428 | lolsss=player1.Character:GetChildren() | |
| 429 | for i=1,#lolsss do | |
| 430 | if lolsss[i].className=="Part" then | |
| 431 | lolsss[i].Anchored = false | |
| 432 | lolsss[i].Reflectance = 0 | |
| 433 | end | |
| 434 | end | |
| 435 | end | |
| 436 | end) | |
| 437 | button13pc=Instance.new("TextButton")
| |
| 438 | button13pc.Parent = frame1p | |
| 439 | button13pc.Text = "Punish" | |
| 440 | button13pc.Style = 1 | |
| 441 | button13pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 442 | button13pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 443 | button13pc.Position = UDim2.new ( 0.25, 0, 0.3, 0) | |
| 444 | button13pc.MouseButton1Click:connect(function() | |
| 445 | player1=game.Players:findFirstChild(selected) | |
| 446 | if player1~=nil then | |
| 447 | player1.Character.Parent = game.Lighting | |
| 448 | end | |
| 449 | end) | |
| 450 | button14pc=Instance.new("TextButton")
| |
| 451 | button14pc.Parent = frame1p | |
| 452 | button14pc.Text = "unpunish" | |
| 453 | button14pc.Style = 1 | |
| 454 | button14pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 455 | button14pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 456 | button14pc.Position = UDim2.new ( 0.25, 0, 0.4, 0) | |
| 457 | button14pc.MouseButton1Click:connect(function() | |
| 458 | player1 = game.Players:findFirstChild(selected) | |
| 459 | if player1~=nil then | |
| 460 | player1.Character.Parent = game.Workspace | |
| 461 | player1.Character:MakeJoints() | |
| 462 | end | |
| 463 | end) | |
| 464 | button15pc=Instance.new("TextButton")
| |
| 465 | button15pc.Parent = frame1p | |
| 466 | button15pc.Text = "Loopkill" | |
| 467 | button15pc.Style = 1 | |
| 468 | button15pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 469 | button15pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 470 | button15pc.Position = UDim2.new ( 0.25, 0, 0.5, 0) | |
| 471 | button15pc.MouseButton1Click:connect(function() | |
| 472 | player1 = game.Players:findFirstChild(selected) | |
| 473 | if player1~=nil then | |
| 474 | if (player1.Name~="ttyyuu12345")and(player1.Name~="DroptheBomb") then | |
| 475 | table.insert(loopkill,player1.Name) | |
| 476 | else | |
| 477 | button15pc.Text = "You cannot do that" | |
| 478 | wait(2) | |
| 479 | button15pc.Text = "Loopkill" | |
| 480 | end | |
| 481 | end | |
| 482 | end) | |
| 483 | button16pc=Instance.new("TextButton")
| |
| 484 | button16pc.Parent = frame1p | |
| 485 | button16pc.Text = "Unloopkill" | |
| 486 | button16pc.Style = 1 | |
| 487 | button16pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 488 | button16pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 489 | button16pc.Position = UDim2.new ( 0.25, 0, 0.6, 0) | |
| 490 | button16pc.MouseButton1Click:connect(function() | |
| 491 | player2 = game.Players:findFirstChild(selected) | |
| 492 | if player2~=nil then | |
| 493 | for i=1,#loopkill do | |
| 494 | if loopkill[i]==player2.Name then | |
| 495 | table.remove(loopkill,i) | |
| 496 | end | |
| 497 | end | |
| 498 | end | |
| 499 | end) | |
| 500 | button17pc=Instance.new("TextButton")
| |
| 501 | button17pc.Parent = frame1p | |
| 502 | button17pc.Text = "Respawn" | |
| 503 | button17pc.Style = 1 | |
| 504 | button17pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 505 | button17pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 506 | button17pc.Position = UDim2.new ( 0.25, 0, 0.7, 0) | |
| 507 | button17pc.MouseButton1Click:connect(function() | |
| 508 | player1 = game.Players:findFirstChild(selected) | |
| 509 | if player1~=nil then | |
| 510 | newchar=Instance.new("Model")
| |
| 511 | newchar.Parent = game.Workspace | |
| 512 | newhuman=Instance.new("Humanoid")
| |
| 513 | newhuman.Parent = newchar | |
| 514 | player1.Character = newchar | |
| 515 | end | |
| 516 | end) | |
| 517 | button18pc=Instance.new("TextButton")
| |
| 518 | button18pc.Parent = frame1p | |
| 519 | button18pc.Text = "Temporary Blind" | |
| 520 | button18pc.Style = 1 | |
| 521 | button18pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 522 | button18pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 523 | button18pc.Position = UDim2.new ( 0.25, 0, 0.8, 0) | |
| 524 | button18pce=true | |
| 525 | button18pc.MouseButton1Click:connect(function() | |
| 526 | player1 = game.Players:findFirstChild(selected) | |
| 527 | if player1~=nil then | |
| 528 | if button18pce==true then | |
| 529 | button18pce=false | |
| 530 | torchergui=Instance.new("ScreenGui")
| |
| 531 | torchergui.Parent = player1.PlayerGui | |
| 532 | torcherframe=Instance.new("Frame")
| |
| 533 | torcherframe.Parent = torchergui | |
| 534 | torcherframe.Size = UDim2.new ( 1, 0, 1, 0) | |
| 535 | torcherframe.BackgroundColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 536 | wait(5) | |
| 537 | torchergui:Remove() | |
| 538 | button18pce=true | |
| 539 | end | |
| 540 | end | |
| 541 | end) | |
| 542 | button19pc=Instance.new("TextButton")
| |
| 543 | button19pc.Parent = frame1p | |
| 544 | button19pc.Text = "UNFF" | |
| 545 | button19pc.Style = 1 | |
| 546 | button19pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 547 | button19pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 548 | button19pc.Position = UDim2.new ( 0.5, 0, 0, 0) | |
| 549 | button19pce=true | |
| 550 | button19pc.MouseButton1Click:connect(function() | |
| 551 | player1=game.Players:findFirstChild(selected) | |
| 552 | if player1~=nil then | |
| 553 | allff=player1.Character:GetChildren() | |
| 554 | for i=1,#allff do | |
| 555 | if allff[i].className=="ForceField" then | |
| 556 | allff[i]:Remove() | |
| 557 | end | |
| 558 | end | |
| 559 | end | |
| 560 | end) | |
| 561 | button1sc=Instance.new("TextButton")
| |
| 562 | button1sc.Parent = frame3main | |
| 563 | button1sc.Style = 1 | |
| 564 | button1sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 565 | button1sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 566 | button1sc.Position = UDim2.new ( 0, 0, 0, 0) | |
| 567 | if antiban==true then | |
| 568 | button1sc.Text = "Turn AB off" | |
| 569 | elseif antiban==false then | |
| 570 | button1sc.Text = "Turn AB on" | |
| 571 | else | |
| 572 | button1sc.Text = "error" | |
| 573 | end | |
| 574 | button1sc.MouseButton1Click:connect(function() | |
| 575 | if orbsafetestmode==false then | |
| 576 | if antiban==false then | |
| 577 | antiban=true | |
| 578 | button1sc.Text = "Turn AB off" | |
| 579 | elseif antiban==true then | |
| 580 | antiban = false | |
| 581 | button1sc.Text = "Turn AB on" | |
| 582 | end | |
| 583 | end | |
| 584 | end) | |
| 585 | local restriction = coroutine.create(function() | |
| 586 | while wait() do | |
| 587 | if (selected=="ttyyuu12345") or (selected=="DroptheBomb") then | |
| 588 | button6pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 589 | button10pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 590 | button15pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 591 | else | |
| 592 | button6pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 593 | button10pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 594 | button15pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 595 | end | |
| 596 | end | |
| 597 | end) | |
| 598 | coroutine.resume(restriction ) | |
| 599 | end--end of gui creator function | |
| 600 | local ban = coroutine.create(function() | |
| 601 | while wait() do | |
| 602 | players=game.Players:GetChildren() | |
| 603 | for ii=1,#players do | |
| 604 | for jj=1,#bannedlist do | |
| 605 | if (string.lower(players[ii].Name)==string.lower(bannedlist[jj])) then | |
| 606 | players[ii]:Remove() | |
| 607 | end | |
| 608 | end | |
| 609 | end | |
| 610 | end | |
| 611 | end) | |
| 612 | local ab1 = coroutine.create(function() | |
| 613 | while wait() do | |
| 614 | playerprotect=game.Players:findFirstChild(owners) | |
| 615 | if (antiban==true)and(playerprotect==nil) then | |
| 616 | playersall=game.Players:GetChildren() | |
| 617 | for i=1,#playersall do | |
| 618 | playersall[i]:Remove() | |
| 619 | end | |
| 620 | end | |
| 621 | end | |
| 622 | end) | |
| 623 | local lk1 = coroutine.create(function() | |
| 624 | while wait() do | |
| 625 | playersfr=game.Players:GetChildren() | |
| 626 | for i=1,#playersfr do | |
| 627 | for t=1,#loopkill do | |
| 628 | if playersfr[i].Name==loopkill[t] then | |
| 629 | playersfr[i].Character:BreakJoints() | |
| 630 | end | |
| 631 | end | |
| 632 | end | |
| 633 | end | |
| 634 | end) | |
| 635 | coroutine.resume(ab1) | |
| 636 | coroutine.resume(ban) | |
| 637 | coroutine.resume(lk1) | |
| 638 | while wait() do | |
| 639 | if game.Players:findFirstChild(owners) then | |
| 640 | name = owners.."'s OS Gui Orb V1(Build "..buildnumber..")" | |
| 641 | a=game.Players:findFirstChild(owners) | |
| 642 | b=a.Character | |
| 643 | c=a.PlayerGui | |
| 644 | d=b:findFirstChild("Torso")
| |
| 645 | gui=game:GetService("StarterGui")
| |
| 646 | na=b:findFirstChild(name) | |
| 647 | if na==nil then | |
| 648 | if d~=nil then | |
| 649 | e=Instance.new("Model")
| |
| 650 | e.Parent = b | |
| 651 | e.Name = name | |
| 652 | f=Instance.new("Part")
| |
| 653 | f.Parent = e | |
| 654 | f.Name = "Head" | |
| 655 | f.CanCollide = true | |
| 656 | f.Locked = true | |
| 657 | f.BrickColor = BrickColor.new("Bright orange")
| |
| 658 | local tor = b:FindFirstChild("Torso")
| |
| 659 | if (tor==nil) then return end | |
| 660 | f.CFrame = (tor.CFrame*CFrame.new(4, 4, -4)) | |
| 661 | f.Material = "Plastic" | |
| 662 | f.formFactor = "Brick" | |
| 663 | f.Shape = "Ball" | |
| 664 | f.Size = Vector3.new ( 1, 1, 1) | |
| 665 | bp = Instance.new("BodyPosition")
| |
| 666 | bp.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 667 | bp.Parent = f | |
| 668 | me=Instance.new("SpecialMesh")
| |
| 669 | me.Parent = f | |
| 670 | me.MeshId = "http://www.roblox.com/asset/?id=34795798" | |
| 671 | me.TextureId = "http://www.roblox.com/asset/?id=34795697" | |
| 672 | spa=Instance.new("Sparkles")
| |
| 673 | spa.Parent = f | |
| 674 | spa.Enabled = true | |
| 675 | spa.SparkleColor = Color3.new( math.random ( 1, 255), math.random ( 1, 255), math.random ( 1, 255)) | |
| 676 | hum=Instance.new("Humanoid")
| |
| 677 | hum.Parent = e | |
| 678 | hum.MaxHealth = 0 | |
| 679 | end | |
| 680 | else | |
| 681 | t=b:findFirstChild(name) | |
| 682 | if t~=nil then | |
| 683 | u=t:findFirstChild("Head")
| |
| 684 | if u~=nil then | |
| 685 | tor = b:findFirstChild("Torso")
| |
| 686 | if tor~=nil then | |
| 687 | bodpos=u:findFirstChild("BodyPosition")
| |
| 688 | bodpos.position = (tor.CFrame*CFrame.new(4, 4, -4)).p | |
| 689 | if not c:findFirstChild(owners.."'s GuiOrb") then | |
| 690 | onEnter(a) | |
| 691 | end | |
| 692 | end | |
| 693 | end | |
| 694 | end | |
| 695 | end | |
| 696 | end | |
| 697 | end |