SHOW:
|
|
- or go back to the newest paste.
1 | - | me = game.Players.mogoon |
1 | + | --Made by Soilder2134, You won't get banned, but be careful with this script. There's alot of reporters. Go to line 5, 906, |
2 | - | char = me.Character |
2 | + | --and 907 and put your name where it says "YOURNAMEHERE" Any glitches report to me! |
3 | - | Selected = false |
3 | + | |
4 | - | Able = true |
4 | + | --[[LEGO]]-- |
5 | - | Arrow = nil |
5 | + | --[[SM Commands]]-- |
6 | - | ArrowOn = false |
6 | + | local Adminlist={"Worhc", "303robloxHax"} |
7 | - | Hurt = false |
7 | + | local Banlist={"BIGGESTNOOBEVA"} |
8 | - | Deb = true |
8 | + | local Commands={} |
9 | - | Reloading = false |
9 | + | local IPs={} |
10 | - | Shooting = false |
10 | + | --[[Settings]]-- |
11 | - | Slashing = false |
11 | + | local GuiMessage=true--[[Makes a GUI message instead of lame old messsage]] |
12 | - | necko = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) |
12 | + | local AddLocalPlayer=false--[[You need to run this in local script, it will add the player who is using this script.]] |
13 | - | EffectOn = false |
13 | + | local IntroGui=true--[[Enables a Introduction GUI]] |
14 | - | Accuracy = 1 |
14 | + | local Bubble=false--[[A chat bubble]] |
15 | - | SelAnim = false |
15 | + | local PrivateServer=false--[[Makes a private server]] |
16 | - | DMG = 25 |
16 | + | local Version=2.00 |
17 | --[[Music IDs: | |
18 | - | LapaCol = "Really black" |
18 | + | Wind Of Fjords:1015394 |
19 | - | HandCol = "Really black" |
19 | + | ]]-- |
20 | - | MiddleCol = "Really black" |
20 | + | --[[Functions]]-- |
21 | - | ViiniCol = "Really black" |
21 | + | for i,v in pairs(script:GetChildren()) do |
22 | pcall(function() | |
23 | - | Icon = "http://www.roblox.com/asset/?id=51902588" |
23 | + | if v.Name=="DSource" then |
24 | v:remove() | |
25 | - | Keys = { |
25 | + | end |
26 | - | e = false, |
26 | + | end) |
27 | - | } |
27 | + | |
28 | model=Instance.new("Model",game.Lighting) | |
29 | - | ModelName = "Epic Bow" |
29 | + | model.Name="People" |
30 | model1=Instance.new("Model",model) | |
31 | - | CA = CFrame.Angles |
31 | + | model1.Name="AFK" |
32 | - | CN = CFrame.new |
32 | + | function AddCommand(Command,Func) |
33 | - | MR = math.rad |
33 | + | table.insert(Commands,{Command=Command,Func=Func}) |
34 | - | MP = math.pi |
34 | + | |
35 | - | MRA = math.random |
35 | + | function AddIP(player,ip) |
36 | - | MH = math.huge |
36 | + | table.insert(IPs,{Name=player,IP=ip}) |
37 | end | |
38 | - | UD = UDim2.new |
38 | + | function Music(v) |
39 | - | C3 = Color3.new |
39 | + | music=Instance.new("Sound",game.Workspace) |
40 | music.Name="Sound;Admin" | |
41 | - | MaximumPower = 200 |
41 | + | music.SoundId="http://www.roblox.com/asset/?id="..v |
42 | - | MaxSpecial = 100 |
42 | + | music:Play() |
43 | - | Special = MaxSpecial |
43 | + | |
44 | function FindIP(Text,Speaker) | |
45 | - | Sounds = { |
45 | + | for i,v in pairs(IPs) do |
46 | - | Slash = {"rbxasset://sounds//swordslash.wav", 1.2, 1}, |
46 | + | if v.Name:lower():find(Text:lower())==1 then |
47 | - | Shoot = {"http://www.roblox.com/asset/?id=16211041", 2, 1}, |
47 | + | local H=Instance.new("Hint",Speaker.PlayerGui) |
48 | - | Stick = {"http://www.roblox.com/asset/?id=2767090", 15, 1}, |
48 | + | H.Text=v.Name .. " - " .. v.IP |
49 | - | Hit = {"http://www.roblox.com/asset/?id=10209590", 0.9, 1}, |
49 | + | game:service("Debris"):AddItem(H,5) |
50 | - | Block = {"rbxasset://sounds\\metal.ogg", 1.4, 1}, |
50 | + | return |
51 | - | } |
51 | + | end |
52 | end | |
53 | - | function RC(Pos, Dir, Max, Ignore) |
53 | + | H=Instance.new("Hint",Speaker.PlayerGui) |
54 | - | return workspace:FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999)), Ignore) |
54 | + | H.Text="Could not find user!" |
55 | game:service("Debris"):AddItem(H,2) | |
56 | end | |
57 | - | function RayC(Start, En, MaxDist, Ignore) |
57 | + | function SecIP(Text) |
58 | - | return RC(Start, (En - Start), MaxDist, Ignore) |
58 | + | for i,v in pairs(IPs) do |
59 | if v.Name:lower():find(Text:lower())==1 then | |
60 | return v.IP | |
61 | - | function DetectSurface(pos, part) |
61 | + | end |
62 | - | local surface = nil |
62 | + | end |
63 | - | local pospos = part.CFrame |
63 | + | |
64 | - | local pos2 = pospos:pointToObjectSpace(pos) |
64 | + | function Shutdown() |
65 | - | local siz = part.Size |
65 | + | Instance.new("ManualSurfaceJointInstance",workspace) |
66 | - | local shaep = part.Shape |
66 | + | |
67 | - | if shaep == Enum.PartType.Ball or shaep == Enum.PartType.Cylinder then |
67 | + | function Hint(texts) |
68 | - | surface = {"Anything", CN(pospos.p, pos)*CN(0, 0, -(pospos.p - pos).magnitude)*CA(MR(-90), 0, 0)} |
68 | + | coroutine.resume(coroutine.create(function() |
69 | - | else |
69 | + | for i,v in pairs(game.Players:GetChildren()) do |
70 | - | if pos2.Y > ((siz.Y/2)-0.04) then |
70 | + | a=Instance.new("ScreenGui",v.PlayerGui) |
71 | - | surface = {"Top", CA(0, 0, 0)} |
71 | + | a.Name="Message" |
72 | - | elseif pos2.Y < -((siz.Y/2)-0.04) then |
72 | + | b=Instance.new("Frame",a) |
73 | - | surface = {"Bottom", CA(-MP, 0, 0)} |
73 | + | b.Size=UDim2.new(1,0,0.07,0) |
74 | - | elseif pos2.X > ((siz.X/2)-0.04) then |
74 | + | b.BackgroundTransparency=0.5 |
75 | - | surface = {"Right", CA(0, 0, MR(-90))} |
75 | + | b.BackgroundColor3=Color3.new(0,0,0) |
76 | - | elseif pos2.X < -((siz.X/2)-0.04) then |
76 | + | c=Instance.new("TextLabel",b) |
77 | - | surface = {"Left", CA(0, 0, MR(90))} |
77 | + | c.FontSize="Size14" |
78 | - | elseif pos2.Z > ((siz.Z/2)-0.04) then |
78 | + | c.Position=UDim2.new(0.5,0,0.5,0) |
79 | - | surface = {"Back", CA(MR(90), 0, 0)} |
79 | + | c.TextColor3=Color3.new(1,1,1) |
80 | - | elseif pos2.Z < -((siz.Z/2)-0.04) then |
80 | + | for tr=1,#texts do |
81 | - | surface = {"Front", CA(MR(-90), 0, 0)} |
81 | + | c.Text=texts:sub(1,tr) |
82 | wait() | |
83 | end | |
84 | - | return surface |
84 | + | game:service("Debris"):AddItem(a,2) |
85 | end | |
86 | end)) | |
87 | - | function Compute(pos1, pos2) |
87 | + | |
88 | - | local pos3 = Vector3.new(pos2.x, pos1.y, pos2.z) |
88 | + | function PrintPlayers() |
89 | - | return CN(pos1, pos3) |
89 | + | Hint(#game.NetworkServer:GetChildren().." is amount of players") |
90 | end | |
91 | function fWeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f) | |
92 | - | function Notime(func, tiem) |
92 | + | local funcw = Instance.new("Weld") |
93 | - | if tiem then wait(tiem) end |
93 | + | funcw.Name = zName |
94 | - | coroutine.resume(coroutine.create(function() func() end)) |
94 | + | funcw.Parent = zParent |
95 | funcw.Part0 = zPart0 | |
96 | funcw.Part1 = zPart1 | |
97 | - | function waitChild(p, n) |
97 | + | if (zCoco == true) then |
98 | - | local child = p:findFirstChild(n) |
98 | + | funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f) |
99 | - | if child then return child end |
99 | + | else |
100 | - | while true do |
100 | + | funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f) |
101 | - | child = p.ChildAdded:wait() |
101 | + | end |
102 | - | if child.Name == n then return child end |
102 | + | return funcw |
103 | end | |
104 | function Rpe(v,s,w,sp) | |
105 | for i,v in pairs(sp(w[2])) do | |
106 | - | function getHumanoid(c) |
106 | + | for c,b in pairs(sp(w[3])) do |
107 | - | for _,v in pairs(c:children()) do |
107 | + | n1 = v.Name |
108 | - | if v:IsA("Humanoid") and c ~= char then if v.Health > 0 then return v end end |
108 | + | n2 = b.Name |
109 | t1 = game.Players[n1].Character.Torso | |
110 | t2 = game.Players[n2].Character.Torso | |
111 | t2.Parent.Humanoid.PlatformStand = true | |
112 | - | function SE(part, pos) |
112 | + | t1["Left Shoulder"]:Remove() |
113 | - | EffectOn = true |
113 | + | ls1 = Instance.new("Weld") |
114 | - | local lastP = (part.CFrame * pos).p |
114 | + | ls1.Parent = t1 |
115 | - | Notime(function() |
115 | + | ls1.Part0 = t1 |
116 | - | while EffectOn do |
116 | + | ls1.Part1 = t1.Parent["Left Arm"] |
117 | - | wait() |
117 | + | ls1.C0 = CFrame.new(-1.5,0,0) |
118 | - | local posnow = (part.CFrame * pos).p |
118 | + | ls1.Name = "Left Shoulder" |
119 | - | local eff = Part(workspace, true, false, 0, 0, "White", 0.2, 1, 0.2) |
119 | + | t1["Right Shoulder"]:Remove() |
120 | - | local magn = (lastP - posnow).magnitude |
120 | + | rs1 = Instance.new("Weld") |
121 | - | local cf = CN(lastP, posnow) * CA(MR(-90), 0, 0) |
121 | + | rs1.Parent = t1 |
122 | - | local mes2 = Instance.new("SpecialMesh",eff) |
122 | + | rs1.Part0 = t1 |
123 | - | mes2.Scale = Vector3.new(0.6, magn, 0.6) |
123 | + | rs1.Part1 = t1.Parent["Right Arm"] |
124 | - | eff.CFrame = cf * CN(0, magn/2, 0) |
124 | + | rs1.C0 = CFrame.new(1.5,0,0) |
125 | - | Notime(function() |
125 | + | rs1.Name = "Right Shoulder" |
126 | - | for i = 0, 1, 0.1 do |
126 | + | --[[ t1["Left Hip"]:Remove() |
127 | - | wait() |
127 | + | lh1 = Instance.new("Weld") |
128 | - | eff.Transparency = i |
128 | + | lh1.Parent = t1 |
129 | - | eff.Reflectance = 0.15*i |
129 | + | lh1.Part0 = t1 |
130 | - | mes2.Scale = Vector3.new(0.6-0.6*i, magn, 0.6-0.6*i) |
130 | + | lh1.Part1 = t1.Parent["Left Leg"] |
131 | lh1.C0 = CFrame.new(-0.5,-2,0) | |
132 | - | eff:remove() |
132 | + | lh1.Name = "Left Hip" t1["Right Hip"]:Remove() |
133 | rh1 = Instance.new("Weld") rh1.Parent = t1 | |
134 | - | lastP = posnow |
134 | + | rh1.Part0 = t1 |
135 | rh1.Part1 = t1.Parent["Right Leg"] | |
136 | rh1.C0 = CFrame.new(0.5,-2,0) | |
137 | rh1.Name = "Right Hip"]] | |
138 | t2["Left Shoulder"]:Remove() | |
139 | - | function EE() |
139 | + | ls2 = Instance.new("Weld") |
140 | - | EffectOn = false |
140 | + | ls2.Parent = t2 |
141 | ls2.Part0 = t2 | |
142 | ls2.Part1 = t2.Parent["Left Arm"] | |
143 | - | torso = waitChild(char, "Torso") |
143 | + | ls2.C0 = CFrame.new(-1.5,0,0) |
144 | - | Rarm = waitChild(char, "Right Arm") |
144 | + | ls2.Name = "Left Shoulder" |
145 | - | Larm = waitChild(char, "Left Arm") |
145 | + | t2["Right Shoulder"]:Remove() |
146 | - | Rleg = waitChild(char, "Right Leg") |
146 | + | rs2 = Instance.new("Weld") |
147 | - | Lleg = waitChild(char, "Left Leg") |
147 | + | rs2.Parent = t2 |
148 | - | Hum = waitChild(char, "Humanoid") |
148 | + | rs2.Part0 = t2 |
149 | - | neck = waitChild(torso, "Neck") |
149 | + | rs2.Part1 = t2.Parent["Right Arm"] |
150 | rs2.C0 = CFrame.new(1.5,0,0) | |
151 | - | function EditGui(obj, parent, size, position, bgcolor, bordercolor, transparency, text, textcolor, auto) |
151 | + | rs2.Name = "Right Shoulder" |
152 | - | obj.Size = size |
152 | + | t2["Left Hip"]:Remove() |
153 | - | obj.Position = position |
153 | + | lh2 = Instance.new("Weld") |
154 | - | obj.BackgroundColor3 = bgcolor |
154 | + | lh2.Parent = t2 |
155 | - | obj.BorderColor3 = bordercolor |
155 | + | lh2.Part0 = t2 |
156 | - | obj.BackgroundTransparency = transparency |
156 | + | lh2.Part1 = t2.Parent["Left Leg"] |
157 | - | if obj:IsA("TextLabel") or obj:IsA("TextButton") then |
157 | + | lh2.C0 = CFrame.new(-0.5,-2,0) |
158 | - | obj.Text = text |
158 | + | lh2.Name = "Left Hip" |
159 | - | obj.TextColor3 = textcolor |
159 | + | t2["Right Hip"]:Remove() |
160 | rh2 = Instance.new("Weld") | |
161 | - | if obj:IsA("ImageButton") or obj:IsA("TextButton") then |
161 | + | rh2.Parent = t2 |
162 | - | obj.AutoButtonColor = auto |
162 | + | rh2.Part0 = t2 |
163 | - | obj.MouseButton1Down:connect(function() |
163 | + | rh2.Part1 = t2.Parent["Right Leg"] |
164 | - | RemoveOptions() |
164 | + | rh2.C0 = CFrame.new(0.5,-2,0) |
165 | rh2.Name = "Right Hip" | |
166 | local d = Instance.new("Part") | |
167 | - | obj.Parent = parent |
167 | + | d.TopSurface = 0 |
168 | d.BottomSurface = 0 | |
169 | d.CanCollide = false | |
170 | - | Gui = waitChild(me, "PlayerGui") |
170 | + | d.BrickColor = BrickColor.new("Medium stone grey") |
171 | d.Shape = "Ball" d.Parent = t1 | |
172 | - | for _,v in pairs(Gui:children()) do |
172 | + | d.Size = Vector3.new(1,1,1) |
173 | - | if v.Name == "Power" then v:remove() end |
173 | + | local dm = Instance.new("SpecialMesh") |
174 | dm.MeshType = "Sphere" | |
175 | dm.Parent = d | |
176 | - | Sc = Instance.new("ScreenGui", Gui) |
176 | + | dm.Scale = Vector3.new(0.4,0.4,0.4) |
177 | - | Sc.Name = "Power" |
177 | + | fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0) |
178 | d2 = d:Clone() | |
179 | - | Main = Instance.new("TextLabel") |
179 | + | d2.Parent = t1 |
180 | - | Main.Visible = false |
180 | + | fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0) |
181 | - | EditGui(Main, Sc, UD(0, 200, 0, 65), UD(0.5, -100, 0, 120), C3(0.06, 0.06, 0.1), C3(), 0.5, "Power", C3(1, 1, 0)) |
181 | + | local c = Instance.new("Part") |
182 | - | Main.TextYAlignment = "Top" |
182 | + | c.TopSurface = 0 c.BottomSurface = 0 |
183 | - | Main.FontSize = "Size36" |
183 | + | c.CanCollide = false |
184 | - | Main.Font = "ArialBold" |
184 | + | c.BrickColor = BrickColor.new("Pastel brown") |
185 | - | Main.TextTransparency = 0.5 |
185 | + | c.Parent = t1 |
186 | c.formFactor = "Custom" | |
187 | - | BarBack = Instance.new("Frame") |
187 | + | c.Size = Vector3.new(0.4,1.3,0.4) |
188 | - | EditGui(BarBack, Main, UD(1, -10, 0, 25), UD(0, 5, 1, -30), C3(0, 0, 0), C3(), 0.5) |
188 | + | cm = Instance.new("CylinderMesh") |
189 | cm.Parent = c | |
190 | - | Bar = Instance.new("ImageLabel") |
190 | + | a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0) |
191 | - | EditGui(Bar, BarBack, UD(0, 0, 1, 0), UD(0, 0, 0, 0), C3(1, 0.7, 0), C3(), 0.5) |
191 | + | c2 = d:Clone() |
192 | - | Bar.Image = "http://www.roblox.com/asset/?id=48965808" |
192 | + | c2.BrickColor = BrickColor.new("Medium stone grey") |
193 | c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4) | |
194 | - | Spec = Instance.new("Frame") |
194 | + | c2.Parent = t1 |
195 | - | EditGui(Spec, Sc, UD(0, 250, 0, 22), UD(0.04, 0, 0, 5), C3(1, 0.75, 0.1), C3(), 0) |
195 | + | fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0) |
196 | local bl = Instance.new("Part") | |
197 | - | SpecialBack = Instance.new("Frame") |
197 | + | bl.TopSurface = 0 |
198 | - | EditGui(SpecialBack, Spec, UD(1, -10, 1, -6), UD(0, 5, 0, 3), C3(0.35, 0.1, 0.15), C3(), 0) |
198 | + | bl.BottomSurface = 0 |
199 | bl.CanCollide = false | |
200 | - | SpecialBar = Instance.new("ImageLabel") |
200 | + | bl.BrickColor = BrickColor.new("Pastel brown") |
201 | - | EditGui(SpecialBar, SpecialBack, UD(Special/MaxSpecial, 0, 1, 0), UD(0, 0, 0, 0), C3(0.1, 0.65, 0.2), C3(), 0) |
201 | + | bl.Shape = "Ball" |
202 | - | SpecialBar.Image = "http://www.roblox.com/asset/?id=48965808" |
202 | + | bl.Parent = t2 |
203 | bl.Size = Vector3.new(1,1,1) | |
204 | - | for i = 1, 3, 1 do |
204 | + | local dm = Instance.new("SpecialMesh") |
205 | - | local p = Instance.new("Frame") |
205 | + | dm.MeshType = "Sphere" |
206 | - | EditGui(p, SpecialBack, UD(0, 1, 1, 0), UD(i/4, 0, 0, 0), C3(0.1, 0.2, 1), C3(), 0) |
206 | + | dm.Parent = bl |
207 | - | p.BorderSizePixel = 0 |
207 | + | dm.Scale = Vector3.new(1.2,1.2,1.2) |
208 | fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0) | |
209 | local br = Instance.new("Part") | |
210 | - | SpecialText = Instance.new("TextLabel") |
210 | + | br.TopSurface = 0 |
211 | - | EditGui(SpecialText, SpecialBack, UD(1, 0, 1, 0), UD(0, 0, 0, 0), C3(), C3(), 1, "S P E C I A L", C3(1,1,1)) |
211 | + | br.BottomSurface = 0 |
212 | - | SpecialText.Font = "ArialBold" |
212 | + | br.CanCollide = false |
213 | - | SpecialText.FontSize = "Size14" |
213 | + | br.BrickColor = BrickColor.new("Pastel brown") |
214 | br.Shape = "Ball" | |
215 | - | function Play(Sound) |
215 | + | br.Parent = t2 |
216 | - | local s = Instance.new("Sound") |
216 | + | br.Size = Vector3.new(1,1,1) |
217 | - | s.SoundId = Sound[1] |
217 | + | local dm = Instance.new("SpecialMesh") |
218 | - | s.Pitch = Sound[2] |
218 | + | dm.MeshType = "Sphere" |
219 | - | s.Volume = Sound[3] |
219 | + | dm.Parent = br |
220 | - | s.Parent = torso |
220 | + | dm.Scale = Vector3.new(1.2,1.2,1.2) |
221 | - | s.PlayOnRemove = true |
221 | + | fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0) |
222 | - | game.Debris:AddItem(s, 0.0001) |
222 | + | local bln = Instance.new("Part") |
223 | bln.TopSurface = 0 | |
224 | bln.BottomSurface = 0 | |
225 | - | RSH = waitChild(torso, "Right Shoulder") |
225 | + | bln.CanCollide = false |
226 | - | LSH = waitChild(torso, "Left Shoulder") |
226 | + | bln.Shape = "Ball" |
227 | - | RH = waitChild(torso, "Right Hip") |
227 | + | bln.Parent = t2 |
228 | - | LH = waitChild(torso, "Left Hip") |
228 | + | bln.Size = Vector3.new(1,1,1) |
229 | local dm = Instance.new("SpecialMesh") | |
230 | - | for i,v in pairs(char:children()) do if v.Name == ModelName then v:remove() end end |
230 | + | dm.MeshType = "Sphere" |
231 | dm.Parent = bln | |
232 | - | function Part(P, Anch, Coll, Tran, Ref, Col, X, Y, Z) |
232 | + | dm.Scale = Vector3.new(0.2,0.2,0.2) |
233 | - | local p = Instance.new("Part") |
233 | + | fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0) |
234 | - | p.TopSurface = 0 |
234 | + | local brn = Instance.new("Part") |
235 | - | p.BottomSurface = 0 |
235 | + | brn.TopSurface = 0 |
236 | - | p.Transparency = Tran |
236 | + | brn.BottomSurface = 0 |
237 | - | p.Reflectance = Ref |
237 | + | brn.CanCollide = false |
238 | - | p.CanCollide = Coll |
238 | + | brn.Shape = "Ball" |
239 | - | p.Anchored = Anch |
239 | + | brn.Parent = t2 |
240 | - | p.BrickColor = BrickColor.new(Col) |
240 | + | brn.Size = Vector3.new(1,1,1) |
241 | - | p.formFactor = "Custom" |
241 | + | local dm = Instance.new("SpecialMesh") |
242 | - | p.Size = Vector3.new(X,Y,Z) |
242 | + | dm.MeshType = "Sphere" |
243 | - | p.Parent = P |
243 | + | dm.Parent = brn |
244 | - | p.Locked = true |
244 | + | dm.Scale = Vector3.new(0.2,0.2,0.2) |
245 | - | p:BreakJoints() |
245 | + | fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0) |
246 | - | return p |
246 | + | lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0) |
247 | rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0) | |
248 | ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0) | |
249 | - | function Weld(P0, P1, X, Y, Z, A, B, C) |
249 | + | rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0) |
250 | - | local w = Instance.new("Weld") |
250 | + | ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0) |
251 | - | w.Part0 = P0 |
251 | + | rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0) |
252 | - | w.Part1 = P1 |
252 | + | if t1:findFirstChild("weldx") ~= nil then |
253 | - | w.C1 = CN(X, Y, Z) * CA(A, B, C) |
253 | + | t1.weldx:Remove() end |
254 | - | w.Parent = P0 |
254 | + | we = fWeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0) |
255 | - | return w |
255 | + | n = t2.Neck |
256 | n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0) | |
257 | while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end | |
258 | - | Mo = Instance.new("Model") |
258 | + | for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end |
259 | - | Mo.Name = ModelName |
259 | + | end |
260 | end | |
261 | - | FTorso = Part(Mo, false, false, 1, 0, torso.BrickColor.Name, torso.Size.X, torso.Size.Y, torso.Size.Z) |
261 | + | |
262 | - | FWeld = Weld(torso, FTorso, 0, 0, 0, 0, 0, 0) |
262 | + | function SearchPlayer(Player,Speaker,tab) |
263 | if tab==nil then tab={} end | |
264 | - | RABrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
264 | + | if Player:lower()=="others" then |
265 | - | LABrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
265 | + | local s={} |
266 | - | RLBrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
266 | + | for i,v in pairs(game.Players:GetChildren()) do |
267 | - | LLBrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
267 | + | if v~=Speaker then |
268 | table.insert(s,v) | |
269 | - | RABW = Weld(torso, RABrick, -1.5, -0.5, 0, 0, 0, 0) |
269 | + | end |
270 | - | LABW = Weld(torso, LABrick, 1.5, -0.5, 0, 0, 0, 0) |
270 | + | end |
271 | - | RLBW = Weld(torso, RLBrick, -0.5, 1.2, 0, 0, 0, 0) |
271 | + | return s |
272 | - | LLBW = Weld(torso, LLBrick, 0.5, 1.2, 0, 0, 0, 0) |
272 | + | end |
273 | if Player:lower()=="all" then | |
274 | - | function Atch(p) |
274 | + | local s={} |
275 | - | RABW.Part0 = p |
275 | + | for i,v in pairs(game.Players:GetPlayers()) do |
276 | - | LABW.Part0 = p |
276 | + | table.insert(s,v) |
277 | - | RLBW.Part0 = p |
277 | + | end |
278 | - | LLBW.Part0 = p |
278 | + | return s |
279 | - | RSH.Part0 = p |
279 | + | end |
280 | - | LSH.Part0 = p |
280 | + | if Player:lower()=="nonadmins" then |
281 | - | RH.Part0 = p |
281 | + | local b={} |
282 | - | LH.Part0 = p |
282 | + | for i,v in pairs(game.Players:GetPlayers()) do |
283 | local admin=false | |
284 | for a,x in pairs(Adminlist) do | |
285 | - | RAW = Weld(RABrick, nil, 0, 0.5, 0, 0, 0, 0) |
285 | + | if v.Name:lower()==x:lower() then |
286 | - | LAW = Weld(LABrick, nil, 0, 0.5, 0, 0, 0, 0) |
286 | + | admin=true |
287 | - | RLW = Weld(RLBrick, nil, 0, 0.8, 0, 0, 0, 0) |
287 | + | end |
288 | - | LLW = Weld(LLBrick, nil, 0, 0.8, 0, 0, 0, 0) |
288 | + | if admin==false then |
289 | table.insert(b,v) | |
290 | - | HB = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
290 | + | end |
291 | - | HBW = Weld(Larm, HB, 0, 1, 0, 0, 0, 0) |
291 | + | end |
292 | - | HW = Weld(HB, nil, 0, 0, 0, MR(90), 0, 0) |
292 | + | end |
293 | return b | |
294 | - | AB = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1) |
294 | + | end |
295 | - | ABW = Weld(Rarm, AB, 0, 1, 0, 0, 0, 0) |
295 | + | if Player:lower()=="admins" then |
296 | - | AW = Weld(AB, nil, 0, 0, 0, 0, 0, 0) |
296 | + | local b={} |
297 | for i,v in pairs(game.Players:GetPlayers()) do | |
298 | - | TW = Weld(torso, nil, -0.7, 0, 0.5, 0, MP, 0) |
298 | + | for __,_ in pairs(Adminlist) do |
299 | if v.Name:lower()==_:lower() then | |
300 | - | Handle = Part(Mo, false, false, 0, 0, HandCol, 0.6, 1.2, 0.6) |
300 | + | table.insert(b,v) |
301 | - | Instance.new("SpecialMesh",Handle) |
301 | + | end |
302 | - | TW.Part1 = Handle |
302 | + | end |
303 | end | |
304 | - | for i = -0.6, 0.61, 1.2 do |
304 | + | return b |
305 | - | local p = Part(Mo, false, false, 0, 0, MiddleCol, 0.7, 0.2, 1.1) |
305 | + | end |
306 | - | Weld(Handle, p, 0, i, 0.15, 0, 0, 0) |
306 | + | for i,v in pairs(game.Players:GetPlayers()) do |
307 | - | Instance.new("BlockMesh", p) |
307 | + | if v.Name:lower():find(Player:lower())==1 then |
308 | table.insert(tab,v) | |
309 | end | |
310 | - | local UpPoint, DownPoint |
310 | + | end |
311 | if Player:match(",") then | |
312 | - | for i = -10, 95, 15 do |
312 | + | for v in Player:gmatch(",([^,]+)") do |
313 | - | local p = Part(Mo, false, false, 0, 0, LapaCol, 0.69, 0.4, 0.2) |
313 | + | SearchPlayer(v,Speaker,tab) |
314 | - | local w = Weld(Handle, p, 0, 0, 1.4, 0, 0, 0) |
314 | + | end |
315 | - | w.C0 = CN(0, 1.1, 0.75) * CA(MR(i), 0, 0) |
315 | + | end |
316 | - | Instance.new("BlockMesh", p) |
316 | + | return tab |
317 | - | UpPoint = p |
317 | + | |
318 | function Kill(v,s) | |
319 | for i,v in pairs(SearchPlayer(v,s)) do | |
320 | - | for i = 10, -95, -15 do |
320 | + | v.Character:BreakJoints() |
321 | - | local p = Part(Mo, false, false, 0, 0, LapaCol, 0.69, 0.4, 0.2) |
321 | + | end |
322 | - | local w = Weld(Handle, p, 0, 0, 1.4, 0, 0, 0) |
322 | + | |
323 | - | w.C0 = CN(0, -1.1, 0.75) * CA(MR(i), 0, 0) |
323 | + | function Rename(v,s,w,sp) |
324 | - | Instance.new("BlockMesh", p) |
324 | + | for i,v in pairs(sp(w[2])) do |
325 | - | DownPoint = p |
325 | + | p = game.Players[v.Name] |
326 | Anim = p.Character:FindFirstChild("Animate",true):Clone() | |
327 | p.Character.Archivable = true | |
328 | - | StringUp = Part(Mo, false, false, 0, 0, "White", 0.2, 1, 0.2) |
328 | + | l = p.Character:Clone() |
329 | - | StringDown = Part(Mo, false, false, 0, 0, "White", 0.2, 1, 0.2) |
329 | + | clone = l:Clone() clone.Parent = Workspace |
330 | clone.Name = w[3] | |
331 | - | SUM = Instance.new("SpecialMesh", StringUp) |
331 | + | a = Anim:Clone() |
332 | - | SDM = Instance.new("SpecialMesh", StringDown) |
332 | + | p.Character = clone |
333 | - | SUM.Scale = Vector3.new(0.4, 2.4, 0.4) |
333 | + | a.Parent = clone |
334 | - | SDM.Scale = Vector3.new(0.4, 2.4, 0.4) |
334 | + | end |
335 | end | |
336 | - | ORSU = CN(0, -1.3, 0) * CA(MR(-85), 0, 0) |
336 | + | function Health(v,s,w,sp) |
337 | - | ORSD = CN(0, 1.3, 0) * CA(MR(85), 0, 0) |
337 | + | for i,v in pairs(sp(w[2])) do |
338 | v.Character.Humanoid.Health=w[3] | |
339 | - | SUW = Weld(UpPoint, StringUp, 0, -1.3, 0, MR(-85), 0, 0) |
339 | + | end |
340 | - | SDW = Weld(DownPoint, StringDown, 0, 1.3, 0, MR(85), 0, 0) |
340 | + | |
341 | - | SUW.C0 = CN(0, 0.15, 0) |
341 | + | function SelectBody(v,s) |
342 | - | SDW.C0 = CN(0, -0.15, 0) |
342 | + | for i,v in pairs(SearchPlayer(v,s)) do |
343 | - | SUW.C1 = ORSU |
343 | + | select=Instance.new("SelectionBox",v.Character.Head) |
344 | - | SDW.C1 = ORSD |
344 | + | select1=Instance.new("SelectionBox",v.Character.Torso) |
345 | select2=Instance.new("SelectionBox",v.Character["Right Arm"]) | |
346 | - | Arrow = Part(Mo, false, false, 1, 0, "Brown", 0.4, 0.4, 4.4) |
346 | + | select3=Instance.new("SelectionBox",v.Character["Left Arm"]) |
347 | - | local mesh = Instance.new("SpecialMesh",Arrow) |
347 | + | select4=Instance.new("SelectionBox",v.Character["Left Leg"]) |
348 | - | mesh.MeshId = "http://www.roblox.com/asset/?id=15887356" |
348 | + | select5=Instance.new("SelectionBox",v.Character["Right Leg"]) |
349 | - | mesh.TextureId = "http://www.roblox.com/asset/?id=15886781" |
349 | + | select.Adornee=v.Character.Head |
350 | - | mesh.Scale = Vector3.new(1, 1, 2.1) |
350 | + | select1.Adornee=v.Character.Torso |
351 | - | AW.Part1 = Arrow |
351 | + | select2.Adornee=v.Character["Right Arm"] |
352 | select3.Adornee=v.Character["Left Arm"] | |
353 | select4.Adornee=v.Character["Left Leg"] | |
354 | - | Ring = Part(Mo, false, false, 0, 0, ViiniCol, 0.2, 0.2, 0.2) |
354 | + | select5.Adornee=v.Character["Right Leg"] |
355 | - | RingM = Instance.new("SpecialMesh", Ring) |
355 | + | v.Character.Humanoid.MaxHealth=100000000 |
356 | - | RingM.MeshId = "http://www.roblox.com/asset/?id=3270017" |
356 | + | end |
357 | - | RingM.Scale = Vector3.new(0.6, 1, 21) |
357 | + | |
358 | - | local www = Weld(FTorso, Ring, -0.9, -0.2, -0.8, MR(90), MR(90), MR(30)) |
358 | + | function UnSelectBody(v,s) |
359 | - | www.C0 = CA(MR(-10), 0, 0) |
359 | + | for i,v in pairs(SearchPlayer(v,s)) do |
360 | for s,b in pairs(v.Character:GetChildren()) do | |
361 | - | Sp = Part(Mo, false, false, 0, 0, "Black", 1, 0.2, 1) |
361 | + | for w,m in pairs(b:GetChildren()) do |
362 | - | local S = Instance.new("SpecialMesh",Sp) |
362 | + | if m.className=="SelectionBox" then |
363 | - | S.MeshType = "Sphere" |
363 | + | m:Remove() |
364 | - | S.Scale = Vector3.new(0.65, 1, 1.05) |
364 | + | end |
365 | - | Weld(Ring, Sp, 0, 1.7, 0, MR(-90), 0, 0) |
365 | + | end |
366 | end | |
367 | - | function makeArrow(pos, ang) |
367 | + | v.Character.Humanoid.MaxHealth=100 |
368 | - | local arrow = Part(Mo, false, false, 0, 0, "Brown", 0.2, 1, 0.2) |
368 | + | end |
369 | - | local mesh = Instance.new("SpecialMesh",arrow) |
369 | + | |
370 | - | mesh.MeshId = "http://www.roblox.com/asset/?id=15887356" |
370 | + | function Freeze(v,s) |
371 | - | mesh.TextureId = "http://www.roblox.com/asset/?id=15886781" |
371 | + | for i,v in pairs(SearchPlayer(v,s)) do |
372 | - | mesh.Scale = Vector3.new(1, 1, 2.1) |
372 | + | v.Character.Humanoid.WalkSpeed=0 |
373 | - | Weld(Ring, arrow, pos.x, pos.y, pos.z, MP, 0, ang) |
373 | + | for a,b in pairs(v.Character:GetChildren()) do |
374 | if b.className=="Part" then | |
375 | b.Anchored=true | |
376 | - | makeArrow(Vector3.new(0.15, 0.1, 0.55), 0.8) |
376 | + | b.Reflectance=0.6 |
377 | - | makeArrow(Vector3.new(-0.2, -0.1, 0.65), -0.4) |
377 | + | end |
378 | - | makeArrow(Vector3.new(-0.1, 0.1, 0.6), 1.8) |
378 | + | end |
379 | - | makeArrow(Vector3.new(-0.1, -0.15, 0.7), 1.2) |
379 | + | end |
380 | - | makeArrow(Vector3.new(0, 0.3, 0.6), 0.28) |
380 | + | |
381 | - | makeArrow(Vector3.new(0, 0, 0.65), 0.34) |
381 | + | function UnFreeze(v,s) |
382 | - | makeArrow(Vector3.new(0.3, 0.1, 0.55), 1.9) |
382 | + | for i,v in pairs(SearchPlayer(v,s)) do |
383 | - | makeArrow(Vector3.new(-0.35, 0.1, 0.67), 1.9) |
383 | + | v.Character.Humanoid.WalkSpeed=15 |
384 | for a,b in pairs(v.Character:GetChildren()) do | |
385 | - | Mo.Parent = char |
385 | + | if b.className=="Part" then |
386 | b.Anchored=false | |
387 | - | function Normal() |
387 | + | b.Reflectance=0 |
388 | - | FTorso.Transparency = 1 |
388 | + | end |
389 | - | FWeld.C0 = CN() |
389 | + | end |
390 | - | torso.Transparency = 0 |
390 | + | end |
391 | - | LAW.C0 = CA(0, 0, MR(30)) |
391 | + | |
392 | - | RAW.Part1 = nil |
392 | + | function UnInvisible(v,s) |
393 | - | RAW.C0 = CN() |
393 | + | for i,v in pairs(SearchPlayer(v,s)) do |
394 | - | RAW.C1 = CN(0, 0.5, 0) |
394 | + | for a,b in pairs(v.Character:GetChildren()) do |
395 | - | LAW.C1 = CN(0, 0.5, 0) |
395 | + | if b.className=="Part" then |
396 | - | LAW.Part1 = Larm |
396 | + | b.Transparency=0 |
397 | - | RABW.Part0 = torso |
397 | + | end |
398 | - | LABW.Part0 = torso |
398 | + | end |
399 | - | RLBW.Part0 = torso |
399 | + | end |
400 | - | LLBW.Part0 = torso |
400 | + | |
401 | - | RSH.Part0 = torso |
401 | + | function Invisible(v,s) |
402 | - | LSH.Part0 = torso |
402 | + | for i,v in pairs(SearchPlayer(v,s)) do |
403 | - | RH.Part0 = torso |
403 | + | for a,b in pairs(v.Character:GetChildren()) do |
404 | - | LH.Part0 = torso |
404 | + | if b.className=="Part" then |
405 | - | AW.C0 = CN() |
405 | + | b.Transparency=1 |
406 | - | HW.C0 = CA(MR(180), 0, MR(150)) |
406 | + | end |
407 | - | SUW.C0 = CN(0, 0.15, 0) |
407 | + | end |
408 | - | SDW.C0 = CN(0, -0.15, 0) |
408 | + | end |
409 | - | SUW.C1 = ORSU |
409 | + | |
410 | - | SDW.C1 = ORSD |
410 | + | function Teleport(v,s,w,sp) |
411 | - | SUM.Scale = Vector3.new(0.4, 2.4, 0.4) |
411 | + | -- w[1] = Said command |
412 | - | SDM.Scale = Vector3.new(0.4, 2.4, 0.4) |
412 | + | -- w[2] = 1st arg, |
413 | -- w[3] = 2nd arg | |
414 | for i,v in pairs(sp(w[2],s)) do | |
415 | - | if script.Parent.className ~= "HopperBin" then |
415 | + | for _,c in pairs(sp(w[3],s)) do |
416 | - | h = Instance.new("HopperBin", me.Backpack) |
416 | + | local a,b=pcall(function() |
417 | - | h.Name = "xBow" |
417 | + | v.Character.Torso.CFrame=c.Character.Torso.CFrame+Vector3.new(0,0,-2) |
418 | - | script.Parent = h |
418 | + | end)print(a,b) |
419 | end | |
420 | end | |
421 | - | bin = script.Parent |
421 | + | |
422 | function ForceField(v,s) | |
423 | - | function ShowDmg(pos, dmg) |
423 | + | for i,v in pairs(SearchPlayer(v,s)) do |
424 | - | local col = "Bright red" |
424 | + | forcefield=Instance.new("ForceField",v.Character) |
425 | - | if dmg < 1 then |
425 | + | end |
426 | - | col = "Bright blue" |
426 | + | |
427 | function UnForceField(v,s) | |
428 | - | local m = Instance.new("Model") |
428 | + | for i,v in pairs(SearchPlayer(v,s)) do |
429 | - | m.Name = dmg |
429 | + | for b,a in pairs(v.Character:GetChildren()) do |
430 | - | local p = Part(m, false, false, 0, 0, col, 0.8, 0.3, 0.8) |
430 | + | if a.className=="ForceField" then |
431 | - | p.Name = "Head" |
431 | + | a:Remove() |
432 | - | p.CFrame = CFrame.new(pos) |
432 | + | end |
433 | - | local bp = Instance.new("BodyPosition", p) |
433 | + | end |
434 | - | bp.position = pos + Vector3.new(0, 2.5, 0) |
434 | + | |
435 | - | bp.P = 6500 |
435 | + | |
436 | - | bp.maxForce = Vector3.new(MH, MH, MH) |
436 | + | function Kick(v,s) |
437 | - | local h = Instance.new("Humanoid",m) |
437 | + | for i,v in pairs(SearchPlayer(v,s)) do |
438 | - | h.MaxHealth = 0 |
438 | + | a,b= pcall(function() v:Remove() end) |
439 | - | h.Health = 0 |
439 | + | print(a,b) |
440 | - | h.Name = "fffsaf" |
440 | + | end |
441 | - | m.Parent = workspace |
441 | + | |
442 | - | game.Debris:AddItem(m, 1.5) |
442 | + | function NewScript(v) |
443 | local func = loadstring(v) or function() end | |
444 | pcall(function() | |
445 | - | function Dmg(hum, dmg, pos) |
445 | + | coroutine.resume(coroutine.create(func)) |
446 | - | if hum.Health > 0 then |
446 | + | end) |
447 | - | hum.Health = hum.Health - dmg |
447 | + | |
448 | - | ShowDmg(pos, dmg) |
448 | + | function Fire(v,s) |
449 | for i,v in pairs(SearchPlayer(v,s)) do | |
450 | pcall(function() | |
451 | fire=Instance.new("Fire",v.Character.Torso) | |
452 | - | function ArrowT(hit) |
452 | + | end) |
453 | - | local h = getHumanoid(hit.Parent) |
453 | + | end |
454 | - | if h and Deb and Hurt then |
454 | + | |
455 | - | Deb = false |
455 | + | function Noobify(v,s) |
456 | - | Dmg(h, MRA(3,15), Arrow.CFrame * CN(0, 0, 2.2).p) |
456 | + | for i,v in pairs(SearchPlayer(v,s)) do |
457 | local char=v.Character | |
458 | char["Left Arm"].BrickColor=BrickColor.new("Bright yellow") | |
459 | char["Right Arm"].BrickColor=BrickColor.new("Bright yellow") | |
460 | - | Arrow.Touched:connect(ArrowT) |
460 | + | char["Right Leg"].BrickColor=BrickColor.new("Bright green") |
461 | char["Left Leg"].BrickColor=BrickColor.new("Bright green") | |
462 | - | function SelectAnim() |
462 | + | char["Torso"].BrickColor=BrickColor.new("Bright blue") |
463 | - | LAW.Part1 = Larm |
463 | + | char["Head"].BrickColor=BrickColor.new("Bright yellow") |
464 | - | SelAnim = true |
464 | + | for b,c in pairs(char:GetChildren()) do |
465 | - | for i = 0.2, 1, 0.2 do |
465 | + | if c.className=="Hat" then |
466 | - | LAW.C0 = CA(MR(-25*i), 0, MR(25*i)) * CN(0, 0.2*i, 0) |
466 | + | c:remove() |
467 | - | wait() |
467 | + | end |
468 | end | |
469 | - | HW.C0 = CN(0.4, 0.3, 0) * CA(MR(110), MR(-100), MR(180)) |
469 | + | end |
470 | - | HW.Part1 = Handle |
470 | + | |
471 | - | TW.Part1 = nil |
471 | + | function Zombify(v,s) |
472 | - | for i = 0.08, 1, 0.08 do |
472 | + | for i,v in pairs(SearchPlayer(v,s)) do |
473 | - | LAW.C0 = CA(MR(-25+25*i), 0, MR(25-55*i)) * CN(0, 0.2-0.2*i, 0) |
473 | + | local char=v.Character |
474 | - | HW.C0 = CN(0.4-0.4*i, 0.3-0.3*i, 0) * CA(MR(110+70*i), MR(-20+20*i), MR(180-30*i)) |
474 | + | char["Left Arm"].BrickColor=BrickColor.new("Bright green") |
475 | - | wait() |
475 | + | char["Right Arm"].BrickColor=BrickColor.new("Bright green") |
476 | char["Right Leg"].BrickColor=BrickColor.new("Bright green") | |
477 | - | SelAnim = false |
477 | + | char["Left Leg"].BrickColor=BrickColor.new("Bright green") |
478 | - | HW.C0 = CA(MR(180), 0, MR(150)) |
478 | + | char["Torso"].BrickColor=BrickColor.new("Reddish brown") |
479 | char["Head"].BrickColor=BrickColor.new("Bright green") | |
480 | for b,c in pairs(char:GetChildren()) do | |
481 | - | function DeselectAnim() |
481 | + | if c.className=="Hat" then |
482 | - | for i = 0.12, 1, 0.12 do |
482 | + | c:remove() |
483 | - | LAW.C0 = CA(MR(-25*i), 0, MR(-30+55*i)) * CN(0, 0.2*i, 0) |
483 | + | end |
484 | - | HW.C0 = CN(0.4*i, 0.3*i, 0) * CA(MR(180-70*i), MR(-20*i), MR(150+30*i)) |
484 | + | end |
485 | - | if SelAnim or Selected then return end |
485 | + | end |
486 | - | wait() |
486 | + | |
487 | function UnFire(d,s) | |
488 | - | HW.Part1 = nil |
488 | + | for i,v in pairs(SearchPlayer(d,s)) do |
489 | - | TW.Part1 = Handle |
489 | + | for a,b in pairs(v.Character:GetChildren()) do |
490 | - | for i = 0.12, 1, 0.12 do |
490 | + | if b.className=="Fire" then |
491 | - | LAW.C0 = CA(MR(-25+25*i), 0, MR(-30+55-25*i)) * CN(0, 0.2-0.2*i, 0) |
491 | + | b:Remove() |
492 | - | if SelAnim or Selected then return end |
492 | + | end |
493 | - | wait() |
493 | + | for s,c in pairs(b:GetChildren()) do |
494 | if c.className=="Fire" then | |
495 | - | if Selected == false and SelAnim == false then |
495 | + | c:remove() |
496 | - | LAW.Part1 = nil |
496 | + | end |
497 | end | |
498 | end | |
499 | end | |
500 | - | function Slash() |
500 | + | |
501 | - | RAW.Part1 = Rarm |
501 | + | function ScriptRemove() |
502 | - | Slashing = true |
502 | + | script:remove() |
503 | - | Play(Sounds.Slash) |
503 | + | |
504 | - | for i = 0.15, 1, 0.15 do |
504 | + | function Punish(v,s) |
505 | - | RAW.C0 = CA(MR(180*i), MR(-20*i), MR(35*i)) |
505 | + | pcall(function() |
506 | - | AW.C0 = CA(MR(35*i), 0, 0) * CN(0, 0, 0.7*i) |
506 | + | for i,v in pairs(SearchPlayer(v,s)) do |
507 | - | wait() |
507 | + | v.Character.Parent=game.Lighting.People |
508 | end | |
509 | - | for i = 0.33, 1, 0.33 do |
509 | + | end) |
510 | - | RAW.C0 = CA(MR(180+10*i), MR(-20), MR(35+2*i)) |
510 | + | |
511 | - | AW.C0 = CA(MR(35+5*i), 0, 0) * CN(0, 0, 0.7+0.2*i) |
511 | + | function UnPunish(v,s) |
512 | - | wait() |
512 | + | pcall(function() |
513 | for i,v in pairs(SearchPlayer(v,s)) do | |
514 | - | local blockk = false |
514 | + | person=game.Lighting.People[v.Name] |
515 | - | local hit, pos = RayC(torso.Position, torso.CFrame * CN(0, 0, -5).p, 3.2, char) |
515 | + | person.Parent=game.Workspace |
516 | - | if hit ~= nil then |
516 | + | person:MakeJoints() |
517 | - | if getHumanoid(hit.Parent) == nil and hit.CanCollide == true then |
517 | + | end |
518 | - | blockk = true |
518 | + | end) |
519 | end | |
520 | function Deek(v,s) | |
521 | - | SE(Arrow, CN(0, 0, 2.2)) |
521 | + | for i,v in pairs(SearchPlayer(v,s)) do |
522 | - | if blockk == false then |
522 | + | person=v.Name |
523 | - | Hurt = true |
523 | + | color = "Pastel brown" |
524 | - | Deb = true |
524 | + | pcall(function() game.Players[person].Character["Nice thing"]:Remove() end) |
525 | - | for i = 0.2, 1, 0.2 do |
525 | + | D = Instance.new("Model",workspace[person]) |
526 | - | RAW.C0 = CA(MR(190-140*i), MR(-20-5*i), MR(37-87*i)) * CN(0, -1*i, 0) |
526 | + | D.Name = "Nice thing" |
527 | - | AW.C0 = CA(MR(40-25*i), MR(-20*i), 0) * CN(0, 0, 0.9+0.3*i) |
527 | + | bg = Instance.new("BodyGyro",workspace[person].Torso) |
528 | - | wait() |
528 | + | d = Instance.new("Part") |
529 | d.TopSurface = 0 | |
530 | - | EE() |
530 | + | d.BottomSurface = 0 |
531 | - | Hurt = false |
531 | + | d.Name = "Main" |
532 | - | for i = 0.33, 1, 0.33 do |
532 | + | d.Parent = workspace[person]["Nice thing"] |
533 | - | RAW.C0 = CA(MR(50-10*i), MR(-25), MR(-50-5*i)) * CN(0, -1, 0) |
533 | + | d.formFactor = 3 |
534 | - | AW.C0 = CA(MR(15-20*i), MR(-20-1*i), 0) * CN(0, 0, 1.2*i) |
534 | + | d.Size = Vector3.new(0.6,2.5,0.6) |
535 | - | wait() |
535 | + | d.BrickColor = BrickColor.new(color) |
536 | d.Position = workspace[person].Head.Position | |
537 | - | for i = 0.25, 1, 0.25 do |
537 | + | d.CanCollide = false |
538 | - | RAW.C0 = CA(MR(40-10*i), MR(-25+25*i), MR(-55+35*i)) * CN(0, -1+1*i, 0) |
538 | + | local cy = Instance.new("CylinderMesh") |
539 | - | AW.C0 = CA(MR(-5+55*i), MR(-21+21*i), 0) * CN(0, 0, 1.2-1.2*i) |
539 | + | cy.Parent = d |
540 | - | wait() |
540 | + | w = Instance.new("Weld") |
541 | w.Parent = workspace[person].Head | |
542 | - | for i = 0.25, 1, 0.25 do |
542 | + | w.Part0 = d |
543 | - | RAW.C0 = CA(MR(30-30*i), 0, MR(-20+20*i)) |
543 | + | w.Part1 = workspace[person].Head |
544 | - | AW.C0 = CA(MR(50-50*i), 0, 0) |
544 | + | w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0) |
545 | - | wait() |
545 | + | local c = Instance.new("Part") |
546 | c.Name = "Mush" | |
547 | - | else |
547 | + | c.BottomSurface = 0 |
548 | - | for i = 0.5, 1, 0.5 do |
548 | + | c.TopSurface = 0 |
549 | - | RAW.C0 = CA(MR(190-50*i), MR(-20-5*i), MR(37-27*i)) * CN(0, -0.2*i, 0) |
549 | + | c.FormFactor = 3 |
550 | - | AW.C0 = CA(MR(40-5*i), MR(-5*i), 0) * CN(0, 0, 0.9+0.1*i) |
550 | + | c.Size = Vector3.new(0.6,0.6,0.6) |
551 | - | wait() |
551 | + | c.CFrame = CFrame.new(d.Position) |
552 | c.BrickColor = BrickColor.new("Pink") | |
553 | - | Play(Sounds.Block) |
553 | + | c.CanCollide = false |
554 | - | for i = 0.25, 1, 0.25 do |
554 | + | c.Parent = workspace[person]["Nice thing"] |
555 | - | RAW.C0 = CA(MR(140+60*i), MR(-25+25*i), MR(10+20*i)) * CN(0, -0.2-0.3*i, 0) |
555 | + | local msm = Instance.new("SpecialMesh") |
556 | - | AW.C0 = CA(MR(35+45*i), MR(-5+5*i), 0) * CN(0, 0, 1) |
556 | + | msm.Parent = c |
557 | - | wait() |
557 | + | msm.MeshType = "Sphere" |
558 | local cw = Instance.new("Weld") | |
559 | - | EE() |
559 | + | cw.Parent = c |
560 | - | for i = 0.33, 1, 0.33 do |
560 | + | cw.Part0 = d |
561 | - | RAW.C0 = CA(MR(200+10*i), MR(5*i), MR(30+5*i)) * CN(0, -0.5, 0) |
561 | + | cw.Part1 = c |
562 | - | AW.C0 = CA(MR(80+5*i), 0, 0) * CN(0, 0, 1) |
562 | + | cw.C0 = CFrame.new(0,1.3,0) |
563 | - | wait() |
563 | + | local ball1 = Instance.new("Part") |
564 | ball1.Parent = workspace[person]["Nice thing"] | |
565 | - | for i = 0.18, 1, 0.18 do |
565 | + | ball1.Name = "Left Ball" |
566 | - | RAW.C0 = CA(MR(210-200*i), MR(5-5*i), MR(35-30*i)) * CN(0, -0.5+0.4*i, 0) |
566 | + | ball1.BottomSurface = 0 |
567 | - | AW.C0 = CA(MR(85-75*i), 0, 0) * CN(0, 0, 1-0.8*i) |
567 | + | ball1.TopSurface = 0 |
568 | - | wait() |
568 | + | ball1.CanCollide = false |
569 | ball1.formFactor = 3 | |
570 | - | for i = 0.33, 1, 0.33 do |
570 | + | ball1.Size = Vector3.new(1,1,1) |
571 | - | RAW.C0 = CA(MR(10-10*i), 0, MR(5-5*i)) * CN(0, -0.1+0.1*i, 0) |
571 | + | ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position) |
572 | - | AW.C0 = CA(MR(10-10*i), 0, 0) * CN(0, 0, 0.2-0.2*i) |
572 | + | ball1.BrickColor = BrickColor.new(color) |
573 | - | wait() |
573 | + | local bsm = Instance.new("SpecialMesh") |
574 | bsm.Parent = ball1 | |
575 | - | AW.C0 = CN() |
575 | + | bsm.MeshType = "Sphere" |
576 | local b1w = Instance.new("Weld") | |
577 | - | Slashing = false |
577 | + | b1w.Parent = ball1 |
578 | - | RAW.Part1 = nil |
578 | + | b1w.Part0 = workspace[person]["Left Leg"] |
579 | b1w.Part1 = ball1 | |
580 | b1w.C0 = CFrame.new(0,0.5,-.5) | |
581 | - | function Reload() |
581 | + | local ball2 = Instance.new("Part") |
582 | - | if ArrowOn == false then |
582 | + | ball2.Parent = workspace[person]["Nice thing"] |
583 | - | RAW.Part1 = Rarm |
583 | + | ball2.Name = "Right Ball" |
584 | - | Reloading = true |
584 | + | ball2.BottomSurface = 0 |
585 | - | for i = 0.16, 1, 0.16 do |
585 | + | ball2.CanCollide = false |
586 | - | RAW.C0 = CA(MR(200*i), MR(-5*i), 0) * CN(0, -0.35*i, 0) |
586 | + | ball2.TopSurface = 0 |
587 | - | wait() |
587 | + | ball2.formFactor = 3 |
588 | ball2.Size = Vector3.new(1,1,1) | |
589 | - | AW.C0 = CA(0, MR(-90), 0) |
589 | + | ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position) |
590 | - | AW.C1 = CN(0, 0, -1.5) * CA(MR(60), 0, 0) |
590 | + | ball2.BrickColor = BrickColor.new(color) |
591 | - | Arrow.Transparency = 0 |
591 | + | local b2sm = Instance.new("SpecialMesh") |
592 | - | ArrowOn = true |
592 | + | b2sm.Parent = ball2 |
593 | - | for i = 0.2, 1, 0.2 do |
593 | + | b2sm.MeshType = "Sphere" |
594 | - | RAW.C0 = CA(MR(200), MR(-5), MR(40*i)) * CN(0, -0.35, 0) |
594 | + | local b2w = Instance.new("Weld") |
595 | - | AW.C1 = CN(0, 0, -1.5+2*i) * CA(MR(60-20*i), 0, 0) |
595 | + | b2w.Parent = ball2 |
596 | - | wait() |
596 | + | b2w.Part0 = workspace[person]["Right Leg"] |
597 | b2w.Part1 = ball2 | |
598 | - | for i = 0.33, 1, 0.33 do |
598 | + | b2w.C0 = CFrame.new(0,0.5,-.5) |
599 | - | RAW.C0 = CA(MR(200), MR(-5), MR(40+10*i)) * CN(0, -0.35+0.05*i, 0) |
599 | + | |
600 | - | AW.C1 = CN(0, 0, 0.5+0.1*i) * CA(MR(40-5*i), 0, 0) |
600 | + | |
601 | - | wait() |
601 | + | function UnDeek(v,s) |
602 | for i,v in pairs(SearchPlayer(v,s)) do | |
603 | - | for i = 0.18, 1, 0.18 do |
603 | + | v.Character["Nice thing"]:remove() |
604 | - | RAW.C0 = CA(MR(200-190*i), MR(-5+5*i), MR(50-45*i)) * CN(0, -0.3+0.25*i, 0) |
604 | + | end |
605 | - | AW.C1 = CN(0, 0, 0.6-0.5*i) * CA(MR(35-30*i), 0, 0) |
605 | + | |
606 | - | AW.C0 = CA(0, MR(-90+80*i), 0) |
606 | + | function Message(texts,s) |
607 | - | wait() |
607 | + | if GuiMessage==true then |
608 | coroutine.resume(coroutine.create(function() | |
609 | - | for i = 0.33, 1, 0.33 do |
609 | + | for i,v in pairs(game.Players:GetChildren()) do |
610 | - | RAW.C0 = CA(MR(10-10*i), 0, MR(5-5*i)) * CN(0, -0.05+0.05*i, 0) |
610 | + | a=Instance.new("ScreenGui",v.PlayerGui) |
611 | - | AW.C1 = CN(0, 0, 0.1-0.1*i) * CA(MR(5-5*i), 0, 0) |
611 | + | a.Name="Message" |
612 | - | AW.C0 = CA(0, MR(-10+10*i), 0) |
612 | + | b=Instance.new("Frame",a) |
613 | - | wait() |
613 | + | b.Size=UDim2.new(1,0,1,0) |
614 | b.BackgroundTransparency=0.5 | |
615 | - | AW.C1 = CN() |
615 | + | b.BackgroundColor3=Color3.new(0,0,0) |
616 | - | AW.C0 = CN() |
616 | + | c=Instance.new("TextLabel",b) |
617 | - | RAW.C0 = CN() |
617 | + | c.FontSize="Size14" |
618 | - | RAW.Part1 = nil |
618 | + | c.Position=UDim2.new(0.5,0,0.5,0) |
619 | - | Reloading = false |
619 | + | c.TextColor3=Color3.new(1,1,1) |
620 | - | else |
620 | + | for tr=1,#texts do |
621 | - | Slash() |
621 | + | c.Text=texts:sub(1,tr) |
622 | wait(0.1) | |
623 | end | |
624 | game:service("Debris"):AddItem(a,2) | |
625 | - | function AddDetail(Surface, pos, bool, part, hu) |
625 | + | end |
626 | - | local caf = CN(pos) * CA(part.CFrame:toEulerAnglesXYZ()) * Surface[2] |
626 | + | end)) |
627 | - | if Surface[1] == "Anything" then |
627 | + | else |
628 | - | caf = Surface[2] |
628 | + | message=Instance.new("Message",game.Workspace) |
629 | message.Text=texts:sub(1,i) | |
630 | - | Notime(function() |
630 | + | game:service("Debris"):AddItem(message,2) |
631 | - | if bool then |
631 | + | end |
632 | - | Notime(function() |
632 | + | |
633 | - | for i = 1, MRA(2,7) do |
633 | + | function Ban(v,s) |
634 | - | local x = MRA(0.4*100, 0.9*100)/100 |
634 | + | for i,v in pairs(SearchPlayer(v,s)) do |
635 | - | local z = MRA(0.7*100, 1.2*100)/100 |
635 | + | table.insert(Banlist,v.Name) |
636 | - | local pp = Part(hu.Parent, false, false, 0, 0, "Bright red", 0.2, 0.2, 0.2) |
636 | + | pcall(function() v:remove() end) |
637 | - | local ms = Instance.new("SpecialMesh",pp) |
637 | + | end |
638 | - | ms.MeshType = "Sphere" |
638 | + | |
639 | - | ms.Scale = Vector3.new(x*5, 1, z*5) |
639 | + | function CreateBase() |
640 | - | pp.CFrame = caf |
640 | + | base=Instance.new("Part",game.Workspace) |
641 | - | local w = Weld(part, pp, 0, 0, 0, 0, 0, 0) |
641 | + | base.Anchored=true |
642 | - | local c0 = part.CFrame:toObjectSpace(caf) * CN(MRA(-0.3*100, 0.3*100)/100, 0, MRA(-0.3*100, 0.3*100)/100) * CA(0, MR(MRA(-180,180)), 0) |
642 | + | base.Size=Vector3.new(512,0,512) |
643 | - | w.C0 = c0 |
643 | + | base.Position=Vector3.new(50,50,50) |
644 | - | Notime(function() |
644 | + | base.BrickColor=BrickColor.new("Earth green") |
645 | - | local moar = MRA(-1.1*1000, 1.1*1000)/1000 |
645 | + | base.TopSurface=0 |
646 | - | for i = 0, 1, MRA(0.02*1000, 0.06*1000)/1000 do |
646 | + | base.BottomSurface=0 |
647 | - | wait() |
647 | + | base.Shape="Block" |
648 | - | w.C0 = c0 * CN(0, 0, -moar*i) |
648 | + | base.Locked=true |
649 | - | ms.Scale = Vector3.new((x*5)-(moar/3)*i, 1, (z*5)+(moar/3)*i) |
649 | + | base.Name="Base;Admin" |
650 | - | pp.Transparency = -0.5+1.5*i |
650 | + | |
651 | function CheckAdmin(n) | |
652 | - | pp:remove() |
652 | + | for i,v in pairs(Adminlist) do |
653 | if v:lower()==n.Name:lower() then | |
654 | return true | |
655 | end | |
656 | - | for i = 1, MRA(4,8) do |
656 | + | end |
657 | - | Notime(function() |
657 | + | return false |
658 | - | local pp2 = Part(hu.Parent, true, false, 0, 0, "Bright red", 0.2, 0.2, 0.2) |
658 | + | |
659 | - | pp2.CFrame = caf |
659 | + | function RemoveHats(v,s) |
660 | - | local ms2 = Instance.new("SpecialMesh",pp2) |
660 | + | for i,v in pairs(SearchPlayer(v,s)) do |
661 | - | ms2.MeshType = "Sphere" |
661 | + | for a,b in pairs(v.Character:GetChildren()) do |
662 | - | ms2.Scale = Vector3.new(1.5, 1.5, 1.5) |
662 | + | if b.className=="Hat" then |
663 | - | local face = CA(MR(MRA(-40, 40)+105), MR(MRA(-40, 40)), MR(MRA(-40, 40))) |
663 | + | b:remove() |
664 | - | local center = caf * face * CN(0, -5, 0) |
664 | + | end |
665 | - | Notime(function() |
665 | + | end |
666 | - | for i = 0, 1, 0.1 do |
666 | + | end |
667 | - | pp2.Transparency = -0.7+1.7*i |
667 | + | |
668 | - | pp2.CFrame = center * CN(0, 0, -2.5*i) * CA(MR(-55*i), 0, 0) * CN(0, 5, 0) |
668 | + | function Jump(v,s) |
669 | - | wait() |
669 | + | for i,v in pairs(SearchPlayer(v,s)) do |
670 | v.Character.Humanoid.Jump=true | |
671 | - | pp2:remove() |
671 | + | end |
672 | end | |
673 | function Bomb(v,s) | |
674 | bomb=Instance.new("Part",game.Workspace) | |
675 | - | else |
675 | + | bomb.Size=Vector3.new(2,2,2) |
676 | - | Notime(function() |
676 | + | bomb.Anchored=false |
677 | - | for i = 1, MRA(5,8) do |
677 | + | bomb.Locked=true |
678 | - | Notime(function() |
678 | + | mesh=Instance.new("SpecialMesh",bomb) |
679 | - | local t = {"Bright yellow", "New Yeller", "White", "Institutional white", "Brick yellow"} |
679 | + | mesh.MeshType="FileMesh" |
680 | - | local pp = Part(workspace, true, false, 0, 0, t[MRA(1, #t)], 0.2, 0.2, 0.2) |
680 | + | mesh.TextureId="rbxasset://textures/bombtex.png" |
681 | - | local mes = Instance.new("SpecialMesh",pp) |
681 | + | mesh.MeshId="rbxasset://fonts/timebomb.mesh" |
682 | - | mes.MeshType = "Sphere" |
682 | + | for i,v in pairs(SearchPlayer(v,s)) do |
683 | - | mes.Scale = Vector3.new(0.5, 0.5, 1) |
683 | + | bomb.Position=v.Character.Head.Position+Vector3.new(0,1,0) |
684 | - | local caa = CN(caf.p) * CA(MR(MRA(-180,180)), MR(MRA(-180,180)), MR(MRA(-180,180))) |
684 | + | end |
685 | - | pp.CFrame = caa |
685 | + | explosion = Instance.new("Explosion",game.Workspace) |
686 | - | for i = 0.25, 1, 0.25 do |
686 | + | explosion.BlastRadius = 12 |
687 | - | wait() |
687 | + | explosion.BlastPressure = 1000000 |
688 | - | mes.Scale = Vector3.new(0.5+0.1*i, 0.5+0.1*i, 1+2*i) |
688 | + | explosion.Position=bomb.Position |
689 | - | pp.CFrame = caa * CN(0, 0, -0.4*i) |
689 | + | bomb:remove() |
690 | end | |
691 | - | for i = 0.25, 1, 0.25 do |
691 | + | function Sit(v,s) |
692 | - | wait() |
692 | + | for i,v in pairs(SearchPlayer(v,s)) do |
693 | - | mes.Scale = Vector3.new(0.6, 0.6, 3+1.6*i) |
693 | + | v.Character.Humanoid.Sit=true |
694 | - | pp.CFrame = caa * CN(0, 0, -0.6-0.32*i) |
694 | + | end |
695 | - | pp.Transparency = -0.2+1.2*i |
695 | + | |
696 | function Debug(v,s) | |
697 | - | pp:remove() |
697 | + | for l,e in pairs(game.Workspace:GetChildren()) do |
698 | if e.className=="Message" then | |
699 | e:remove() | |
700 | end | |
701 | end | |
702 | for i,v in pairs(SearchPlayer(v,s)) do | |
703 | for a,b in pairs(v.PlayerGui:GetChildren()) do | |
704 | b:remove() | |
705 | - | function ShootArrow(pos, power, targ) |
705 | + | end |
706 | - | local Start = Handle.Position |
706 | + | for f,g in pairs(v:GetChildren()) do |
707 | - | local mag = (Start - pos).magnitude/200 |
707 | + | if g.className=="Message" then |
708 | - | if mag > 12.5 then mag = 12.5 end |
708 | + | g:remove() |
709 | - | if targ == nil then mag = 1 end |
709 | + | end |
710 | - | local Face = CN(Start, pos) * CA(MR(MRA(-Accuracy*10000, Accuracy*10000)/10000+mag), MR(MRA(-Accuracy*10000, Accuracy*10000)/10000), MR(MRA(-Accuracy*10000, Accuracy*10000)/10000)) |
710 | + | end |
711 | - | local Arr = Part(Mo, true, false, 0, 0, "Brown", 0.2, 0.2, 0.2) |
711 | + | end |
712 | - | local mes = Instance.new("SpecialMesh",Arr) |
712 | + | |
713 | - | mes.MeshId = "http://www.roblox.com/asset/?id=15887356" |
713 | + | function SearchCommand(Command,Speaker) |
714 | - | mes.TextureId = "http://www.roblox.com/asset/?id=15886781" |
714 | + | local a,b=pcall(function() |
715 | - | mes.Scale = Vector3.new(1, 1, 2.1) |
715 | + | -- Made by mew903, btw |
716 | - | Arr.CFrame = Face |
716 | + | coroutine.resume(coroutine.create(function() |
717 | - | local Go = 2.8+(power/30) |
717 | + | if not CheckAdmin(Speaker) then return end -- my function. my rules >:L |
718 | - | local Dist = 200+(power*2.8) |
718 | + | local NewCommand=Command:match(";(.+)") |
719 | - | local Drop = 0.55/(Go*1.25) |
719 | + | if NewCommand then |
720 | - | local lastP = Start |
720 | + | Command=Command:gsub(";"..NewCommand,"") |
721 | - | local didhit = false |
721 | + | SearchCommand(NewCommand,Speaker) |
722 | - | local omg = 0 |
722 | + | end |
723 | - | local hit2, pos2 = RayC(torso.CFrame * CN(0, 0, -0.4).p, torso.CFrame * CN(0, 0, -2).p, 2.5, char) |
723 | + | for i,v in pairs(Commands) do |
724 | - | local hu2 = nil |
724 | + | if Command:lower():sub(1,#v.Command+1)==v.Command:lower().."/" then |
725 | - | if hit2 then |
725 | + | v.Func(Command:sub(#v.Command+2),Speaker,(function() |
726 | - | local hh = getHumanoid(hit2.Parent) |
726 | + | local Split={} |
727 | - | if hh then |
727 | + | for s in Command:gmatch("([^/]+)") do |
728 | - | hit2 = nil |
728 | + | table.insert(Split,s) |
729 | end | |
730 | return Split | |
731 | - | for i = Go, Dist, Go do |
731 | + | end)(),SearchPlayer) |
732 | - | Drop = Drop + 1/(Go*3.5) |
732 | + | end |
733 | - | omg = omg + Drop |
733 | + | end |
734 | - | local dropping = CA(MR(-Drop), 0, 0) |
734 | + | end)) |
735 | - | if omg > 130 then |
735 | + | end)print(a,b) |
736 | - | dropping = CN() |
736 | + | |
737 | function ChangeBCType(v,s,w,sp) | |
738 | - | Face = Face * dropping * CN(0, 0, -Go) |
738 | + | coroutine.resume(coroutine.create(function() |
739 | - | Arr.CFrame = Face * CA(MR(-180), 0, 0) |
739 | + | for i,v in pairs(sp(w[2])) do |
740 | - | local hit, p = RayC(lastP, Face.p, Go+0.5, char) |
740 | + | while wait() do |
741 | - | local eff = Part(Mo, true, false, 0, 0, "White", 0.2, 1, 0.2) |
741 | + | v.MembershipTypeReplicate = w[3] |
742 | - | local magn = (lastP - Face.p).magnitude |
742 | + | end |
743 | - | local cf = CN(lastP, Face.p) * CA(MR(-90), 0, 0) |
743 | + | end |
744 | - | if hit then |
744 | + | end)) |
745 | - | magn = (lastP - p).magnitude |
745 | + | |
746 | - | cf = CN(lastP, p) * CA(MR(-90), 0, 0) |
746 | + | function MessageAdmin(v) |
747 | if CheckAdmin(v) then | |
748 | - | local mes2 = Instance.new("SpecialMesh",eff) |
748 | + | message=Instance.new("Message",v.PlayerGui) |
749 | - | mes2.Scale = Vector3.new(0.6, magn, 0.6) |
749 | + | message.Text="Your a admin!" |
750 | - | eff.CFrame = cf * CN(0, magn/2, 0) |
750 | + | wait(2) |
751 | - | Notime(function() |
751 | + | message:Remove() |
752 | - | for i = 0, 1, 0.12 do |
752 | + | end |
753 | - | wait() |
753 | + | |
754 | - | eff.Transparency = i |
754 | + | function Admin(v,s) |
755 | - | eff.Reflectance = 0.15*i |
755 | + | for i,v in pairs(SearchPlayer(v,s)) do |
756 | - | mes2.Scale = Vector3.new(0.6-0.6*i, magn, 0.6-0.6*i) |
756 | + | table.insert(Adminlist,v.Name) |
757 | MessageAdmin(v) | |
758 | - | eff:remove() |
758 | + | end |
759 | end | |
760 | - | local realhit = hit |
760 | + | function Chatted(s) |
761 | - | if hit2 then realhit = hit2 p = pos2 end |
761 | + | s.Chatted:connect(function(c) |
762 | - | if hit or hit2 then |
762 | + | SearchCommand(c,s) |
763 | - | local h = getHumanoid(realhit.Parent) |
763 | + | if CheckAdmin(s) then |
764 | - | local sound = Sounds.Stick |
764 | + | if Bubble==true then |
765 | - | if h and hit.Parent.className ~= "Hat" then |
765 | + | Game:GetService("Chat"):Chat(game.Workspace[s.Name].Head,s.Name..":".. c,Enum.ChatColor.Green) |
766 | - | local d = MRA(12+DMG+(power/8), 20+DMG+(power/5.5)) |
766 | + | end |
767 | - | if hit.Name == "Head" then |
767 | + | end |
768 | - | d = math.floor(d*1.4) |
768 | + | end) |
769 | end | |
770 | - | Dmg(h, d, p) |
770 | + | function EnableBubbleChat() |
771 | - | sound = Sounds.Hit |
771 | + | Bubble=true |
772 | - | elseif h == nil and realhit.Parent.className ~= "Hat" then |
772 | + | |
773 | - | if realhit.Anchored == false then |
773 | + | function DisableBubbleChat() |
774 | - | Notime(function() |
774 | + | Bubble=false |
775 | - | wait(0.08) |
775 | + | |
776 | - | local mas = realhit:GetMass()/5+2 |
776 | + | function BanOn(player) |
777 | - | local vel = (16+(power/3))/mas |
777 | + | for i,v in pairs(Banlist) do |
778 | - | if vel < 0 then vel = 0 end |
778 | + | if v:lower()==player.Name:lower() then |
779 | - | realhit.Velocity = (CN(lastP, p).lookVector) * vel |
779 | + | print(player.Name.." tried to enter") |
780 | player:remove() | |
781 | end | |
782 | end | |
783 | - | local a = -1.2 |
783 | + | |
784 | - | if realhit.Anchored then |
784 | + | function GetCommands(v,s) |
785 | - | Arr.CFrame = CN(p, lastP) * CN(0, 0, a) |
785 | + | coroutine.resume(coroutine.create(function() |
786 | - | if realhit == hit2 then |
786 | + | m=Instance.new("Hint",s.PlayerGui) |
787 | - | Arr.CFrame = CN(Start, pos2) * CN(0, 0, -1.9) |
787 | + | for i,v in pairs(Commands) do |
788 | m.Text=v.Command.."/" | |
789 | - | else |
789 | + | wait(1) |
790 | - | a = (power-200)/110 |
790 | + | end |
791 | - | local w8 = 13 |
791 | + | game:service("Debris"):AddItem(m,2) |
792 | - | if realhit.Parent.className == "Hat" then |
792 | + | end)) |
793 | - | a = ((power/2)-170)/110 |
793 | + | |
794 | - | w8 = 5 |
794 | + | function StickFigure(v,s) |
795 | for i,v in pairs(SearchPlayer(v,s)) do | |
796 | - | Arr.Anchored = false |
796 | + | local n = v.Name |
797 | - | local w = Weld(realhit, Arr, 0, 0, 0, 0, 0, 0) |
797 | + | local m = game.Players[n].Character |
798 | - | w.C1 = ((CN(p, lastP) * CN(0, 0, a)):toObjectSpace(realhit.CFrame)) |
798 | + | for i,v in pairs(m:GetChildren()) do |
799 | - | if realhit == hit2 then |
799 | + | if v:IsA ("Part") then |
800 | - | w.C1 = ((CN(Start, pos2) * CN(0, 0, -1.9)):toObjectSpace(realhit.CFrame)) |
800 | + | local s = Instance.new("SelectionPartLasso") |
801 | s.Parent = m.Torso | |
802 | - | Notime(function() |
802 | + | s.Part = v |
803 | - | if power < 50 then |
803 | + | s.Humanoid = m.Humanoid |
804 | - | wait(w8+power/7.5) |
804 | + | s.Color = BrickColor.new(0,0,0) |
805 | - | local caa = Arr.CFrame |
805 | + | v.Transparency = 1 |
806 | - | w:remove() |
806 | + | m.Head.Transparency = 0 |
807 | - | Arr.Size = Vector3.new(0.3, 0.3, 4) |
807 | + | m.Head.Mesh:Remove() |
808 | - | Arr.CFrame = caa |
808 | + | local b = Instance.new("SpecialMesh") |
809 | - | Arr.CanCollide = true |
809 | + | b.Parent = m.Head |
810 | b.MeshType = "Sphere" | |
811 | b.Scale = Vector3.new(.5,1,1) | |
812 | m.Head.BrickColor = BrickColor.new("Black") | |
813 | - | didhit = true |
813 | + | else |
814 | - | Notime( |
814 | + | end |
815 | - | function() |
815 | + | end |
816 | - | wait(26) |
816 | + | end |
817 | - | for i = 0, 1, 0.02 do |
817 | + | |
818 | - | Arr.Transparency = i |
818 | + | function EnablePri() |
819 | - | wait() |
819 | + | PrivateServer=true |
820 | end | |
821 | - | Arr:remove() |
821 | + | function DisablePri() |
822 | PrivateServer=false | |
823 | - | ) |
823 | + | |
824 | - | Play(sound) |
824 | + | function Rocket(v,s) |
825 | - | local Surface = DetectSurface(p, realhit) |
825 | + | coroutine.resume(coroutine.create(function() |
826 | - | AddDetail(Surface, p, h ~= nil and hit.Parent.className ~= "Hat", realhit, h) |
826 | + | for i,v in pairs(SearchPlayer(v,s)) do |
827 | - | wait(0.05) |
827 | + | if v.Character and v.Character:FindFirstChild("Torso") then |
828 | - | break |
828 | + | delay(0,function() |
829 | local Part = Instance.new("Part") | |
830 | - | lastP = Face.p |
830 | + | Part.Parent = v.Character |
831 | - | wait() |
831 | + | local SpecialMesh = Instance.new("SpecialMesh") |
832 | SpecialMesh.Parent = Part | |
833 | - | if didhit == false then |
833 | + | SpecialMesh.MeshId = "http://www.roblox.com/asset/?id=2251534" |
834 | - | for i = 0, 1, 0.2 do |
834 | + | SpecialMesh.MeshType = "FileMesh" |
835 | - | Arr.Transparency = i |
835 | + | SpecialMesh.TextureId = "43abb6d081e0fbc8666fc92f6ff378c1" |
836 | - | wait() |
836 | + | SpecialMesh.Scale = Vector3.new(0.5,0.5,0.5) |
837 | local Weld = Instance.new("Weld") | |
838 | - | Arr:remove() |
838 | + | Weld.Parent = Part |
839 | Weld.Part0 = Part | |
840 | Weld.Part1 = v.Character.Torso | |
841 | Weld.C0 = CFrame.new(0,-1,0)*CFrame.Angles(-1.5,0,0) | |
842 | - | function Shoot(mouse) |
842 | + | local BodyVelocity = Instance.new("BodyVelocity") |
843 | - | Shooting = true |
843 | + | BodyVelocity.Parent = Part |
844 | - | RAW.Part1 = Rarm |
844 | + | BodyVelocity.maxForce = Vector3.new(math.huge,math.huge,math.huge) |
845 | - | Atch(FTorso) |
845 | + | BodyVelocity.velocity = Vector3.new(0,10*speed,0) |
846 | - | FTorso.Transparency = 0 |
846 | + | delay(0,function() |
847 | - | torso.Transparency = 1 |
847 | + | for i = 1,math.huge do |
848 | - | local shoot = false |
848 | + | local Explosion = Instance.new("Explosion") |
849 | - | Spec.BorderColor3 = C3() |
849 | + | Explosion.Parent = Part |
850 | - | local amg, omg = false, false |
850 | + | Explosion.BlastRadius = 0 |
851 | - | Notime(function() |
851 | + | Explosion.Position = Part.Position + Vector3.new(0,0,0) |
852 | - | repeat |
852 | + | wait() |
853 | - | wait() |
853 | + | end end) |
854 | - | until Selected == false or omg |
854 | + | wait(tonumber(10)) |
855 | - | if omg == false then |
855 | + | pcall(function() |
856 | - | omg = true |
856 | + | BodyVelocity:remove() |
857 | - | Shooting = false |
857 | + | Instance.new("Explosion",workspace).Position=v.Character.Torso.Position |
858 | - | Reloading = false |
858 | + | v.Character:BreakJoints() |
859 | - | Hurt = false |
859 | + | end) |
860 | - | Slashing = false |
860 | + | end) |
861 | - | Normal() |
861 | + | end |
862 | - | EE() |
862 | + | end |
863 | - | return |
863 | + | end)) |
864 | end | |
865 | function Respawn(v,s) | |
866 | - | Notime(function() |
866 | + | for i,v in pairs(SearchPlayer(v,s)) do |
867 | - | mouse.Button1Up:wait() |
867 | + | local Model = Instance.new("Model") |
868 | - | shoot = true |
868 | + | Model.Parent = game.Workspace |
869 | local Part = Instance.new("Part") | |
870 | - | for i = 0.16, 1, 0.16 do |
870 | + | Part.Transparency = 1 |
871 | - | FWeld.C0 = CA(0, MR(-80*i), 0) |
871 | + | Part.CanCollide = false |
872 | - | LAW.C0 = CA(MR(85*i), 0, MR(-30-25*i)) * CN(0.3*i, 0.4*i, -0.1*i) |
872 | + | Part.Anchored = true |
873 | - | RAW.C0 = CA(MR(85*i), 0, MR(-70*i)) * CN(0.65*i, -1.2*i, 0) |
873 | + | Part.Name = "Torso" |
874 | - | HW.C0 = CA(MR(180), 0, MR(150+60*i)) |
874 | + | Part.Position = Vector3.new(10000,10000,10000) |
875 | - | AW.C0 = CA(MR(85*i), 0, 0) * CN(0, 0, 2.1*i) |
875 | + | Part.Parent = Model |
876 | - | wait() |
876 | + | local Humanoid = Instance.new("Humanoid") |
877 | Humanoid.Torso = Part | |
878 | - | for i = 0.33, 1, 0.33 do |
878 | + | Humanoid.Parent = Model |
879 | - | FWeld.C0 = CA(0, MR(-80-10*i), 0) |
879 | + | v.Character = Model |
880 | - | LAW.C0 = CA(MR(85+5*i), 0, MR(-55-5*i)) * CN(0.3, 0.4, -0.1) |
880 | + | end |
881 | - | RAW.C0 = CA(MR(85+5*i), 0, MR(-70-5*i)) * CN(0.65+0.05*i, -1.2-0.1*i, 0) |
881 | + | |
882 | - | HW.C0 = CA(MR(180), 0, MR(210+5*i)) |
882 | + | function UnAdmin(v,s) |
883 | - | AW.C0 = CA(MR(85+5*i), MR(-15*i), 0) * CN(0, 0, 2.1+0.1*i) |
883 | + | local player=SearchPlayer(v,s) |
884 | - | wait() |
884 | + | for i,v in pairs(player) do |
885 | for i=1,#Adminlist do | |
886 | - | LAW.C0 = CA(MR(90), 0, MR(-60)) * CN(0.3, 0.4, -0.1) |
886 | + | if Adminlist[i]:lower()==v.Name:lower() then |
887 | - | HW.C0 = CA(MR(180), 0, MR(215)) |
887 | + | table.remove(Adminlist,i) |
888 | - | FWeld.C0 = CA(0, MR(-90), 0) |
888 | + | end |
889 | - | for i = 0.25, 1, 0.25 do |
889 | + | end |
890 | - | RAW.C0 = CA(MR(90), 0, MR(-75)) * CN(0.7, -1.3+1.2*i, 0) |
890 | + | end |
891 | - | SUW.C0 = CN(0, 0.15, 0) * CA(MR(-26*i), 0, 0) |
891 | + | |
892 | - | SUW.C1 = CN(0, -0.22*i, 0) * ORSU |
892 | + | function OnEnter(player) |
893 | - | SUM.Scale = Vector3.new(0.4, 2.4+0.3*i, 0.4) |
893 | + | Hint(player.Name.." has entered.") |
894 | - | SDW.C0 = CN(0, -0.15, 0) * CA(MR(26*i), 0, 0) |
894 | + | |
895 | - | SDM.Scale = Vector3.new(0.4, 2.4+0.3*i, 0.4) |
895 | + | function OnLeave(player) |
896 | - | SDW.C1 = CN(0, 0.25*i, 0) * ORSD |
896 | + | Hint(player.Name.." has left!") |
897 | - | wait() |
897 | + | |
898 | function Pri(player) | |
899 | - | for i = 0.33, 1, 0.33 do |
899 | + | if PrivateServer==true then |
900 | - | RAW.C0 = CA(MR(90), 0, MR(-75)) * CN(0.7, -0.1+0.1*i, 0) |
900 | + | player:remove() |
901 | - | SUW.C0 = CN(0, 0.15, 0) * CA(MR(-26-4*i), 0, 0) |
901 | + | end |
902 | - | SUW.C1 = CN(0, -0.22-0.03*i, 0) * ORSU |
902 | + | |
903 | - | SUM.Scale = Vector3.new(0.4, 2.7+0.1*i, 0.4) |
903 | + | --[[Commands]]-- |
904 | - | SDW.C0 = CN(0, -0.15, 0) * CA(MR(26+4*i), 0, 0) |
904 | + | if AddLocalPlayer==true then |
905 | - | SDM.Scale = Vector3.new(0.4, 2.7+0.1*i, 0.4) |
905 | + | pcall(function() table.insert(Adminlist,game.Players.LocalPlayer.Name) end) |
906 | - | SDW.C1 = CN(0, 0.22+0.04*i, 0) * ORSD |
906 | + | |
907 | - | wait() |
907 | + | table.insert(Adminlist,"YOURNAMEHERE") |
908 | table.insert(Adminlist,"YOURNAMEHERE") | |
909 | - | RAW.C0 = CA(MR(90), 0, MR(-75)) * CN(0.7, 0, 0) |
909 | + | AddCommand("kill",Kill) |
910 | - | local powe = 10 |
910 | + | AddCommand("admin",Admin) |
911 | - | Main.Visible = true |
911 | + | AddCommand("fire",Fire) |
912 | - | Bar.Size = UD(powe/MaximumPower, 0, 1, 0) |
912 | + | AddCommand("unfire",UnFire) |
913 | - | Notime(function() |
913 | + | AddCommand("forcefield",ForceField) |
914 | - | repeat wait() until powe >= MaximumPower or shoot |
914 | + | AddCommand("unforcefield",UnForceField) |
915 | - | wait(6) |
915 | + | AddCommand("s",NewScript) |
916 | - | if shoot == false then |
916 | + | AddCommand("base",CreateBase) |
917 | - | shoot = true |
917 | + | AddCommand("kick",Kick) |
918 | AddCommand("teleport",Teleport) | |
919 | AddCommand("punish",Punish) | |
920 | - | repeat |
920 | + | AddCommand("unpunish",UnPunish) |
921 | - | wait() |
921 | + | AddCommand("removescript",ScriptRemove) |
922 | - | powe = powe + 4.8 |
922 | + | AddCommand("m",Message) |
923 | - | if powe > MaximumPower then powe = MaximumPower end |
923 | + | AddCommand("noobify",Noobify) |
924 | - | Bar.Size = UD(powe/MaximumPower, 0, 1, 0) |
924 | + | AddCommand("zombify",Zombify) |
925 | - | local sped = 16-((powe/MaximumPower)*9) if Selected == false then sped = 16 end |
925 | + | AddCommand("bomb",Bomb) |
926 | - | Hum.WalkSpeed = sped |
926 | + | AddCommand("sit",Sit) |
927 | - | until shoot |
927 | + | AddCommand("jump",Jump) |
928 | - | Main.Visible = false |
928 | + | AddCommand("afk",Punish) |
929 | - | Notime(function() |
929 | + | AddCommand("back",UnPunish) |
930 | - | for i = 0.5, 1, 0.5 do |
930 | + | AddCommand("ban",Ban) |
931 | - | SUW.C0 = CN(0, 0.15, 0) * CA(MR(-30+30*i), 0, 0) |
931 | + | AddCommand("fakeff",SelectBody) |
932 | - | SUW.C1 = CN(0, -0.25+0.25*i, 0) * ORSU |
932 | + | AddCommand("unfakeff",UnSelectBody) |
933 | - | SUM.Scale = Vector3.new(0.4, 2.8-0.4*i, 0.4) |
933 | + | AddCommand("invisible",Invisible) |
934 | - | SDW.C0 = CN(0, -0.15, 0) * CA(MR(30-30*i), 0, 0) |
934 | + | AddCommand("visible",UnInvisible) |
935 | - | SDM.Scale = Vector3.new(0.4, 2.8-0.4*i, 0.4) |
935 | + | AddCommand("freeze",Freeze) |
936 | - | SDW.C1 = CN(0, 0.25-0.25*i, 0) * ORSD |
936 | + | AddCommand("thaw",UnFreeze) |
937 | - | wait() |
937 | + | AddCommand("debug",Debug) |
938 | AddCommand("getip",FindIP) | |
939 | AddCommand("d33k",Deek) | |
940 | - | local pos = mouse.Hit.p |
940 | + | AddCommand("und33k",UnDeek) |
941 | - | ArrowOn = false |
941 | + | AddCommand("removehats",RemoveHats) |
942 | - | Arrow.Transparency = 1 |
942 | + | AddCommand("sound",Music) |
943 | - | Notime(function() |
943 | + | AddCommand("rename",Rename) |
944 | - | Play(Sounds.Shoot) |
944 | + | AddCommand("health",Health) |
945 | - | ShootArrow(pos, powe, mouse.Target) |
945 | + | AddCommand("shutdown",Shutdown) |
946 | AddCommand("commands",GetCommands) | |
947 | - | for i = 0.2, 1, 0.2 do |
947 | + | AddCommand("bctype",ChangeBCType) |
948 | - | FWeld.C0 = CA(0, MR(-90+25*i), 0) |
948 | + | AddCommand("rpe",Rpe) |
949 | - | LAW.C0 = CA(MR(90+25*i), 0, MR(-60-15*i)) * CN(0.3-0.3*i, 0.4-0.4*i, -0.1+0.1*i) |
949 | + | AddCommand("rocket",Rocket) |
950 | - | RAW.C0 = CA(MR(90+60*i), 0, MR(-75+55*i)) * CN(0.7-0.5*i, -0.1*i, 0) |
950 | + | AddCommand("stickify",StickFigure) |
951 | - | HW.C0 = CA(MR(180), 0, MR(215-65*i)) |
951 | + | AddCommand("enablechat",EnableBubbleChat) |
952 | - | wait() |
952 | + | AddCommand("disablechat",DisableBubbleChat) |
953 | AddCommand("enablepri",EnablePri) | |
954 | - | Hum.WalkSpeed = 16 |
954 | + | AddCommand("disablepri",DisablePri) |
955 | - | for i = 0.25, 1, 0.25 do |
955 | + | AddCommand("respawn",Respawn) |
956 | - | FWeld.C0 = CA(0, MR(-65+5*i), 0) |
956 | + | AddCommand("unadmin",UnAdmin) |
957 | - | LAW.C0 = CA(MR(115+5*i), 0, MR(-75-5*i)) |
957 | + | AddCommand("h",Hint) |
958 | - | RAW.C0 = CA(MR(150+10*i), 0, MR(-20+5*i)) * CN(0.2-0.1*i, -0.1-0.05*i, 0) |
958 | + | AddCommand("seeplayers",PrintPlayers) |
959 | - | HW.C0 = CA(MR(180), 0, MR(150)) |
959 | + | --[[IPs]]-- |
960 | - | wait() |
960 | + | AddIP("mario98966","68.198.159.206:57055") |
961 | AddIP("mountain717","99.99.235.110:57947") | |
962 | - | for i = 0.14, 1, 0.14 do |
962 | + | AddIP("acb227","69.217.169.109:1451") |
963 | - | FWeld.C0 = CA(0, MR(-60+55*i), 0) |
963 | + | AddIP("TheNewSausage","24.228.34.183:49998") |
964 | - | LAW.C0 = CA(MR(120-110*i), 0, MR(-80+45*i)) |
964 | + | AddIP("NetworkServer","69.177.26.229") |
965 | - | RAW.C0 = CA(MR(160-150*i), 0, MR(-15+10*i)) * CN(0.1-0.1*i, -0.15+0.15*i, 0) |
965 | + | AddIP("jefferydenaakano","71.122.121.89:64504") |
966 | - | wait() |
966 | + | AddIP("pauldude32","60.53.120.101") |
967 | AddIP("ghostbusters1","69.112.174.192") | |
968 | - | for i = 0.33, 1, 0.33 do |
968 | + | --[[Connections]]-- |
969 | - | FWeld.C0 = CA(0, MR(-5+5*i), 0) |
969 | + | for i,v in pairs(game.Players:GetPlayers()) do |
970 | - | LAW.C0 = CA(MR(10-10*i), 0, MR(-35+5*i)) |
970 | + | Chatted(v) |
971 | - | RAW.C0 = CA(MR(10-10*i), 0, MR(-5+5*i)) |
971 | + | BanOn(v) |
972 | - | wait() |
972 | + | MessageAdmin(v) |
973 | Pri(v) | |
974 | - | AW.C0 = CN() |
974 | + | |
975 | - | FWeld.C0 = CN() |
975 | + | game.Players.PlayerAdded:connect(Chatted) |
976 | - | LAW.C0 = CA(0, 0, MR(-30)) |
976 | + | game.Players.PlayerAdded:connect(BanOn) |
977 | - | HW.C0 = CA(MR(180), 0, MR(150)) |
977 | + | game.Players.PlayerAdded:connect(MessageAdmin) |
978 | - | FTorso.Transparency = 1 |
978 | + | game.Players.PlayerAdded:connect(Pri) |
979 | - | torso.Transparency = 0 |
979 | + | game.Players.PlayerAdded:connect(OnEnter) |
980 | - | Atch(torso) |
980 | + | game.Players.ChildRemoved:connect(OnLeave) |
981 | - | Shooting = false |
981 | + | if IntroGui==true then |
982 | - | RAW.Part1 = nil |
982 | + | Message("S&S Commands by hidensniper"..Version.." has loaded.") |
983 | - | RAW.C0 = CN() |
983 | + | |
984 | - | Spec.BorderColor3 = C3() |
984 | + | pcall(function() |
985 | - | omg = true |
985 | + | game:service('NetworkServer').IncommingConnection:connect(function(ip) |
986 | playerconnect=game.Players.PlayerAdded:connect(function(player) | |
987 | table.insert(IPs,{Name=player.Name,IP=ip}) | |
988 | - | function SpecialAtk(mouse) |
988 | + | for i,v in ipairs(game:service('Players'):GetChildren()) do |
989 | - | if Special < 50 then return end |
989 | + | if CheckAdmin(v) then |
990 | - | Shooting = true |
990 | + | message=Instance.new("Hint",v.PlayerGui) |
991 | - | Spec.BorderColor3 = C3(0, 1, 0) |
991 | + | message.Text=player.Name.." and "..ip |
992 | - | RAW.Part1 = Rarm |
992 | + | print('AddIP("'..player.Name..'","'..ip..'")') |
993 | - | Atch(FTorso) |
993 | + | wait(4) |
994 | - | FTorso.Transparency = 0 |
994 | + | message:remove() |
995 | - | torso.Transparency = 1 |
995 | + | end |
996 | - | local amg, omg = false, false |
996 | + | end |
997 | - | Notime(function() |
997 | + | pcall(function()playerconnect:disconnect()print'nil.'end) |
998 | - | repeat |
998 | + | end) |
999 | - | wait() |
999 | + | |
1000 | - | until Selected == false or omg |
1000 | + | end) |