SHOW:
|
|
- or go back to the newest paste.
| 1 | - | owners = "Control22" -- change Trcker to your name-- |
| 1 | + | owners = "Imtannerbanner56" -- change Trcker to your name-- |
| 2 | buildnumber = 68 | |
| 3 | bannedlist = { "proportions" , "coldabcd" , "Saniir" , "Dropthebo" , "HiImdylan1" , "jady230" , "flappydavid" , "jackendra" , "masterblokz"}
| |
| 4 | loopkill = { "no one is in the list" }-- leave this empty --
| |
| 5 | orbsafetestmode=false --dont change this -- | |
| 6 | graphics=true | |
| 7 | antiban=true | |
| 8 | antikill=false | |
| 9 | defname = "'s OS Gui Orb V4" | |
| 10 | deforbmeshid="http://www.roblox.com/asset/?id=34795798"--changed for hotfix-- | |
| 11 | deforbtextureid="http://www.roblox.com/asset/?id=34795697" | |
| 12 | ----- do not edit past here --------- | |
| 13 | ddrree95=true | |
| 14 | if ddrree95==true then | |
| 15 | orbmeshid=deforbmeshid | |
| 16 | orbtextureid=deforbtextureid | |
| 17 | end | |
| 18 | script.Parent = game.Workspace | |
| 19 | dsasd=script:findFirstChild("Picker")
| |
| 20 | if dsasd~=nil then | |
| 21 | owners = dsasd.Value | |
| 22 | end | |
| 23 | notttell=true | |
| 24 | ttrue=game.Players:findFirstChild(owners) | |
| 25 | if ttrue==nil then | |
| 26 | notttell=false | |
| 27 | antiban = false | |
| 28 | mmerr=Instance.new("Message")
| |
| 29 | mmerr.Parent = game.Workspace | |
| 30 | mmerr.Text = "hey " .. owners .. " is not here so the orb will be removed" | |
| 31 | wait(5) | |
| 32 | mmerr:Remove() | |
| 33 | script:Remove() | |
| 34 | end | |
| 35 | name = owners .. defname | |
| 36 | if orbsafetestmode==true then | |
| 37 | script.Parent = game.Workspace | |
| 38 | antiban = false | |
| 39 | else | |
| 40 | script.Parent = nil | |
| 41 | end | |
| 42 | preloadtable={"http://www.roblox.com/asset/?id=70408337","http://www.roblox.com/asset/?id=70412169","http://www.roblox.com/asset/?id=9529967","http://www.roblox.com/asset/?id=9419831","http://www.roblox.com/asset/?id=82265116","http://www.roblox.com/asset/?id=82265009","http://www.roblox.com/asset/?id=82328807","http://www.roblox.com/asset/?id=82328859","http://www.roblox.com/asset/?id=38033519","http://www.roblox.com/asset/?id=34795798","http://www.roblox.com/asset/?id=34914385","http://www.roblox.com/asset/?id=34795798","http://www.roblox.com/asset/?id=34795697","http://www.roblox.com/asset/?id=34795798"}
| |
| 43 | for ttyy1=1,#preloadtable do | |
| 44 | game:GetService("ContentProvider"):Preload(preloadtable[ttyy1])
| |
| 45 | end | |
| 46 | selected = "Trcker" | |
| 47 | local credit = coroutine.create(function() | |
| 48 | a=Instance.new("ScreenGui")
| |
| 49 | a.Parent = game:GetService("StarterGui")
| |
| 50 | b=Instance.new("TextLabel")
| |
| 51 | b.Parent = a | |
| 52 | b.Size = UDim2.new ( 1, 0, 0.05, 0) | |
| 53 | b.Position = UDim2.new ( 0, 0, 0, 0) | |
| 54 | - | b.Text = "OS Gui Orb created by ttgenerations and D-Tech take it out of Trcker's models" |
| 54 | + | b.Text = "Justin Beiber has joined the game." |
| 55 | b.FontSize = Enum.FontSize.Size18 | |
| 56 | b.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255) | |
| 57 | b.TextStrokeTransparency = .5 | |
| 58 | local texteffect1 = coroutine.create(function() | |
| 59 | while wait() do | |
| 60 | for i = 1,10 do | |
| 61 | b.TextStrokeTransparency = b.TextStrokeTransparency-.05 | |
| 62 | wait(.01) | |
| 63 | end | |
| 64 | for i = 1,10 do | |
| 65 | b.TextStrokeTransparency = b.TextStrokeTransparency+.05 | |
| 66 | wait(.01) | |
| 67 | end | |
| 68 | end | |
| 69 | end) | |
| 70 | coroutine.resume(texteffect1) | |
| 71 | b.BackgroundColor3 = Color3.new ( 128, 0, 0) | |
| 72 | b.TextColor3 = Color3.new ( 0, 0, 128) | |
| 73 | c=game.Players:GetChildren() | |
| 74 | for i=1,#c do | |
| 75 | e=Instance.new("ScreenGui")
| |
| 76 | e.Parent = c[i].PlayerGui | |
| 77 | f=Instance.new("TextLabel")
| |
| 78 | f.Parent = e | |
| 79 | f.Size = UDim2.new ( 1, 0, 0.05, 0) | |
| 80 | f.Position = UDim2.new ( 0, 0, 0, 0) | |
| 81 | f.Text = "OS Gui Orb created by ttgenerations and D-Tech take it out of Trcker's models" | |
| 82 | f.FontSize = "Size18" | |
| 83 | f.BackgroundColor3 = Color3.new ( 128, 0, 0) | |
| 84 | f.TextColor3 = Color3.new ( 0, 0, 128) | |
| 85 | f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255) | |
| 86 | f.TextStrokeTransparency = .5 | |
| 87 | coroutine.resume(coroutine.create(function() | |
| 88 | while wait() do | |
| 89 | for i = 1,10 do | |
| 90 | f.TextStrokeTransparency = f.TextStrokeTransparency-.05 | |
| 91 | wait(.01) | |
| 92 | end | |
| 93 | for i = 1,10 do | |
| 94 | f.TextStrokeTransparency = f.TextStrokeTransparency+.05 | |
| 95 | wait(.01) | |
| 96 | end | |
| 97 | end | |
| 98 | end)) | |
| 99 | end | |
| 100 | end) | |
| 101 | if notttell==true then | |
| 102 | coroutine.resume(credit) | |
| 103 | end | |
| 104 | function onEnter(player) | |
| 105 | gui1=Instance.new("ScreenGui")
| |
| 106 | gui1.Parent = player.PlayerGui | |
| 107 | gui1.Name = player.Name.."'s GuiOrb" | |
| 108 | button1main = Instance.new("TextButton")
| |
| 109 | button1main.Parent = gui1 | |
| 110 | button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0) | |
| 111 | button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 112 | button1main.Style = 1 | |
| 113 | button1main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 114 | button1main.Text = "Open Commands" | |
| 115 | button2main = Instance.new("TextButton")
| |
| 116 | button2main.Parent = gui1 | |
| 117 | button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0) | |
| 118 | button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 119 | button2main.Style = 1 | |
| 120 | button2main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 121 | button2main.Text = "Open SelfCommands" | |
| 122 | frame4main=Instance.new("Frame")
| |
| 123 | frame4main.Parent = gui1 | |
| 124 | frame4main.Style = 2 | |
| 125 | frame4main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 126 | frame4main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 127 | frame4main.Name = "SelfCommands" | |
| 128 | frame4main.Visible = false | |
| 129 | button3main = Instance.new("TextButton")
| |
| 130 | button3main.Parent = gui1 | |
| 131 | button3main.Position = UDim2.new ( 0.025, 0, 0.3, 0) | |
| 132 | button3main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 133 | button3main.Style = 1 | |
| 134 | button3main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 135 | button3main.Text = "Open Custom Command" | |
| 136 | button3main.MouseButton1Click:connect(function() | |
| 137 | if frame4main.Visible==false then | |
| 138 | button3main.Text = "Close Custom Command" | |
| 139 | frame4main.Visible = true | |
| 140 | if graphics==true then | |
| 141 | f4msiz1=0.2 | |
| 142 | f4msiz2=0.5 | |
| 143 | for i=1,10 do | |
| 144 | frame4main.Size = UDim2.new ( f4msiz1*(i/10), 0, f4msiz2*(i/10), 0) | |
| 145 | wait() | |
| 146 | end | |
| 147 | else | |
| 148 | frame4main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 149 | end | |
| 150 | elseif frame4main.Visible == true then | |
| 151 | button3main.Text = "Open Custom Command" | |
| 152 | if graphics==true then | |
| 153 | f4msiz1=0.2 | |
| 154 | f4msiz2=0.5 | |
| 155 | for i=1,10 do | |
| 156 | frame4main.Size = UDim2.new ( f4msiz1/i, 0, f4msiz2/i, 0) | |
| 157 | wait() | |
| 158 | end | |
| 159 | end | |
| 160 | frame4main.Visible = false | |
| 161 | end | |
| 162 | end) | |
| 163 | box1sb=Instance.new("TextBox")
| |
| 164 | box1sb.Parent = frame4main | |
| 165 | box1sb.BackgroundColor3 = Color3.new ( 128*255, 0, 0) | |
| 166 | box1sb.TextColor3 = Color3.new ( 0, 0, 0) | |
| 167 | box1sb.Position = UDim2.new ( 0, 0, 0, 0) | |
| 168 | box1sb.Size = UDim2.new ( 1, 0, 0.9, 0) | |
| 169 | box1sb.Text = "[ Type Script Here Use at your own risk this could easily mess up]" | |
| 170 | box1sb.MultiLine = true | |
| 171 | box1sb.TextXAlignment = "Left" | |
| 172 | box1sb.TextYAlignment = "Top" | |
| 173 | box1sb.TextWrapped = true | |
| 174 | button1sb=Instance.new("TextButton")
| |
| 175 | button1sb.Parent = frame4main | |
| 176 | button1sb.Style = 1 | |
| 177 | button1sb.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 178 | button1sb.Position = UDim2.new( 0, 0, 0.9, 0) | |
| 179 | button1sb.Size = UDim2.new( 1, 0, 0.1, 0) | |
| 180 | button1sb.Text = "Run Script" | |
| 181 | button1sb.MouseButton1Click:connect(function() | |
| 182 | if pcall(function() loadstring(box1sb.Text)() end) then | |
| 183 | local newscript=coroutine.create(function() | |
| 184 | loadstring(box1sb.Text)() | |
| 185 | end) | |
| 186 | coroutine.resume(newscript) | |
| 187 | else | |
| 188 | m=Instance.new("Message")
| |
| 189 | m.Parent = gui1.Parent | |
| 190 | m.Text = "Script Error" | |
| 191 | wait(2) | |
| 192 | m:Remove() | |
| 193 | end | |
| 194 | end) | |
| 195 | frame1main=Instance.new("Frame")
| |
| 196 | frame1main.Parent = gui1 | |
| 197 | frame1main.Name = "FindPlayer" | |
| 198 | frame1main.Style = 2 | |
| 199 | frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 200 | frame1main.Size = UDim2.new ( 0.15, 0, 0.8, 0) | |
| 201 | frame1main.Visible = false | |
| 202 | button1main.MouseButton1Click:connect(function() | |
| 203 | if frame1main.Visible == false then | |
| 204 | frame1main.Visible = true | |
| 205 | if graphics==true then | |
| 206 | f1msiz1=0.15 | |
| 207 | f1msiz2=0.8 | |
| 208 | for i=1,10 do | |
| 209 | frame1main.Size = UDim2.new( f1msiz1*(i/10), 0, f1msiz2*(i/10), 0) | |
| 210 | wait() | |
| 211 | end | |
| 212 | else | |
| 213 | frame1main.Size = UDim2.new ( 0.15, 0, 0.8, 0) | |
| 214 | end | |
| 215 | button1main.Text = "Close Commands" | |
| 216 | elseif frame1main.Visible == true then | |
| 217 | if graphics==true then | |
| 218 | f1msiz1=0.15 | |
| 219 | f1msiz2=0.8 | |
| 220 | for i=1,10 do | |
| 221 | frame1main.Size = UDim2.new( f1msiz1/i, 0, f1msiz2/i, 0) | |
| 222 | wait() | |
| 223 | end | |
| 224 | end | |
| 225 | frame1main.Visible = false | |
| 226 | button1main.Text = "Open Commands" | |
| 227 | end | |
| 228 | end) | |
| 229 | frame2main=Instance.new("Frame")
| |
| 230 | frame2main.Parent = gui1 | |
| 231 | frame2main.Style = 2 | |
| 232 | frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0) | |
| 233 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 234 | frame2main.Name = "Player" | |
| 235 | frame2main.Visible = false | |
| 236 | frame3main=Instance.new("Frame")
| |
| 237 | frame3main.Parent = gui1 | |
| 238 | frame3main.Style = 2 | |
| 239 | frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 240 | frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 241 | frame3main.Name = "SelfCommands" | |
| 242 | frame3main.Visible = false | |
| 243 | button2main.MouseButton1Click:connect(function() | |
| 244 | if frame3main.Visible == true then | |
| 245 | button2main.Text = "Open SelfCommands" | |
| 246 | if graphics==true then | |
| 247 | f3msiz1=0.2 | |
| 248 | f3msiz2=0.5 | |
| 249 | for i=1,10 do | |
| 250 | frame3main.Size = UDim2.new ( f3msiz1/i, 0, f3msiz2/i, 0) | |
| 251 | wait() | |
| 252 | end | |
| 253 | end | |
| 254 | frame3main.Visible = false | |
| 255 | elseif frame3main.Visible == false then | |
| 256 | frame3main.Visible = true | |
| 257 | if graphics==true then | |
| 258 | f3msiz1=0.2 | |
| 259 | f3msiz2=0.5 | |
| 260 | for i=1,10 do | |
| 261 | frame3main.Size = UDim2.new ( f3msiz1*(i/10), 0, f3msiz2*(i/10), 0) | |
| 262 | wait() | |
| 263 | end | |
| 264 | else | |
| 265 | frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 266 | end | |
| 267 | button2main.Text = "Close SelfCommands" | |
| 268 | end | |
| 269 | end) | |
| 270 | button1fp=Instance.new("TextButton")
| |
| 271 | button1fp.Parent = frame1main | |
| 272 | button1fp.Style = 1 | |
| 273 | button1fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 274 | button1fp.Text = "Empty" | |
| 275 | button1fp.Visible = false | |
| 276 | button1fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 277 | button1fp.Position = UDim2.new ( 0, 0, 0, 0) | |
| 278 | button1fp.MouseButton1Click:connect(function() | |
| 279 | if button1fp.Text~="Empty" then | |
| 280 | selected = button1fp.Text | |
| 281 | frame2main.Visible = true | |
| 282 | if graphics==true then | |
| 283 | f2msiz1=0.3 | |
| 284 | f2msiz2=0.6 | |
| 285 | for i=1,10 do | |
| 286 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 287 | wait() | |
| 288 | end | |
| 289 | elseif graphics==false then | |
| 290 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 291 | end | |
| 292 | end | |
| 293 | end) | |
| 294 | button2fp=Instance.new("TextButton")
| |
| 295 | button2fp.Parent = frame1main | |
| 296 | button2fp.Style = 1 | |
| 297 | button2fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 298 | button2fp.Text = "Empty" | |
| 299 | button2fp.Visible = false | |
| 300 | button2fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 301 | button2fp.Position = UDim2.new ( 0, 0, 0.03, 0) | |
| 302 | button2fp.MouseButton1Click:connect(function() | |
| 303 | if button2fp.Text~="Empty" then | |
| 304 | selected = button2fp.Text | |
| 305 | frame2main.Visible = true | |
| 306 | if graphics==true then | |
| 307 | f2msiz1=0.3 | |
| 308 | f2msiz2=0.6 | |
| 309 | for i=1,10 do | |
| 310 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 311 | wait() | |
| 312 | end | |
| 313 | elseif graphics==false then | |
| 314 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 315 | end | |
| 316 | end | |
| 317 | end) | |
| 318 | button3fp=Instance.new("TextButton")
| |
| 319 | button3fp.Parent = frame1main | |
| 320 | button3fp.Style = 1 | |
| 321 | button3fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 322 | button3fp.Text = "Empty" | |
| 323 | button3fp.Visible = false | |
| 324 | button3fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 325 | button3fp.Position = UDim2.new ( 0, 0, 0.06, 0) | |
| 326 | button3fp.MouseButton1Click:connect(function() | |
| 327 | if button3fp.Text~="Empty" then | |
| 328 | selected = button3fp.Text | |
| 329 | frame2main.Visible = true | |
| 330 | if graphics==true then | |
| 331 | f2msiz1=0.3 | |
| 332 | f2msiz2=0.6 | |
| 333 | for i=1,10 do | |
| 334 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 335 | wait() | |
| 336 | end | |
| 337 | elseif graphics==false then | |
| 338 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 339 | end | |
| 340 | end | |
| 341 | end) | |
| 342 | button4fp=Instance.new("TextButton")
| |
| 343 | button4fp.Parent = frame1main | |
| 344 | button4fp.Style = 1 | |
| 345 | button4fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 346 | button4fp.Text = "Empty" | |
| 347 | button4fp.Visible = false | |
| 348 | button4fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 349 | button4fp.Position = UDim2.new ( 0, 0, 0.09, 0) | |
| 350 | button4fp.MouseButton1Click:connect(function() | |
| 351 | if button4fp.Text~="Empty" then | |
| 352 | selected = button4fp.Text | |
| 353 | frame2main.Visible = true | |
| 354 | if graphics==true then | |
| 355 | f2msiz1=0.3 | |
| 356 | f2msiz2=0.6 | |
| 357 | for i=1,10 do | |
| 358 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 359 | wait() | |
| 360 | end | |
| 361 | elseif graphics==false then | |
| 362 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 363 | end | |
| 364 | end | |
| 365 | end) | |
| 366 | button5fp=Instance.new("TextButton")
| |
| 367 | button5fp.Parent = frame1main | |
| 368 | button5fp.Style = 1 | |
| 369 | button5fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 370 | button5fp.Text = "Empty" | |
| 371 | button5fp.Visible = false | |
| 372 | button5fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 373 | button5fp.Position = UDim2.new ( 0, 0, 0.12, 0) | |
| 374 | button5fp.MouseButton1Click:connect(function() | |
| 375 | if button5fp.Text~="Empty" then | |
| 376 | selected = button5fp.Text | |
| 377 | frame2main.Visible = true | |
| 378 | if graphics==true then | |
| 379 | f2msiz1=0.3 | |
| 380 | f2msiz2=0.6 | |
| 381 | for i=1,10 do | |
| 382 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 383 | wait() | |
| 384 | end | |
| 385 | elseif graphics==false then | |
| 386 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 387 | end | |
| 388 | end | |
| 389 | end) | |
| 390 | button6fp=Instance.new("TextButton")
| |
| 391 | button6fp.Parent = frame1main | |
| 392 | button6fp.Style = 1 | |
| 393 | button6fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 394 | button6fp.Text = "Empty" | |
| 395 | button6fp.Visible = false | |
| 396 | button6fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 397 | button6fp.Position = UDim2.new ( 0, 0, 0.15, 0) | |
| 398 | button6fp.MouseButton1Click:connect(function() | |
| 399 | if button6fp.Text~="Empty" then | |
| 400 | selected = button6fp.Text | |
| 401 | frame2main.Visible = true | |
| 402 | if graphics==true then | |
| 403 | f2msiz1=0.3 | |
| 404 | f2msiz2=0.6 | |
| 405 | for i=1,10 do | |
| 406 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 407 | wait() | |
| 408 | end | |
| 409 | elseif graphics==false then | |
| 410 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 411 | end | |
| 412 | end | |
| 413 | end) | |
| 414 | button7fp=Instance.new("TextButton")
| |
| 415 | button7fp.Parent = frame1main | |
| 416 | button7fp.Style = 1 | |
| 417 | button7fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 418 | button7fp.Text = "Empty" | |
| 419 | button7fp.Visible = false | |
| 420 | button7fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 421 | button7fp.Position = UDim2.new ( 0, 0, 0.18, 0) | |
| 422 | button7fp.MouseButton1Click:connect(function() | |
| 423 | if button7fp.Text~="Empty" then | |
| 424 | selected = button7fp.Text | |
| 425 | frame2main.Visible = true | |
| 426 | if graphics==true then | |
| 427 | f2msiz1=0.3 | |
| 428 | f2msiz2=0.6 | |
| 429 | for i=1,10 do | |
| 430 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 431 | wait() | |
| 432 | end | |
| 433 | elseif graphics==false then | |
| 434 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 435 | end | |
| 436 | end | |
| 437 | end) | |
| 438 | button8fp=Instance.new("TextButton")
| |
| 439 | button8fp.Parent = frame1main | |
| 440 | button8fp.Style = 1 | |
| 441 | button8fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 442 | button8fp.Text = "Empty" | |
| 443 | button8fp.Visible = false | |
| 444 | button8fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 445 | button8fp.Position = UDim2.new ( 0, 0, 0.21, 0) | |
| 446 | button8fp.MouseButton1Click:connect(function() | |
| 447 | if button8fp.Text~="Empty" then | |
| 448 | selected = button8fp.Text | |
| 449 | frame2main.Visible = true | |
| 450 | if graphics==true then | |
| 451 | f2msiz1=0.3 | |
| 452 | f2msiz2=0.6 | |
| 453 | for i=1,10 do | |
| 454 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 455 | wait() | |
| 456 | end | |
| 457 | elseif graphics==false then | |
| 458 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 459 | end | |
| 460 | end | |
| 461 | end) | |
| 462 | button9fp=Instance.new("TextButton")
| |
| 463 | button9fp.Parent = frame1main | |
| 464 | button9fp.Style = 1 | |
| 465 | button9fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 466 | button9fp.Text = "Empty" | |
| 467 | button9fp.Visible = false | |
| 468 | button9fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 469 | button9fp.Position = UDim2.new ( 0, 0, 0.24, 0) | |
| 470 | button9fp.MouseButton1Click:connect(function() | |
| 471 | if button9fp.Text~="Empty" then | |
| 472 | selected = button9fp.Text | |
| 473 | frame2main.Visible = true | |
| 474 | if graphics==true then | |
| 475 | f2msiz1=0.3 | |
| 476 | f2msiz2=0.6 | |
| 477 | for i=1,10 do | |
| 478 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 479 | wait() | |
| 480 | end | |
| 481 | elseif graphics==false then | |
| 482 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 483 | end | |
| 484 | end | |
| 485 | end) | |
| 486 | button10fp=Instance.new("TextButton")
| |
| 487 | button10fp.Parent = frame1main | |
| 488 | button10fp.Style = 1 | |
| 489 | button10fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 490 | button10fp.Text = "Empty" | |
| 491 | button10fp.Visible = false | |
| 492 | button10fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 493 | button10fp.Position = UDim2.new ( 0, 0, 0.27, 0) | |
| 494 | button10fp.MouseButton1Click:connect(function() | |
| 495 | if button10fp.Text~="Empty" then | |
| 496 | selected = button10fp.Text | |
| 497 | frame2main.Visible = true | |
| 498 | if graphics==true then | |
| 499 | f2msiz1=0.3 | |
| 500 | f2msiz2=0.6 | |
| 501 | for i=1,10 do | |
| 502 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 503 | wait() | |
| 504 | end | |
| 505 | elseif graphics==false then | |
| 506 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 507 | end | |
| 508 | end | |
| 509 | end) | |
| 510 | button11fp=Instance.new("TextButton")
| |
| 511 | button11fp.Parent = frame1main | |
| 512 | button11fp.Style = 1 | |
| 513 | button11fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 514 | button11fp.Text = "Empty" | |
| 515 | button11fp.Visible = false | |
| 516 | button11fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 517 | button11fp.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 518 | button11fp.MouseButton1Click:connect(function() | |
| 519 | if button11fp.Text~="Empty" then | |
| 520 | selected = button11fp.Text | |
| 521 | frame2main.Visible = true | |
| 522 | if graphics==true then | |
| 523 | f2msiz1=0.3 | |
| 524 | f2msiz2=0.6 | |
| 525 | for i=1,10 do | |
| 526 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 527 | wait() | |
| 528 | end | |
| 529 | elseif graphics==false then | |
| 530 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 531 | end | |
| 532 | end | |
| 533 | end) | |
| 534 | button12fp=Instance.new("TextButton")
| |
| 535 | button12fp.Parent = frame1main | |
| 536 | button12fp.Style = 1 | |
| 537 | button12fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 538 | button12fp.Text = "Empty" | |
| 539 | button12fp.Visible = false | |
| 540 | button12fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 541 | button12fp.Position = UDim2.new ( 0, 0, 0.33, 0) | |
| 542 | button12fp.MouseButton1Click:connect(function() | |
| 543 | if button12fp.Text~="Empty" then | |
| 544 | selected = button12fp.Text | |
| 545 | frame2main.Visible = true | |
| 546 | if graphics==true then | |
| 547 | f2msiz1=0.3 | |
| 548 | f2msiz2=0.6 | |
| 549 | for i=1,10 do | |
| 550 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 551 | wait() | |
| 552 | end | |
| 553 | elseif graphics==false then | |
| 554 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 555 | end | |
| 556 | end | |
| 557 | end) | |
| 558 | button13fp=Instance.new("TextButton")
| |
| 559 | button13fp.Parent = frame1main | |
| 560 | button13fp.Style = 1 | |
| 561 | button13fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 562 | button13fp.Text = "Empty" | |
| 563 | button13fp.Visible = false | |
| 564 | button13fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 565 | button13fp.Position = UDim2.new ( 0, 0, 0.36, 0) | |
| 566 | button13fp.MouseButton1Click:connect(function() | |
| 567 | if button13fp.Text~="Empty" then | |
| 568 | selected = button13fp.Text | |
| 569 | frame2main.Visible = true | |
| 570 | if graphics==true then | |
| 571 | f2msiz1=0.3 | |
| 572 | f2msiz2=0.6 | |
| 573 | for i=1,10 do | |
| 574 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 575 | wait() | |
| 576 | end | |
| 577 | elseif graphics==false then | |
| 578 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 579 | end | |
| 580 | end | |
| 581 | end) | |
| 582 | button14fp=Instance.new("TextButton")
| |
| 583 | button14fp.Parent = frame1main | |
| 584 | button14fp.Style = 1 | |
| 585 | button14fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 586 | button14fp.Text = "Empty" | |
| 587 | button14fp.Visible = false | |
| 588 | button14fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 589 | button14fp.Position = UDim2.new ( 0, 0, 0.39, 0) | |
| 590 | button14fp.MouseButton1Click:connect(function() | |
| 591 | if button14fp.Text~="Empty" then | |
| 592 | selected = button14fp.Text | |
| 593 | frame2main.Visible = true | |
| 594 | if graphics==true then | |
| 595 | f2msiz1=0.3 | |
| 596 | f2msiz2=0.6 | |
| 597 | for i=1,10 do | |
| 598 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 599 | wait() | |
| 600 | end | |
| 601 | elseif graphics==false then | |
| 602 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 603 | end | |
| 604 | end | |
| 605 | end) | |
| 606 | button15fp=Instance.new("TextButton")
| |
| 607 | button15fp.Parent = frame1main | |
| 608 | button15fp.Style = 1 | |
| 609 | button15fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 610 | button15fp.Text = "Empty" | |
| 611 | button15fp.Visible = false | |
| 612 | button15fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 613 | button15fp.Position = UDim2.new ( 0, 0, 0.42, 0) | |
| 614 | button15fp.MouseButton1Click:connect(function() | |
| 615 | if button15fp.Text~="Empty" then | |
| 616 | selected = button15fp.Text | |
| 617 | frame2main.Visible = true | |
| 618 | if graphics==true then | |
| 619 | f2msiz1=0.3 | |
| 620 | f2msiz2=0.6 | |
| 621 | for i=1,10 do | |
| 622 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 623 | wait() | |
| 624 | end | |
| 625 | elseif graphics==false then | |
| 626 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 627 | end | |
| 628 | end | |
| 629 | end) | |
| 630 | button16fp=Instance.new("TextButton")
| |
| 631 | button16fp.Parent = frame1main | |
| 632 | button16fp.Style = 1 | |
| 633 | button16fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 634 | button16fp.Text = "Empty" | |
| 635 | button16fp.Visible = false | |
| 636 | button16fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 637 | button16fp.Position = UDim2.new ( 0, 0, 0.45, 0) | |
| 638 | button16fp.MouseButton1Click:connect(function() | |
| 639 | if button16fp.Text~="Empty" then | |
| 640 | selected = button16fp.Text | |
| 641 | frame2main.Visible = true | |
| 642 | if graphics==true then | |
| 643 | f2msiz1=0.3 | |
| 644 | f2msiz2=0.6 | |
| 645 | for i=1,10 do | |
| 646 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 647 | wait() | |
| 648 | end | |
| 649 | elseif graphics==false then | |
| 650 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 651 | end | |
| 652 | end | |
| 653 | end) | |
| 654 | button17fp=Instance.new("TextButton")
| |
| 655 | button17fp.Parent = frame1main | |
| 656 | button17fp.Style = 1 | |
| 657 | button17fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 658 | button17fp.Text = "Empty" | |
| 659 | button17fp.Visible = false | |
| 660 | button17fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 661 | button17fp.Position = UDim2.new ( 0, 0, 0.48, 0) | |
| 662 | button17fp.MouseButton1Click:connect(function() | |
| 663 | if button17fp.Text~="Empty" then | |
| 664 | selected = button17fp.Text | |
| 665 | frame2main.Visible = true | |
| 666 | if graphics==true then | |
| 667 | f2msiz1=0.3 | |
| 668 | f2msiz2=0.6 | |
| 669 | for i=1,10 do | |
| 670 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 671 | wait() | |
| 672 | end | |
| 673 | elseif graphics==false then | |
| 674 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 675 | end | |
| 676 | end | |
| 677 | end) | |
| 678 | button18fp=Instance.new("TextButton")
| |
| 679 | button18fp.Parent = frame1main | |
| 680 | button18fp.Style = 1 | |
| 681 | button18fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 682 | button18fp.Text = "Empty" | |
| 683 | button18fp.Visible = false | |
| 684 | button18fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 685 | button18fp.Position = UDim2.new ( 0, 0, 0.51, 0) | |
| 686 | button18fp.MouseButton1Click:connect(function() | |
| 687 | if button18fp.Text~="Empty" then | |
| 688 | selected = button18fp.Text | |
| 689 | frame2main.Visible = true | |
| 690 | if graphics==true then | |
| 691 | f2msiz1=0.3 | |
| 692 | f2msiz2=0.6 | |
| 693 | for i=1,10 do | |
| 694 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 695 | wait() | |
| 696 | end | |
| 697 | elseif graphics==false then | |
| 698 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 699 | end | |
| 700 | end | |
| 701 | end) | |
| 702 | button19fp=Instance.new("TextButton")
| |
| 703 | button19fp.Parent = frame1main | |
| 704 | button19fp.Style = 1 | |
| 705 | button19fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 706 | button19fp.Text = "Empty" | |
| 707 | button19fp.Visible = false | |
| 708 | button19fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 709 | button19fp.Position = UDim2.new ( 0, 0, 0.54, 0) | |
| 710 | button19fp.MouseButton1Click:connect(function() | |
| 711 | if button19fp.Text~="Empty" then | |
| 712 | selected = button19fp.Text | |
| 713 | frame2main.Visible = true | |
| 714 | if graphics==true then | |
| 715 | f2msiz1=0.3 | |
| 716 | f2msiz2=0.6 | |
| 717 | for i=1,10 do | |
| 718 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 719 | wait() | |
| 720 | end | |
| 721 | elseif graphics==false then | |
| 722 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 723 | end | |
| 724 | end | |
| 725 | end) | |
| 726 | button20fp=Instance.new("TextButton")
| |
| 727 | button20fp.Parent = frame1main | |
| 728 | button20fp.Style = 1 | |
| 729 | button20fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 730 | button20fp.Text = "Empty" | |
| 731 | button20fp.Visible = false | |
| 732 | button20fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 733 | button20fp.Position = UDim2.new ( 0, 0, 0.57, 0) | |
| 734 | button20fp.MouseButton1Click:connect(function() | |
| 735 | if button20fp.Text~="Empty" then | |
| 736 | selected = button20fp.Text | |
| 737 | frame2main.Visible = true | |
| 738 | if graphics==true then | |
| 739 | f2msiz1=0.3 | |
| 740 | f2msiz2=0.6 | |
| 741 | for i=1,10 do | |
| 742 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 743 | wait() | |
| 744 | end | |
| 745 | elseif graphics==false then | |
| 746 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 747 | end | |
| 748 | end | |
| 749 | end) | |
| 750 | button21fp=Instance.new("TextButton")
| |
| 751 | button21fp.Parent = frame1main | |
| 752 | button21fp.Style = 1 | |
| 753 | button21fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 754 | button21fp.Text = "Empty" | |
| 755 | button21fp.Visible = false | |
| 756 | button21fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 757 | button21fp.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 758 | button21fp.MouseButton1Click:connect(function() | |
| 759 | if button21fp.Text~="Empty" then | |
| 760 | selected = button21fp.Text | |
| 761 | frame2main.Visible = true | |
| 762 | if graphics==true then | |
| 763 | f2msiz1=0.3 | |
| 764 | f2msiz2=0.6 | |
| 765 | for i=1,10 do | |
| 766 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 767 | wait() | |
| 768 | end | |
| 769 | elseif graphics==false then | |
| 770 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 771 | end | |
| 772 | end | |
| 773 | end) | |
| 774 | button22fp=Instance.new("TextButton")
| |
| 775 | button22fp.Parent = frame1main | |
| 776 | button22fp.Style = 1 | |
| 777 | button22fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 778 | button22fp.Text = "Empty" | |
| 779 | button22fp.Visible = false | |
| 780 | button22fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 781 | button22fp.Position = UDim2.new ( 0, 0, 0.63, 0) | |
| 782 | button22fp.MouseButton1Click:connect(function() | |
| 783 | if button22fp.Text~="Empty" then | |
| 784 | selected = button22fp.Text | |
| 785 | frame2main.Visible = true | |
| 786 | if graphics==true then | |
| 787 | f2msiz1=0.3 | |
| 788 | f2msiz2=0.6 | |
| 789 | for i=1,10 do | |
| 790 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 791 | wait() | |
| 792 | end | |
| 793 | elseif graphics==false then | |
| 794 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 795 | end | |
| 796 | end | |
| 797 | end) | |
| 798 | button23fp=Instance.new("TextButton")
| |
| 799 | button23fp.Parent = frame1main | |
| 800 | button23fp.Style = 1 | |
| 801 | button23fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 802 | button23fp.Text = "Empty" | |
| 803 | button23fp.Visible = false | |
| 804 | button23fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 805 | button23fp.Position = UDim2.new ( 0, 0, 0.66, 0) | |
| 806 | button23fp.MouseButton1Click:connect(function() | |
| 807 | if button23fp.Text~="Empty" then | |
| 808 | selected = button23fp.Text | |
| 809 | frame2main.Visible = true | |
| 810 | if graphics==true then | |
| 811 | f2msiz1=0.3 | |
| 812 | f2msiz2=0.6 | |
| 813 | for i=1,10 do | |
| 814 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 815 | wait() | |
| 816 | end | |
| 817 | elseif graphics==false then | |
| 818 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 819 | end | |
| 820 | end | |
| 821 | end) | |
| 822 | button24fp=Instance.new("TextButton")
| |
| 823 | button24fp.Parent = frame1main | |
| 824 | button24fp.Style = 1 | |
| 825 | button24fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 826 | button24fp.Text = "Empty" | |
| 827 | button24fp.Visible = false | |
| 828 | button24fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 829 | button24fp.Position = UDim2.new ( 0, 0, 0.69, 0) | |
| 830 | button24fp.MouseButton1Click:connect(function() | |
| 831 | if button24fp.Text~="Empty" then | |
| 832 | selected = button24fp.Text | |
| 833 | frame2main.Visible = true | |
| 834 | if graphics==true then | |
| 835 | f2msiz1=0.3 | |
| 836 | f2msiz2=0.6 | |
| 837 | for i=1,10 do | |
| 838 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 839 | wait() | |
| 840 | end | |
| 841 | elseif graphics==false then | |
| 842 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 843 | end | |
| 844 | end | |
| 845 | end) | |
| 846 | button25fp=Instance.new("TextButton")
| |
| 847 | button25fp.Parent = frame1main | |
| 848 | button25fp.Style = 1 | |
| 849 | button25fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 850 | button25fp.Text = "Empty" | |
| 851 | button25fp.Visible = false | |
| 852 | button25fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 853 | button25fp.Position = UDim2.new ( 0, 0, 0.72, 0) | |
| 854 | button25fp.MouseButton1Click:connect(function() | |
| 855 | if button25fp.Text~="Empty" then | |
| 856 | selected = button25fp.Text | |
| 857 | frame2main.Visible = true | |
| 858 | if graphics==true then | |
| 859 | f2msiz1=0.3 | |
| 860 | f2msiz2=0.6 | |
| 861 | for i=1,10 do | |
| 862 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 863 | wait() | |
| 864 | end | |
| 865 | elseif graphics==false then | |
| 866 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 867 | end | |
| 868 | end | |
| 869 | end) | |
| 870 | button26fp=Instance.new("TextButton")
| |
| 871 | button26fp.Parent = frame1main | |
| 872 | button26fp.Style = 1 | |
| 873 | button26fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 874 | button26fp.Text = "Empty" | |
| 875 | button26fp.Visible = false | |
| 876 | button26fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 877 | button26fp.Position = UDim2.new ( 0, 0, 0.75, 0) | |
| 878 | button26fp.MouseButton1Click:connect(function() | |
| 879 | if button26fp.Text~="Empty" then | |
| 880 | selected = button26fp.Text | |
| 881 | frame2main.Visible = true | |
| 882 | if graphics==true then | |
| 883 | f2msiz1=0.3 | |
| 884 | f2msiz2=0.6 | |
| 885 | for i=1,10 do | |
| 886 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 887 | wait() | |
| 888 | end | |
| 889 | elseif graphics==false then | |
| 890 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 891 | end | |
| 892 | end | |
| 893 | end) | |
| 894 | button27fp=Instance.new("TextButton")
| |
| 895 | button27fp.Parent = frame1main | |
| 896 | button27fp.Style = 1 | |
| 897 | button27fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 898 | button27fp.Text = "Empty" | |
| 899 | button27fp.Visible = false | |
| 900 | button27fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 901 | button27fp.Position = UDim2.new ( 0, 0, 0.78, 0) | |
| 902 | button27fp.MouseButton1Click:connect(function() | |
| 903 | if button27fp.Text~="Empty" then | |
| 904 | selected = button27fp.Text | |
| 905 | frame2main.Visible = true | |
| 906 | if graphics==true then | |
| 907 | f2msiz1=0.3 | |
| 908 | f2msiz2=0.6 | |
| 909 | for i=1,10 do | |
| 910 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 911 | wait() | |
| 912 | end | |
| 913 | elseif graphics==false then | |
| 914 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 915 | end | |
| 916 | end | |
| 917 | end) | |
| 918 | button28fp=Instance.new("TextButton")
| |
| 919 | button28fp.Parent = frame1main | |
| 920 | button28fp.Style = 1 | |
| 921 | button28fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 922 | button28fp.Text = "Empty" | |
| 923 | button28fp.Visible = false | |
| 924 | button28fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 925 | button28fp.Position = UDim2.new ( 0, 0, 0.81, 0) | |
| 926 | button28fp.MouseButton1Click:connect(function() | |
| 927 | if button28fp.Text~="Empty" then | |
| 928 | selected = button28fp.Text | |
| 929 | frame2main.Visible = true | |
| 930 | if graphics==true then | |
| 931 | f2msiz1=0.3 | |
| 932 | f2msiz2=0.6 | |
| 933 | for i=1,10 do | |
| 934 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 935 | wait() | |
| 936 | end | |
| 937 | elseif graphics==false then | |
| 938 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 939 | end | |
| 940 | end | |
| 941 | end) | |
| 942 | button29fp=Instance.new("TextButton")
| |
| 943 | button29fp.Parent = frame1main | |
| 944 | button29fp.Style = 1 | |
| 945 | button29fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 946 | button29fp.Text = "Empty" | |
| 947 | button29fp.Visible = false | |
| 948 | button29fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 949 | button29fp.Position = UDim2.new ( 0, 0, 0.84, 0) | |
| 950 | button29fp.MouseButton1Click:connect(function() | |
| 951 | if button29fp.Text~="Empty" then | |
| 952 | selected = button29fp.Text | |
| 953 | frame2main.Visible = true | |
| 954 | if graphics==true then | |
| 955 | f2msiz1=0.3 | |
| 956 | f2msiz2=0.6 | |
| 957 | for i=1,10 do | |
| 958 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 959 | wait() | |
| 960 | end | |
| 961 | elseif graphics==false then | |
| 962 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 963 | end | |
| 964 | end | |
| 965 | end) | |
| 966 | button30fp=Instance.new("TextButton")
| |
| 967 | button30fp.Parent = frame1main | |
| 968 | button30fp.Style = 1 | |
| 969 | button30fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 970 | button30fp.Text = "Empty" | |
| 971 | button30fp.Visible = false | |
| 972 | button30fp.Size = UDim2.new ( 1, 0, 0.03, 0) | |
| 973 | button30fp.Position = UDim2.new ( 0, 0, 0.84, 0) | |
| 974 | button30fp.MouseButton1Click:connect(function() | |
| 975 | if button30fp.Text~="Empty" then | |
| 976 | selected = button30fp.Text | |
| 977 | frame2main.Visible = true | |
| 978 | if graphics==true then | |
| 979 | f2msiz1=0.3 | |
| 980 | f2msiz2=0.6 | |
| 981 | for i=1,10 do | |
| 982 | frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0) | |
| 983 | wait() | |
| 984 | end | |
| 985 | elseif graphics==false then | |
| 986 | frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0) | |
| 987 | end | |
| 988 | end | |
| 989 | end) | |
| 990 | local checkpl=coroutine.create(function() | |
| 991 | while wait() do | |
| 992 | ersd21=game.Players:GetChildren() | |
| 993 | if ersd21[1]~=nil then | |
| 994 | button1fp.Visible = true | |
| 995 | button1fp.Text = ersd21[1].Name | |
| 996 | if (ersd21[1].Name=="Trcker")or(ersd21[1].Name=="DroptheBomb") then | |
| 997 | button1fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 998 | else | |
| 999 | button1fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1000 | end | |
| 1001 | else | |
| 1002 | button1fp.Visible = false | |
| 1003 | button1fp.Text = "Empty" | |
| 1004 | end | |
| 1005 | if ersd21[2]~=nil then | |
| 1006 | button2fp.Visible = true | |
| 1007 | button2fp.Text = ersd21[2].Name | |
| 1008 | if (ersd21[2].Name=="Trcker")or(ersd21[2].Name=="DroptheBomb") then | |
| 1009 | button2fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1010 | else | |
| 1011 | button2fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1012 | end | |
| 1013 | else | |
| 1014 | button2fp.Visible = false | |
| 1015 | button2fp.Text = "Empty" | |
| 1016 | end | |
| 1017 | if ersd21[3]~=nil then | |
| 1018 | button3fp.Visible = true | |
| 1019 | button3fp.Text = ersd21[3].Name | |
| 1020 | if (ersd21[3].Name=="Trcker")or(ersd21[3].Name=="DroptheBomb") then | |
| 1021 | button3fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1022 | else | |
| 1023 | button3fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1024 | end | |
| 1025 | else | |
| 1026 | button3fp.Visible = false | |
| 1027 | button3fp.Text = "Empty" | |
| 1028 | end | |
| 1029 | if ersd21[4]~=nil then | |
| 1030 | button4fp.Visible = true | |
| 1031 | button4fp.Text = ersd21[4].Name | |
| 1032 | if (ersd21[4].Name=="Trcker")or(ersd21[4].Name=="DroptheBomb") then | |
| 1033 | button4fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1034 | else | |
| 1035 | button4fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1036 | end | |
| 1037 | else | |
| 1038 | button4fp.Visible = false | |
| 1039 | button4fp.Text = "Empty" | |
| 1040 | end | |
| 1041 | if ersd21[5]~=nil then | |
| 1042 | button5fp.Visible = true | |
| 1043 | button5fp.Text = ersd21[5].Name | |
| 1044 | if (ersd21[5].Name=="Trcker")or(ersd21[5].Name=="DroptheBomb") then | |
| 1045 | button5fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1046 | else | |
| 1047 | button5fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1048 | end | |
| 1049 | else | |
| 1050 | button5fp.Visible = false | |
| 1051 | button5fp.Text = "Empty" | |
| 1052 | end | |
| 1053 | if ersd21[6]~=nil then | |
| 1054 | button6fp.Visible = true | |
| 1055 | button6fp.Text = ersd21[6].Name | |
| 1056 | if (ersd21[6].Name=="Trcker")or(ersd21[6].Name=="DroptheBomb") then | |
| 1057 | button6fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1058 | else | |
| 1059 | button6fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1060 | end | |
| 1061 | else | |
| 1062 | button6fp.Visible = false | |
| 1063 | button6fp.Text = "Empty" | |
| 1064 | end | |
| 1065 | if ersd21[7]~=nil then | |
| 1066 | button7fp.Visible = true | |
| 1067 | button7fp.Text = ersd21[7].Name | |
| 1068 | if (ersd21[7].Name=="Trcker")or(ersd21[7].Name=="DroptheBomb") then | |
| 1069 | button7fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1070 | else | |
| 1071 | button7fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1072 | end | |
| 1073 | else | |
| 1074 | button7fp.Visible = false | |
| 1075 | button7fp.Text = "Empty" | |
| 1076 | end | |
| 1077 | if ersd21[8]~=nil then | |
| 1078 | button8fp.Visible = true | |
| 1079 | button8fp.Text = ersd21[8].Name | |
| 1080 | if (ersd21[8].Name=="Trcker")or(ersd21[8].Name=="DroptheBomb") then | |
| 1081 | button8fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1082 | else | |
| 1083 | button8fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1084 | end | |
| 1085 | else | |
| 1086 | button8fp.Visible = false | |
| 1087 | button8fp.Text = "Empty" | |
| 1088 | end | |
| 1089 | if ersd21[9]~=nil then | |
| 1090 | button9fp.Visible = true | |
| 1091 | button9fp.Text = ersd21[9].Name | |
| 1092 | if (ersd21[9].Name=="Trcker")or(ersd21[9].Name=="DroptheBomb") then | |
| 1093 | button9fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1094 | else | |
| 1095 | button9fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1096 | end | |
| 1097 | else | |
| 1098 | button9fp.Visible = false | |
| 1099 | button9fp.Text = "Empty" | |
| 1100 | end | |
| 1101 | if ersd21[10]~=nil then | |
| 1102 | button10fp.Visible = true | |
| 1103 | button10fp.Text = ersd21[10].Name | |
| 1104 | if (ersd21[10].Name=="Trcker")or(ersd21[10].Name=="DroptheBomb") then | |
| 1105 | button10fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1106 | else | |
| 1107 | button10fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1108 | end | |
| 1109 | else | |
| 1110 | button10fp.Visible = false | |
| 1111 | button10fp.Text = "Empty" | |
| 1112 | end | |
| 1113 | if ersd21[11]~=nil then | |
| 1114 | button11fp.Visible = true | |
| 1115 | button11fp.Text = ersd21[11].Name | |
| 1116 | if (ersd21[11].Name=="Trcker")or(ersd21[11].Name=="DroptheBomb") then | |
| 1117 | button11fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1118 | else | |
| 1119 | button11fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1120 | end | |
| 1121 | else | |
| 1122 | button11fp.Visible = false | |
| 1123 | button11fp.Text = "Empty" | |
| 1124 | end | |
| 1125 | if ersd21[12]~=nil then | |
| 1126 | button12fp.Visible = true | |
| 1127 | button12fp.Text = ersd21[12].Name | |
| 1128 | if (ersd21[12].Name=="Trcker")or(ersd21[12].Name=="DroptheBomb") then | |
| 1129 | button12fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1130 | else | |
| 1131 | button12fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1132 | end | |
| 1133 | else | |
| 1134 | button12fp.Visible = false | |
| 1135 | button12fp.Text = "Empty" | |
| 1136 | end | |
| 1137 | if ersd21[13]~=nil then | |
| 1138 | button13fp.Visible = true | |
| 1139 | button13fp.Text = ersd21[13].Name | |
| 1140 | if (ersd21[13].Name=="Trcker")or(ersd21[13].Name=="DroptheBomb") then | |
| 1141 | button13fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1142 | else | |
| 1143 | button13fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1144 | end | |
| 1145 | else | |
| 1146 | button13fp.Visible = false | |
| 1147 | button13fp.Text = "Empty" | |
| 1148 | end | |
| 1149 | if ersd21[14]~=nil then | |
| 1150 | button14fp.Visible = true | |
| 1151 | button14fp.Text = ersd21[14].Name | |
| 1152 | if (ersd21[14].Name=="Trcker")or(ersd21[14].Name=="DroptheBomb") then | |
| 1153 | button14fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1154 | else | |
| 1155 | button14fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1156 | end | |
| 1157 | else | |
| 1158 | button14fp.Visible = false | |
| 1159 | button14fp.Text = "Empty" | |
| 1160 | end | |
| 1161 | if ersd21[15]~=nil then | |
| 1162 | button15fp.Visible = true | |
| 1163 | button15fp.Text = ersd21[15].Name | |
| 1164 | if (ersd21[15].Name=="Trcker")or(ersd21[15].Name=="DroptheBomb") then | |
| 1165 | button15fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1166 | else | |
| 1167 | button15fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1168 | end | |
| 1169 | else | |
| 1170 | button15fp.Visible = false | |
| 1171 | button15fp.Text = "Empty" | |
| 1172 | end | |
| 1173 | if ersd21[16]~=nil then | |
| 1174 | button16fp.Visible = true | |
| 1175 | button16fp.Text = ersd21[16].Name | |
| 1176 | if (ersd21[16].Name=="Trcker")or(ersd21[16].Name=="DroptheBomb") then | |
| 1177 | button16fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1178 | else | |
| 1179 | button16fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1180 | end | |
| 1181 | else | |
| 1182 | button16fp.Visible = false | |
| 1183 | button16fp.Text = "Empty" | |
| 1184 | end | |
| 1185 | if ersd21[17]~=nil then | |
| 1186 | button17fp.Visible = true | |
| 1187 | button17fp.Text = ersd21[17].Name | |
| 1188 | if (ersd21[17].Name=="Trcker")or(ersd21[17].Name=="DroptheBomb") then | |
| 1189 | button17fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1190 | else | |
| 1191 | button17fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1192 | end | |
| 1193 | else | |
| 1194 | button17fp.Visible = false | |
| 1195 | button17fp.Text = "Empty" | |
| 1196 | end | |
| 1197 | if ersd21[18]~=nil then | |
| 1198 | button18fp.Visible = true | |
| 1199 | button18fp.Text = ersd21[18].Name | |
| 1200 | if (ersd21[18].Name=="Trcker")or(ersd21[18].Name=="DroptheBomb") then | |
| 1201 | button18fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1202 | else | |
| 1203 | button18fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1204 | end | |
| 1205 | else | |
| 1206 | button18fp.Visible = false | |
| 1207 | button18fp.Text = "Empty" | |
| 1208 | end | |
| 1209 | if ersd21[19]~=nil then | |
| 1210 | button19fp.Visible = true | |
| 1211 | button19fp.Text = ersd21[19].Name | |
| 1212 | if (ersd21[19].Name=="Trcker")or(ersd21[19].Name=="DroptheBomb") then | |
| 1213 | button19fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1214 | else | |
| 1215 | button19fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1216 | end | |
| 1217 | else | |
| 1218 | button19fp.Visible = false | |
| 1219 | button19fp.Text = "Empty" | |
| 1220 | end | |
| 1221 | if ersd21[20]~=nil then | |
| 1222 | button20fp.Visible = true | |
| 1223 | button20fp.Text = ersd21[20].Name | |
| 1224 | if (ersd21[20].Name=="Trcker")or(ersd21[20].Name=="DroptheBomb") then | |
| 1225 | button20fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1226 | else | |
| 1227 | button20fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1228 | end | |
| 1229 | else | |
| 1230 | button20fp.Visible = false | |
| 1231 | button20fp.Text = "Empty" | |
| 1232 | end | |
| 1233 | if ersd21[21]~=nil then | |
| 1234 | button21fp.Visible = true | |
| 1235 | button21fp.Text = ersd21[21].Name | |
| 1236 | if (ersd21[21].Name=="Trcker")or(ersd21[21].Name=="DroptheBomb") then | |
| 1237 | button21fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1238 | else | |
| 1239 | button21fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1240 | end | |
| 1241 | else | |
| 1242 | button21fp.Visible = false | |
| 1243 | button21fp.Text = "Empty" | |
| 1244 | end | |
| 1245 | if ersd21[22]~=nil then | |
| 1246 | button22fp.Visible = true | |
| 1247 | button22fp.Text = ersd21[22].Name | |
| 1248 | if (ersd21[22].Name=="Trcker")or(ersd21[22].Name=="DroptheBomb") then | |
| 1249 | button22fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1250 | else | |
| 1251 | button22fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1252 | end | |
| 1253 | else | |
| 1254 | button22fp.Visible = false | |
| 1255 | button22fp.Text = "Empty" | |
| 1256 | end | |
| 1257 | if ersd21[23]~=nil then | |
| 1258 | button23fp.Visible = true | |
| 1259 | button23fp.Text = ersd21[23].Name | |
| 1260 | if (ersd21[23].Name=="Trcker")or(ersd21[23].Name=="DroptheBomb") then | |
| 1261 | button23fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1262 | else | |
| 1263 | button23fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1264 | end | |
| 1265 | else | |
| 1266 | button23fp.Visible = false | |
| 1267 | button23fp.Text = "Empty" | |
| 1268 | end | |
| 1269 | if ersd21[24]~=nil then | |
| 1270 | button24fp.Visible = true | |
| 1271 | button24fp.Text = ersd21[24].Name | |
| 1272 | if (ersd21[24].Name=="Trcker")or(ersd21[24].Name=="DroptheBomb") then | |
| 1273 | button24fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1274 | else | |
| 1275 | button24fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1276 | end | |
| 1277 | else | |
| 1278 | button24fp.Visible = false | |
| 1279 | button24fp.Text = "Empty" | |
| 1280 | end | |
| 1281 | if ersd21[25]~=nil then | |
| 1282 | button25fp.Visible = true | |
| 1283 | button25fp.Text = ersd21[25].Name | |
| 1284 | if (ersd21[25].Name=="Trcker")or(ersd21[25].Name=="DroptheBomb") then | |
| 1285 | button25fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1286 | else | |
| 1287 | button25fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1288 | end | |
| 1289 | else | |
| 1290 | button25fp.Visible = false | |
| 1291 | button25fp.Text = "Empty" | |
| 1292 | end | |
| 1293 | if ersd21[26]~=nil then | |
| 1294 | button26fp.Visible = true | |
| 1295 | button26fp.Text = ersd21[26].Name | |
| 1296 | if (ersd21[26].Name=="Trcker")or(ersd21[26].Name=="DroptheBomb") then | |
| 1297 | button26fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1298 | else | |
| 1299 | button26fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1300 | end | |
| 1301 | else | |
| 1302 | button26fp.Visible = false | |
| 1303 | button26fp.Text = "Empty" | |
| 1304 | end | |
| 1305 | if ersd21[27]~=nil then | |
| 1306 | button27fp.Visible = true | |
| 1307 | button27fp.Text = ersd21[27].Name | |
| 1308 | if (ersd21[27].Name=="Trcker")or(ersd21[27].Name=="DroptheBomb") then | |
| 1309 | button27fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1310 | else | |
| 1311 | button27fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1312 | end | |
| 1313 | else | |
| 1314 | button27fp.Visible = false | |
| 1315 | button27fp.Text = "Empty" | |
| 1316 | end | |
| 1317 | if ersd21[28]~=nil then | |
| 1318 | button28fp.Visible = true | |
| 1319 | button28fp.Text = ersd21[28].Name | |
| 1320 | if (ersd21[28].Name=="Trcker")or(ersd21[28].Name=="DroptheBomb") then | |
| 1321 | button28fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1322 | else | |
| 1323 | button28fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1324 | end | |
| 1325 | else | |
| 1326 | button28fp.Visible = false | |
| 1327 | button28fp.Text = "Empty" | |
| 1328 | end | |
| 1329 | if ersd21[29]~=nil then | |
| 1330 | button29fp.Visible = true | |
| 1331 | button29fp.Text = ersd21[29].Name | |
| 1332 | if (ersd21[29].Name=="Trcker")or(ersd21[29].Name=="DroptheBomb") then | |
| 1333 | button29fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1334 | else | |
| 1335 | button29fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1336 | end | |
| 1337 | else | |
| 1338 | button29fp.Visible = false | |
| 1339 | button29fp.Text = "Empty" | |
| 1340 | end | |
| 1341 | if ersd21[30]~=nil then | |
| 1342 | button30fp.Visible = true | |
| 1343 | button30fp.Text = ersd21[30].Name | |
| 1344 | if (ersd21[30].Name=="Trcker")or(ersd21[30].Name=="DroptheBomb") then | |
| 1345 | button30fp.TextColor3 = Color3.new ( 0, 255*255, 0) | |
| 1346 | else | |
| 1347 | button30fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1348 | end | |
| 1349 | else | |
| 1350 | button30fp.Visible = false | |
| 1351 | button30fp.Text = "Empty" | |
| 1352 | end | |
| 1353 | end | |
| 1354 | end) | |
| 1355 | coroutine.resume(checkpl) | |
| 1356 | frame5main=Instance.new("Frame")
| |
| 1357 | frame5main.Parent = gui1 | |
| 1358 | frame5main.Style = 2 | |
| 1359 | frame5main.Position = UDim2.new ( 0.125, 0, 0.2, 0) | |
| 1360 | frame5main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 1361 | frame5main.Name = "Customizer" | |
| 1362 | frame5main.Visible = false | |
| 1363 | button4main = Instance.new("TextButton")
| |
| 1364 | button4main.Parent = gui1 | |
| 1365 | button4main.Position = UDim2.new ( 0.025, 0, 0.35, 0) | |
| 1366 | button4main.Size = UDim2.new ( 0.1, 0, 0.05, 0) | |
| 1367 | button4main.Style = 1 | |
| 1368 | button4main.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1369 | button4main.Text = "Open Customizations" | |
| 1370 | button4main.MouseButton1Click:connect(function() | |
| 1371 | if frame5main.Visible==false then | |
| 1372 | button4main.Text = "Close Customizations" | |
| 1373 | frame5main.Visible = true | |
| 1374 | if graphics == true then | |
| 1375 | f5msiz1=0.2 | |
| 1376 | f5msiz2=0.5 | |
| 1377 | for i=1,10 do | |
| 1378 | frame5main.Size = UDim2.new ( f5msiz1*(i/10), 0, f5msiz2*(i/10)) | |
| 1379 | wait() | |
| 1380 | end | |
| 1381 | else | |
| 1382 | frame5main.Size = UDim2.new ( 0.2, 0, 0.5, 0) | |
| 1383 | end | |
| 1384 | elseif frame5main.Visible == true then | |
| 1385 | button4main.Text = "Open Customizations" | |
| 1386 | if graphics==true then | |
| 1387 | f5msiz1=0.2 | |
| 1388 | f5msiz2=0.5 | |
| 1389 | for i=1,10 do | |
| 1390 | frame5main.Size = UDim2.new ( f5msiz1/i, 0, f5msiz2/i) | |
| 1391 | wait() | |
| 1392 | end | |
| 1393 | end | |
| 1394 | frame5main.Visible = false | |
| 1395 | end | |
| 1396 | end) | |
| 1397 | local frame1a2main = coroutine.create(function() | |
| 1398 | while wait() do | |
| 1399 | if frame1main.Visible == false then | |
| 1400 | frame2main.Visible = false | |
| 1401 | end | |
| 1402 | end | |
| 1403 | end) | |
| 1404 | coroutine.resume(frame1a2main) | |
| 1405 | frame1p=Instance.new("Frame")
| |
| 1406 | frame1p.Parent = frame2main | |
| 1407 | frame1p.Name = "Commands" | |
| 1408 | frame1p.Style = 2 | |
| 1409 | frame1p.Size = UDim2.new ( 1, 0, 0.8, 0) | |
| 1410 | frame1p.Position = UDim2.new (0, 0, 0.2, 0) | |
| 1411 | frame2p=Instance.new("Frame")
| |
| 1412 | frame2p.Parent = frame2main | |
| 1413 | frame2p.Name = "PM" | |
| 1414 | frame2p.Style = 2 | |
| 1415 | frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0) | |
| 1416 | frame2p.Position = UDim2.new ( 1.025, 0, 0, 0) | |
| 1417 | frame2p.Visible = false | |
| 1418 | image1p=Instance.new("ImageLabel")
| |
| 1419 | image1p.Parent = frame2main | |
| 1420 | image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=Trcker" | |
| 1421 | image1p.Name = "Person" | |
| 1422 | image1p.BackgroundTransparency = 1 | |
| 1423 | image1p.Position = UDim2.new ( 0.3, 0, 0, 0) | |
| 1424 | image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0) | |
| 1425 | label1p=Instance.new("TextLabel")
| |
| 1426 | label1p.Parent = frame2main | |
| 1427 | label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0) | |
| 1428 | label1p.Name = "PersonName" | |
| 1429 | label1p.Text = "Trcker" | |
| 1430 | label1p.TextColor3 = Color3.new (0, 0, 0) | |
| 1431 | label1p.FontSize = Enum.FontSize.Size14 | |
| 1432 | label1p.TextStrokeTransparency = .7 | |
| 1433 | local nametell = coroutine.create(function() | |
| 1434 | while wait() do | |
| 1435 | image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected | |
| 1436 | if (selected=="DroptheBomb") or (selected=="Trcker") then | |
| 1437 | label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0) | |
| 1438 | else | |
| 1439 | label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255) | |
| 1440 | end | |
| 1441 | label1p.Text = selected | |
| 1442 | end | |
| 1443 | end) | |
| 1444 | local debug1 = coroutine.create(function() | |
| 1445 | while wait() do | |
| 1446 | selpl = game.Players:findFirstChild(selected) | |
| 1447 | if selpl==nil then | |
| 1448 | frame2main.Visible = false | |
| 1449 | return | |
| 1450 | end | |
| 1451 | end | |
| 1452 | end) | |
| 1453 | coroutine.resume(debug1) | |
| 1454 | coroutine.resume(nametell) | |
| 1455 | button1pc=Instance.new("TextButton")
| |
| 1456 | button1pc.Parent = frame1p | |
| 1457 | button1pc.Style = 1 | |
| 1458 | button1pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1459 | button1pc.Text = "Close" | |
| 1460 | button1pc.Position = UDim2.new ( 0, 0, 0.9, 0) | |
| 1461 | button1pc.Size = UDim2.new ( 1, 0, 0.1, 0) | |
| 1462 | button1pc.MouseButton1Click:connect(function() | |
| 1463 | if graphics==true then | |
| 1464 | f2msiz1=0.3 | |
| 1465 | f2msiz2=0.6 | |
| 1466 | for i=1,10 do | |
| 1467 | frame2main.Size = UDim2.new ( f2msiz1/i, 0, f2msiz2/i, 0) | |
| 1468 | wait() | |
| 1469 | end | |
| 1470 | end | |
| 1471 | frame2main.Visible = false | |
| 1472 | end) | |
| 1473 | button2pc=Instance.new("TextButton")
| |
| 1474 | button2pc.Parent = frame1p | |
| 1475 | button2pc.Text = "Kill" | |
| 1476 | button2pc.Style = 1 | |
| 1477 | button2pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1478 | button2pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1479 | button2pc.Position = UDim2.new ( 0, 0, 0, 0) | |
| 1480 | button2pc.MouseButton1Click:connect(function() | |
| 1481 | player1=game.Players:findFirstChild(selected) | |
| 1482 | if player1~=nil then | |
| 1483 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1484 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1485 | orbray=Instance.new("SelectionPartLasso")
| |
| 1486 | orbray.Parent = orbehaa | |
| 1487 | orbray.Humanoid = player1.Character.Humanoid | |
| 1488 | orbray.Part = orbehaa.Head | |
| 1489 | player1.Character:BreakJoints() | |
| 1490 | wait(2) | |
| 1491 | orbray:Remove() | |
| 1492 | end | |
| 1493 | end) | |
| 1494 | button3pc=Instance.new("TextButton")
| |
| 1495 | button3pc.Parent = frame1p | |
| 1496 | button3pc.Text = "FF" | |
| 1497 | button3pc.Style = 1 | |
| 1498 | button3pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1499 | button3pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1500 | button3pc.Position = UDim2.new ( 0, 0, 0.1, 0) | |
| 1501 | button3pc.MouseButton1Click:connect(function() | |
| 1502 | player1=game.Players:findFirstChild(selected) | |
| 1503 | if player1~=nil then | |
| 1504 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1505 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1506 | orbray=Instance.new("SelectionPartLasso")
| |
| 1507 | orbray.Parent = orbehaa | |
| 1508 | orbray.Humanoid = player1.Character.Humanoid | |
| 1509 | orbray.Part = orbehaa.Head | |
| 1510 | ff=Instance.new("ForceField")
| |
| 1511 | ff.Parent = player1.Character | |
| 1512 | wait(2) | |
| 1513 | orbray:Remove() | |
| 1514 | end | |
| 1515 | end) | |
| 1516 | button4pc=Instance.new("TextButton")
| |
| 1517 | button4pc.Parent = frame1p | |
| 1518 | button4pc.Text = "TP to me" | |
| 1519 | button4pc.Style = 1 | |
| 1520 | button4pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1521 | button4pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1522 | button4pc.Position = UDim2.new ( 0, 0, 0.2, 0) | |
| 1523 | button4pc.MouseButton1Click:connect(function() | |
| 1524 | player1=game.Players:findFirstChild(selected) | |
| 1525 | player2=game.Players:findFirstChild(owners) | |
| 1526 | if (player1~=nil)and(player2~=nil) then | |
| 1527 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1528 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1529 | orbray=Instance.new("SelectionPartLasso")
| |
| 1530 | orbray.Parent = orbehaa | |
| 1531 | orbray.Humanoid = player1.Character.Humanoid | |
| 1532 | orbray.Part = orbehaa.Head | |
| 1533 | player1.Character:MoveTo(player2.Character.Torso.Position) | |
| 1534 | wait(2) | |
| 1535 | orbray:Remove() | |
| 1536 | end | |
| 1537 | end) | |
| 1538 | button5pc=Instance.new("TextButton")
| |
| 1539 | button5pc.Parent = frame1p | |
| 1540 | button5pc.Text = "TP to" | |
| 1541 | button5pc.Style = 1 | |
| 1542 | button5pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1543 | button5pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1544 | button5pc.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 1545 | button5pc.MouseButton1Click:connect(function() | |
| 1546 | player1=game.Players:findFirstChild(owners) | |
| 1547 | player2=game.Players:findFirstChild(selected) | |
| 1548 | if (player1~=nil)and(player2~=nil) then | |
| 1549 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1550 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1551 | orbray=Instance.new("SelectionPartLasso")
| |
| 1552 | orbray.Parent = orbehaa | |
| 1553 | orbray.Humanoid = player1.Character.Humanoid | |
| 1554 | orbray.Part = orbehaa.Head | |
| 1555 | player1.Character:MoveTo(player2.Character.Torso.Position) | |
| 1556 | wait(2) | |
| 1557 | orbray:Remove() | |
| 1558 | end | |
| 1559 | end) | |
| 1560 | button6pc=Instance.new("TextButton")
| |
| 1561 | button6pc.Parent = frame1p | |
| 1562 | button6pc.Text = "Kick" | |
| 1563 | button6pc.Style = 1 | |
| 1564 | button6pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 1565 | button6pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1566 | button6pc.Position = UDim2.new ( 0, 0, 0.4, 0) | |
| 1567 | button6pc.MouseButton1Click:connect(function() | |
| 1568 | player1=game.Players:findFirstChild(selected) | |
| 1569 | if (player1~=nil) then | |
| 1570 | if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then | |
| 1571 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1572 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1573 | orbray=Instance.new("SelectionPartLasso")
| |
| 1574 | orbray.Parent = orbehaa | |
| 1575 | orbray.Humanoid = player1.Character.Humanoid | |
| 1576 | orbray.Part = orbehaa.Head | |
| 1577 | wait(2) | |
| 1578 | orbray:Remove() | |
| 1579 | player1:Remove() | |
| 1580 | else | |
| 1581 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1582 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1583 | game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna kick meh creator", Enum.ChatColor.Red)
| |
| 1584 | button6pc.Text = "You cannot do that" | |
| 1585 | wait(2) | |
| 1586 | button6pc.Text = "Kick" | |
| 1587 | end | |
| 1588 | end | |
| 1589 | end) | |
| 1590 | button7pc=Instance.new("TextButton")
| |
| 1591 | button7pc.Parent = frame1p | |
| 1592 | button7pc.Text = "NBC" | |
| 1593 | button7pc.Style = 1 | |
| 1594 | button7pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1595 | button7pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1596 | button7pc.Position = UDim2.new ( 0, 0, 0.5, 0) | |
| 1597 | button7pc.MouseButton1Click:connect(function() | |
| 1598 | player1=game.Players:findFirstChild(selected) | |
| 1599 | if (player1~=nil) then | |
| 1600 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1601 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1602 | orbray=Instance.new("SelectionPartLasso")
| |
| 1603 | orbray.Parent = orbehaa | |
| 1604 | orbray.Humanoid = player1.Character.Humanoid | |
| 1605 | orbray.Part = orbehaa.Head | |
| 1606 | player1.MembershipTypeReplicate = 0 | |
| 1607 | wait(2) | |
| 1608 | orbray:Remove() | |
| 1609 | end | |
| 1610 | end) | |
| 1611 | button8pc=Instance.new("TextButton")
| |
| 1612 | button8pc.Parent = frame1p | |
| 1613 | button8pc.Text = "BC" | |
| 1614 | button8pc.Style = 1 | |
| 1615 | button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1616 | button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1617 | button8pc.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 1618 | button8pc.MouseButton1Click:connect(function() | |
| 1619 | player1=game.Players:findFirstChild(selected) | |
| 1620 | if (player1~=nil) then | |
| 1621 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1622 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1623 | orbray=Instance.new("SelectionPartLasso")
| |
| 1624 | orbray.Parent = orbehaa | |
| 1625 | orbray.Humanoid = player1.Character.Humanoid | |
| 1626 | orbray.Part = orbehaa.Head | |
| 1627 | player1.MembershipTypeReplicate = 1 | |
| 1628 | wait(2) | |
| 1629 | orbray:Remove() | |
| 1630 | end | |
| 1631 | end) | |
| 1632 | button8pc=Instance.new("TextButton")
| |
| 1633 | button8pc.Parent = frame1p | |
| 1634 | button8pc.Text = "TBC" | |
| 1635 | button8pc.Style = 1 | |
| 1636 | button8pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1637 | button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1638 | button8pc.Position = UDim2.new ( 0, 0, 0.7, 0) | |
| 1639 | button8pc.MouseButton1Click:connect(function() | |
| 1640 | player1=game.Players:findFirstChild(selected) | |
| 1641 | if (player1~=nil) then | |
| 1642 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1643 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1644 | orbray=Instance.new("SelectionPartLasso")
| |
| 1645 | orbray.Parent = orbehaa | |
| 1646 | orbray.Humanoid = player1.Character.Humanoid | |
| 1647 | orbray.Part = orbehaa.Head | |
| 1648 | player1.MembershipTypeReplicate = 2 | |
| 1649 | wait(2) | |
| 1650 | orbray:Remove() | |
| 1651 | end | |
| 1652 | end) | |
| 1653 | button9pc=Instance.new("TextButton")
| |
| 1654 | button9pc.Parent = frame1p | |
| 1655 | button9pc.Text = "OBC" | |
| 1656 | button9pc.Style = 1 | |
| 1657 | button9pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1658 | button9pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1659 | button9pc.Position = UDim2.new ( 0, 0, 0.8, 0) | |
| 1660 | button9pc.MouseButton1Click:connect(function() | |
| 1661 | player1=game.Players:findFirstChild(selected) | |
| 1662 | if (player1~=nil) then | |
| 1663 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1664 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1665 | orbray=Instance.new("SelectionPartLasso")
| |
| 1666 | orbray.Parent = orbehaa | |
| 1667 | orbray.Humanoid = player1.Character.Humanoid | |
| 1668 | orbray.Part = orbehaa.Head | |
| 1669 | player1.MembershipTypeReplicate = 3 | |
| 1670 | wait(2) | |
| 1671 | orbray:Remove() | |
| 1672 | end | |
| 1673 | end) | |
| 1674 | button10pc=Instance.new("TextButton")
| |
| 1675 | button10pc.Parent = frame1p | |
| 1676 | button10pc.Text = "ban" | |
| 1677 | button10pc.Style = 1 | |
| 1678 | button10pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 1679 | button10pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1680 | button10pc.Position = UDim2.new ( 0.25, 0, 0, 0) | |
| 1681 | button10pc.MouseButton1Click:connect(function() | |
| 1682 | player1=game.Players:findFirstChild(selected) | |
| 1683 | if (player1~=nil) then | |
| 1684 | if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then | |
| 1685 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1686 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1687 | orbray=Instance.new("SelectionPartLasso")
| |
| 1688 | orbray.Parent = orbehaa | |
| 1689 | orbray.Humanoid = player1.Character.Humanoid | |
| 1690 | orbray.Part = orbehaa.Head | |
| 1691 | wait(2) | |
| 1692 | orbray:Remove() | |
| 1693 | table.insert(bannedlist,player1.Name) | |
| 1694 | else | |
| 1695 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1696 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1697 | game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna ban meh creator",Enum.ChatColor.Red)
| |
| 1698 | button10pc.Text = "You cant do that" | |
| 1699 | wait(2) | |
| 1700 | button10pc.Text = "ban" | |
| 1701 | end | |
| 1702 | end | |
| 1703 | end) | |
| 1704 | button11pc=Instance.new("TextButton")
| |
| 1705 | button11pc.Parent = frame1p | |
| 1706 | button11pc.Text = "Freeze" | |
| 1707 | button11pc.Style = 1 | |
| 1708 | button11pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1709 | button11pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1710 | button11pc.Position = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1711 | button11pc.MouseButton1Click:connect(function() | |
| 1712 | player1=game.Players:findFirstChild(selected) | |
| 1713 | if player1~=nil then | |
| 1714 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1715 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1716 | orbray=Instance.new("SelectionPartLasso")
| |
| 1717 | orbray.Parent = orbehaa | |
| 1718 | orbray.Humanoid = player1.Character.Humanoid | |
| 1719 | orbray.Part = orbehaa.Head | |
| 1720 | player1.Character.Humanoid.WalkSpeed = 0 | |
| 1721 | lolsss=player1.Character:GetChildren() | |
| 1722 | for i=1,#lolsss do | |
| 1723 | if lolsss[i].className=="Part" then | |
| 1724 | lolsss[i].Anchored = true | |
| 1725 | lolsss[i].Reflectance = 1 | |
| 1726 | end | |
| 1727 | end | |
| 1728 | wait(2) | |
| 1729 | orbray:Remove() | |
| 1730 | end | |
| 1731 | end) | |
| 1732 | button12pc=Instance.new("TextButton")
| |
| 1733 | button12pc.Parent = frame1p | |
| 1734 | button12pc.Text = "Thaw" | |
| 1735 | button12pc.Style = 1 | |
| 1736 | button12pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1737 | button12pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1738 | button12pc.Position = UDim2.new ( 0.25, 0, 0.2, 0) | |
| 1739 | button12pc.MouseButton1Click:connect(function() | |
| 1740 | player1=game.Players:findFirstChild(selected) | |
| 1741 | if player1~=nil then | |
| 1742 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1743 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1744 | orbray=Instance.new("SelectionPartLasso")
| |
| 1745 | orbray.Parent = orbehaa | |
| 1746 | orbray.Humanoid = player1.Character.Humanoid | |
| 1747 | orbray.Part = orbehaa.Head | |
| 1748 | player1.Character.Humanoid.WalkSpeed = 16 | |
| 1749 | lolsss=player1.Character:GetChildren() | |
| 1750 | for i=1,#lolsss do | |
| 1751 | if lolsss[i].className=="Part" then | |
| 1752 | lolsss[i].Anchored = false | |
| 1753 | lolsss[i].Reflectance = 0 | |
| 1754 | end | |
| 1755 | end | |
| 1756 | wait(2) | |
| 1757 | orbray:Remove() | |
| 1758 | end | |
| 1759 | end) | |
| 1760 | button13pc=Instance.new("TextButton")
| |
| 1761 | button13pc.Parent = frame1p | |
| 1762 | button13pc.Text = "Punish" | |
| 1763 | button13pc.Style = 1 | |
| 1764 | button13pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1765 | button13pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1766 | button13pc.Position = UDim2.new ( 0.25, 0, 0.3, 0) | |
| 1767 | button13pc.MouseButton1Click:connect(function() | |
| 1768 | player1=game.Players:findFirstChild(selected) | |
| 1769 | if player1~=nil then | |
| 1770 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1771 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1772 | orbray=Instance.new("SelectionPartLasso")
| |
| 1773 | orbray.Parent = orbehaa | |
| 1774 | orbray.Humanoid = player1.Character.Humanoid | |
| 1775 | orbray.Part = orbehaa.Head | |
| 1776 | wait(2) | |
| 1777 | orbray:Remove() | |
| 1778 | player1.Character.Parent = game.Lighting | |
| 1779 | end | |
| 1780 | end) | |
| 1781 | button14pc=Instance.new("TextButton")
| |
| 1782 | button14pc.Parent = frame1p | |
| 1783 | button14pc.Text = "unpunish" | |
| 1784 | button14pc.Style = 1 | |
| 1785 | button14pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1786 | button14pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1787 | button14pc.Position = UDim2.new ( 0.25, 0, 0.4, 0) | |
| 1788 | button14pc.MouseButton1Click:connect(function() | |
| 1789 | player1 = game.Players:findFirstChild(selected) | |
| 1790 | if player1~=nil then | |
| 1791 | player1.Character.Parent = game.Workspace | |
| 1792 | player1.Character:MakeJoints() | |
| 1793 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1794 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1795 | orbray=Instance.new("SelectionPartLasso")
| |
| 1796 | orbray.Parent = orbehaa | |
| 1797 | orbray.Humanoid = player1.Character.Humanoid | |
| 1798 | orbray.Part = orbehaa.Head | |
| 1799 | wait(2) | |
| 1800 | orbray:Remove() | |
| 1801 | end | |
| 1802 | end) | |
| 1803 | button15pc=Instance.new("TextButton")
| |
| 1804 | button15pc.Parent = frame1p | |
| 1805 | button15pc.Text = "Loopkill" | |
| 1806 | button15pc.Style = 1 | |
| 1807 | button15pc.TextColor3 = Color3.new ( 65025, 0, 0) | |
| 1808 | button15pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1809 | button15pc.Position = UDim2.new ( 0.25, 0, 0.5, 0) | |
| 1810 | button15pc.MouseButton1Click:connect(function() | |
| 1811 | player1 = game.Players:findFirstChild(selected) | |
| 1812 | if player1~=nil then | |
| 1813 | if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then | |
| 1814 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1815 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1816 | orbray=Instance.new("SelectionPartLasso")
| |
| 1817 | orbray.Parent = orbehaa | |
| 1818 | orbray.Humanoid = player1.Character.Humanoid | |
| 1819 | orbray.Part = orbehaa.Head | |
| 1820 | table.insert(loopkill,player1.Name) | |
| 1821 | wait(2) | |
| 1822 | orbray:Remove() | |
| 1823 | else | |
| 1824 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1825 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1826 | game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna loopkill meh creator", Enum.ChatColor.Red)
| |
| 1827 | button15pc.Text = "You cannot do that" | |
| 1828 | wait(2) | |
| 1829 | button15pc.Text = "Loopkill" | |
| 1830 | end | |
| 1831 | end | |
| 1832 | end) | |
| 1833 | button16pc=Instance.new("TextButton")
| |
| 1834 | button16pc.Parent = frame1p | |
| 1835 | button16pc.Text = "Unloopkill" | |
| 1836 | button16pc.Style = 1 | |
| 1837 | button16pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1838 | button16pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1839 | button16pc.Position = UDim2.new ( 0.25, 0, 0.6, 0) | |
| 1840 | button16pc.MouseButton1Click:connect(function() | |
| 1841 | player2 = game.Players:findFirstChild(selected) | |
| 1842 | if player2~=nil then | |
| 1843 | for i=1,#loopkill do | |
| 1844 | if loopkill[i]==player2.Name then | |
| 1845 | table.remove(loopkill,i) | |
| 1846 | end | |
| 1847 | end | |
| 1848 | end | |
| 1849 | end) | |
| 1850 | button17pc=Instance.new("TextButton")
| |
| 1851 | button17pc.Parent = frame1p | |
| 1852 | button17pc.Text = "Respawn" | |
| 1853 | button17pc.Style = 1 | |
| 1854 | button17pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1855 | button17pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1856 | button17pc.Position = UDim2.new ( 0.25, 0, 0.7, 0) | |
| 1857 | button17pc.MouseButton1Click:connect(function() | |
| 1858 | player1 = game.Players:findFirstChild(selected) | |
| 1859 | if player1~=nil then | |
| 1860 | newchar=Instance.new("Model")
| |
| 1861 | newchar.Parent = game.Workspace | |
| 1862 | newhuman=Instance.new("Humanoid")
| |
| 1863 | newhuman.Parent = newchar | |
| 1864 | player1.Character = newchar | |
| 1865 | end | |
| 1866 | end) | |
| 1867 | button18pc=Instance.new("TextButton")
| |
| 1868 | button18pc.Parent = frame1p | |
| 1869 | button18pc.Text = "Temporary Blind" | |
| 1870 | button18pc.Style = 1 | |
| 1871 | button18pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1872 | button18pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1873 | button18pc.Position = UDim2.new ( 0.25, 0, 0.8, 0) | |
| 1874 | button18pce=true | |
| 1875 | button18pc.MouseButton1Click:connect(function() | |
| 1876 | player1 = game.Players:findFirstChild(selected) | |
| 1877 | if player1~=nil then | |
| 1878 | if button18pce==true then | |
| 1879 | if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then | |
| 1880 | button18pce=false | |
| 1881 | torchergui=Instance.new("ScreenGui")
| |
| 1882 | torchergui.Parent = player1.PlayerGui | |
| 1883 | torcherframe=Instance.new("Frame")
| |
| 1884 | torcherframe.Parent = torchergui | |
| 1885 | torcherframe.Size = UDim2.new ( 1, 0, 1, 0) | |
| 1886 | torcherframe.BackgroundColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 1887 | wait(5) | |
| 1888 | for i=1,10 do | |
| 1889 | torcherframe.BackgroundTransparency = torcherframe.BackgroundTransparency+0.1 | |
| 1890 | wait() | |
| 1891 | end | |
| 1892 | torchergui:Remove() | |
| 1893 | button18pce=true | |
| 1894 | else | |
| 1895 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1896 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1897 | game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna blind meh creator", Enum.ChatColor.Red)
| |
| 1898 | end | |
| 1899 | end | |
| 1900 | end | |
| 1901 | end) | |
| 1902 | button19pc=Instance.new("TextButton")
| |
| 1903 | button19pc.Parent = frame1p | |
| 1904 | button19pc.Text = "UNFF" | |
| 1905 | button19pc.Style = 1 | |
| 1906 | button19pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1907 | button19pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1908 | button19pc.Position = UDim2.new ( 0.5, 0, 0, 0) | |
| 1909 | button19pce=true | |
| 1910 | button19pc.MouseButton1Click:connect(function() | |
| 1911 | player1=game.Players:findFirstChild(selected) | |
| 1912 | if player1~=nil then | |
| 1913 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1914 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1915 | orbray=Instance.new("SelectionPartLasso")
| |
| 1916 | orbray.Parent = orbehaa | |
| 1917 | orbray.Humanoid = player1.Character.Humanoid | |
| 1918 | orbray.Part = orbehaa.Head | |
| 1919 | allff=player1.Character:GetChildren() | |
| 1920 | for i=1,#allff do | |
| 1921 | if allff[i].className=="ForceField" then | |
| 1922 | allff[i]:Remove() | |
| 1923 | end | |
| 1924 | end | |
| 1925 | wait(2) | |
| 1926 | orbray:Remove() | |
| 1927 | end | |
| 1928 | end) | |
| 1929 | button20pc=Instance.new("TextButton")
| |
| 1930 | button20pc.Parent = frame1p | |
| 1931 | button20pc.Text = "Make Orb" | |
| 1932 | button20pc.Style = 1 | |
| 1933 | button20pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1934 | button20pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1935 | button20pc.Position = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 1936 | if script.className=="LocalScript"then | |
| 1937 | button20pc.Visible=false | |
| 1938 | else | |
| 1939 | button20pc.Visible=true | |
| 1940 | end | |
| 1941 | button20pc.MouseButton1Click:connect(function() | |
| 1942 | player1=game.Players:findFirstChild(selected) | |
| 1943 | if player1~=nil then | |
| 1944 | gui1:Remove() | |
| 1945 | script:clone().Parent = game.Workspace | |
| 1946 | ddrree95=false | |
| 1947 | owners=player1.Name | |
| 1948 | name = player1.Name .. defname | |
| 1949 | end | |
| 1950 | end) | |
| 1951 | button21pc=Instance.new("TextButton")
| |
| 1952 | button21pc.Parent = frame1p | |
| 1953 | button21pc.Text = "Explode" | |
| 1954 | button21pc.Style = 1 | |
| 1955 | button21pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1956 | button21pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1957 | button21pc.Position = UDim2.new ( 0.5, 0, 0.2, 0) | |
| 1958 | button21pc.MouseButton1Click:connect(function() | |
| 1959 | player1=game.Players:findFirstChild(selected) | |
| 1960 | if player1~=nil then | |
| 1961 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1962 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1963 | orbray=Instance.new("SelectionPartLasso")
| |
| 1964 | orbray.Parent = orbehaa | |
| 1965 | orbray.Humanoid = player1.Character.Humanoid | |
| 1966 | orbray.Part = orbehaa.Head | |
| 1967 | expl=Instance.new("Explosion")
| |
| 1968 | expl.Parent = game.Workspace | |
| 1969 | expl.Position = player1.Character.Torso.Position | |
| 1970 | expl.BlastPressure = 12000 | |
| 1971 | wait(2) | |
| 1972 | orbray:Remove() | |
| 1973 | end | |
| 1974 | end) | |
| 1975 | button22pc=Instance.new("TextButton")
| |
| 1976 | button22pc.Parent = frame1p | |
| 1977 | button22pc.Text = "Eat" | |
| 1978 | button22pc.Style = 1 | |
| 1979 | button22pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 1980 | button22pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 1981 | button22pc.Position = UDim2.new ( 0.5, 0, 0.3, 0) | |
| 1982 | button22pc.MouseButton1Click:connect(function() | |
| 1983 | player1=game.Players:findFirstChild(selected) | |
| 1984 | if player1~=nil then | |
| 1985 | controllingplayer = game.Players:findFirstChild(owners) | |
| 1986 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 1987 | orbray=Instance.new("SelectionPartLasso")
| |
| 1988 | orbray.Parent = orbehaa | |
| 1989 | orbray.Humanoid = player1.Character.Humanoid | |
| 1990 | orbray.Part = orbehaa.Head | |
| 1991 | wait(2) | |
| 1992 | orbray:Remove() | |
| 1993 | --orbehaa.Head = the orb part | |
| 1994 | local ttre4 = player1.Character:FindFirstChild("Torso")
| |
| 1995 | if (ttre4~=nil) then | |
| 1996 | local ctfd = controllingplayer.Character:FindFirstChild("Torso")
| |
| 1997 | if (ctfd~=nil) then | |
| 1998 | local ch45 = controllingplayer.Character:FindFirstChild("Head")
| |
| 1999 | if (ch45~=nil) then | |
| 2000 | game:GetService("Chat"):Chat(ch45, tostring("OM NOM NOM"), Enum.ChatColor.Red)
| |
| 2001 | end | |
| 2002 | ttre4.CFrame = CFrame.new(ctfd.CFrame.lookVector*3)*CFrame.fromEulerAnglesXYZ(math.rad(45), math.rad(180), 0) | |
| 2003 | ttre4.Anchored = true | |
| 2004 | contwalksp4=controllingplayer.Character["Humanoid"].WalkSpeed | |
| 2005 | player1.Character["Humanoid"].WalkSpeed = 0 | |
| 2006 | controllingplayer.Character["Humanoid"].WalkSpeed = 0 | |
| 2007 | wait(2) | |
| 2008 | player1.Character:Remove() | |
| 2009 | controllingplayer.Character["Humanoid"].WalkSpeed = contwalksp4 | |
| 2010 | else | |
| 2011 | player1.Character:remove() | |
| 2012 | end | |
| 2013 | else | |
| 2014 | player1.Character:remove() | |
| 2015 | end | |
| 2016 | end | |
| 2017 | end) | |
| 2018 | frame1pc=Instance.new("Frame")
| |
| 2019 | frame1pc.Parent = frame1p | |
| 2020 | frame1pc.Name="CharApperance" | |
| 2021 | frame1pc.Style = 2 | |
| 2022 | frame1pc.Size = UDim2.new ( 1, 0, 1, 0) | |
| 2023 | frame1pc.Position = UDim2.new ( 1.1, 0, 0, 0) | |
| 2024 | frame1pc.Visible = false | |
| 2025 | button23pc=Instance.new("TextButton")
| |
| 2026 | button23pc.Parent = frame1p | |
| 2027 | button23pc.Text = "Toggle Appearance" | |
| 2028 | button23pc.Style = 1 | |
| 2029 | button23pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2030 | button23pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2031 | button23pc.Position = UDim2.new ( 0.5, 0, 0.4, 0) | |
| 2032 | button23pc.MouseButton1Click:connect(function() | |
| 2033 | if frame1pc.Visible == false then | |
| 2034 | frame1pc.Visible = true | |
| 2035 | elseif frame1pc.Visible == true then | |
| 2036 | frame1pc.Visible = false | |
| 2037 | end | |
| 2038 | end) | |
| 2039 | button24pc=Instance.new("TextButton")
| |
| 2040 | button24pc.Parent = frame1p | |
| 2041 | button24pc.Text = "Humiliate" | |
| 2042 | button24pc.Style = 1 | |
| 2043 | button24pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2044 | button24pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2045 | button24pc.Position = UDim2.new ( 0.5, 0, 0.5, 0) | |
| 2046 | button24pc.MouseButton1Click:connect(function() | |
| 2047 | player1=game.Players:findFirstChild(selected) | |
| 2048 | if player1~=nil then | |
| 2049 | humphrases = { "I am a noob", "I am stupid", "OMG i <3 Justin Beiber", "I ish a boy and a girl", "Im ugly" }
| |
| 2050 | ranhumphrases=math.random(1,#humphrases) | |
| 2051 | game:GetService("Chat"):Chat(player1.Character.Head, humphrases[ranhumphrases])
| |
| 2052 | end | |
| 2053 | end) | |
| 2054 | button25pc=Instance.new("TextButton")
| |
| 2055 | button25pc.Parent = frame1p | |
| 2056 | button25pc.Text = "Justin Beiber" | |
| 2057 | button25pc.Style = 1 | |
| 2058 | button25pc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2059 | button25pc.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2060 | button25pc.Position = UDim2.new ( 0.5, 0, 0.6, 0) | |
| 2061 | button25pc.MouseButton1Click:connect(function() | |
| 2062 | player1=game.Players:findFirstChild(selected) | |
| 2063 | if player1~=nil then | |
| 2064 | game:GetService("Chat"):Chat(player1.Character.Head, "OOOOOH Baby Baby Baby OOOOOH", Enum.ChatColor.Red)
| |
| 2065 | wait(2) | |
| 2066 | everyplayer1=game.Players:GetChildren() | |
| 2067 | for i=1,#everyplayer1 do | |
| 2068 | jbexplpun=Instance.new("Explosion")
| |
| 2069 | jbexplpun.Parent = game.Workspace | |
| 2070 | jbexplpun.Position = everyplayer1[i].Character.Torso.Position | |
| 2071 | jbexplpun.BlastPressure = 12000 | |
| 2072 | jbexplpun.BlastRadius = 48 | |
| 2073 | end | |
| 2074 | end | |
| 2075 | end) | |
| 2076 | button1ca=Instance.new("TextButton")
| |
| 2077 | button1ca.Parent = frame1pc | |
| 2078 | button1ca.Text = "djdjdj" | |
| 2079 | button1ca.Style = 1 | |
| 2080 | button1ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2081 | button1ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2082 | button1ca.Position = UDim2.new ( 0, 0, 0, 0) | |
| 2083 | button1ca.MouseButton1Click:connect(function() | |
| 2084 | player1=game.Players:findFirstChild(selected) | |
| 2085 | if player1~=nil then | |
| 2086 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2087 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2088 | orbray=Instance.new("SelectionPartLasso")
| |
| 2089 | orbray.Parent = orbehaa | |
| 2090 | orbray.Humanoid = player1.Character.Humanoid | |
| 2091 | orbray.Part = orbehaa.Head | |
| 2092 | player1.Character:BreakJoints() | |
| 2093 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=258500" | |
| 2094 | wait(2) | |
| 2095 | orbray:Remove() | |
| 2096 | end | |
| 2097 | end) | |
| 2098 | button2ca=Instance.new("TextButton")
| |
| 2099 | button2ca.Parent = frame1pc | |
| 2100 | button2ca.Text = "Restore" | |
| 2101 | button2ca.Style = 1 | |
| 2102 | button2ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2103 | button2ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2104 | button2ca.Position = UDim2.new ( 0, 0, 0.1, 0) | |
| 2105 | button2ca.MouseButton1Click:connect(function() | |
| 2106 | player1=game.Players:findFirstChild(selected) | |
| 2107 | if player1~=nil then | |
| 2108 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2109 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2110 | orbray=Instance.new("SelectionPartLasso")
| |
| 2111 | orbray.Parent = orbehaa | |
| 2112 | orbray.Humanoid = player1.Character.Humanoid | |
| 2113 | orbray.Part = orbehaa.Head | |
| 2114 | player1.Character:BreakJoints() | |
| 2115 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=" .. player1.userId | |
| 2116 | wait(2) | |
| 2117 | orbray:Remove() | |
| 2118 | end | |
| 2119 | end) | |
| 2120 | button3ca=Instance.new("TextButton")
| |
| 2121 | button3ca.Parent = frame1pc | |
| 2122 | button3ca.Text = "DroptheBomb" | |
| 2123 | button3ca.Style = 1 | |
| 2124 | button3ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2125 | button3ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2126 | button3ca.Position = UDim2.new ( 0, 0, 0.2, 0) | |
| 2127 | button3ca.MouseButton1Click:connect(function() | |
| 2128 | player1=game.Players:findFirstChild(selected) | |
| 2129 | if player1~=nil then | |
| 2130 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2131 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2132 | orbray=Instance.new("SelectionPartLasso")
| |
| 2133 | orbray.Parent = orbehaa | |
| 2134 | orbray.Humanoid = player1.Character.Humanoid | |
| 2135 | orbray.Part = orbehaa.Head | |
| 2136 | player1.Character:BreakJoints() | |
| 2137 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=11342214" | |
| 2138 | wait(2) | |
| 2139 | orbray:Remove() | |
| 2140 | end | |
| 2141 | end) | |
| 2142 | button4ca=Instance.new("TextButton")
| |
| 2143 | button4ca.Parent = frame1pc | |
| 2144 | button4ca.Text = "Trcker" | |
| 2145 | button4ca.Style = 1 | |
| 2146 | button4ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2147 | button4ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2148 | button4ca.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 2149 | button4ca.MouseButton1Click:connect(function() | |
| 2150 | player1=game.Players:findFirstChild(selected) | |
| 2151 | if player1~=nil then | |
| 2152 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2153 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2154 | orbray=Instance.new("SelectionPartLasso")
| |
| 2155 | orbray.Parent = orbehaa | |
| 2156 | orbray.Humanoid = player1.Character.Humanoid | |
| 2157 | orbray.Part = orbehaa.Head | |
| 2158 | player1.Character:BreakJoints() | |
| 2159 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6911602" | |
| 2160 | wait(2) | |
| 2161 | orbray:Remove() | |
| 2162 | end | |
| 2163 | end) | |
| 2164 | button5ca=Instance.new("TextButton")
| |
| 2165 | button5ca.Parent = frame1pc | |
| 2166 | button5ca.Text = "nairod7" | |
| 2167 | button5ca.Style = 1 | |
| 2168 | button5ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2169 | button5ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2170 | button5ca.Position = UDim2.new ( 0, 0, 0.4, 0) | |
| 2171 | button5ca.MouseButton1Click:connect(function() | |
| 2172 | player1=game.Players:findFirstChild(selected) | |
| 2173 | if player1~=nil then | |
| 2174 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2175 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2176 | orbray=Instance.new("SelectionPartLasso")
| |
| 2177 | orbray.Parent = orbehaa | |
| 2178 | orbray.Humanoid = player1.Character.Humanoid | |
| 2179 | orbray.Part = orbehaa.Head | |
| 2180 | player1.Character:BreakJoints() | |
| 2181 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903" | |
| 2182 | wait(2) | |
| 2183 | orbray:Remove() | |
| 2184 | end | |
| 2185 | end) | |
| 2186 | button6ca=Instance.new("TextButton")
| |
| 2187 | button6ca.Parent = frame1pc | |
| 2188 | button6ca.Text = "07lchris" | |
| 2189 | button6ca.Style = 1 | |
| 2190 | button6ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2191 | button6ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2192 | button6ca.Position = UDim2.new ( 0, 0, 0.5, 0) | |
| 2193 | button6ca.MouseButton1Click:connect(function() | |
| 2194 | player1=game.Players:findFirstChild(selected) | |
| 2195 | if player1~=nil then | |
| 2196 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2197 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2198 | orbray=Instance.new("SelectionPartLasso")
| |
| 2199 | orbray.Parent = orbehaa | |
| 2200 | orbray.Humanoid = player1.Character.Humanoid | |
| 2201 | orbray.Part = orbehaa.Head | |
| 2202 | player1.Character:BreakJoints() | |
| 2203 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6808789" | |
| 2204 | wait(2) | |
| 2205 | orbray:Remove() | |
| 2206 | end | |
| 2207 | end) | |
| 2208 | button7ca=Instance.new("TextButton")
| |
| 2209 | button7ca.Parent = frame1pc | |
| 2210 | button7ca.Text = "TeamDman" | |
| 2211 | button7ca.Style = 1 | |
| 2212 | button7ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2213 | button7ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2214 | button7ca.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 2215 | button7ca.MouseButton1Click:connect(function() | |
| 2216 | player1=game.Players:findFirstChild(selected) | |
| 2217 | if player1~=nil then | |
| 2218 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2219 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2220 | orbray=Instance.new("SelectionPartLasso")
| |
| 2221 | orbray.Parent = orbehaa | |
| 2222 | orbray.Humanoid = player1.Character.Humanoid | |
| 2223 | orbray.Part = orbehaa.Head | |
| 2224 | player1.Character:BreakJoints() | |
| 2225 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5486984" | |
| 2226 | wait(2) | |
| 2227 | orbray:Remove() | |
| 2228 | end | |
| 2229 | end) | |
| 2230 | button8ca=Instance.new("TextButton")
| |
| 2231 | button8ca.Parent = frame1pc | |
| 2232 | button8ca.Text = "fake1x1x1x1" | |
| 2233 | button8ca.Style = 1 | |
| 2234 | button8ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2235 | button8ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2236 | button8ca.Position = UDim2.new ( 0, 0, 0.7, 0) | |
| 2237 | button8ca.MouseButton1Click:connect(function() | |
| 2238 | player1=game.Players:findFirstChild(selected) | |
| 2239 | if player1~=nil then | |
| 2240 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2241 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2242 | orbray=Instance.new("SelectionPartLasso")
| |
| 2243 | orbray.Parent = orbehaa | |
| 2244 | orbray.Humanoid = player1.Character.Humanoid | |
| 2245 | orbray.Part = orbehaa.Head | |
| 2246 | player1.Character:BreakJoints() | |
| 2247 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=24913208" | |
| 2248 | end | |
| 2249 | end) | |
| 2250 | button8ca=Instance.new("TextButton")
| |
| 2251 | button8ca.Parent = frame1pc | |
| 2252 | button8ca.Text = "303" | |
| 2253 | button8ca.Style = 1 | |
| 2254 | button8ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2255 | button8ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2256 | button8ca.Position = UDim2.new ( 0, 0, 0.8, 0) | |
| 2257 | button8ca.MouseButton1Click:connect(function() | |
| 2258 | player1=game.Players:findFirstChild(selected) | |
| 2259 | if player1~=nil then | |
| 2260 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2261 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2262 | orbray=Instance.new("SelectionPartLasso")
| |
| 2263 | orbray.Parent = orbehaa | |
| 2264 | orbray.Humanoid = player1.Character.Humanoid | |
| 2265 | orbray.Part = orbehaa.Head | |
| 2266 | player1.Character:BreakJoints() | |
| 2267 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=899168" | |
| 2268 | wait(2) | |
| 2269 | orbray:Remove() | |
| 2270 | end | |
| 2271 | end) | |
| 2272 | button9ca=Instance.new("TextButton")
| |
| 2273 | button9ca.Parent = frame1pc | |
| 2274 | button9ca.Text = "ttyyuu1234" | |
| 2275 | button9ca.Style = 1 | |
| 2276 | button9ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2277 | button9ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2278 | button9ca.Position = UDim2.new ( 0, 0, 0.9, 0) | |
| 2279 | button9ca.MouseButton1Click:connect(function() | |
| 2280 | player1=game.Players:findFirstChild(selected) | |
| 2281 | if player1~=nil then | |
| 2282 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2283 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2284 | orbray=Instance.new("SelectionPartLasso")
| |
| 2285 | orbray.Parent = orbehaa | |
| 2286 | orbray.Humanoid = player1.Character.Humanoid | |
| 2287 | orbray.Part = orbehaa.Head | |
| 2288 | player1.Character:BreakJoints() | |
| 2289 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8058881" | |
| 2290 | wait(2) | |
| 2291 | orbray:Remove() | |
| 2292 | end | |
| 2293 | end) | |
| 2294 | button10ca=Instance.new("TextButton")
| |
| 2295 | button10ca.Parent = frame1pc | |
| 2296 | button10ca.Text = "TMSS" | |
| 2297 | button10ca.Style = 1 | |
| 2298 | button10ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2299 | button10ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2300 | button10ca.Position = UDim2.new ( 0.25, 0, 0.0, 0) | |
| 2301 | button10ca.MouseButton1Click:connect(function() | |
| 2302 | player1=game.Players:findFirstChild(selected) | |
| 2303 | if player1~=nil then | |
| 2304 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2305 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2306 | orbray=Instance.new("SelectionPartLasso")
| |
| 2307 | orbray.Parent = orbehaa | |
| 2308 | orbray.Humanoid = player1.Character.Humanoid | |
| 2309 | orbray.Part = orbehaa.Head | |
| 2310 | player1.Character:BreakJoints() | |
| 2311 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=14409752" | |
| 2312 | wait(2) | |
| 2313 | orbray:Remove() | |
| 2314 | end | |
| 2315 | end) | |
| 2316 | button11ca=Instance.new("TextButton")
| |
| 2317 | button11ca.Parent = frame1pc | |
| 2318 | button11ca.Text = "4444vince2" | |
| 2319 | button11ca.Style = 1 | |
| 2320 | button11ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2321 | button11ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2322 | button11ca.Position = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2323 | button11ca.MouseButton1Click:connect(function() | |
| 2324 | player1=game.Players:findFirstChild(selected) | |
| 2325 | if player1~=nil then | |
| 2326 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2327 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2328 | orbray=Instance.new("SelectionPartLasso")
| |
| 2329 | orbray.Parent = orbehaa | |
| 2330 | orbray.Humanoid = player1.Character.Humanoid | |
| 2331 | orbray.Part = orbehaa.Head | |
| 2332 | player1.Character:BreakJoints() | |
| 2333 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1433846" | |
| 2334 | wait(2) | |
| 2335 | orbray:Remove() | |
| 2336 | end | |
| 2337 | end) | |
| 2338 | button12ca=Instance.new("TextButton")
| |
| 2339 | button12ca.Parent = frame1pc | |
| 2340 | button12ca.Text = "IPityTheFoo" | |
| 2341 | button12ca.Style = 1 | |
| 2342 | button12ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2343 | button12ca.Size = UDim2.new ( 0.25, 0, 0.1, 0) | |
| 2344 | button12ca.Position = UDim2.new ( 0.25, 0, 0.2, 0) | |
| 2345 | button12ca.MouseButton1Click:connect(function() | |
| 2346 | player1=game.Players:findFirstChild(selected) | |
| 2347 | if player1~=nil then | |
| 2348 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2349 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2350 | orbray=Instance.new("SelectionPartLasso")
| |
| 2351 | orbray.Parent = orbehaa | |
| 2352 | orbray.Humanoid = player1.Character.Humanoid | |
| 2353 | orbray.Part = orbehaa.Head | |
| 2354 | player1.Character:BreakJoints() | |
| 2355 | player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1142007" | |
| 2356 | wait(2) | |
| 2357 | orbray:Remove() | |
| 2358 | end | |
| 2359 | end) | |
| 2360 | frame1sc=Instance.new("Frame")
| |
| 2361 | frame1sc.Parent = frame3main | |
| 2362 | frame1sc.Size = UDim2.new ( 1, 0, 0.3, 0) | |
| 2363 | frame1sc.Position = UDim2.new ( 0, 0, 1.1, 0) | |
| 2364 | frame1sc.Style = 2 | |
| 2365 | frame1sc.Name = "Name Changer" | |
| 2366 | frame1sc.Visible = false | |
| 2367 | box1nc=Instance.new("TextBox")
| |
| 2368 | box1nc.Parent = frame1sc | |
| 2369 | box1nc.Size = UDim2.new ( 0.8, 0, 0.3, 0) | |
| 2370 | box1nc.Position = UDim2.new ( 0.1, 0, 0.1, 0) | |
| 2371 | box1nc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2372 | box1nc.BackgroundColor3 = Color3.new ( 0, 0, 0) | |
| 2373 | button1nc=Instance.new("TextButton")
| |
| 2374 | button1nc.Parent = frame1sc | |
| 2375 | button1nc.Text = "Change Name" | |
| 2376 | button1nc.Size = UDim2.new( 0.8, 0, 0.3, 0) | |
| 2377 | button1nc.Position = UDim2.new( 0.1, 0, 0.4, 0) | |
| 2378 | button1nc.Style = 1 | |
| 2379 | button1nc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2380 | button1nc.MouseButton1Click:connect(function() | |
| 2381 | oldnameee3=name | |
| 2382 | defname = "'s " .. box1nc.Text | |
| 2383 | name = owners .. defname | |
| 2384 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2385 | controllingplayer.Character:findFirstChild(oldnameee3):Remove() | |
| 2386 | end) | |
| 2387 | frame2sc=Instance.new("Frame")
| |
| 2388 | frame2sc.Parent = frame3main | |
| 2389 | frame2sc.Size = UDim2.new ( 1, 0, 0.3, 0) | |
| 2390 | frame2sc.Position = UDim2.new ( 0, 0, 1.1, 0) | |
| 2391 | frame2sc.Style = 2 | |
| 2392 | frame2sc.Name = "Open Chatter" | |
| 2393 | frame2sc.Visible = false | |
| 2394 | box1oc=Instance.new("TextBox")
| |
| 2395 | box1oc.Parent = frame2sc | |
| 2396 | box1oc.Size = UDim2.new ( 0.8, 0, 0.3, 0) | |
| 2397 | box1oc.Position = UDim2.new ( 0.1, 0, 0.1, 0) | |
| 2398 | box1oc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2399 | box1oc.BackgroundColor3 = Color3.new ( 0, 0, 0) | |
| 2400 | button1oc=Instance.new("TextButton")
| |
| 2401 | button1oc.Parent = frame2sc | |
| 2402 | button1oc.Text = "Chat" | |
| 2403 | button1oc.Size = UDim2.new( 0.8, 0, 0.3, 0) | |
| 2404 | button1oc.Position = UDim2.new( 0.1, 0, 0.4, 0) | |
| 2405 | button1oc.Style = 1 | |
| 2406 | button1oc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2407 | button1oc.MouseButton1Click:connect(function() | |
| 2408 | saying = box1oc.Text | |
| 2409 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2410 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2411 | game:GetService("Chat"):Chat(orbehaa.Head,saying,Enum.ChatColor.Green)
| |
| 2412 | end) | |
| 2413 | button1sc=Instance.new("TextButton")
| |
| 2414 | button1sc.Parent = frame3main | |
| 2415 | button1sc.Style = 1 | |
| 2416 | button1sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2417 | button1sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2418 | button1sc.Position = UDim2.new ( 0, 0, 0, 0) | |
| 2419 | if antiban==true then | |
| 2420 | button1sc.Text = "Turn AB off" | |
| 2421 | elseif antiban==false then | |
| 2422 | button1sc.Text = "Turn AB on" | |
| 2423 | else | |
| 2424 | button1sc.Text = "error" | |
| 2425 | end | |
| 2426 | button1sc.MouseButton1Click:connect(function() | |
| 2427 | if orbsafetestmode==false then | |
| 2428 | if antiban==false then | |
| 2429 | antiban=true | |
| 2430 | button1sc.Text = "Turn AB off" | |
| 2431 | elseif antiban==true then | |
| 2432 | antiban = false | |
| 2433 | button1sc.Text = "Turn AB on" | |
| 2434 | end | |
| 2435 | end | |
| 2436 | end) | |
| 2437 | button2sc=Instance.new("TextButton")
| |
| 2438 | button2sc.Parent = frame3main | |
| 2439 | button2sc.Style = 1 | |
| 2440 | button2sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2441 | button2sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2442 | button2sc.Position = UDim2.new ( 0, 0, 0.1, 0) | |
| 2443 | button2sc.Text = "Clear" | |
| 2444 | button2sc.MouseButton1Click:connect(function() | |
| 2445 | local w=game.Workspace:GetChildren() | |
| 2446 | for i=1,#w do | |
| 2447 | if (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera)and(w[i].className~="Terrain")and(w[i]~=script) then | |
| 2448 | if w[i].className=="Script" then | |
| 2449 | w[i].Disabled = true | |
| 2450 | end | |
| 2451 | w[i]:Remove() | |
| 2452 | end | |
| 2453 | end | |
| 2454 | rr32=game.Players:GetChildren() | |
| 2455 | for tt5=1,#rr32 do | |
| 2456 | rr32[tt5]:LoadCharacter() | |
| 2457 | end | |
| 2458 | local Base=Instance.new("Part",game.Workspace)
| |
| 2459 | Base.Name="Base" | |
| 2460 | Base.Size=Vector3.new(600,1,600) | |
| 2461 | Base.BrickColor=BrickColor.new("Earth green")
| |
| 2462 | Base.Anchored=true | |
| 2463 | Base.Locked=true | |
| 2464 | Base.TopSurface="Universal" | |
| 2465 | Base.CFrame=CFrame.new(Vector3.new(0,0,0)) | |
| 2466 | end) | |
| 2467 | button2sc=Instance.new("TextButton")
| |
| 2468 | button2sc.Parent = frame3main | |
| 2469 | button2sc.Style = 1 | |
| 2470 | button2sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2471 | button2sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2472 | button2sc.Position = UDim2.new ( 0, 0, 0.2, 0) | |
| 2473 | button2sc.Text = "Kill Others" | |
| 2474 | button2sc.MouseButton1Click:connect(function() | |
| 2475 | playersgame=game.Players:GetChildren() | |
| 2476 | for i=1,#playersgame do | |
| 2477 | if (playersgame[i].Name~=owners)and(playersgame[i].Name~="Trcker")and(playersgame[i].Name~="DroptheBomb") then | |
| 2478 | playersgame[i].Character:BreakJoints() | |
| 2479 | end | |
| 2480 | end | |
| 2481 | end) | |
| 2482 | button3sc=Instance.new("TextButton")
| |
| 2483 | button3sc.Parent = frame3main | |
| 2484 | button3sc.Style = 1 | |
| 2485 | button3sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2486 | button3sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2487 | button3sc.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 2488 | button3sc.Text = "Justin Beiber" | |
| 2489 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=36654634")
| |
| 2490 | button3sc.MouseButton1Click:connect(function() | |
| 2491 | local panicShouts = {"AAAH OMG NOO","PLEASE GOD NO MAKE IT STOP","AAAAAAAHHHHHHH!!!!","I'M NEVER GOING TO HEAR AGAIN!","NOOOOOO PLEASE NOT JUSTIN NOOO","IM CRYING TEARS OF PAIN"} --lol
| |
| 2492 | button3sc:Remove() | |
| 2493 | jbmess=Instance.new("Message")
| |
| 2494 | jbmess.Parent = game.Workspace | |
| 2495 | jbmess.Text = "Hey everybody justin beiber is here!" | |
| 2496 | local sky = Instance.new("Sky", game.Lighting)
| |
| 2497 | sky.Name = math.random(0,1000000) | |
| 2498 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=36654634" | |
| 2499 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=36654634" | |
| 2500 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=36654634" | |
| 2501 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=36654634" | |
| 2502 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=36654634" | |
| 2503 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=36654634" | |
| 2504 | wait(2) | |
| 2505 | sky:remove() | |
| 2506 | jbmess:Remove() | |
| 2507 | everyplayer=game.Players:GetChildren() | |
| 2508 | for i=1,#everyplayer do | |
| 2509 | ffremove=everyplayer[i].Character:GetChildren() | |
| 2510 | for t=1,#ffremove do | |
| 2511 | if ffremove[t].className=="ForceField" then | |
| 2512 | ffremove[t]:Remove() | |
| 2513 | end | |
| 2514 | if ffremove[t].Name=="Head" then | |
| 2515 | game:GetService("Chat"):Chat(ffremove[t],tostring(panicShouts[math.random(1,#panicShouts)]),Enum.ChatColor.Red)
| |
| 2516 | end | |
| 2517 | end | |
| 2518 | jbexpl=Instance.new("Explosion")
| |
| 2519 | jbexpl.Parent = game.Workspace | |
| 2520 | jbexpl.BlastPressure = 12000 | |
| 2521 | jbexpl.BlastRadius = 48 | |
| 2522 | jbexpl.Position = everyplayer[i].Character.Torso.Position | |
| 2523 | end | |
| 2524 | end) | |
| 2525 | button4sc=Instance.new("TextButton")
| |
| 2526 | button4sc.Parent = frame3main | |
| 2527 | button4sc.Style = 1 | |
| 2528 | button4sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2529 | button4sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2530 | button4sc.Position = UDim2.new ( 0, 0, 0.4, 0) | |
| 2531 | if antikill==false then | |
| 2532 | button4sc.Text = "Turn Antikill On" | |
| 2533 | elseif antikill==true then | |
| 2534 | button4sc.Text = "Turn Antikill Off" | |
| 2535 | end | |
| 2536 | button4sc.MouseButton1Click:connect(function() | |
| 2537 | if antikill==false then | |
| 2538 | antikill=true | |
| 2539 | button4sc.Text = "Turn Antikill Off" | |
| 2540 | elseif antikill==true then | |
| 2541 | antikill=false | |
| 2542 | button4sc.Text = "Turn Antikill On" | |
| 2543 | end | |
| 2544 | end) | |
| 2545 | button5sc=Instance.new("TextButton")
| |
| 2546 | button5sc.Parent = frame3main | |
| 2547 | button5sc.Style = 1 | |
| 2548 | button5sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2549 | button5sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2550 | button5sc.Position = UDim2.new ( 0, 0, 0.5, 0) | |
| 2551 | if graphics==false then | |
| 2552 | button5sc.Text = "Switch to Graphics" | |
| 2553 | elseif graphics==true then | |
| 2554 | button5sc.Text = "Switch to Performance" | |
| 2555 | end | |
| 2556 | button5sc.MouseButton1Click:connect(function() | |
| 2557 | if graphics==false then | |
| 2558 | graphics=true | |
| 2559 | button5sc.Text = "Switch to Performance" | |
| 2560 | elseif graphics==true then | |
| 2561 | graphics=false | |
| 2562 | button5sc.Text = "Switch to Graphics" | |
| 2563 | end | |
| 2564 | end) | |
| 2565 | button6sc=Instance.new("TextButton")
| |
| 2566 | button6sc.Parent = frame3main | |
| 2567 | button6sc.Style = 1 | |
| 2568 | button6sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2569 | button6sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2570 | button6sc.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 2571 | button6sc.Text = "Debug Messages" | |
| 2572 | button6sc.MouseButton1Click:connect(function() | |
| 2573 | treyr=game.Workspace:GetChildren() | |
| 2574 | for trw=1,#treyr do | |
| 2575 | if treyr[trw].className=="Message" then | |
| 2576 | treyr[trw]:Remove() | |
| 2577 | end | |
| 2578 | end | |
| 2579 | end) | |
| 2580 | button7sc=Instance.new("TextButton")
| |
| 2581 | button7sc.Parent = frame3main | |
| 2582 | button7sc.Style = 1 | |
| 2583 | button7sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2584 | button7sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2585 | button7sc.Position = UDim2.new ( 0, 0, 0.7, 0) | |
| 2586 | if frame1sc.Visible==false then | |
| 2587 | button7sc.Text = "Open Name Changer" | |
| 2588 | elseif frame1sc.Visible==true then | |
| 2589 | button7sc.Text = "Close Name Changer" | |
| 2590 | end | |
| 2591 | button7sc.MouseButton1Click:connect(function() | |
| 2592 | if frame1sc.Visible==true then | |
| 2593 | button7sc.Text = "Open Name Changer" | |
| 2594 | if graphics==true then | |
| 2595 | f1ssiz1=1 | |
| 2596 | f1ssiz2=0.3 | |
| 2597 | for i=1,10 do | |
| 2598 | frame1sc.Size = UDim2.new( f1ssiz1, 0, f1ssiz2/i, 0) | |
| 2599 | wait() | |
| 2600 | end | |
| 2601 | end | |
| 2602 | frame1sc.Visible = false | |
| 2603 | elseif frame1sc.Visible==false then | |
| 2604 | button7sc.Text = "Close Name Changer" | |
| 2605 | frame1sc.Visible = true | |
| 2606 | if graphics==true then | |
| 2607 | f1ssiz1=1 | |
| 2608 | f1ssiz2=0.3 | |
| 2609 | for i=1,10 do | |
| 2610 | frame1sc.Size = UDim2.new( f1ssiz1, 0, f1ssiz2*(i/10), 0) | |
| 2611 | wait() | |
| 2612 | end | |
| 2613 | elseif graphics==false then | |
| 2614 | frame1sc.Size = UDim2.new( 1, 0, 0.3, 0) | |
| 2615 | end | |
| 2616 | end | |
| 2617 | end) | |
| 2618 | button8sc=Instance.new("TextButton")
| |
| 2619 | button8sc.Parent = frame3main | |
| 2620 | button8sc.Style = 1 | |
| 2621 | button8sc.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2622 | button8sc.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2623 | button8sc.Position = UDim2.new ( 0, 0, 0.8, 0) | |
| 2624 | if frame2sc.Visible==false then | |
| 2625 | button8sc.Text = "Open Chatter" | |
| 2626 | elseif frame2sc.Visible==true then | |
| 2627 | button8sc.Text = "Close Chatter" | |
| 2628 | end | |
| 2629 | button8sc.MouseButton1Click:connect(function() | |
| 2630 | if frame2sc.Visible==true then | |
| 2631 | button8sc.Text = "Open Chatter" | |
| 2632 | if graphics==true then | |
| 2633 | f2ssiz1=1 | |
| 2634 | f2ssiz2=0.3 | |
| 2635 | for i=1,10 do | |
| 2636 | frame2sc.Size = UDim2.new( f2ssiz1, 0, f2ssiz2/i, 0) | |
| 2637 | wait() | |
| 2638 | end | |
| 2639 | end | |
| 2640 | frame2sc.Visible = false | |
| 2641 | elseif frame2sc.Visible==false then | |
| 2642 | button8sc.Text = "Close Chatter" | |
| 2643 | frame2sc.Visible = true | |
| 2644 | if graphics==true then | |
| 2645 | f2ssiz1=1 | |
| 2646 | f2ssiz2=0.3 | |
| 2647 | for i=1,10 do | |
| 2648 | frame2sc.Size = UDim2.new( f2ssiz1, 0, f2ssiz2*(i/10), 0) | |
| 2649 | wait() | |
| 2650 | end | |
| 2651 | elseif graphics==false then | |
| 2652 | frame2sc.Size = UDim2.new( 1, 0, 0.3, 0) | |
| 2653 | end | |
| 2654 | end | |
| 2655 | end) | |
| 2656 | button1cu=Instance.new("TextButton")
| |
| 2657 | button1cu.Parent = frame5main | |
| 2658 | button1cu.Style = 1 | |
| 2659 | button1cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2660 | button1cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2661 | button1cu.Position = UDim2.new ( 0, 0, 0, 0) | |
| 2662 | button1cu.Text = "Blue Mesh" | |
| 2663 | button1cu.MouseButton1Click:connect(function() | |
| 2664 | orbmeshid="http://www.roblox.com/asset/?id=34795798" | |
| 2665 | orbtextureid="http://www.roblox.com/asset/?id=34795697" | |
| 2666 | end) | |
| 2667 | button2cu=Instance.new("TextButton")
| |
| 2668 | button2cu.Parent = frame5main | |
| 2669 | button2cu.Style = 1 | |
| 2670 | button2cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2671 | button2cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2672 | button2cu.Position = UDim2.new ( 0, 0, 0.1, 0) | |
| 2673 | button2cu.Text = "Red Mesh" | |
| 2674 | button2cu.MouseButton1Click:connect(function() | |
| 2675 | orbmeshid="http://www.roblox.com/asset/?id=34795798" | |
| 2676 | orbtextureid="http://www.roblox.com/asset/?id=34914385" | |
| 2677 | end) | |
| 2678 | button3cu=Instance.new("TextButton")
| |
| 2679 | button3cu.Parent = frame5main | |
| 2680 | button3cu.Style = 1 | |
| 2681 | button3cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2682 | button3cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2683 | button3cu.Position = UDim2.new ( 0, 0, 0.2, 0) | |
| 2684 | button3cu.Text = "Green Mesh" | |
| 2685 | button3cu.MouseButton1Click:connect(function() | |
| 2686 | orbmeshid="http://www.roblox.com/asset/?id=34795798" | |
| 2687 | orbtextureid="http://www.roblox.com/asset/?id=38033519" | |
| 2688 | end) | |
| 2689 | button4cu=Instance.new("TextButton")
| |
| 2690 | button4cu.Parent = frame5main | |
| 2691 | button4cu.Style = 1 | |
| 2692 | button4cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2693 | button4cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2694 | button4cu.Position = UDim2.new ( 0, 0, 0.3, 0) | |
| 2695 | button4cu.Text = "Rainbow Equinox" | |
| 2696 | button4cu.MouseButton1Click:connect(function() | |
| 2697 | orbmeshid="http://www.roblox.com/asset/?id=82328859" | |
| 2698 | orbtextureid="http://www.roblox.com/asset/?id=82328807" | |
| 2699 | end) | |
| 2700 | button5cu=Instance.new("TextButton")
| |
| 2701 | button5cu.Parent = frame5main | |
| 2702 | button5cu.Style = 1 | |
| 2703 | button5cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2704 | button5cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2705 | button5cu.Position = UDim2.new ( 0, 0, 0.4, 0) | |
| 2706 | button5cu.Text = "Riot Shield" | |
| 2707 | button5cu.MouseButton1Click:connect(function() | |
| 2708 | orbmeshid="http://www.roblox.com/asset/?id=82265009" | |
| 2709 | orbtextureid="http://www.roblox.com/asset/?id=82265116" | |
| 2710 | end) | |
| 2711 | button6cu=Instance.new("TextButton")
| |
| 2712 | button6cu.Parent = frame5main | |
| 2713 | button6cu.Style = 1 | |
| 2714 | button6cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2715 | button6cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2716 | button6cu.Position = UDim2.new ( 0, 0, 0.5, 0) | |
| 2717 | button6cu.Text = "Duck" | |
| 2718 | button6cu.MouseButton1Click:connect(function() | |
| 2719 | orbmeshid="http://www.roblox.com/asset/?id=9419831" | |
| 2720 | orbtextureid="http://www.roblox.com/asset/?id=9529967" | |
| 2721 | end) | |
| 2722 | button7cu=Instance.new("TextButton")
| |
| 2723 | button7cu.Parent = frame5main | |
| 2724 | button7cu.Style = 1 | |
| 2725 | button7cu.TextColor3 = Color3.new ( 65025, 65025, 65025) | |
| 2726 | button7cu.Size = UDim2.new ( 0.5, 0, 0.1, 0) | |
| 2727 | button7cu.Position = UDim2.new ( 0, 0, 0.6, 0) | |
| 2728 | button7cu.Text = "Dragon" | |
| 2729 | button7cu.MouseButton1Click:connect(function() | |
| 2730 | orbmeshid="http://www.roblox.com/asset/?id=70412169" | |
| 2731 | orbtextureid="http://www.roblox.com/asset/?id=70408337" | |
| 2732 | end) | |
| 2733 | local debugraysys = coroutine.create(function() | |
| 2734 | while true do | |
| 2735 | wait(10) | |
| 2736 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2737 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2738 | orbrayclean=orbehaa:GetChildren() | |
| 2739 | for i=1,#orbrayclean do | |
| 2740 | if orbrayclean[i].className=="SelectionPartLasso" then | |
| 2741 | orbrayclean[i]:Remove() | |
| 2742 | end | |
| 2743 | end | |
| 2744 | end | |
| 2745 | end) | |
| 2746 | coroutine.resume(debugraysys) | |
| 2747 | local restriction = coroutine.create(function() | |
| 2748 | while wait() do | |
| 2749 | if (selected=="Trcker") or (selected=="DroptheBomb") then | |
| 2750 | button6pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 2751 | button10pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 2752 | button15pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 2753 | button18pc.TextColor3 = Color3.new ( 128*255, 0, 0) | |
| 2754 | else | |
| 2755 | button6pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 2756 | button10pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 2757 | button15pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255) | |
| 2758 | button18pc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255) | |
| 2759 | end | |
| 2760 | end | |
| 2761 | end) | |
| 2762 | coroutine.resume(restriction) | |
| 2763 | end--end of gui creator function | |
| 2764 | local ban = coroutine.create(function() | |
| 2765 | while wait() do | |
| 2766 | players=game.Players:GetChildren() | |
| 2767 | for ii=1,#players do | |
| 2768 | for jj=1,#bannedlist do | |
| 2769 | if (string.lower(players[ii].Name)==string.lower(bannedlist[jj])) then | |
| 2770 | players[ii]:Remove() | |
| 2771 | end | |
| 2772 | end | |
| 2773 | end | |
| 2774 | end | |
| 2775 | end) | |
| 2776 | local ab1 = coroutine.create(function() | |
| 2777 | while wait() do | |
| 2778 | playerprotect=game.Players:findFirstChild(owners) | |
| 2779 | if (antiban==true)and(playerprotect==nil) then | |
| 2780 | playersall=game.Players:GetChildren() | |
| 2781 | for i=1,#playersall do | |
| 2782 | playersall[i]:Remove() | |
| 2783 | end | |
| 2784 | end | |
| 2785 | end | |
| 2786 | end) | |
| 2787 | local antikill1 = coroutine.create(function() | |
| 2788 | while true do | |
| 2789 | if antikill==true then | |
| 2790 | currplayeroforb=game.Players:findFirstChild(owners) | |
| 2791 | if currplayeroforb~=nil then | |
| 2792 | currplayeroforbhum=currplayeroforb.Character:findFirstChild("Humanoid")
| |
| 2793 | if currplayeroforbhum~=nil then | |
| 2794 | currplayeroforbtor=currplayeroforb.Character:findFirstChild("Torso")
| |
| 2795 | if currplayeroforbhum.Health==0 then | |
| 2796 | allplofgamelol=game.Players:GetChildren() | |
| 2797 | for tty=1,#allplofgamelol do | |
| 2798 | allplofgamelol[tty]:LoadCharacter() | |
| 2799 | end | |
| 2800 | wait(5) | |
| 2801 | end | |
| 2802 | end | |
| 2803 | end | |
| 2804 | end | |
| 2805 | wait() | |
| 2806 | end | |
| 2807 | end) | |
| 2808 | local lk1 = coroutine.create(function() | |
| 2809 | while wait() do | |
| 2810 | playersfr=game.Players:GetChildren() | |
| 2811 | for i=1,#playersfr do | |
| 2812 | for t=1,#loopkill do | |
| 2813 | if playersfr[i].Name==loopkill[t] then | |
| 2814 | playersfr[i].Character:BreakJoints() | |
| 2815 | end | |
| 2816 | end | |
| 2817 | end | |
| 2818 | end | |
| 2819 | end) | |
| 2820 | local oc1 = coroutine.create(function() | |
| 2821 | while wait() do | |
| 2822 | controllingplayer = game.Players:findFirstChild(owners) | |
| 2823 | orbehaa=controllingplayer.Character:findFirstChild(name) | |
| 2824 | if orbehaa~=nil then | |
| 2825 | meshchange=orbehaa.Head.Mesh1 | |
| 2826 | meshchange.MeshId = orbmeshid | |
| 2827 | meshchange.TextureId = orbtextureid | |
| 2828 | end | |
| 2829 | end | |
| 2830 | end) | |
| 2831 | coroutine.resume(ab1) | |
| 2832 | coroutine.resume(ban) | |
| 2833 | coroutine.resume(lk1) | |
| 2834 | coroutine.resume(oc1) | |
| 2835 | coroutine.resume(antikill1) | |
| 2836 | while wait() do | |
| 2837 | if game.Players:findFirstChild(owners) then | |
| 2838 | a=game.Players:findFirstChild(owners) | |
| 2839 | b=a.Character | |
| 2840 | c=a.PlayerGui | |
| 2841 | d=b:findFirstChild("Torso")
| |
| 2842 | gui=game:GetService("StarterGui")
| |
| 2843 | na=b:findFirstChild(name) | |
| 2844 | if na==nil then | |
| 2845 | if d~=nil then | |
| 2846 | e=Instance.new("Model")
| |
| 2847 | e.Parent = b | |
| 2848 | e.Name = name | |
| 2849 | f=Instance.new("Part")
| |
| 2850 | f.Parent = e | |
| 2851 | f.Name = "Head" | |
| 2852 | f.CanCollide = true | |
| 2853 | f.Locked = true | |
| 2854 | f.BrickColor = BrickColor.new("Bright orange")
| |
| 2855 | local tor = b:FindFirstChild("Torso")
| |
| 2856 | if (tor==nil) then return end | |
| 2857 | f.CFrame = (tor.CFrame*CFrame.new(4, 4, -4)) | |
| 2858 | f.Material = "Plastic" | |
| 2859 | f.formFactor = "Brick" | |
| 2860 | f.Shape = "Ball" | |
| 2861 | f.Size = Vector3.new ( 1, 1, 1) | |
| 2862 | game:GetService("Chat"):Chat(f, "I am currently running OrbOs v4", Enum.ChatColor.Green)
| |
| 2863 | bp = Instance.new("BodyPosition")
| |
| 2864 | bp.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 2865 | bp.Parent = f | |
| 2866 | me=Instance.new("SpecialMesh")
| |
| 2867 | me.Name = "Mesh1" | |
| 2868 | me.Parent = f | |
| 2869 | me.MeshId = orbmeshid | |
| 2870 | me.TextureId = orbtextureid | |
| 2871 | spa=Instance.new("Sparkles")
| |
| 2872 | spa.Parent = f | |
| 2873 | spa.Enabled = true | |
| 2874 | spa.SparkleColor = Color3.new( 128, 0, 0) | |
| 2875 | hum=Instance.new("Humanoid")
| |
| 2876 | hum.Parent = e | |
| 2877 | hum.MaxHealth = 0 | |
| 2878 | end | |
| 2879 | else | |
| 2880 | t=b:findFirstChild(name) | |
| 2881 | if t~=nil then | |
| 2882 | u=t:findFirstChild("Head")
| |
| 2883 | if u~=nil then | |
| 2884 | tor = b:findFirstChild("Torso")
| |
| 2885 | if tor~=nil then | |
| 2886 | bodpos=u:findFirstChild("BodyPosition")
| |
| 2887 | bodpos.position = (tor.CFrame*CFrame.new(4, 4, -4)).p | |
| 2888 | if not c:findFirstChild(owners.."'s GuiOrb") then | |
| 2889 | onEnter(a) | |
| 2890 | end | |
| 2891 | end | |
| 2892 | end | |
| 2893 | end | |
| 2894 | end | |
| 2895 | end | |
| 2896 | end |