SHOW:
|
|
- or go back to the newest paste.
| 1 | - | ------------By raulib fellas---------- I am releasing the pink guy script! Yay! Now you get cape at 25 kills |
| 1 | + | ------------By raulib fellas---------- I am releasing the pink guy script! Yay! Now you get cape at 25 kills (EDIT 1 kill gives cape) |
| 2 | wait(1) | |
| 3 | if | |
| 4 | game.Players.LocalPlayer.Name == "cawdirakkani1" | |
| 5 | then | |
| 6 | script:Destroy() | |
| 7 | end | |
| 8 | -- Objects | |
| 9 | local tlakgui = Instance.new("ScreenGui")
| |
| 10 | local Text = Instance.new("TextBox")
| |
| 11 | local Talk = Instance.new("TextButton")
| |
| 12 | ----- Soon i will make a reward that you get hats when you reach at a number of kills | |
| 13 | ||
| 14 | -- Properties | |
| 15 | ||
| 16 | tlakgui.Name = "tlak gui" | |
| 17 | tlakgui.Parent = game.Players.LocalPlayer.PlayerGui | |
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | local _1 = Instance.new("TextLabel")
| |
| 22 | local _2 = Instance.new("TextLabel")
| |
| 23 | ||
| 24 | _1.Name = "1" | |
| 25 | _1.Parent = tlakgui | |
| 26 | _1.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 27 | _1.BorderColor3 = Color3.new(1, 0, 0) | |
| 28 | _1.BorderSizePixel = 0 | |
| 29 | _1.Position = UDim2.new(0, 500, 0, 680) | |
| 30 | _1.Size = UDim2.new(0, 200, 0, 50) | |
| 31 | _1.Font = Enum.Font.SourceSans | |
| 32 | _1.FontSize = Enum.FontSize.Size14 | |
| 33 | _1.Text = "Creator's discord:" | |
| 34 | _1.TextColor3 = Color3.new(1, 0, 0) | |
| 35 | _1.TextScaled = true | |
| 36 | _1.TextSize = 14 | |
| 37 | _1.TextStrokeColor3 = Color3.new(1, 0.0117647, 0.0117647) | |
| 38 | _1.TextWrapped = true | |
| 39 | ||
| 40 | _2.Name = "2" | |
| 41 | _2.Parent = tlakgui | |
| 42 | _2.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 43 | _2.BorderColor3 = Color3.new(1, 0, 0) | |
| 44 | _2.BorderSizePixel = 0 | |
| 45 | _2.Position = UDim2.new(0, 500, 0, 730) | |
| 46 | _2.Size = UDim2.new(0, 200, 0, 50) | |
| 47 | _2.Font = Enum.Font.SourceSans | |
| 48 | _2.FontSize = Enum.FontSize.Size14 | |
| 49 | _2.Text = "Red Spy#4120" | |
| 50 | _2.TextColor3 = Color3.new(1, 0, 0) | |
| 51 | _2.TextScaled = true | |
| 52 | _2.TextSize = 14 | |
| 53 | _2.TextStrokeColor3 = Color3.new(1, 0.0117647, 0.0117647) | |
| 54 | _2.TextWrapped = true | |
| 55 | ||
| 56 | Text.Name = "Text" | |
| 57 | Text.Parent = tlakgui | |
| 58 | Text.BackgroundColor3 = Color3.new(1, 0, 0) | |
| 59 | Text.BorderSizePixel = 0 | |
| 60 | Text.Position = UDim2.new(0, 1000, 0, 0) | |
| 61 | Text.Size = UDim2.new(0, 200, 0, 100) | |
| 62 | Text.Font = Enum.Font.SourceSans | |
| 63 | Text.FontSize = Enum.FontSize.Size14 | |
| 64 | Text.Text = "Put text here" | |
| 65 | Text.TextScaled = true | |
| 66 | Text.TextSize = 14 | |
| 67 | Text.TextWrapped = true | |
| 68 | ||
| 69 | Talk.Name = "Talk" | |
| 70 | Talk.Parent = tlakgui | |
| 71 | Talk.BackgroundColor3 = Color3.new(1, 0, 0) | |
| 72 | Talk.BorderSizePixel = 0 | |
| 73 | Talk.Position = UDim2.new(0, 1000, 0, 150) | |
| 74 | Talk.Size = UDim2.new(0, 200, 0, 50) | |
| 75 | Talk.Font = Enum.Font.SourceSans | |
| 76 | Talk.FontSize = Enum.FontSize.Size14 | |
| 77 | Talk.Text = "Talk" | |
| 78 | Talk.TextScaled = true | |
| 79 | Talk.TextSize = 14 | |
| 80 | Talk.TextWrapped = true | |
| 81 | ||
| 82 | local Clots = Instance.new("TextButton")
| |
| 83 | ||
| 84 | -- Properties | |
| 85 | ||
| 86 | Clots.Name = "Clots" | |
| 87 | Clots.Parent = tlakgui | |
| 88 | Clots.BackgroundColor3 = Color3.new(1, 0, 0) | |
| 89 | Clots.BorderSizePixel = 0 | |
| 90 | Clots.Size = UDim2.new(0, 200, 0, 50) | |
| 91 | Clots.Font = Enum.Font.SourceSans | |
| 92 | Clots.FontSize = Enum.FontSize.Size14 | |
| 93 | Clots.Text = "Change Clothes" | |
| 94 | Clots.TextScaled = true | |
| 95 | Clots.TextSize = 14 | |
| 96 | Clots.TextWrapped = true | |
| 97 | local d = game.Players.LocalPlayer.Character:GetChildren() | |
| 98 | for i=1, #d do | |
| 99 | if (d[i].className == "CharacterMesh") then | |
| 100 | d[i]:destroy() | |
| 101 | end | |
| 102 | end | |
| 103 | wait(1) | |
| 104 | Clots.MouseButton1Up:connect(function() | |
| 105 | local dewwe = game.Players.LocalPlayer.Character:GetChildren() | |
| 106 | for i=1, #dewwe do | |
| 107 | if (dewwe[i].className == "Shirt") then | |
| 108 | dewwe[i]:destroy() | |
| 109 | end | |
| 110 | end | |
| 111 | local dewweew = game.Players.LocalPlayer.Character:GetChildren() | |
| 112 | for i=1, #dewweew do | |
| 113 | if (dewweew[i].className == "Pants") then | |
| 114 | dewweew[i]:destroy() | |
| 115 | end | |
| 116 | end | |
| 117 | clo1 = Instance.new("Pants")
| |
| 118 | clo2 = Instance.new("Shirt")
| |
| 119 | clo3 = Instance.new("ShirtGraphic")
| |
| 120 | clo1.Name = "Pants" | |
| 121 | clo1.Parent = game.Players.LocalPlayer.Character | |
| 122 | clo1.PantsTemplate = "http://www.roblox.com/asset/?id=271164392" | |
| 123 | clo2.Name = "Shirt" | |
| 124 | clo2.Parent = game.Players.LocalPlayer.Character | |
| 125 | clo2.ShirtTemplate = "http://www.roblox.com/asset/?id=271164283" | |
| 126 | clo3.Parent = game.Players.LocalPlayer.Character | |
| 127 | clo3.Graphic = "http://www.roblox.com/asset/?id=601873805" | |
| 128 | Clots:Destroy() | |
| 129 | end) | |
| 130 | ||
| 131 | ||
| 132 | ----------------------------------------- | |
| 133 | print("▓▓▓▓▓▓▀▀░░░░░░▀▀▓▓▓▓▓▓")
| |
| 134 | print("▓▓▓▀░░░░░▄██▄░░░░░▀▓▓▓")
| |
| 135 | print("▓▓░░░░░▄▄██▀░░░░░░░░▓▓")-----By using it you accept that you won't abuse agnaist raulib mate-----
| |
| 136 | print("▓░░░░░▄██▀░░░▄█▄░░░░░▓") --discord: Red Spy#4120--
| |
| 137 | print("▌░░░░░▀██▄▄▄█████▄░░░▐")
| |
| 138 | print("░░▄▄▄░░░▀████▀░▀▀██▄░░")
| |
| 139 | print("░░▀██▄░▄▄████▄░░░▀▀▀░░")
| |
| 140 | print("▌░░░▀█████▀▀▀██▄░░░░░▐")
| |
| 141 | print("▓░░░░░▀█▀░░░▄██▀░░░░░▓")
| |
| 142 | print("▓▓░░░░░░░░▄██▀░░░░░░▓▓")
| |
| 143 | print("▓▓▓▄░░░░░▀█▀▀░░░░░▄▓▓▓")
| |
| 144 | print("▓▓▓▓▓▓▄▄░░░░░░▄▄▓▓▓▓▓▓")
| |
| 145 | script.Archivable = false | |
| 146 | script.Name = "Hitler Controller" | |
| 147 | script.Parent = game.Players.LocalPlayer.PlayerGui | |
| 148 | game.Players.LocalPlayer.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=180435571" | |
| 149 | game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" | |
| 150 | -----Left Arm thing for raulib---- | |
| 151 | if | |
| 152 | game.Players.LocalPlayer.Name == "raulib" | |
| 153 | then | |
| 154 | local o1 = Instance.new("Model")
| |
| 155 | local o2 = Instance.new("Part")
| |
| 156 | local o3 = Instance.new("SpecialMesh")
| |
| 157 | local o4 = Instance.new("Part")
| |
| 158 | local o5 = Instance.new("SpecialMesh")
| |
| 159 | local o6 = Instance.new("Weld")
| |
| 160 | local o7 = Instance.new("CFrameValue")
| |
| 161 | local o8 = Instance.new("Part")
| |
| 162 | local o9 = Instance.new("SpecialMesh")
| |
| 163 | local o10 = Instance.new("Weld")
| |
| 164 | local o11 = Instance.new("CFrameValue")
| |
| 165 | local o12 = Instance.new("Part")
| |
| 166 | local o13 = Instance.new("SpecialMesh")
| |
| 167 | local o14 = Instance.new("Weld")
| |
| 168 | local o15 = Instance.new("CFrameValue")
| |
| 169 | local o16 = Instance.new("Part")
| |
| 170 | local o17 = Instance.new("SpecialMesh")
| |
| 171 | local o18 = Instance.new("Weld")
| |
| 172 | local o19 = Instance.new("CFrameValue")
| |
| 173 | local o20 = Instance.new("Part")
| |
| 174 | local o21 = Instance.new("SpecialMesh")
| |
| 175 | local o22 = Instance.new("Weld")
| |
| 176 | local o23 = Instance.new("CFrameValue")
| |
| 177 | local o24 = Instance.new("Part")
| |
| 178 | local o25 = Instance.new("SpecialMesh")
| |
| 179 | local o26 = Instance.new("Weld")
| |
| 180 | local o27 = Instance.new("CFrameValue")
| |
| 181 | local o28 = Instance.new("Part")
| |
| 182 | local o29 = Instance.new("SpecialMesh")
| |
| 183 | local o30 = Instance.new("Weld")
| |
| 184 | local o31 = Instance.new("CFrameValue")
| |
| 185 | local o32 = Instance.new("Part")
| |
| 186 | local o33 = Instance.new("SpecialMesh")
| |
| 187 | local o34 = Instance.new("Weld")
| |
| 188 | local o35 = Instance.new("CFrameValue")
| |
| 189 | local o36 = Instance.new("Part")
| |
| 190 | local o37 = Instance.new("SpecialMesh")
| |
| 191 | local o38 = Instance.new("Weld")
| |
| 192 | local o39 = Instance.new("CFrameValue")
| |
| 193 | local o40 = Instance.new("Part")
| |
| 194 | local o41 = Instance.new("SpecialMesh")
| |
| 195 | local o42 = Instance.new("Weld")
| |
| 196 | local o43 = Instance.new("CFrameValue")
| |
| 197 | local o44 = Instance.new("Part")
| |
| 198 | local o45 = Instance.new("SpecialMesh")
| |
| 199 | local o46 = Instance.new("Weld")
| |
| 200 | local o47 = Instance.new("CFrameValue")
| |
| 201 | local o48 = Instance.new("Part")
| |
| 202 | local o49 = Instance.new("CFrameValue")
| |
| 203 | local o50 = Instance.new("Weld")
| |
| 204 | o1.Name = "Thing that i can't name" | |
| 205 | o1.Parent = game.Players.LocalPlayer.Character | |
| 206 | o2.Name = "Body" | |
| 207 | o2.Parent = o1 | |
| 208 | o2.BrickColor = BrickColor.new("Smoky grey")
| |
| 209 | o2.Position = Vector3.new(22.2005024, 3.0812428, -87.5837021) | |
| 210 | o2.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 211 | o2.Size = Vector3.new(1.33200002, 2.08100009, 1.28100002) | |
| 212 | o2.CFrame = CFrame.new(22.2005024, 3.0812428, -87.5837021, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 213 | o2.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 214 | o2.Position = Vector3.new(22.2005024, 3.0812428, -87.5837021) | |
| 215 | o2.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 216 | o2.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 217 | o3.Parent = o2 | |
| 218 | o3.MeshId = "rbxassetid://876696873" | |
| 219 | o3.MeshType = Enum.MeshType.FileMesh | |
| 220 | o4.Name = "Blade" | |
| 221 | o4.Parent = o1 | |
| 222 | o4.BrickColor = BrickColor.new("Black")
| |
| 223 | o4.Position = Vector3.new(22.7951298, 1.95716643, -87.5646667) | |
| 224 | o4.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 225 | o4.Size = Vector3.new(0.200000003, 1.59399998, 0.629000008) | |
| 226 | o4.CFrame = CFrame.new(22.7951298, 1.95716643, -87.5646667, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 227 | o4.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 228 | o4.Position = Vector3.new(22.7951298, 1.95716643, -87.5646667) | |
| 229 | o4.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 230 | o4.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 231 | o4.Transparency = 1 | |
| 232 | o5.Parent = o4 | |
| 233 | o5.MeshId = "rbxassetid://876686196" | |
| 234 | o5.MeshType = Enum.MeshType.FileMesh | |
| 235 | o6.Name = "qCFrameWeldThingy" | |
| 236 | o6.Parent = o4 | |
| 237 | o6.C1 = CFrame.new(0.595994949, 1.12350059, 0.00500488281, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 238 | o6.Part0 = o2 | |
| 239 | o6.Part1 = o4 | |
| 240 | o7.Name = "qRelativeCFrameWeldValue" | |
| 241 | o7.Parent = o4 | |
| 242 | o7.Value = CFrame.new(0.595994949, 1.12350059, 0.00500488281, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 243 | o8.Name = "Attachment" | |
| 244 | o8.Parent = o1 | |
| 245 | o8.BrickColor = BrickColor.new("Smoky grey")
| |
| 246 | o8.Position = Vector3.new(21.5511608, 2.86787009, -87.5980988) | |
| 247 | o8.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 248 | o8.Size = Vector3.new(0.670000017, 0.953000009, 0.60799998) | |
| 249 | o8.CFrame = CFrame.new(21.5511608, 2.86787009, -87.5980988, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 250 | o8.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 251 | o8.Position = Vector3.new(21.5511608, 2.86787009, -87.5980988) | |
| 252 | o8.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 253 | o8.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 254 | o9.Parent = o8 | |
| 255 | o9.MeshId = "rbxassetid://876692553" | |
| 256 | o9.MeshType = Enum.MeshType.FileMesh | |
| 257 | o10.Name = "qCFrameWeldThingy" | |
| 258 | o10.Parent = o8 | |
| 259 | o10.C1 = CFrame.new(-0.6492939, 0.21399951, 0.000785827637, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 260 | o10.Part0 = o2 | |
| 261 | o10.Part1 = o8 | |
| 262 | o11.Name = "qRelativeCFrameWeldValue" | |
| 263 | o11.Parent = o8 | |
| 264 | o11.Value = CFrame.new(-0.6492939, 0.21399951, 0.000785827637, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 265 | o12.Name = "Screen1" | |
| 266 | o12.Parent = o1 | |
| 267 | o12.Position = Vector3.new(21.6221409, 2.94030118, -87.5929413) | |
| 268 | o12.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 269 | o12.Size = Vector3.new(0.787999988, 1.79799998, 0.545000017) | |
| 270 | o12.CFrame = CFrame.new(21.6221409, 2.94030118, -87.5929413, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 271 | o12.Position = Vector3.new(21.6221409, 2.94030118, -87.5929413) | |
| 272 | o12.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 273 | o13.Parent = o12 | |
| 274 | o13.MeshId = "rbxassetid://876690157" | |
| 275 | o13.MeshType = Enum.MeshType.FileMesh | |
| 276 | o14.Name = "qCFrameWeldThingy" | |
| 277 | o14.Parent = o12 | |
| 278 | o14.C1 = CFrame.new(-0.57828331, 0.141500235, 0.00428771973, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 279 | o14.Part0 = o2 | |
| 280 | o14.Part1 = o12 | |
| 281 | o15.Name = "qRelativeCFrameWeldValue" | |
| 282 | o15.Parent = o12 | |
| 283 | o15.Value = CFrame.new(-0.57828331, 0.141500235, 0.00428771973, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 284 | o16.Name = "Plate" | |
| 285 | o16.Parent = o1 | |
| 286 | o16.BrickColor = BrickColor.new("Dark stone grey")
| |
| 287 | o16.Position = Vector3.new(22.5204391, 3.28498197, -86.8855591) | |
| 288 | o16.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 289 | o16.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 290 | o16.CFrame = CFrame.new(22.5204391, 3.28498197, -86.8855591, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 291 | o16.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 292 | o16.Position = Vector3.new(22.5204391, 3.28498197, -86.8855591) | |
| 293 | o16.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 294 | o16.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 295 | o17.Parent = o16 | |
| 296 | o17.MeshId = "rbxassetid://876681843" | |
| 297 | o17.MeshType = Enum.MeshType.FileMesh | |
| 298 | o18.Name = "qCFrameWeldThingy" | |
| 299 | o18.Parent = o16 | |
| 300 | o18.C1 = CFrame.new(0.335996628, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 301 | o18.Part0 = o2 | |
| 302 | o18.Part1 = o16 | |
| 303 | o19.Name = "qRelativeCFrameWeldValue" | |
| 304 | o19.Parent = o16 | |
| 305 | o19.Value = CFrame.new(0.335996628, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 306 | o20.Name = "Plate" | |
| 307 | o20.Parent = o1 | |
| 308 | o20.BrickColor = BrickColor.new("Dark stone grey")
| |
| 309 | o20.Position = Vector3.new(22.5196552, 2.47498131, -86.885498) | |
| 310 | o20.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 311 | o20.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 312 | o20.CFrame = CFrame.new(22.5196552, 2.47498131, -86.885498, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 313 | o20.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 314 | o20.Position = Vector3.new(22.5196552, 2.47498131, -86.885498) | |
| 315 | o20.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 316 | o20.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 317 | o21.Parent = o20 | |
| 318 | o21.MeshId = "rbxassetid://876681843" | |
| 319 | o21.MeshType = Enum.MeshType.FileMesh | |
| 320 | o22.Name = "qCFrameWeldThingy" | |
| 321 | o22.Parent = o20 | |
| 322 | o22.C1 = CFrame.new(0.335996628, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 323 | o22.Part0 = o2 | |
| 324 | o22.Part1 = o20 | |
| 325 | o23.Name = "qRelativeCFrameWeldValue" | |
| 326 | o23.Parent = o20 | |
| 327 | o23.Value = CFrame.new(0.335996628, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 328 | o24.Name = "Plate" | |
| 329 | o24.Parent = o1 | |
| 330 | o24.BrickColor = BrickColor.new("Dark stone grey")
| |
| 331 | o24.Position = Vector3.new(22.5305576, 3.29787612, -88.2566681) | |
| 332 | o24.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 333 | o24.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 334 | o24.CFrame = CFrame.new(22.5305576, 3.29787612, -88.2566681, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 335 | o24.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 336 | o24.Position = Vector3.new(22.5305576, 3.29787612, -88.2566681) | |
| 337 | o24.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 338 | o24.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 339 | o25.Parent = o24 | |
| 340 | o25.MeshId = "rbxassetid://876683636" | |
| 341 | o25.MeshType = Enum.MeshType.FileMesh | |
| 342 | o26.Name = "qCFrameWeldThingy" | |
| 343 | o26.Parent = o24 | |
| 344 | o26.C1 = CFrame.new(0.314001083, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 345 | o26.Part0 = o2 | |
| 346 | o26.Part1 = o24 | |
| 347 | o27.Name = "qRelativeCFrameWeldValue" | |
| 348 | o27.Parent = o24 | |
| 349 | o27.Value = CFrame.new(0.314001083, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 350 | o28.Name = "Plate" | |
| 351 | o28.Parent = o1 | |
| 352 | o28.BrickColor = BrickColor.new("Dark stone grey")
| |
| 353 | o28.Position = Vector3.new(22.5297642, 2.47787619, -88.2566147) | |
| 354 | o28.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 355 | o28.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 356 | o28.CFrame = CFrame.new(22.5297642, 2.47787619, -88.2566147, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 357 | o28.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 358 | o28.Position = Vector3.new(22.5297642, 2.47787619, -88.2566147) | |
| 359 | o28.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 360 | o28.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 361 | o29.Parent = o28 | |
| 362 | o29.MeshId = "rbxassetid://876683636" | |
| 363 | o29.MeshType = Enum.MeshType.FileMesh | |
| 364 | o30.Name = "qCFrameWeldThingy" | |
| 365 | o30.Parent = o28 | |
| 366 | o30.C1 = CFrame.new(0.314001083, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 367 | o30.Part0 = o2 | |
| 368 | o30.Part1 = o28 | |
| 369 | o31.Name = "qRelativeCFrameWeldValue" | |
| 370 | o31.Parent = o28 | |
| 371 | o31.Value = CFrame.new(0.314001083, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 372 | o32.Name = "Plate" | |
| 373 | o32.Parent = o1 | |
| 374 | o32.BrickColor = BrickColor.new("Dark stone grey")
| |
| 375 | o32.Position = Vector3.new(21.630682, 3.28584123, -86.9063873) | |
| 376 | o32.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 377 | o32.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 378 | o32.CFrame = CFrame.new(21.630682, 3.28584123, -86.9063873, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 379 | o32.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 380 | o32.Position = Vector3.new(21.630682, 3.28584123, -86.9063873) | |
| 381 | o32.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 382 | o32.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 383 | o33.Parent = o32 | |
| 384 | o33.MeshId = "rbxassetid://876681843" | |
| 385 | o33.MeshType = Enum.MeshType.FileMesh | |
| 386 | o34.Name = "qCFrameWeldThingy" | |
| 387 | o34.Parent = o32 | |
| 388 | o34.C1 = CFrame.new(-0.554006577, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 389 | o34.Part0 = o2 | |
| 390 | o34.Part1 = o32 | |
| 391 | o35.Name = "qRelativeCFrameWeldValue" | |
| 392 | o35.Parent = o32 | |
| 393 | o35.Value = CFrame.new(-0.554006577, -0.203999519, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 394 | o36.Name = "Plate" | |
| 395 | o36.Parent = o1 | |
| 396 | o36.BrickColor = BrickColor.new("Dark stone grey")
| |
| 397 | o36.Position = Vector3.new(21.6298981, 2.47584057, -86.9063339) | |
| 398 | o36.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 399 | o36.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 400 | o36.CFrame = CFrame.new(21.6298981, 2.47584057, -86.9063339, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 401 | o36.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 402 | o36.Position = Vector3.new(21.6298981, 2.47584057, -86.9063339) | |
| 403 | o36.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 404 | o36.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 405 | o37.Parent = o36 | |
| 406 | o37.MeshId = "rbxassetid://876681843" | |
| 407 | o37.MeshType = Enum.MeshType.FileMesh | |
| 408 | o38.Name = "qCFrameWeldThingy" | |
| 409 | o38.Parent = o36 | |
| 410 | o38.C1 = CFrame.new(-0.554006577, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 411 | o38.Part0 = o2 | |
| 412 | o38.Part1 = o36 | |
| 413 | o39.Name = "qRelativeCFrameWeldValue" | |
| 414 | o39.Parent = o36 | |
| 415 | o39.Value = CFrame.new(-0.554006577, 0.606000423, 0.690483093, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 416 | o40.Name = "Plate" | |
| 417 | o40.Parent = o1 | |
| 418 | o40.BrickColor = BrickColor.new("Dark stone grey")
| |
| 419 | o40.Position = Vector3.new(21.6499977, 2.47872591, -88.2772141) | |
| 420 | o40.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 421 | o40.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 422 | o40.CFrame = CFrame.new(21.6499977, 2.47872591, -88.2772141, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 423 | o40.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 424 | o40.Position = Vector3.new(21.6499977, 2.47872591, -88.2772141) | |
| 425 | o40.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 426 | o40.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 427 | o41.Parent = o40 | |
| 428 | o41.MeshId = "rbxassetid://876683636" | |
| 429 | o41.MeshType = Enum.MeshType.FileMesh | |
| 430 | o42.Name = "qCFrameWeldThingy" | |
| 431 | o42.Parent = o40 | |
| 432 | o42.C1 = CFrame.new(-0.566007614, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 433 | o42.Part0 = o2 | |
| 434 | o42.Part1 = o40 | |
| 435 | o43.Name = "qRelativeCFrameWeldValue" | |
| 436 | o43.Parent = o40 | |
| 437 | o43.Value = CFrame.new(-0.566007614, 0.603000164, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 438 | o44.Name = "Plate" | |
| 439 | o44.Parent = o1 | |
| 440 | o44.BrickColor = BrickColor.new("Dark stone grey")
| |
| 441 | o44.Position = Vector3.new(21.6507912, 3.29872584, -88.2772675) | |
| 442 | o44.Rotation = Vector3.new(179.990005, 1.34000003, -179.940002) | |
| 443 | o44.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 444 | o44.CFrame = CFrame.new(21.6507912, 3.29872584, -88.2772675, -0.999725163, 0.000967327214, 0.0234101936, 0.000965412473, 1.00000072, -9.24325941e-05, -0.0234102923, -6.98024232e-05, -0.99972707) | |
| 445 | o44.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 446 | o44.Position = Vector3.new(21.6507912, 3.29872584, -88.2772675) | |
| 447 | o44.Orientation = Vector3.new(0.00999999978, 178.660004, 0.0599999987) | |
| 448 | o44.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 449 | o45.Parent = o44 | |
| 450 | o45.MeshId = "rbxassetid://876683636" | |
| 451 | o45.MeshType = Enum.MeshType.FileMesh | |
| 452 | o46.Name = "qCFrameWeldThingy" | |
| 453 | o46.Parent = o44 | |
| 454 | o46.C1 = CFrame.new(-0.566007614, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 455 | o46.Part0 = o2 | |
| 456 | o46.Part1 = o44 | |
| 457 | o47.Name = "qRelativeCFrameWeldValue" | |
| 458 | o47.Parent = o44 | |
| 459 | o47.Value = CFrame.new(-0.566007614, -0.216999292, -0.680488586, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 460 | o48.Name = "Middle" | |
| 461 | o48.Parent = o1 | |
| 462 | o48.BrickColor = BrickColor.new("Lily white")
| |
| 463 | o48.Transparency = 1 | |
| 464 | o48.Position = Vector3.new(22.1751118, 2.84072757, -87.5881882) | |
| 465 | o48.Rotation = Vector3.new(-177.639999, -88.6600037, -177.630005) | |
| 466 | o48.FormFactor = Enum.FormFactor.Symmetric | |
| 467 | o48.Size = Vector3.new(1, 2, 1) | |
| 468 | o48.CFrame = CFrame.new(22.1751118, 2.84072757, -87.5881882, -0.0234101936, 0.000967327214, -0.999725163, 9.24325941e-05, 1.00000072, 0.000965412473, 0.99972707, -6.98024232e-05, -0.0234102923) | |
| 469 | o48.BottomSurface = Enum.SurfaceType.Smooth | |
| 470 | o48.TopSurface = Enum.SurfaceType.Smooth | |
| 471 | o48.Color = Color3.new(0.929412, 0.917647, 0.917647) | |
| 472 | o48.Position = Vector3.new(22.1751118, 2.84072757, -87.5881882) | |
| 473 | o48.Orientation = Vector3.new(-0.0599999987, -91.3399963, 0.00999999978) | |
| 474 | o48.Color = Color3.new(0.929412, 0.917647, 0.917647) | |
| 475 | o49.Name = "qRelativeCFrameWeldValue" | |
| 476 | o49.Parent = o48 | |
| 477 | o49.Value = CFrame.new(0.00391387939, 0.240539074, -0.0252571106, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 478 | o50.Name = "qCFrameWeldThingy" | |
| 479 | o50.Parent = o48 | |
| 480 | o50.C1 = CFrame.new(0.00391387939, 0.240539074, -0.0252571106, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 481 | o50.Part0 = o2 | |
| 482 | o50.Part1 = o48 | |
| 483 | local weld = Instance.new("Weld")
| |
| 484 | weld.Parent = o48 | |
| 485 | weld.Part0 = o48 | |
| 486 | weld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
| 487 | deo4 = Instance.new("Part")
| |
| 488 | deo5 = Instance.new("SpecialMesh")
| |
| 489 | deo6 = Instance.new("Weld")
| |
| 490 | deo7 = Instance.new("CFrameValue")
| |
| 491 | deo8 = Instance.new("Part")
| |
| 492 | deo9 = Instance.new("SpecialMesh")
| |
| 493 | deo10 = Instance.new("Weld")
| |
| 494 | deo11 = Instance.new("CFrameValue")
| |
| 495 | deo12 = Instance.new("Part")
| |
| 496 | deo13 = Instance.new("SpecialMesh")
| |
| 497 | deo14 = Instance.new("Weld")
| |
| 498 | deo15 = Instance.new("CFrameValue")
| |
| 499 | deo16 = Instance.new("Part")
| |
| 500 | deo17 = Instance.new("SpecialMesh")
| |
| 501 | deo18 = Instance.new("Weld")
| |
| 502 | deo19 = Instance.new("CFrameValue")
| |
| 503 | deo20 = Instance.new("Script")
| |
| 504 | deo4.Name = "Plate1" | |
| 505 | deo4.Parent = o1 | |
| 506 | deo4.BrickColor = BrickColor.new("Dark stone grey")
| |
| 507 | deo4.Position = Vector3.new(23.2285519, 1.33906555, -63.1309395) | |
| 508 | deo4.Rotation = Vector3.new(-178.619995, -56.9000015, 179.729996) | |
| 509 | deo4.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 510 | deo4.CFrame = CFrame.new(23.2285519, 1.33906555, -63.1309395, -0.546165347, -0.00259675225, -0.837673366, -0.0249356981, 0.999602497, 0.0131594185, 0.837306201, 0.0280751884, -0.546012998) | |
| 511 | deo4.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 512 | deo4.Position = Vector3.new(23.2285519, 1.33906555, -63.1309395) | |
| 513 | deo4.Orientation = Vector3.new(-0.75, -123.099998, -1.42999995) | |
| 514 | deo4.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 515 | deo5.Parent = deo4 | |
| 516 | deo5.MeshId = "rbxassetid://876681843" | |
| 517 | deo5.MeshType = Enum.MeshType.FileMesh | |
| 518 | deo6.Name = "qCFrameWeldThingy" | |
| 519 | deo6.Parent = deo4 | |
| 520 | deo6.C1 = CFrame.new(-0.0641098022, -0.308665276, 0.70932579, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996) | |
| 521 | deo6.Part0 = o2 | |
| 522 | deo6.Part1 = deo4 | |
| 523 | deo7.Name = "qRelativeCFrameWeldValue" | |
| 524 | deo7.Parent = deo4 | |
| 525 | deo7.Value = CFrame.new(-0.0641098022, -0.308665276, 0.70932579, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996) | |
| 526 | deo8.Name = "Plate1" | |
| 527 | deo8.Parent = o1 | |
| 528 | deo8.BrickColor = BrickColor.new("Dark stone grey")
| |
| 529 | deo8.Position = Vector3.new(23.2306252, 0.529383302, -63.1536446) | |
| 530 | deo8.Rotation = Vector3.new(-178.619995, -56.9000015, 179.729996) | |
| 531 | deo8.Size = Vector3.new(0.416000009, 0.788999975, 0.200000003) | |
| 532 | deo8.CFrame = CFrame.new(23.2306252, 0.529383302, -63.1536446, -0.546165347, -0.00259675225, -0.837673366, -0.0249356981, 0.999602497, 0.0131594185, 0.837306201, 0.0280751884, -0.546012998) | |
| 533 | deo8.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 534 | deo8.Position = Vector3.new(23.2306252, 0.529383302, -63.1536446) | |
| 535 | deo8.Orientation = Vector3.new(-0.75, -123.099998, -1.42999995) | |
| 536 | deo8.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 537 | deo9.Parent = deo8 | |
| 538 | deo9.MeshId = "rbxassetid://876681843" | |
| 539 | deo9.MeshType = Enum.MeshType.FileMesh | |
| 540 | deo10.Name = "qCFrameWeldThingy" | |
| 541 | deo10.Parent = deo8 | |
| 542 | deo10.C1 = CFrame.new(-0.0641555786, 0.501338005, 0.709318161, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996) | |
| 543 | deo10.Part0 = o2 | |
| 544 | deo10.Part1 = deo8 | |
| 545 | deo11.Name = "qRelativeCFrameWeldValue" | |
| 546 | deo11.Parent = deo8 | |
| 547 | deo11.Value = CFrame.new(-0.0641555786, 0.501338005, 0.709318161, 0.310540915, -0.0261770748, -0.950199544, -0.00451026531, 0.999568939, -0.0290111825, 0.950549304, 0.0132948114, 0.310288996) | |
| 548 | deo12.Name = "Plate1" | |
| 549 | deo12.Parent = o1 | |
| 550 | deo12.BrickColor = BrickColor.new("Dark stone grey")
| |
| 551 | deo12.Position = Vector3.new(23.3787346, 1.37043405, -63.7530594) | |
| 552 | deo12.Rotation = Vector3.new(-173.240005, 88.0999985, 174.949997) | |
| 553 | deo12.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 554 | deo12.CFrame = CFrame.new(23.3787346, 1.37043405, -63.7530594, -0.0330896378, -0.00292195706, 0.99944818, 0.0297818538, 0.999548793, 0.00390826538, -0.999008656, 0.0298947431, -0.0329876691) | |
| 555 | deo12.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 556 | deo12.Position = Vector3.new(23.3787346, 1.37043405, -63.7530594) | |
| 557 | deo12.Orientation = Vector3.new(-0.219999999, 91.8899994, 1.71000004) | |
| 558 | deo12.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 559 | deo13.Parent = deo12 | |
| 560 | deo13.MeshId = "rbxassetid://876683636" | |
| 561 | deo13.MeshType = Enum.MeshType.FileMesh | |
| 562 | deo14.Name = "qCFrameWeldThingy" | |
| 563 | deo14.Parent = deo12 | |
| 564 | deo14.C1 = CFrame.new(-0.158653259, -0.321603298, -0.715133667, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771) | |
| 565 | deo14.Part0 = o2 | |
| 566 | deo14.Part1 = deo12 | |
| 567 | deo15.Name = "qRelativeCFrameWeldValue" | |
| 568 | deo15.Parent = deo12 | |
| 569 | deo15.Value = CFrame.new(-0.158653259, -0.321603298, -0.715133667, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771) | |
| 570 | deo16.Name = "Plate1" | |
| 571 | deo16.Parent = o1 | |
| 572 | deo16.BrickColor = BrickColor.new("Dark stone grey")
| |
| 573 | deo16.Position = Vector3.new(23.3811665, 0.550796628, -63.777626) | |
| 574 | deo16.Rotation = Vector3.new(-173.240005, 88.0999985, 174.949997) | |
| 575 | deo16.Size = Vector3.new(0.416000009, 0.795000017, 0.200000003) | |
| 576 | deo16.CFrame = CFrame.new(23.3811665, 0.550796628, -63.777626, -0.0330896378, -0.00292195706, 0.99944818, 0.0297818538, 0.999548793, 0.00390826538, -0.999008656, 0.0298947431, -0.0329876691) | |
| 577 | deo16.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 578 | deo16.Position = Vector3.new(23.3811665, 0.550796628, -63.777626) | |
| 579 | deo16.Orientation = Vector3.new(-0.219999999, 91.8899994, 1.71000004) | |
| 580 | deo16.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 581 | deo17.Parent = deo16 | |
| 582 | deo17.MeshId = "rbxassetid://876683636" | |
| 583 | deo17.MeshType = Enum.MeshType.FileMesh | |
| 584 | deo18.Name = "qCFrameWeldThingy" | |
| 585 | deo18.Parent = deo16 | |
| 586 | deo18.C1 = CFrame.new(-0.158706665, 0.498405933, -0.715171814, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771) | |
| 587 | deo18.Part0 = o2 | |
| 588 | deo18.Part1 = deo16 | |
| 589 | deo19.Name = "qRelativeCFrameWeldValue" | |
| 590 | deo19.Parent = deo16 | |
| 591 | deo19.Value = CFrame.new(-0.158706665, 0.498405933, -0.715171814, 0.290831298, 0.0308763199, 0.956276059, -0.00466766674, 0.99951303, -0.0308527891, -0.956763029, 0.00450937822, 0.290833771) | |
| 592 | deo20.Name = "qPerfectionWeld" | |
| 593 | deo20.Parent = o1 | |
| 594 | ||
| 595 | ||
| 596 | ||
| 597 | sveio3 = Instance.new("SpecialMesh")
| |
| 598 | sveio5 = Instance.new("Part")
| |
| 599 | sveio6 = Instance.new("BlockMesh")
| |
| 600 | sveio7 = Instance.new("Weld")
| |
| 601 | sveio8 = Instance.new("CFrameValue")
| |
| 602 | sveio9 = Instance.new("Part")
| |
| 603 | sveio10 = Instance.new("BlockMesh")
| |
| 604 | sveio11 = Instance.new("Weld")
| |
| 605 | sveio12 = Instance.new("CFrameValue")
| |
| 606 | sveio13 = Instance.new("Part")
| |
| 607 | sveio14 = Instance.new("BlockMesh")
| |
| 608 | sveio15 = Instance.new("Weld")
| |
| 609 | sveio16 = Instance.new("CFrameValue")
| |
| 610 | sveio17 = Instance.new("Part")
| |
| 611 | sveio18 = Instance.new("BlockMesh")
| |
| 612 | sveio19 = Instance.new("Weld")
| |
| 613 | sveio20 = Instance.new("CFrameValue")
| |
| 614 | sveio21 = Instance.new("Part")
| |
| 615 | sveio22 = Instance.new("BlockMesh")
| |
| 616 | sveio23 = Instance.new("Weld")
| |
| 617 | sveio24 = Instance.new("CFrameValue")
| |
| 618 | sveio25 = Instance.new("Part")
| |
| 619 | sveio26 = Instance.new("BlockMesh")
| |
| 620 | sveio27 = Instance.new("Weld")
| |
| 621 | sveio28 = Instance.new("CFrameValue")
| |
| 622 | sveio29 = Instance.new("Part")
| |
| 623 | sveio30 = Instance.new("BlockMesh")
| |
| 624 | sveio31 = Instance.new("Weld")
| |
| 625 | sveio32 = Instance.new("CFrameValue")
| |
| 626 | sveio33 = Instance.new("Part")
| |
| 627 | sveio34 = Instance.new("Weld")
| |
| 628 | sveio35 = Instance.new("CFrameValue")
| |
| 629 | sveio3.Parent = o2 | |
| 630 | sveio3.MeshId = "rbxassetid://876696873" | |
| 631 | sveio3.MeshType = Enum.MeshType.FileMesh | |
| 632 | sveio5.Name = "svatic1" | |
| 633 | sveio5.Parent = o1 | |
| 634 | sveio5.Material = Enum.Material.SmoothPlastic | |
| 635 | sveio5.BrickColor = BrickColor.new("Mid gray")
| |
| 636 | sveio5.Position = Vector3.new(26.6144924, 0.87007153, -58.3715897) | |
| 637 | sveio5.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 638 | sveio5.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 639 | sveio5.CFrame = CFrame.new(26.6144924, 0.87007153, -58.3715897, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 640 | sveio5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 641 | sveio5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 642 | sveio5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 643 | sveio5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 644 | sveio5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 645 | sveio5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 646 | sveio5.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 647 | sveio5.Position = Vector3.new(26.6144924, 0.87007153, -58.3715897) | |
| 648 | sveio5.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 649 | sveio5.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 650 | sveio6.Parent = sveio5 | |
| 651 | sveio6.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734) | |
| 652 | sveio6.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734) | |
| 653 | sveio7.Name = "qCFrameWeldThingy" | |
| 654 | sveio7.Parent = sveio5 | |
| 655 | sveio7.C1 = CFrame.new(-0.256248474, -0.198151588, 0.096906662, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 656 | sveio7.Part0 = o2 | |
| 657 | sveio7.Part1 = sveio5 | |
| 658 | sveio8.Name = "qRelativeCFrameWeldValue" | |
| 659 | sveio8.Parent = sveio5 | |
| 660 | sveio8.Value = CFrame.new(-0.256248474, -0.198151588, 0.096906662, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 661 | sveio9.Name = "svatic2" | |
| 662 | sveio9.Parent = o1 | |
| 663 | sveio9.Material = Enum.Material.SmoothPlastic | |
| 664 | sveio9.BrickColor = BrickColor.new("Mid gray")
| |
| 665 | sveio9.Position = Vector3.new(26.5114384, 0.940667629, -58.4023094) | |
| 666 | sveio9.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 667 | sveio9.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 668 | sveio9.CFrame = CFrame.new(26.5114384, 0.940667629, -58.4023094, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 669 | sveio9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 670 | sveio9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 671 | sveio9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 672 | sveio9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 673 | sveio9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 674 | sveio9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 675 | sveio9.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 676 | sveio9.Position = Vector3.new(26.5114384, 0.940667629, -58.4023094) | |
| 677 | sveio9.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 678 | sveio9.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 679 | sveio10.Parent = sveio9 | |
| 680 | sveio10.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 681 | sveio10.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 682 | sveio11.Name = "qCFrameWeldThingy" | |
| 683 | sveio11.Parent = sveio9 | |
| 684 | sveio11.C1 = CFrame.new(-0.256248474, -0.224238396, -0.0290584564, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 685 | sveio11.Part0 = o2 | |
| 686 | sveio11.Part1 = sveio9 | |
| 687 | sveio12.Name = "qRelativeCFrameWeldValue" | |
| 688 | sveio12.Parent = sveio9 | |
| 689 | sveio12.Value = CFrame.new(-0.256248474, -0.224238396, -0.0290584564, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 690 | sveio13.Name = "svatic3" | |
| 691 | sveio13.Parent = o1 | |
| 692 | sveio13.Material = Enum.Material.SmoothPlastic | |
| 693 | sveio13.BrickColor = BrickColor.new("Mid gray")
| |
| 694 | sveio13.Position = Vector3.new(26.711483, 0.588569522, -58.3430443) | |
| 695 | sveio13.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 696 | sveio13.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 697 | sveio13.CFrame = CFrame.new(26.711483, 0.588569522, -58.3430443, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 698 | sveio13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 699 | sveio13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 700 | sveio13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 701 | sveio13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 702 | sveio13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 703 | sveio13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 704 | sveio13.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 705 | sveio13.Position = Vector3.new(26.711483, 0.588569522, -58.3430443) | |
| 706 | sveio13.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 707 | sveio13.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 708 | sveio14.Parent = sveio13 | |
| 709 | sveio14.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 710 | sveio14.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 711 | sveio15.Name = "qCFrameWeldThingy" | |
| 712 | sveio15.Parent = sveio13 | |
| 713 | sveio15.C1 = CFrame.new(-0.256240845, -0.325782776, 0.367417336, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 714 | sveio15.Part0 = o2 | |
| 715 | sveio15.Part1 = sveio13 | |
| 716 | sveio16.Name = "qRelativeCFrameWeldValue" | |
| 717 | sveio16.Parent = sveio13 | |
| 718 | sveio16.Value = CFrame.new(-0.256240845, -0.325782776, 0.367417336, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 719 | sveio17.Name = "svatic4" | |
| 720 | sveio17.Parent = o1 | |
| 721 | sveio17.Material = Enum.Material.SmoothPlastic | |
| 722 | sveio17.BrickColor = BrickColor.new("Mid gray")
| |
| 723 | sveio17.Position = Vector3.new(26.3485661, 0.748776793, -58.4513931) | |
| 724 | sveio17.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 725 | sveio17.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 726 | sveio17.CFrame = CFrame.new(26.3485661, 0.748776793, -58.4513931, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 727 | sveio17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 728 | sveio17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 729 | sveio17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 730 | sveio17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 731 | sveio17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 732 | sveio17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 733 | sveio17.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 734 | sveio17.Position = Vector3.new(26.3485661, 0.748776793, -58.4513931) | |
| 735 | sveio17.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 736 | sveio17.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 737 | sveio18.Parent = sveio17 | |
| 738 | sveio18.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892) | |
| 739 | sveio18.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892) | |
| 740 | sveio19.Name = "qCFrameWeldThingy" | |
| 741 | sveio19.Parent = sveio17 | |
| 742 | sveio19.C1 = CFrame.new(-0.256248474, -0.480212212, -0.0137214661, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 743 | sveio19.Part0 = o2 | |
| 744 | sveio19.Part1 = sveio17 | |
| 745 | sveio20.Name = "qRelativeCFrameWeldValue" | |
| 746 | sveio20.Parent = sveio17 | |
| 747 | sveio20.Value = CFrame.new(-0.256248474, -0.480212212, -0.0137214661, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 748 | sveio21.Name = "svatic5" | |
| 749 | sveio21.Parent = o1 | |
| 750 | sveio21.Material = Enum.Material.SmoothPlastic | |
| 751 | sveio21.BrickColor = BrickColor.new("Mid gray")
| |
| 752 | sveio21.Position = Vector3.new(26.8475361, 0.976790607, -58.3016434) | |
| 753 | sveio21.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 754 | sveio21.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 755 | sveio21.CFrame = CFrame.new(26.8475361, 0.976790607, -58.3016434, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 756 | sveio21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 757 | sveio21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 758 | sveio21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 759 | sveio21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 760 | sveio21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 761 | sveio21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 762 | sveio21.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 763 | sveio21.Position = Vector3.new(26.8475361, 0.976790607, -58.3016434) | |
| 764 | sveio21.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 765 | sveio21.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 766 | sveio22.Parent = sveio21 | |
| 767 | sveio22.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148) | |
| 768 | sveio22.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148) | |
| 769 | sveio23.Name = "qCFrameWeldThingy" | |
| 770 | sveio23.Parent = sveio21 | |
| 771 | sveio23.C1 = CFrame.new(-0.256240845, 0.0493326187, 0.193558693, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 772 | sveio23.Part0 = o2 | |
| 773 | sveio23.Part1 = sveio21 | |
| 774 | sveio24.Name = "qRelativeCFrameWeldValue" | |
| 775 | sveio24.Parent = sveio21 | |
| 776 | sveio24.Value = CFrame.new(-0.256240845, 0.0493326187, 0.193558693, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 777 | sveio25.Name = "svatic6" | |
| 778 | sveio25.Parent = o1 | |
| 779 | sveio25.Material = Enum.Material.SmoothPlastic | |
| 780 | sveio25.BrickColor = BrickColor.new("Mid gray")
| |
| 781 | sveio25.Position = Vector3.new(26.4760933, 1.1169889, -58.4125786) | |
| 782 | sveio25.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 783 | sveio25.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 784 | sveio25.CFrame = CFrame.new(26.4760933, 1.1169889, -58.4125786, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 785 | sveio25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 786 | sveio25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 787 | sveio25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 788 | sveio25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 789 | sveio25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 790 | sveio25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 791 | sveio25.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 792 | sveio25.Position = Vector3.new(26.4760933, 1.1169889, -58.4125786) | |
| 793 | sveio25.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 794 | sveio25.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 795 | sveio26.Parent = sveio25 | |
| 796 | sveio26.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 797 | sveio26.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 798 | sveio27.Name = "qCFrameWeldThingy" | |
| 799 | sveio27.Parent = sveio25 | |
| 800 | sveio27.C1 = CFrame.new(-0.256248474, -0.125546455, -0.179736137, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 801 | sveio27.Part0 = o2 | |
| 802 | sveio27.Part1 = sveio25 | |
| 803 | sveio28.Name = "qRelativeCFrameWeldValue" | |
| 804 | sveio28.Parent = sveio25 | |
| 805 | sveio28.Value = CFrame.new(-0.256248474, -0.125546455, -0.179736137, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 806 | sveio29.Name = "svatic7" | |
| 807 | sveio29.Parent = o1 | |
| 808 | sveio29.Material = Enum.Material.SmoothPlastic | |
| 809 | sveio29.BrickColor = BrickColor.new("Mid gray")
| |
| 810 | sveio29.Position = Vector3.new(26.6828384, 0.763483882, -58.3513107) | |
| 811 | sveio29.Rotation = Vector3.new(-105.919998, -42.6800003, 67.0400009) | |
| 812 | sveio29.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 813 | sveio29.CFrame = CFrame.new(26.6828384, 0.763483882, -58.3513107, 0.286730826, -0.676904082, -0.677932024, 0.00168153201, -0.707294524, 0.706919074, -0.958029151, -0.203836784, -0.201663524) | |
| 814 | sveio29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 815 | sveio29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 816 | sveio29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 817 | sveio29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 818 | sveio29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 819 | sveio29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 820 | sveio29.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 821 | sveio29.Position = Vector3.new(26.6828384, 0.763483882, -58.3513107) | |
| 822 | sveio29.Orientation = Vector3.new(-44.9799995, -106.57, 179.860001) | |
| 823 | sveio29.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 824 | sveio30.Parent = sveio29 | |
| 825 | sveio30.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 826 | sveio30.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 827 | sveio31.Name = "qCFrameWeldThingy" | |
| 828 | sveio31.Parent = sveio29 | |
| 829 | sveio31.C1 = CFrame.new(-0.256240845, -0.223143578, 0.222679138, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 830 | sveio31.Part0 = o2 | |
| 831 | sveio31.Part1 = sveio29 | |
| 832 | sveio32.Name = "qRelativeCFrameWeldValue" | |
| 833 | sveio32.Parent = sveio29 | |
| 834 | sveio32.Value = CFrame.new(-0.256240845, -0.223143578, 0.222679138, -0.0310547799, 0.00166180509, 0.999525666, 0.745745838, -0.665793359, 0.0242784023, 0.665508926, 0.746134937, 0.0194386542) | |
| 835 | sveio33.Name = "svatic8" | |
| 836 | sveio33.Parent = o1 | |
| 837 | sveio33.Material = Enum.Material.SmoothPlastic | |
| 838 | sveio33.Position = Vector3.new(26.6609383, 0.860922694, -58.6614456) | |
| 839 | sveio33.Rotation = Vector3.new(-12.6300001, 74.7600021, 12.1000004) | |
| 840 | sveio33.Shape = Enum.PartType.Cylinder | |
| 841 | sveio33.Size = Vector3.new(0.200000003, 1.25999999, 0.879999995) | |
| 842 | sveio33.CFrame = CFrame.new(26.6609383, 0.860922694, -58.6614456, 0.256977767, -0.0550773181, 0.964848042, -0.00174964522, 0.998347104, 0.0574605465, -0.966425419, -0.0164532699, 0.256456375) | |
| 843 | sveio33.BottomSurface = Enum.SurfaceType.Smooth | |
| 844 | sveio33.TopSurface = Enum.SurfaceType.Smooth | |
| 845 | sveio33.Position = Vector3.new(26.6609383, 0.860922694, -58.6614456) | |
| 846 | sveio33.Orientation = Vector3.new(-3.28999996, 75.1100006, -0.100000001) | |
| 847 | sveio34.Name = "qCFrameWeldThingy" | |
| 848 | sveio34.Parent = sveio33 | |
| 849 | sveio34.C1 = CFrame.new(-0.551124573, 0.210699379, 0.105451584, 2.05635342e-06, 4.88498017e-07, 1, 0.000412991882, 1, -4.89347372e-07, -1, 0.000412991882, 2.05615197e-06) | |
| 850 | sveio34.Part0 = o2 | |
| 851 | sveio34.Part1 = sveio33 | |
| 852 | sveio35.Name = "qRelativeCFrameWeldValue" | |
| 853 | sveio35.Parent = sveio33 | |
| 854 | sveio35.Value = CFrame.new(-0.551124573, 0.210699379, 0.105451584, 2.05635342e-06, 4.88498017e-07, 1, 0.000412991882, 1, -4.89347372e-07, -1, 0.000412991882, 2.05615197e-06) | |
| 855 | end | |
| 856 | -----Pistol decoration------ | |
| 857 | local runDummyScript = function(f,scri) | |
| 858 | local oldenv = getfenv(f) | |
| 859 | local newenv = setmetatable({}, {
| |
| 860 | __index = function(_, k) | |
| 861 | if k:lower() == 'script' then | |
| 862 | return scri | |
| 863 | else | |
| 864 | return oldenv[k] | |
| 865 | end | |
| 866 | end | |
| 867 | }) | |
| 868 | setfenv(f, newenv) | |
| 869 | ypcall(function() f() end) | |
| 870 | end | |
| 871 | cors = {}
| |
| 872 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 873 | mas.Name = "CompiledModel" | |
| 874 | local pso1 = Instance.new("Model")
| |
| 875 | local pso2 = Instance.new("Part")
| |
| 876 | local pso3 = Instance.new("Part")
| |
| 877 | local pso4 = Instance.new("SpecialMesh")
| |
| 878 | local pso5 = Instance.new("Weld")
| |
| 879 | local pso6 = Instance.new("CFrameValue")
| |
| 880 | local pso7 = Instance.new("Part")
| |
| 881 | local pso8 = Instance.new("SpecialMesh")
| |
| 882 | local pso9 = Instance.new("Weld")
| |
| 883 | local pso10 = Instance.new("CFrameValue")
| |
| 884 | local pso11 = Instance.new("Script")
| |
| 885 | local psoe = Instance.new("Weld")
| |
| 886 | pso1.Name = "tros" | |
| 887 | pso1.Parent = game.Players.LocalPlayer.Character | |
| 888 | pso2.Name = "Handl" | |
| 889 | pso2.Parent = pso1 | |
| 890 | pso2.Transparency = 1 | |
| 891 | pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823) | |
| 892 | pso2.Rotation = Vector3.new(0.0700000003, 0.529999971, -0.140000001) | |
| 893 | pso2.Size = Vector3.new(2, 2, 1) | |
| 894 | pso2.CFrame = CFrame.new(-34.0027199, 4.19499779, 23.9349823, 0.999957323, 0.00241072476, 0.00921418052, -0.002399683, 0.999996781, -0.00121911452, -0.00921707414, 0.00119694066, 0.999958396) | |
| 895 | pso2.BottomSurface = Enum.SurfaceType.Smooth | |
| 896 | pso2.TopSurface = Enum.SurfaceType.Smooth | |
| 897 | pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823) | |
| 898 | pso2.Orientation = Vector3.new(0.0700000003, 0.529999971, -0.140000001) | |
| 899 | pso3.Name = "Reeng" | |
| 900 | pso3.Parent = pso1 | |
| 901 | pso3.Material = Enum.Material.SmoothPlastic | |
| 902 | pso3.BrickColor = BrickColor.new("Really black")
| |
| 903 | pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454) | |
| 904 | pso3.Rotation = Vector3.new(90.0800018, -0.230000004, 89.4700012) | |
| 905 | pso3.FormFactor = Enum.FormFactor.Custom | |
| 906 | pso3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 907 | pso3.CFrame = CFrame.new(-33.0622673, 3.31371355, 23.7006454, 0.00922484137, -0.999952257, -0.00397826917, -0.00142971566, 0.0039653331, -0.999991536, 0.999958038, 0.00923043489, -0.00139305671) | |
| 908 | pso3.BottomSurface = Enum.SurfaceType.Smooth | |
| 909 | pso3.TopSurface = Enum.SurfaceType.Smooth | |
| 910 | pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 911 | pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454) | |
| 912 | pso3.Orientation = Vector3.new(89.7600021, -109.300003, -19.8299999) | |
| 913 | pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 914 | pso4.Parent = pso3 | |
| 915 | pso4.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 916 | pso4.Scale = Vector3.new(0.5, 0.5, 0.5) | |
| 917 | pso4.MeshType = Enum.MeshType.FileMesh | |
| 918 | pso4.Scale = Vector3.new(0.5, 0.5, 0.5) | |
| 919 | pso5.Name = "qCFrameWeldThingy" | |
| 920 | pso5.Parent = pso3 | |
| 921 | pso5.C1 = CFrame.new(0.22439003, 0.946058273, -0.877861023, 1.1169308e-05, -0.000210574959, 1, -0.999998808, 0.00156567188, 1.14989862e-05, -0.0015656742, -0.999998748, -0.00021055722) | |
| 922 | pso5.Part0 = pso2 | |
| 923 | pso5.Part1 = pso3 | |
| 924 | pso6.Name = "qRelativeCFrameWeldValue" | |
| 925 | pso6.Parent = pso3 | |
| 926 | pso6.Value = CFrame.new(0.22439003, 0.946058273, -0.877861023, 1.1169308e-05, -0.000210574959, 1, -0.999998808, 0.00156567188, 1.14989862e-05, -0.0015656742, -0.999998748, -0.00021055722) | |
| 927 | pso7.Name = "DecPistol" | |
| 928 | pso7.Parent = pso1 | |
| 929 | pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894) | |
| 930 | pso7.Rotation = Vector3.new(86.3099976, -0.850000024, -174.899994) | |
| 931 | pso7.Size = Vector3.new(0.25, 0.927999973, 1.31799996) | |
| 932 | pso7.CFrame = CFrame.new(-32.9894485, 3.18278146, 23.8790894, -0.99592638, 0.0889710113, -0.014844018, 0.00903254002, -0.0653698221, -0.997820616, -0.0897473395, -0.993888438, 0.064299807) | |
| 933 | pso7.BottomSurface = Enum.SurfaceType.Smooth | |
| 934 | pso7.TopSurface = Enum.SurfaceType.Smooth | |
| 935 | pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894) | |
| 936 | pso7.Orientation = Vector3.new(86.2200012, -13, 172.130005) | |
| 937 | pso8.Parent = pso7 | |
| 938 | pso8.MeshId = "rbxassetid://436697873" | |
| 939 | pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996) | |
| 940 | pso8.TextureId = "rbxassetid://436697889" | |
| 941 | pso8.MeshType = Enum.MeshType.FileMesh | |
| 942 | pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996) | |
| 943 | pso9.Name = "qCFrameWeldThingy" | |
| 944 | pso9.Parent = pso7 | |
| 945 | pso9.C1 = CFrame.new(1.0132637, -0.211870193, -0.991374612, -0.995072961, 0.00652409298, -0.0989309251, 0.098284319, -0.0663447008, -0.992944419, -0.0130416043, -0.997775435, 0.0653766021) | |
| 946 | pso9.Part0 = pso2 | |
| 947 | pso9.Part1 = pso7 | |
| 948 | pso10.Name = "qRelativeCFrameWeldValue" | |
| 949 | pso10.Parent = pso7 | |
| 950 | pso10.Value = CFrame.new(1.0132637, -0.211870193, -0.991374612, -0.995072961, 0.00652409298, -0.0989309251, 0.098284319, -0.0663447008, -0.992944419, -0.0130416043, -0.997775435, 0.0653766021) | |
| 951 | pso11.Name = "qPerfectionWeld" | |
| 952 | pso11.Parent = pso1 | |
| 953 | psoe.Parent = pso2 | |
| 954 | psoe.Part0 = pso2 | |
| 955 | psoe.Part1 = game.Players.LocalPlayer.Character.Torso | |
| 956 | -----Pistol Dec End--------- | |
| 957 | MUZC = Instance.new("Sound")
| |
| 958 | MUZC.Volume = 10 | |
| 959 | MUZC.EmitterSize = 999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 960 | MUZC.MaxDistance = 999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 961 | MUZC.SoundId= "rbxassetid://570556587" | |
| 962 | MUZC.Parent = game.Players.LocalPlayer.Character.Head | |
| 963 | ||
| 964 | RAW = Instance.new("Weld")
| |
| 965 | RAWV = Instance.new("CFrameValue")
| |
| 966 | LAW = Instance.new("Weld")
| |
| 967 | LAWV = Instance.new("CFrameValue")
| |
| 968 | ||
| 969 | RAW.Name = "qCFrameWeldThingy" | |
| 970 | RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 971 | RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 972 | RAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 973 | RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 974 | RAWV.Name = "qRelativeCFrameWeldValue" | |
| 975 | RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 976 | RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 977 | ||
| 978 | LAW.Name = "qCFrameWeldThingy" | |
| 979 | LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"] | |
| 980 | LAW.C1 = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113) | |
| 981 | LAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 982 | LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
| 983 | LAWV.Name = "qRelativeCFrameWeldValue" | |
| 984 | LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"] | |
| 985 | LAWV.Value = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113) | |
| 986 | ------------------------------Nazi Armlet----------------------------------------------- | |
| 987 | guigroup=Instance.new("BillboardGui")
| |
| 988 | guigroup.Parent=game.Players.LocalPlayer.Character.Head | |
| 989 | guigroup.Adornee=game.Players.LocalPlayer.Character.Head | |
| 990 | guigroup.Size = UDim2.new(1,0,1,0) | |
| 991 | guigroup.StudsOffset=Vector3.new(0.5, 6, 0) | |
| 992 | oooo1 = Instance.new("TextLabel")
| |
| 993 | Kills = Instance.new("IntValue")
| |
| 994 | Kills.Parent = game.Players.LocalPlayer.Character | |
| 995 | Kills.Name = "Kills" | |
| 996 | oooo1.Text = "General" | |
| 997 | if | |
| 998 | game.Players.LocalPlayer.Name == "raulib" | |
| 999 | then | |
| 1000 | oooo1.Text = "The Creator(General)" | |
| 1001 | end | |
| 1002 | oooo1.Size = UDim2.new(0,200,0,200) | |
| 1003 | oooo1.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1004 | oooo1.BackgroundTransparency = 1 | |
| 1005 | oooo1.Parent = guigroup | |
| 1006 | oooo1.AnchorPoint = Vector2.new(0.5, 0.9) | |
| 1007 | oooo1.Size = UDim2.new(3.5,0,3.5,0) | |
| 1008 | oooo1.TextScaled = true | |
| 1009 | ko1 = Instance.new("TextLabel")
| |
| 1010 | ko1.Name = "klis" | |
| 1011 | ko1.Parent = guigroup | |
| 1012 | ko1.Size = UDim2.new(1.8,0,1.8,0) | |
| 1013 | ko1.Text = "Kills: "..Kills.Value | |
| 1014 | ko1.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1015 | ko1.BackgroundTransparency = 1 | |
| 1016 | ko1.TextColor3 = Color3.new(1, 0, 0) | |
| 1017 | ko1.TextScaled = true | |
| 1018 | ko1.TextWrapped = true | |
| 1019 | ko1.AnchorPoint = Vector2.new(0.5, 0.3) | |
| 1020 | game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion" | |
| 1021 | game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff" | |
| 1022 | game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 1023 | game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 1024 | local runDummyScript = function(f,scri) | |
| 1025 | local oldenv = getfenv(f) | |
| 1026 | local newenv = setmetatable({}, {
| |
| 1027 | __index = function(_, k) | |
| 1028 | if k:lower() == 'script' then | |
| 1029 | return scri | |
| 1030 | else | |
| 1031 | return oldenv[k] | |
| 1032 | end | |
| 1033 | end | |
| 1034 | }) | |
| 1035 | setfenv(f, newenv) | |
| 1036 | ypcall(function() f() end) | |
| 1037 | end | |
| 1038 | cors = {}
| |
| 1039 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 1040 | mas.Name = "CompiledModel" | |
| 1041 | o1 = Instance.new("Model")
| |
| 1042 | o2 = Instance.new("Part")
| |
| 1043 | o3 = Instance.new("BlockMesh")
| |
| 1044 | o4 = Instance.new("Part")
| |
| 1045 | o5 = Instance.new("BlockMesh")
| |
| 1046 | o6 = Instance.new("CFrameValue")
| |
| 1047 | o7 = Instance.new("Weld")
| |
| 1048 | o8 = Instance.new("Part")
| |
| 1049 | o9 = Instance.new("BlockMesh")
| |
| 1050 | o10 = Instance.new("CFrameValue")
| |
| 1051 | o11 = Instance.new("Weld")
| |
| 1052 | o12 = Instance.new("Part")
| |
| 1053 | o13 = Instance.new("BlockMesh")
| |
| 1054 | o14 = Instance.new("CFrameValue")
| |
| 1055 | o15 = Instance.new("Weld")
| |
| 1056 | o16 = Instance.new("Part")
| |
| 1057 | o17 = Instance.new("BlockMesh")
| |
| 1058 | o18 = Instance.new("CFrameValue")
| |
| 1059 | o19 = Instance.new("Weld")
| |
| 1060 | o20 = Instance.new("Part")
| |
| 1061 | o21 = Instance.new("BlockMesh")
| |
| 1062 | o22 = Instance.new("CFrameValue")
| |
| 1063 | o23 = Instance.new("Weld")
| |
| 1064 | o24 = Instance.new("Part")
| |
| 1065 | o25 = Instance.new("BlockMesh")
| |
| 1066 | o26 = Instance.new("CFrameValue")
| |
| 1067 | o27 = Instance.new("Weld")
| |
| 1068 | o28 = Instance.new("Part")
| |
| 1069 | o29 = Instance.new("CFrameValue")
| |
| 1070 | o30 = Instance.new("Weld")
| |
| 1071 | o31 = Instance.new("Part")
| |
| 1072 | o32 = Instance.new("CFrameValue")
| |
| 1073 | o33 = Instance.new("Weld")
| |
| 1074 | o34 = Instance.new("Part")
| |
| 1075 | o35 = Instance.new("SpecialMesh")
| |
| 1076 | o36 = Instance.new("CFrameValue")
| |
| 1077 | o37 = Instance.new("Weld")
| |
| 1078 | weldtoarm = Instance.new("Weld")
| |
| 1079 | o1.Name = "Armlet" | |
| 1080 | o1.Parent = mas | |
| 1081 | o2.Name = "svatic1" | |
| 1082 | o2.Parent = o1 | |
| 1083 | o2.Material = Enum.Material.SmoothPlastic | |
| 1084 | o2.BrickColor = BrickColor.new("Really black")
| |
| 1085 | o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649) | |
| 1086 | o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1087 | o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1088 | o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1089 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1090 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1091 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1092 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1093 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1094 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1095 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1096 | o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649) | |
| 1097 | o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1098 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1099 | o3.Parent = o2 | |
| 1100 | o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734) | |
| 1101 | o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734) | |
| 1102 | o4.Name = "svatic2" | |
| 1103 | o4.Parent = o1 | |
| 1104 | o4.Material = Enum.Material.SmoothPlastic | |
| 1105 | o4.BrickColor = BrickColor.new("Really black")
| |
| 1106 | o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416) | |
| 1107 | o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1108 | o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1109 | o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1110 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1111 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1112 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1113 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1114 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1115 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1116 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1117 | o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416) | |
| 1118 | o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1119 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1120 | o5.Parent = o4 | |
| 1121 | o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 1122 | o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 1123 | o6.Name = "qRelativeCFrameWeldValue" | |
| 1124 | o6.Parent = o4 | |
| 1125 | o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1126 | o7.Name = "qCFrameWeldThingy" | |
| 1127 | o7.Parent = o4 | |
| 1128 | o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1129 | o7.Part0 = o2 | |
| 1130 | o7.Part1 = o4 | |
| 1131 | o8.Name = "svatic3" | |
| 1132 | o8.Parent = o1 | |
| 1133 | o8.Material = Enum.Material.SmoothPlastic | |
| 1134 | o8.BrickColor = BrickColor.new("Really black")
| |
| 1135 | o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157) | |
| 1136 | o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1137 | o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1138 | o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1139 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1140 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1141 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1142 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1143 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1144 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1145 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1146 | o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157) | |
| 1147 | o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1148 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1149 | o9.Parent = o8 | |
| 1150 | o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 1151 | o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 1152 | o10.Name = "qRelativeCFrameWeldValue" | |
| 1153 | o10.Parent = o8 | |
| 1154 | o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1155 | o11.Name = "qCFrameWeldThingy" | |
| 1156 | o11.Parent = o8 | |
| 1157 | o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1158 | o11.Part0 = o2 | |
| 1159 | o11.Part1 = o8 | |
| 1160 | o12.Name = "svatic4" | |
| 1161 | o12.Parent = o1 | |
| 1162 | o12.Material = Enum.Material.SmoothPlastic | |
| 1163 | o12.BrickColor = BrickColor.new("Really black")
| |
| 1164 | o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009) | |
| 1165 | o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1166 | o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1167 | o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1168 | o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1169 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1170 | o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1171 | o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1172 | o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1173 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1174 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1175 | o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009) | |
| 1176 | o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1177 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1178 | o13.Parent = o12 | |
| 1179 | o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892) | |
| 1180 | o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892) | |
| 1181 | o14.Name = "qRelativeCFrameWeldValue" | |
| 1182 | o14.Parent = o12 | |
| 1183 | o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1184 | o15.Name = "qCFrameWeldThingy" | |
| 1185 | o15.Parent = o12 | |
| 1186 | o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1187 | o15.Part0 = o2 | |
| 1188 | o15.Part1 = o12 | |
| 1189 | o16.Name = "svatic5" | |
| 1190 | o16.Parent = o1 | |
| 1191 | o16.Material = Enum.Material.SmoothPlastic | |
| 1192 | o16.BrickColor = BrickColor.new("Really black")
| |
| 1193 | o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123) | |
| 1194 | o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1195 | o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1196 | o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1197 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1198 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1199 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1200 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1201 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1202 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1203 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1204 | o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123) | |
| 1205 | o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1206 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1207 | o17.Parent = o16 | |
| 1208 | o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148) | |
| 1209 | o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148) | |
| 1210 | o18.Name = "qRelativeCFrameWeldValue" | |
| 1211 | o18.Parent = o16 | |
| 1212 | o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1213 | o19.Name = "qCFrameWeldThingy" | |
| 1214 | o19.Parent = o16 | |
| 1215 | o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1216 | o19.Part0 = o2 | |
| 1217 | o19.Part1 = o16 | |
| 1218 | o20.Name = "svatic6" | |
| 1219 | o20.Parent = o1 | |
| 1220 | o20.Material = Enum.Material.SmoothPlastic | |
| 1221 | o20.BrickColor = BrickColor.new("Really black")
| |
| 1222 | o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464) | |
| 1223 | o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1224 | o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1225 | o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1226 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1227 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1228 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1229 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1230 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1231 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1232 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1233 | o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464) | |
| 1234 | o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1235 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1236 | o21.Parent = o20 | |
| 1237 | o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 1238 | o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734) | |
| 1239 | o22.Name = "qRelativeCFrameWeldValue" | |
| 1240 | o22.Parent = o20 | |
| 1241 | o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1242 | o23.Name = "qCFrameWeldThingy" | |
| 1243 | o23.Parent = o20 | |
| 1244 | o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1245 | o23.Part0 = o2 | |
| 1246 | o23.Part1 = o20 | |
| 1247 | o24.Name = "svatic7" | |
| 1248 | o24.Parent = o1 | |
| 1249 | o24.Material = Enum.Material.SmoothPlastic | |
| 1250 | o24.BrickColor = BrickColor.new("Really black")
| |
| 1251 | o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824) | |
| 1252 | o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007) | |
| 1253 | o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061) | |
| 1254 | o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636) | |
| 1255 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1256 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1257 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1258 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1259 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1260 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1261 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1262 | o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824) | |
| 1263 | o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998) | |
| 1264 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1265 | o25.Parent = o24 | |
| 1266 | o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 1267 | o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195) | |
| 1268 | o26.Name = "qRelativeCFrameWeldValue" | |
| 1269 | o26.Parent = o24 | |
| 1270 | o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1271 | o27.Name = "qCFrameWeldThingy" | |
| 1272 | o27.Parent = o24 | |
| 1273 | o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1274 | o27.Part0 = o2 | |
| 1275 | o27.Part1 = o24 | |
| 1276 | o28.Name = "Right Arm" | |
| 1277 | o28.Parent = o1 | |
| 1278 | o28.Material = Enum.Material.SmoothPlastic | |
| 1279 | o28.BrickColor = BrickColor.new("Really black")
| |
| 1280 | o28.Transparency = 1 | |
| 1281 | o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879) | |
| 1282 | o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983) | |
| 1283 | o28.FormFactor = Enum.FormFactor.Symmetric | |
| 1284 | o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489) | |
| 1285 | o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549) | |
| 1286 | o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1287 | o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1288 | o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1289 | o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1290 | o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1291 | o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1292 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1293 | o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879) | |
| 1294 | o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963) | |
| 1295 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1296 | weldtoarm.Parent = o28 | |
| 1297 | weldtoarm.Part0 = o28 | |
| 1298 | weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 1299 | weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55) | |
| 1300 | o29.Name = "qRelativeCFrameWeldValue" | |
| 1301 | o29.Parent = o28 | |
| 1302 | o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05) | |
| 1303 | o30.Name = "qCFrameWeldThingy" | |
| 1304 | o30.Parent = o28 | |
| 1305 | o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05) | |
| 1306 | o30.Part0 = o2 | |
| 1307 | o30.Part1 = o28 | |
| 1308 | o31.Name = "Armlet1" | |
| 1309 | o31.Parent = o1 | |
| 1310 | o31.Material = Enum.Material.SmoothPlastic | |
| 1311 | o31.BrickColor = BrickColor.new("Bright red")
| |
| 1312 | o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391) | |
| 1313 | o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983) | |
| 1314 | o31.FormFactor = Enum.FormFactor.Symmetric | |
| 1315 | o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781) | |
| 1316 | o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549) | |
| 1317 | o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1318 | o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1319 | o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1320 | o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1321 | o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1322 | o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1323 | o31.Color = Color3.new(0.768628, 0.156863, 0.109804) | |
| 1324 | o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391) | |
| 1325 | o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963) | |
| 1326 | o31.Color = Color3.new(0.768628, 0.156863, 0.109804) | |
| 1327 | o32.Name = "qRelativeCFrameWeldValue" | |
| 1328 | o32.Parent = o31 | |
| 1329 | o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05) | |
| 1330 | o33.Name = "qCFrameWeldThingy" | |
| 1331 | o33.Parent = o31 | |
| 1332 | o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05) | |
| 1333 | o33.Part0 = o2 | |
| 1334 | o33.Part1 = o31 | |
| 1335 | o34.Name = "Armlet2" | |
| 1336 | o34.Parent = o1 | |
| 1337 | o34.Material = Enum.Material.SmoothPlastic | |
| 1338 | o34.BrickColor = BrickColor.new("Institutional white")
| |
| 1339 | o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758) | |
| 1340 | o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996) | |
| 1341 | o34.Shape = Enum.PartType.Cylinder | |
| 1342 | o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489) | |
| 1343 | o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947) | |
| 1344 | o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1345 | o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1346 | o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1347 | o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1348 | o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1349 | o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1350 | o34.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1351 | o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758) | |
| 1352 | o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007) | |
| 1353 | o34.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1354 | o35.Parent = o34 | |
| 1355 | o35.Scale = Vector3.new(0.875851333, 1, 1) | |
| 1356 | o35.MeshType = Enum.MeshType.Cylinder | |
| 1357 | o35.Scale = Vector3.new(0.875851333, 1, 1) | |
| 1358 | o36.Name = "qRelativeCFrameWeldValue" | |
| 1359 | o36.Parent = o34 | |
| 1360 | o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794) | |
| 1361 | o37.Name = "qCFrameWeldThingy" | |
| 1362 | o37.Parent = o34 | |
| 1363 | o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794) | |
| 1364 | o37.Part0 = o2 | |
| 1365 | o37.Part1 = o34 | |
| 1366 | mas.Parent = workspace | |
| 1367 | mas:MakeJoints() | |
| 1368 | local mas1 = mas:GetChildren() | |
| 1369 | for i=1,#mas1 do | |
| 1370 | mas1[i].Parent = game.Players.LocalPlayer.Character | |
| 1371 | ypcall(function() mas1[i]:MakeJoints() end) | |
| 1372 | end | |
| 1373 | mas:Destroy() | |
| 1374 | for i=1,#cors do | |
| 1375 | coroutine.resume(cors[i]) | |
| 1376 | end | |
| 1377 | ------------------------------Nazi Armlet End------------------------------------------- | |
| 1378 | ---------------------------------------------------------------------------------------- | |
| 1379 | ----------------------------------Tool-------------------------------------------------- | |
| 1380 | ---------------------------------------------------------------------------------------- | |
| 1381 | ---------------------------------Hat Giver---------------------------------------------- | |
| 1382 | wait(1) | |
| 1383 | local d = game.Players.LocalPlayer.Character:GetChildren() | |
| 1384 | for i=1, #d do | |
| 1385 | if (d[i].className == "Accessory") then | |
| 1386 | d[i]:destroy() | |
| 1387 | end | |
| 1388 | end | |
| 1389 | ||
| 1390 | game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=568062090" | |
| 1391 | local runDummyScript = function(f,scri) | |
| 1392 | local oldenv = getfenv(f) | |
| 1393 | local newenv = setmetatable({}, {
| |
| 1394 | __index = function(_, k) | |
| 1395 | if k:lower() == 'script' then | |
| 1396 | return scri | |
| 1397 | else | |
| 1398 | return oldenv[k] | |
| 1399 | end | |
| 1400 | end | |
| 1401 | }) | |
| 1402 | setfenv(f, newenv) | |
| 1403 | ypcall(function() f() end) | |
| 1404 | end | |
| 1405 | local cors = {}
| |
| 1406 | local mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 1407 | mas.Name = "CompiledModel" | |
| 1408 | local o1 = Instance.new("Model")
| |
| 1409 | local o2 = Instance.new("Part")
| |
| 1410 | local o3 = Instance.new("SpecialMesh")
| |
| 1411 | local o4 = Instance.new("Part")
| |
| 1412 | local o5 = Instance.new("BlockMesh")
| |
| 1413 | local o6 = Instance.new("Weld")
| |
| 1414 | local o7 = Instance.new("CFrameValue")
| |
| 1415 | local o8 = Instance.new("Part")
| |
| 1416 | local o9 = Instance.new("BlockMesh")
| |
| 1417 | local o10 = Instance.new("Weld")
| |
| 1418 | local o11 = Instance.new("CFrameValue")
| |
| 1419 | local o12 = Instance.new("Part")
| |
| 1420 | local o13 = Instance.new("BlockMesh")
| |
| 1421 | local o14 = Instance.new("Weld")
| |
| 1422 | local o15 = Instance.new("CFrameValue")
| |
| 1423 | local o16 = Instance.new("Part")
| |
| 1424 | local o17 = Instance.new("BlockMesh")
| |
| 1425 | local o18 = Instance.new("Weld")
| |
| 1426 | local o19 = Instance.new("CFrameValue")
| |
| 1427 | local o20 = Instance.new("Part")
| |
| 1428 | local o21 = Instance.new("BlockMesh")
| |
| 1429 | local o22 = Instance.new("Weld")
| |
| 1430 | local o23 = Instance.new("CFrameValue")
| |
| 1431 | local o24 = Instance.new("Part")
| |
| 1432 | local o25 = Instance.new("BlockMesh")
| |
| 1433 | local o26 = Instance.new("Weld")
| |
| 1434 | local o27 = Instance.new("CFrameValue")
| |
| 1435 | local o28 = Instance.new("Part")
| |
| 1436 | local o29 = Instance.new("BlockMesh")
| |
| 1437 | local o30 = Instance.new("Weld")
| |
| 1438 | local o31 = Instance.new("CFrameValue")
| |
| 1439 | local o32 = Instance.new("Part")
| |
| 1440 | local o33 = Instance.new("CFrameValue")
| |
| 1441 | local o34 = Instance.new("Weld")
| |
| 1442 | local o35 = Instance.new("Weld")
| |
| 1443 | o1.Name = "Führer Hat" | |
| 1444 | o1.Parent = mas | |
| 1445 | o2.Name = "Hatt" | |
| 1446 | o2.Parent = o1 | |
| 1447 | o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543) | |
| 1448 | o2.Rotation = Vector3.new(0, 0.0399999991, 0) | |
| 1449 | o2.Size = Vector3.new(1.4036535, 1.32119322, 1.76253879) | |
| 1450 | o2.CFrame = CFrame.new(-29.0196323, 4.64066935, 58.0358543, 0.999999762, 2.32928095e-08, 0.000728194311, 2.91350339e-08, 1, -4.76224086e-05, -0.000728194311, 4.76224268e-05, 0.999999762) | |
| 1451 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1452 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1453 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1454 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1455 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1456 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1457 | o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543) | |
| 1458 | o2.Orientation = Vector3.new(0, 0.0399999991, 0) | |
| 1459 | o3.Parent = o2 | |
| 1460 | o3.MeshId = "rbxassetid://430575845" | |
| 1461 | o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424) | |
| 1462 | o3.TextureId = "rbxassetid://868385910" | |
| 1463 | o3.MeshType = Enum.MeshType.FileMesh | |
| 1464 | o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424) | |
| 1465 | o4.Name = "svatic1" | |
| 1466 | o4.Parent = o1 | |
| 1467 | o4.Material = Enum.Material.SmoothPlastic | |
| 1468 | o4.BrickColor = BrickColor.new("Really black")
| |
| 1469 | o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564) | |
| 1470 | o4.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1471 | o4.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1472 | o4.CFrame = CFrame.new(-29.0230846, 4.72106266, 58.6195564, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1473 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1474 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1475 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1476 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1477 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1478 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1479 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1480 | o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564) | |
| 1481 | o4.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1482 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1483 | o5.Parent = o4 | |
| 1484 | o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971) | |
| 1485 | o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971) | |
| 1486 | o6.Name = "qCFrameWeldThingy" | |
| 1487 | o6.Parent = o4 | |
| 1488 | o6.C1 = CFrame.new(-0.584247589, -0.0650081635, -0.0401096344, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1489 | o6.Part0 = o2 | |
| 1490 | o6.Part1 = o4 | |
| 1491 | o7.Name = "qRelativeCFrameWeldValue" | |
| 1492 | o7.Parent = o4 | |
| 1493 | o7.Value = CFrame.new(-0.584247589, -0.0650081635, -0.0401096344, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1494 | o8.Name = "svatic2" | |
| 1495 | o8.Parent = o1 | |
| 1496 | o8.Material = Enum.Material.SmoothPlastic | |
| 1497 | o8.BrickColor = BrickColor.new("Really black")
| |
| 1498 | o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186) | |
| 1499 | o8.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1500 | o8.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1501 | o8.CFrame = CFrame.new(-29.0342407, 4.74027205, 58.6190186, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1502 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1503 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1504 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1505 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1506 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1507 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1508 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1509 | o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186) | |
| 1510 | o8.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1511 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1512 | o9.Parent = o8 | |
| 1513 | o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153) | |
| 1514 | o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153) | |
| 1515 | o10.Name = "qCFrameWeldThingy" | |
| 1516 | o10.Parent = o8 | |
| 1517 | o10.C1 = CFrame.new(-0.584255219, -0.0713329315, -0.0614109039, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1518 | o10.Part0 = o2 | |
| 1519 | o10.Part1 = o8 | |
| 1520 | o11.Name = "qRelativeCFrameWeldValue" | |
| 1521 | o11.Parent = o8 | |
| 1522 | o11.Value = CFrame.new(-0.584255219, -0.0713329315, -0.0614109039, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1523 | o12.Name = "svatic3" | |
| 1524 | o12.Parent = o1 | |
| 1525 | o12.Material = Enum.Material.SmoothPlastic | |
| 1526 | o12.BrickColor = BrickColor.new("Really black")
| |
| 1527 | o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493) | |
| 1528 | o12.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1529 | o12.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1530 | o12.CFrame = CFrame.new(-28.9704952, 4.71106386, 58.6213493, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1531 | o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1532 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1533 | o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1534 | o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1535 | o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1536 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1537 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1538 | o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493) | |
| 1539 | o12.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1540 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1541 | o13.Parent = o12 | |
| 1542 | o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971) | |
| 1543 | o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971) | |
| 1544 | o14.Name = "qCFrameWeldThingy" | |
| 1545 | o14.Parent = o12 | |
| 1546 | o14.C1 = CFrame.new(-0.584247589, -0.0938110352, 0.00504684448, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1547 | o14.Part0 = o2 | |
| 1548 | o14.Part1 = o12 | |
| 1549 | o15.Name = "qRelativeCFrameWeldValue" | |
| 1550 | o15.Parent = o12 | |
| 1551 | o15.Value = CFrame.new(-0.584247589, -0.0938110352, 0.00504684448, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1552 | o16.Name = "svatic4" | |
| 1553 | o16.Parent = o1 | |
| 1554 | o16.Material = Enum.Material.SmoothPlastic | |
| 1555 | o16.BrickColor = BrickColor.new("Really black")
| |
| 1556 | o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837) | |
| 1557 | o16.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1558 | o16.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1559 | o16.CFrame = CFrame.new(-28.9925041, 4.78204298, 58.6199837, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1560 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1561 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1562 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1563 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1564 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1565 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1566 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1567 | o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837) | |
| 1568 | o16.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1569 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1570 | o17.Parent = o16 | |
| 1571 | o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923) | |
| 1572 | o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923) | |
| 1573 | o18.Name = "qCFrameWeldThingy" | |
| 1574 | o18.Parent = o16 | |
| 1575 | o18.C1 = CFrame.new(-0.584270477, -0.130363464, -0.0596694946, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1576 | o18.Part0 = o2 | |
| 1577 | o18.Part1 = o16 | |
| 1578 | o19.Name = "qRelativeCFrameWeldValue" | |
| 1579 | o19.Parent = o16 | |
| 1580 | o19.Value = CFrame.new(-0.584270477, -0.130363464, -0.0596694946, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1581 | o20.Name = "svatic5" | |
| 1582 | o20.Parent = o1 | |
| 1583 | o20.Material = Enum.Material.SmoothPlastic | |
| 1584 | o20.BrickColor = BrickColor.new("Really black")
| |
| 1585 | o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864) | |
| 1586 | o20.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1587 | o20.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1588 | o20.CFrame = CFrame.new(-29.0499535, 4.66760588, 58.6191864, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1589 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1590 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1591 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1592 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1593 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1594 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1595 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1596 | o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864) | |
| 1597 | o20.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1598 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1599 | o21.Parent = o20 | |
| 1600 | o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099) | |
| 1601 | o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099) | |
| 1602 | o22.Name = "qCFrameWeldThingy" | |
| 1603 | o22.Parent = o20 | |
| 1604 | o22.C1 = CFrame.new(-0.584236145, -0.00767326355, -0.0230083466, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1605 | o22.Part0 = o2 | |
| 1606 | o22.Part1 = o20 | |
| 1607 | o23.Name = "qRelativeCFrameWeldValue" | |
| 1608 | o23.Parent = o20 | |
| 1609 | o23.Value = CFrame.new(-0.584236145, -0.00767326355, -0.0230083466, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1610 | o24.Name = "svatic6" | |
| 1611 | o24.Parent = o1 | |
| 1612 | o24.Material = Enum.Material.SmoothPlastic | |
| 1613 | o24.BrickColor = BrickColor.new("Really black")
| |
| 1614 | o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276) | |
| 1615 | o24.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1616 | o24.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1617 | o24.CFrame = CFrame.new(-29.0678387, 4.74114466, 58.6179276, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1618 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1619 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1620 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1621 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1622 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1623 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1624 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1625 | o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276) | |
| 1626 | o24.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1627 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1628 | o25.Parent = o24 | |
| 1629 | o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971) | |
| 1630 | o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971) | |
| 1631 | o26.Name = "qCFrameWeldThingy" | |
| 1632 | o26.Parent = o24 | |
| 1633 | o26.C1 = CFrame.new(-0.584255219, -0.0489177704, -0.0864772797, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1634 | o26.Part0 = o2 | |
| 1635 | o26.Part1 = o24 | |
| 1636 | o27.Name = "qRelativeCFrameWeldValue" | |
| 1637 | o27.Parent = o24 | |
| 1638 | o27.Value = CFrame.new(-0.584255219, -0.0489177704, -0.0864772797, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1639 | o28.Name = "svatic7" | |
| 1640 | o28.Parent = o1 | |
| 1641 | o28.Material = Enum.Material.SmoothPlastic | |
| 1642 | o28.BrickColor = BrickColor.new("Really black")
| |
| 1643 | o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736) | |
| 1644 | o28.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024) | |
| 1645 | o28.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509) | |
| 1646 | o28.CFrame = CFrame.new(-29.0039883, 4.71056747, 58.6202736, -0.0322620012, 0.685578942, -0.727284312, 0.00954262819, 0.727844536, 0.685676873, 0.999435544, 0.0151812984, -0.0300236437) | |
| 1647 | o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1648 | o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1649 | o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1650 | o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1651 | o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1652 | o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1653 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1654 | o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736) | |
| 1655 | o28.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75) | |
| 1656 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1657 | o29.Parent = o28 | |
| 1658 | o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153) | |
| 1659 | o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153) | |
| 1660 | o30.Name = "qCFrameWeldThingy" | |
| 1661 | o30.Parent = o28 | |
| 1662 | o30.C1 = CFrame.new(-0.584251404, -0.0704727173, -0.0190029144, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1663 | o30.Part0 = o2 | |
| 1664 | o30.Part1 = o28 | |
| 1665 | o31.Name = "qRelativeCFrameWeldValue" | |
| 1666 | o31.Parent = o28 | |
| 1667 | o31.Value = CFrame.new(-0.584251404, -0.0704727173, -0.0190029144, -0.0329897739, 0.00959022343, 0.999411285, 0.685567737, 0.727845311, 0.0156458672, -0.727262199, 0.685675442, -0.0305858925) | |
| 1668 | o32.Name = "Head Part" | |
| 1669 | o32.Parent = o1 | |
| 1670 | o32.BrickColor = BrickColor.new("Really black")
| |
| 1671 | o32.Transparency = 1 | |
| 1672 | o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478) | |
| 1673 | o32.Rotation = Vector3.new(0, 0.0399999991, 0) | |
| 1674 | o32.Size = Vector3.new(2, 1, 1) | |
| 1675 | o32.CFrame = CFrame.new(-29.009634, 3.80002499, 58.0408478, 0.999999762, 2.91678219e-08, 0.000733288645, -1.27890987e-09, 1, -1.72470754e-06, -0.000733288645, 1.72471846e-06, 0.999999762) | |
| 1676 | o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1677 | o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1678 | o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1679 | o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1680 | o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1681 | o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1682 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1683 | o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478) | |
| 1684 | o32.Orientation = Vector3.new(0, 0.0399999991, 0) | |
| 1685 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1686 | o33.Name = "qRelativeCFrameWeldValue" | |
| 1687 | o33.Parent = o32 | |
| 1688 | o33.Value = CFrame.new(-0.00999450684, 0.8406443, -0.00500106812, 1, -3.06565475e-08, -5.09431902e-06, 3.92974577e-08, 1, -4.58976901e-05, 5.09431993e-06, 4.58977011e-05, 1) | |
| 1689 | o34.Name = "qCFrameWeldThingy" | |
| 1690 | o34.Parent = o32 | |
| 1691 | o34.C1 = CFrame.new(-0.00999450684, 0.8406443, -0.00500106812, 1, -3.06565475e-08, -5.09431902e-06, 3.92974577e-08, 1, -4.58976901e-05, 5.09431993e-06, 4.58977011e-05, 1) | |
| 1692 | o34.Part0 = o2 | |
| 1693 | o34.Part1 = o32 | |
| 1694 | o35.Name = "Weld to the fducking head" | |
| 1695 | o35.Part0 = o32 | |
| 1696 | o35.Part1 = game.Players.LocalPlayer.Character.Head | |
| 1697 | o35.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(0, math.pi, 6.3) | |
| 1698 | o35.Parent = o32 | |
| 1699 | mas.Parent = workspace | |
| 1700 | mas:MakeJoints() | |
| 1701 | local mas1 = mas:GetChildren() | |
| 1702 | for i=1,#mas1 do | |
| 1703 | mas1[i].Parent = game.Players.LocalPlayer.Character | |
| 1704 | ypcall(function() mas1[i]:MakeJoints() end) | |
| 1705 | end | |
| 1706 | mas:Destroy() | |
| 1707 | for i=1,#cors do | |
| 1708 | coroutine.resume(cors[i]) | |
| 1709 | end | |
| 1710 | ---------------------------Hat end--------------------------------- | |
| 1711 | ------------------------------------------------------------------- | |
| 1712 | ---------------------------Sound Creating-------------------------- | |
| 1713 | wait(1) | |
| 1714 | local runDummyScript = function(f,scri) | |
| 1715 | local oldenv = getfenv(f) | |
| 1716 | local newenv = setmetatable({}, {
| |
| 1717 | __index = function(_, k) | |
| 1718 | if k:lower() == 'script' then | |
| 1719 | return scri | |
| 1720 | else | |
| 1721 | return oldenv[k] | |
| 1722 | end | |
| 1723 | end | |
| 1724 | }) | |
| 1725 | setfenv(f, newenv) | |
| 1726 | ypcall(function() f() end) | |
| 1727 | end | |
| 1728 | cors = {}
| |
| 1729 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 1730 | mas.Name = "CompiledModel" | |
| 1731 | so1 = Instance.new("Backpack")
| |
| 1732 | so2 = Instance.new("Sound")
| |
| 1733 | so3 = Instance.new("Sound")
| |
| 1734 | so4 = Instance.new("Sound")
| |
| 1735 | so5 = Instance.new("Sound")
| |
| 1736 | so6 = Instance.new("Sound")
| |
| 1737 | so7 = Instance.new("Sound")
| |
| 1738 | so8 = Instance.new("Sound")
| |
| 1739 | so9 = Instance.new("Sound")
| |
| 1740 | so10 = Instance.new("Sound")
| |
| 1741 | so11 = Instance.new("Sound")
| |
| 1742 | so12 = Instance.new("Sound")
| |
| 1743 | so13 = Instance.new("Sound")
| |
| 1744 | so1.Name = "Sounds" | |
| 1745 | so1.Parent = game.Players.LocalPlayer | |
| 1746 | so2.Name = "1" | |
| 1747 | so2.Parent = so1 | |
| 1748 | so2.SoundId = "rbxassetid://316012158" | |
| 1749 | so2.EmitterSize = 40000 | |
| 1750 | so2.Volume = 15 | |
| 1751 | so2.MaxDistance = 40000 | |
| 1752 | so3.Name = "2" | |
| 1753 | so3.EmitterSize = 40000 | |
| 1754 | so3.Parent = so1 | |
| 1755 | so3.SoundId = "rbxassetid://316012174" | |
| 1756 | so3.Volume = 15 | |
| 1757 | so3.MaxDistance = 40000 | |
| 1758 | so4.Name = "3" | |
| 1759 | so4.EmitterSize = 40000 | |
| 1760 | so4.MaxDistance = 40000 | |
| 1761 | so4.Parent = so1 | |
| 1762 | so4.SoundId = "rbxassetid://316012192" | |
| 1763 | so4.Volume = 15 | |
| 1764 | so5.Name = "4" | |
| 1765 | so5.EmitterSize = 40000 | |
| 1766 | so5.Parent = so1 | |
| 1767 | so5.MaxDistance = 40000 | |
| 1768 | so5.SoundId = "rbxassetid://316012212" | |
| 1769 | so5.Volume = 15 | |
| 1770 | so6.Name = "5" | |
| 1771 | so6.Parent = so1 | |
| 1772 | so6.EmitterSize = 40000 | |
| 1773 | so6.SoundId = "rbxassetid://316012229" | |
| 1774 | so6.MaxDistance = 40000 | |
| 1775 | so6.Volume = 15 | |
| 1776 | so7.Name = "6" | |
| 1777 | so7.Parent = so1 | |
| 1778 | so7.EmitterSize = 40000 | |
| 1779 | so7.MaxDistance = 40000 | |
| 1780 | so7.SoundId = "rbxassetid://316012256" | |
| 1781 | so7.Volume = 15 | |
| 1782 | so8.Name = "7" | |
| 1783 | so8.Parent = so1 | |
| 1784 | so8.SoundId = "rbxassetid://316012287" | |
| 1785 | so8.Volume = 15 | |
| 1786 | so8.EmitterSize = 40000 | |
| 1787 | so8.MaxDistance = 40000 | |
| 1788 | so9.Name = "Heil!" | |
| 1789 | so9.MaxDistance = 40000 | |
| 1790 | so9.EmitterSize = 40000 | |
| 1791 | so9.Parent = so1 | |
| 1792 | so9.SoundId = "rbxassetid://868444891" | |
| 1793 | so9.Volume = 15 | |
| 1794 | so10.Name = "8" | |
| 1795 | so10.EmitterSize = 40000 | |
| 1796 | so10.MaxDistance = 40000 | |
| 1797 | so10.Parent = so1 | |
| 1798 | so10.SoundId = "rbxassetid://316403490" | |
| 1799 | so10.Volume = 15 | |
| 1800 | so11.Name = "9" | |
| 1801 | so11.Parent = so1 | |
| 1802 | so11.EmitterSize = 40000 | |
| 1803 | so11.MaxDistance = 40000 | |
| 1804 | so11.SoundId = "rbxassetid://316403787" | |
| 1805 | so11.Volume = 15 | |
| 1806 | so12.Name = "10" | |
| 1807 | so12.MaxDistance = 40000 | |
| 1808 | so12.EmitterSize = 40000 | |
| 1809 | so12.Parent = so1 | |
| 1810 | so12.SoundId = "rbxassetid://316403844" | |
| 1811 | so12.Volume = 15 | |
| 1812 | so13.Name = "11" | |
| 1813 | so13.Parent = so1 | |
| 1814 | so13.MaxDistance = 40000 | |
| 1815 | so13.EmitterSize = 40000 | |
| 1816 | so13.SoundId = "rbxassetid://316403916" | |
| 1817 | so13.Volume = 15 | |
| 1818 | ----------------------------Sound Creating End------------------------------- | |
| 1819 | ----------------------------------------------------------------------------- | |
| 1820 | ---------------------------Demostrators----------------------------------- | |
| 1821 | tablenabled = false | |
| 1822 | tbls = false | |
| 1823 | Spooken = false | |
| 1824 | Heil = false | |
| 1825 | Hiel = false | |
| 1826 | Shot = false | |
| 1827 | undeploid = true | |
| 1828 | function getTool() | |
| 1829 | for _, kid in ipairs(script.Parent:GetChildren()) do | |
| 1830 | if kid.className == "Tool" then return kid end | |
| 1831 | end | |
| 1832 | return nil | |
| 1833 | end | |
| 1834 | -----------------------------End------------------------------ | |
| 1835 | -------------------------------------------------------------- | |
| 1836 | ---------------------------Keypress--------------------------- | |
| 1837 | ||
| 1838 | local mouse = game.Players.LocalPlayer:GetMouse() | |
| 1839 | mouse.KeyDown:connect(function (key) | |
| 1840 | key = string.lower(key) | |
| 1841 | if key == "f" and tablenabled == false and undeploid == true and Heil == false and Hiel == false | |
| 1842 | then | |
| 1843 | print("F")
| |
| 1844 | tablenabled = true | |
| 1845 | RAW:Destroy() | |
| 1846 | RAWV:Destroy() | |
| 1847 | LAW:Destroy() | |
| 1848 | LAWV:Destroy() | |
| 1849 | local o7 = Instance.new("Motor6D")
| |
| 1850 | local o8 = Instance.new("Motor6D")
| |
| 1851 | o7.Name = "Left Shoulder" | |
| 1852 | o7.Parent = game.Players.LocalPlayer.Character.Torso | |
| 1853 | o7.C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08) | |
| 1854 | o7.C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08) | |
| 1855 | o7.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 1856 | o7.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
| 1857 | o7.MaxVelocity = 0.10000000149012 | |
| 1858 | o8.Name = "Right Shoulder" | |
| 1859 | o8.Parent = game.Players.LocalPlayer.Character.Torso | |
| 1860 | o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 1861 | o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 1862 | o8.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 1863 | o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 1864 | o8.MaxVelocity = 0.10000000149012 | |
| 1865 | local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 1866 | for i=1, #d do | |
| 1867 | if (d[i].className == "Weld") then | |
| 1868 | d[i]:destroy() | |
| 1869 | end | |
| 1870 | end | |
| 1871 | local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 1872 | for i=1, #e do | |
| 1873 | if (e[i].className == "CFrameValue") then | |
| 1874 | e[i]:destroy() | |
| 1875 | end | |
| 1876 | end | |
| 1877 | local f = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren() | |
| 1878 | for i=1, #f do | |
| 1879 | if (f[i].className == "Weld") then | |
| 1880 | f[i]:destroy() | |
| 1881 | end | |
| 1882 | end | |
| 1883 | local g = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren() | |
| 1884 | for i=1, #g do | |
| 1885 | if (g[i].className == "CFrameValue") then | |
| 1886 | g[i]:destroy() | |
| 1887 | end | |
| 1888 | end | |
| 1889 | game.Players.LocalPlayer.Character.Animate.Disabled = trueq | |
| 1890 | local DEPLOI = Instance.new("Sound")
| |
| 1891 | DEPLOI.Parent = game.Players.LocalPlayer.Character.Head | |
| 1892 | DEPLOI.SoundId = "rbxassetid://417575434" | |
| 1893 | DEPLOI.Volume = 1 | |
| 1894 | DEPLOI:Play() | |
| 1895 | wait(2) | |
| 1896 | DEPLOI:Destroy() | |
| 1897 | undeploid = false | |
| 1898 | print("Hitler deployed his table")
| |
| 1899 | local runDummyScript = function(f,scri) | |
| 1900 | local oldenv = getfenv(f) | |
| 1901 | local newenv = setmetatable({}, {
| |
| 1902 | __index = function(_, k) | |
| 1903 | if k:lower() == 'script' then | |
| 1904 | return scri | |
| 1905 | else | |
| 1906 | return oldenv[k] | |
| 1907 | end | |
| 1908 | end | |
| 1909 | }) | |
| 1910 | setfenv(f, newenv) | |
| 1911 | ypcall(function() f() end) | |
| 1912 | end | |
| 1913 | cors = {}
| |
| 1914 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 1915 | mas.Name = "CompiledModel" | |
| 1916 | local o1 = Instance.new("Model")
| |
| 1917 | local o2 = Instance.new("Part")
| |
| 1918 | local o3 = Instance.new("BlockMesh")
| |
| 1919 | local o4 = Instance.new("Part")
| |
| 1920 | local o5 = Instance.new("BlockMesh")
| |
| 1921 | local o6 = Instance.new("Weld")
| |
| 1922 | local o7 = Instance.new("CFrameValue")
| |
| 1923 | local o8 = Instance.new("Part")
| |
| 1924 | local o9 = Instance.new("BlockMesh")
| |
| 1925 | local o10 = Instance.new("Weld")
| |
| 1926 | local o11 = Instance.new("CFrameValue")
| |
| 1927 | local o12 = Instance.new("WedgePart")
| |
| 1928 | local o13 = Instance.new("Weld")
| |
| 1929 | local o14 = Instance.new("CFrameValue")
| |
| 1930 | local o15 = Instance.new("Part")
| |
| 1931 | local o16 = Instance.new("BlockMesh")
| |
| 1932 | local o17 = Instance.new("Weld")
| |
| 1933 | local o18 = Instance.new("CFrameValue")
| |
| 1934 | local o19 = Instance.new("Part")
| |
| 1935 | local o20 = Instance.new("CylinderMesh")
| |
| 1936 | local o21 = Instance.new("Weld")
| |
| 1937 | local o22 = Instance.new("CFrameValue")
| |
| 1938 | local o23 = Instance.new("Part")
| |
| 1939 | local o24 = Instance.new("SpecialMesh")
| |
| 1940 | local o25 = Instance.new("Weld")
| |
| 1941 | local o26 = Instance.new("CFrameValue")
| |
| 1942 | local o27 = Instance.new("Part")
| |
| 1943 | local o28 = Instance.new("BlockMesh")
| |
| 1944 | local o29 = Instance.new("Weld")
| |
| 1945 | local o30 = Instance.new("CFrameValue")
| |
| 1946 | local o31 = Instance.new("WedgePart")
| |
| 1947 | local o32 = Instance.new("Weld")
| |
| 1948 | local o33 = Instance.new("CFrameValue")
| |
| 1949 | local o34 = Instance.new("Part")
| |
| 1950 | local o35 = Instance.new("BlockMesh")
| |
| 1951 | local o36 = Instance.new("Weld")
| |
| 1952 | local o37 = Instance.new("CFrameValue")
| |
| 1953 | local o38 = Instance.new("Part")
| |
| 1954 | local o39 = Instance.new("BlockMesh")
| |
| 1955 | local o40 = Instance.new("Weld")
| |
| 1956 | local o41 = Instance.new("CFrameValue")
| |
| 1957 | local weld = Instance.new("Weld")
| |
| 1958 | o1.Name = "Führer Speech Table" | |
| 1959 | o1.Parent = mas | |
| 1960 | o2.Parent = o1 | |
| 1961 | o2.Material = Enum.Material.SmoothPlastic | |
| 1962 | o2.BrickColor = BrickColor.new("Dark stone grey")
| |
| 1963 | o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009) | |
| 1964 | o2.Rotation = Vector3.new(0, 90, 0) | |
| 1965 | o2.CanCollide = false | |
| 1966 | o2.FormFactor = Enum.FormFactor.Plate | |
| 1967 | o2.Size = Vector3.new(1, 0.400000006, 2) | |
| 1968 | o2.CFrame = CFrame.new(4.80224037, 0.215049982, 23.7900009, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07) | |
| 1969 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1970 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1971 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1972 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1973 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1974 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1975 | o2.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 1976 | o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009) | |
| 1977 | o2.Orientation = Vector3.new(0, 90, 0) | |
| 1978 | o2.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 1979 | o3.Parent = o2 | |
| 1980 | o4.Name = "Base" | |
| 1981 | weld.Parent = o4 | |
| 1982 | weld.Part0 = o4 | |
| 1983 | weld.Part1 = game.Players.LocalPlayer.Character.Torso | |
| 1984 | weld.C0 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 4.7, 0) | |
| 1985 | o4.Parent = o1 | |
| 1986 | o4.Material = Enum.Material.SmoothPlastic | |
| 1987 | o4.BrickColor = BrickColor.new("Black")
| |
| 1988 | o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009) | |
| 1989 | o4.Rotation = Vector3.new(0, 90, 0) | |
| 1990 | o4.CanCollide = false | |
| 1991 | o4.FormFactor = Enum.FormFactor.Plate | |
| 1992 | o4.Size = Vector3.new(1, 0.400000006, 2) | |
| 1993 | o4.CFrame = CFrame.new(4.80224037, 0.200005978, 23.7900009, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07) | |
| 1994 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1995 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1996 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1997 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1998 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1999 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2000 | o4.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2001 | o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009) | |
| 2002 | o4.Orientation = Vector3.new(0, 90, 0) | |
| 2003 | o4.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2004 | o5.Parent = o4 | |
| 2005 | o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976) | |
| 2006 | o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976) | |
| 2007 | o6.Name = "qCFrameWeldThingy" | |
| 2008 | o6.Parent = o4 | |
| 2009 | o6.C1 = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2010 | o6.Part0 = o2 | |
| 2011 | o6.Part1 = o4 | |
| 2012 | o7.Name = "qRelativeCFrameWeldValue" | |
| 2013 | o7.Parent = o4 | |
| 2014 | o7.Value = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2015 | o8.Parent = o1 | |
| 2016 | o8.Material = Enum.Material.SmoothPlastic | |
| 2017 | o8.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2018 | o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047) | |
| 2019 | o8.Rotation = Vector3.new(0, 90, 0) | |
| 2020 | o8.FormFactor = Enum.FormFactor.Plate | |
| 2021 | o8.Size = Vector3.new(1, 2, 2) | |
| 2022 | o8.CFrame = CFrame.new(4.80224085, 1.01503706, 22.7900047, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07) | |
| 2023 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2024 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2025 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2026 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2027 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2028 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2029 | o8.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2030 | o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047) | |
| 2031 | o8.Orientation = Vector3.new(0, 90, 0) | |
| 2032 | o8.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2033 | o9.Parent = o8 | |
| 2034 | o10.Name = "qCFrameWeldThingy" | |
| 2035 | o10.Parent = o8 | |
| 2036 | o10.C1 = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2037 | o10.Part0 = o2 | |
| 2038 | o10.Part1 = o8 | |
| 2039 | o11.Name = "qRelativeCFrameWeldValue" | |
| 2040 | o11.Parent = o8 | |
| 2041 | o11.Value = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2042 | o12.Name = "Part" | |
| 2043 | o12.Parent = o1 | |
| 2044 | o12.Material = Enum.Material.SmoothPlastic | |
| 2045 | o12.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2046 | o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612) | |
| 2047 | o12.Rotation = Vector3.new(90, 0, -180) | |
| 2048 | o12.FormFactor = Enum.FormFactor.Plate | |
| 2049 | o12.Size = Vector3.new(2, 0.400000006, 1) | |
| 2050 | o12.CFrame = CFrame.new(4.8022418, 1.51503456, 22.0900612, -1, 6.57393514e-07, -6.6860764e-08, 6.68596698e-08, -1.99483975e-06, -1, -6.5739539e-07, -1, 1.99483975e-06) | |
| 2051 | o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2052 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2053 | o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2054 | o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2055 | o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2056 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2057 | o12.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2058 | o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612) | |
| 2059 | o12.Orientation = Vector3.new(90, 180, 0) | |
| 2060 | o12.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2061 | o13.Name = "qCFrameWeldThingy" | |
| 2062 | o13.Parent = o12 | |
| 2063 | o13.C1 = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0) | |
| 2064 | o13.Part0 = o2 | |
| 2065 | o13.Part1 = o12 | |
| 2066 | o14.Name = "qRelativeCFrameWeldValue" | |
| 2067 | o14.Parent = o12 | |
| 2068 | o14.Value = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0) | |
| 2069 | o15.Parent = o1 | |
| 2070 | o15.Material = Enum.Material.SmoothPlastic | |
| 2071 | o15.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2072 | o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631) | |
| 2073 | o15.Rotation = Vector3.new(-90, 90, 0) | |
| 2074 | o15.FormFactor = Enum.FormFactor.Plate | |
| 2075 | o15.Size = Vector3.new(1, 0.400000006, 2) | |
| 2076 | o15.CFrame = CFrame.new(4.80224133, 0.515034616, 22.0900631, -6.6860764e-08, 6.57393514e-07, 1, -1, -1.99483975e-06, -6.68596698e-08, 1.99483975e-06, -1, 6.5739539e-07) | |
| 2077 | o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2078 | o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2079 | o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2080 | o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2081 | o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2082 | o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2083 | o15.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2084 | o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631) | |
| 2085 | o15.Orientation = Vector3.new(0, 90, -90) | |
| 2086 | o15.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2087 | o16.Parent = o15 | |
| 2088 | o17.Name = "qCFrameWeldThingy" | |
| 2089 | o17.Parent = o15 | |
| 2090 | o17.C1 = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1) | |
| 2091 | o17.Part0 = o2 | |
| 2092 | o17.Part1 = o15 | |
| 2093 | o18.Name = "qRelativeCFrameWeldValue" | |
| 2094 | o18.Parent = o15 | |
| 2095 | o18.Value = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1) | |
| 2096 | o19.Parent = o1 | |
| 2097 | o19.Material = Enum.Material.SmoothPlastic | |
| 2098 | o19.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2099 | o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623) | |
| 2100 | o19.Rotation = Vector3.new(118.970001, 82.7699966, 89.0500031) | |
| 2101 | o19.CanCollide = false | |
| 2102 | o19.FormFactor = Enum.FormFactor.Plate | |
| 2103 | o19.Size = Vector3.new(1, 0.400000006, 1) | |
| 2104 | o19.CFrame = CFrame.new(4.30224657, 3.18636274, 22.8998623, 0.00207838812, -0.125895754, 0.992041409, -0.470002174, -0.875764787, -0.110154912, 0.882662833, -0.466032654, -0.0609914586) | |
| 2105 | o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2106 | o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2107 | o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2108 | o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2109 | o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2110 | o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2111 | o19.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2112 | o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623) | |
| 2113 | o19.Orientation = Vector3.new(6.32000017, 93.5199966, -151.779999) | |
| 2114 | o19.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2115 | o20.Parent = o19 | |
| 2116 | o20.Scale = Vector3.new(1, 1.5, 0.150000006) | |
| 2117 | o20.Scale = Vector3.new(1, 1.5, 0.150000006) | |
| 2118 | o21.Name = "qCFrameWeldThingy" | |
| 2119 | o21.Parent = o19 | |
| 2120 | o21.C1 = CFrame.new(2.18325424, 2.1243906, 0.769028187, -0.882661879, -0.470003933, 0.00207899977, 0.466034323, -0.875763834, -0.125896007, 0.0609923303, -0.110154726, 0.992041349) | |
| 2121 | o21.Part0 = o2 | |
| 2122 | o21.Part1 = o19 | |
| 2123 | o22.Name = "qRelativeCFrameWeldValue" | |
| 2124 | o22.Parent = o19 | |
| 2125 | o22.Value = CFrame.new(2.18325424, 2.1243906, 0.769028187, -0.882661879, -0.470003933, 0.00207899977, 0.466034323, -0.875763834, -0.125896007, 0.0609923303, -0.110154726, 0.992041349) | |
| 2126 | o23.Parent = o1 | |
| 2127 | o23.Material = Enum.Material.SmoothPlastic | |
| 2128 | o23.BrickColor = BrickColor.new("Black")
| |
| 2129 | o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819) | |
| 2130 | o23.Rotation = Vector3.new(28.0300007, 0.119999997, -7.23000002) | |
| 2131 | o23.CanCollide = false | |
| 2132 | o23.FormFactor = Enum.FormFactor.Plate | |
| 2133 | o23.Size = Vector3.new(1, 0.400000006, 1) | |
| 2134 | o23.CFrame = CFrame.new(4.35254002, 3.5367043, 23.0863819, 0.99204129, 0.125895873, 0.00207857392, -0.110155217, 0.875767052, -0.469997913, -0.0609911419, 0.466028392, 0.882665157) | |
| 2135 | o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2136 | o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2137 | o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2138 | o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2139 | o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2140 | o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2141 | o23.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2142 | o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819) | |
| 2143 | o23.Orientation = Vector3.new(28.0300007, 0.129999995, -7.17000008) | |
| 2144 | o23.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2145 | o24.Parent = o23 | |
| 2146 | o24.Scale = Vector3.new(1, 1, 0.300000012) | |
| 2147 | o24.Scale = Vector3.new(1, 1, 0.300000012) | |
| 2148 | o25.Name = "qCFrameWeldThingy" | |
| 2149 | o25.Parent = o23 | |
| 2150 | o25.C1 = CFrame.new(0.769104481, -2.52447319, 2.1831646, 0.0609920137, -0.110155031, 0.99204123, -0.466030061, 0.875766098, 0.125896126, -0.882664204, -0.469999671, 0.00207918556) | |
| 2151 | o25.Part0 = o2 | |
| 2152 | o25.Part1 = o23 | |
| 2153 | o26.Name = "qRelativeCFrameWeldValue" | |
| 2154 | o26.Parent = o23 | |
| 2155 | o26.Value = CFrame.new(0.769104481, -2.52447319, 2.1831646, 0.0609920137, -0.110155031, 0.99204123, -0.466030061, 0.875766098, 0.125896126, -0.882664204, -0.469999671, 0.00207918556) | |
| 2156 | o27.Parent = o1 | |
| 2157 | o27.Material = Enum.Material.SmoothPlastic | |
| 2158 | o27.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2159 | o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028) | |
| 2160 | o27.Rotation = Vector3.new(0, 90, 0) | |
| 2161 | o27.FormFactor = Enum.FormFactor.Plate | |
| 2162 | o27.Size = Vector3.new(1, 0.800000012, 2) | |
| 2163 | o27.CFrame = CFrame.new(4.80224323, 2.41499805, 22.7900028, 6.57393514e-07, 6.6860764e-08, 1, -1.99483975e-06, 1, -6.68596698e-08, -1, -1.99483975e-06, 6.5739539e-07) | |
| 2164 | o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2165 | o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2166 | o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2167 | o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2168 | o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2169 | o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2170 | o27.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2171 | o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028) | |
| 2172 | o27.Orientation = Vector3.new(0, 90, 0) | |
| 2173 | o27.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2174 | o28.Parent = o27 | |
| 2175 | o29.Name = "qCFrameWeldThingy" | |
| 2176 | o29.Parent = o27 | |
| 2177 | o29.C1 = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2178 | o29.Part0 = o2 | |
| 2179 | o29.Part1 = o27 | |
| 2180 | o30.Name = "qRelativeCFrameWeldValue" | |
| 2181 | o30.Parent = o27 | |
| 2182 | o30.Value = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2183 | o31.Name = "Part" | |
| 2184 | o31.Parent = o1 | |
| 2185 | o31.Material = Enum.Material.SmoothPlastic | |
| 2186 | o31.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2187 | o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009) | |
| 2188 | o31.Rotation = Vector3.new(180, 0, -180) | |
| 2189 | o31.FormFactor = Enum.FormFactor.Plate | |
| 2190 | o31.Size = Vector3.new(2, 0.400000006, 1) | |
| 2191 | o31.CFrame = CFrame.new(4.80224323, 3.01503515, 22.7900009, -1, 6.6860764e-08, 6.57393514e-07, 6.68596698e-08, 1, -1.99483975e-06, -6.5739539e-07, -1.99483975e-06, -1) | |
| 2192 | o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2193 | o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2194 | o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2195 | o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2196 | o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2197 | o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2198 | o31.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2199 | o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009) | |
| 2200 | o31.Orientation = Vector3.new(0, 180, 0) | |
| 2201 | o31.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2202 | o32.Name = "qCFrameWeldThingy" | |
| 2203 | o32.Parent = o31 | |
| 2204 | o32.C1 = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 2205 | o32.Part0 = o2 | |
| 2206 | o32.Part1 = o31 | |
| 2207 | o33.Name = "qRelativeCFrameWeldValue" | |
| 2208 | o33.Parent = o31 | |
| 2209 | o33.Value = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 2210 | o34.Parent = o1 | |
| 2211 | o34.Material = Enum.Material.SmoothPlastic | |
| 2212 | o34.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2213 | o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451) | |
| 2214 | o34.Rotation = Vector3.new(173.660004, 89.9300003, -151.160004) | |
| 2215 | o34.FormFactor = Enum.FormFactor.Plate | |
| 2216 | o34.Size = Vector3.new(1, 0.400000006, 1) | |
| 2217 | o34.CFrame = CFrame.new(5.30077744, 3.00703883, 22.7902451, -0.00100036676, 0.00055081083, 0.999999344, 0.38262701, 0.923902988, -0.00012612842, -0.923902392, 0.382626653, -0.00113499665) | |
| 2218 | o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2219 | o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2220 | o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2221 | game.Players.LocalPlayer.Character.Humanoid.Jump = true | |
| 2222 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 | |
| 2223 | wait(.1) | |
| 2224 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0 | |
| 2225 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0 | |
| 2226 | wait(.5) | |
| 2227 | o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2228 | o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2229 | o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2230 | o34.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2231 | o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451) | |
| 2232 | o34.Orientation = Vector3.new(0.00999999978, 90.0699997, 22.5) | |
| 2233 | o34.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2234 | o35.Parent = o34 | |
| 2235 | o35.Scale = Vector3.new(0.899999976, 0.75, 0.75) | |
| 2236 | o35.Scale = Vector3.new(0.899999976, 0.75, 0.75) | |
| 2237 | o36.Name = "qCFrameWeldThingy" | |
| 2238 | o36.Parent = o34 | |
| 2239 | o36.C1 = CFrame.new(-1.99146843, -2.19726753, -0.499319553, 0.923901618, 0.382628858, -0.00100099971, -0.3826285, 0.923902214, 0.000551000587, 0.00113565428, -0.000126059284, 0.999999344) | |
| 2240 | o36.Part0 = o2 | |
| 2241 | o36.Part1 = o34 | |
| 2242 | o37.Name = "qRelativeCFrameWeldValue" | |
| 2243 | o37.Parent = o34 | |
| 2244 | o37.Value = CFrame.new(-1.99146843, -2.19726753, -0.499319553, 0.923901618, 0.382628858, -0.00100099971, -0.3826285, 0.923902214, 0.000551000587, 0.00113565428, -0.000126059284, 0.999999344) | |
| 2245 | o38.Parent = o1 | |
| 2246 | o38.Material = Enum.Material.SmoothPlastic | |
| 2247 | o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028) | |
| 2248 | o38.Rotation = Vector3.new(22.5, 90, 0) | |
| 2249 | o38.FormFactor = Enum.FormFactor.Plate | |
| 2250 | o38.Size = Vector3.new(1, 0.400000006, 1) | |
| 2251 | o38.CFrame = CFrame.new(5.30224133, 3.00618434, 22.7900028, 6.32938452e-07, -1.89803927e-07, 1, 0.382683963, 0.923879385, -6.68596698e-08, -0.923879385, 0.382683933, 6.5739539e-07) | |
| 2252 | o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2253 | o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2254 | o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2255 | o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2256 | o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2257 | o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2258 | o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028) | |
| 2259 | o38.Orientation = Vector3.new(0, 90, 22.5) | |
| 2260 | o39.Parent = o38 | |
| 2261 | o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988) | |
| 2262 | o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988) | |
| 2263 | o40.Name = "qCFrameWeldThingy" | |
| 2264 | o40.Parent = o38 | |
| 2265 | o40.C1 = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1) | |
| 2266 | o40.Part0 = o2 | |
| 2267 | o40.Part1 = o38 | |
| 2268 | o41.Name = "qRelativeCFrameWeldValue" | |
| 2269 | o41.Parent = o38 | |
| 2270 | o41.Value = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1) | |
| 2271 | o1.Parent = game.Players.LocalPlayer.Character | |
| 2272 | game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08) | |
| 2273 | game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0, 0.165244907, 0.118808933, -0.979070246, 0.794930875, 0.571544766, 0.203522593, 0.583762765, -0.811924279, -2.551708e-08) | |
| 2274 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2275 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08) | |
| 2276 | wait(.1) | |
| 2277 | local leDEPLOI = Instance.new("Sound")
| |
| 2278 | leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head | |
| 2279 | leDEPLOI.SoundId = "rbxassetid://539294959" | |
| 2280 | leDEPLOI.Volume = 1 | |
| 2281 | leDEPLOI:Play() | |
| 2282 | game.Players.LocalPlayer.Character.Animate.Disabled = true | |
| 2283 | tablenabled = true | |
| 2284 | wait(1.5) | |
| 2285 | undeploid = false | |
| 2286 | leDEPLOI:Destroy() | |
| 2287 | end | |
| 2288 | ||
| 2289 | if key == "x" and tablenabled == true and undeploid == false | |
| 2290 | then | |
| 2291 | undeploid = true | |
| 2292 | local leDEPLOI = Instance.new("Sound")
| |
| 2293 | leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head | |
| 2294 | leDEPLOI.SoundId = "rbxassetid://180163749" | |
| 2295 | leDEPLOI.Volume = 1 | |
| 2296 | leDEPLOI.Looped = true | |
| 2297 | leDEPLOI:Play() | |
| 2298 | wait(2) | |
| 2299 | leDEPLOI:Destroy() | |
| 2300 | print("Hitler retracted his table")
| |
| 2301 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 | |
| 2302 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 | |
| 2303 | game.Players.LocalPlayer.Character["Führer Speech Table"]:Destroy() | |
| 2304 | game.Players.LocalPlayer.Character.Animate.Disabled = false | |
| 2305 | game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08) | |
| 2306 | game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08) | |
| 2307 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2308 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2309 | tablenabled = false | |
| 2310 | undeploid = true | |
| 2311 | local RAW = Instance.new("Weld")
| |
| 2312 | local RAWV = Instance.new("CFrameValue")
| |
| 2313 | local LAW = Instance.new("Weld")
| |
| 2314 | local LAWV = Instance.new("CFrameValue")
| |
| 2315 | ||
| 2316 | RAW.Name = "qCFrameWeldThingy" | |
| 2317 | RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2318 | RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 2319 | RAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 2320 | RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2321 | RAWV.Name = "qRelativeCFrameWeldValue" | |
| 2322 | RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2323 | RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 2324 | ||
| 2325 | LAW.Name = "qCFrameWeldThingy" | |
| 2326 | LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"] | |
| 2327 | LAW.C1 = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113) | |
| 2328 | LAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 2329 | LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
| 2330 | LAWV.Name = "qRelativeCFrameWeldValue" | |
| 2331 | LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"] | |
| 2332 | LAWV.Value = CFrame.new(1.10416794, -0.319442749, -0.0551052094, 0.676092148, 0.143845513, -0.722639501, -0.613944411, 0.652254164, -0.444563508, 0.407396168, 0.744226336, 0.529297113) | |
| 2333 | end | |
| 2334 | end) | |
| 2335 | local mous = game.Players.LocalPlayer:GetMouse() | |
| 2336 | mous.KeyDown:connect(function (ke) | |
| 2337 | ke = string.lower(ke) | |
| 2338 | ||
| 2339 | ||
| 2340 | if ke == "e" and tablenabled == true and Spooken == false and Heil == false | |
| 2341 | then | |
| 2342 | Heil = true | |
| 2343 | sounds = {so2.SoundId,so3.SoundId,so4.SoundId,so5.SoundId,so6.SoundId,so7.SoundId,so8.SoundId,so10.SoundId,so11.SoundId,so12.SoundId,so13.SoundId}
| |
| 2344 | print("Hitler said some words")
| |
| 2345 | Player = Instance.new("Sound")
| |
| 2346 | Player.Parent = game.Players.LocalPlayer.Character.Head | |
| 2347 | Player.Name = "SoundPlayer" | |
| 2348 | Player.SoundId = sounds[math.random(1,#sounds)] | |
| 2349 | Player:Play() | |
| 2350 | tablenabled = true | |
| 2351 | Spooken = true | |
| 2352 | wait(5) | |
| 2353 | Spooken = false | |
| 2354 | Heil = false | |
| 2355 | end | |
| 2356 | end) | |
| 2357 | ||
| 2358 | local mouu = game.Players.LocalPlayer:GetMouse() | |
| 2359 | mouu.KeyDown:connect(function (kee) | |
| 2360 | kee = string.lower(kee) | |
| 2361 | ||
| 2362 | if kee == "q" and tablenabled == true and Heil == false and Spooken == false | |
| 2363 | then | |
| 2364 | Heil = true | |
| 2365 | wait(.1) | |
| 2366 | Spooken = true | |
| 2367 | Heil = true | |
| 2368 | sounds = {so9.SoundId}
| |
| 2369 | print("SIEG HEIL!")
| |
| 2370 | Player = Instance.new("Sound")
| |
| 2371 | Player.Parent = game.Players.LocalPlayer.Character.Head | |
| 2372 | Player.Name = "SoundPlayer" | |
| 2373 | Player.SoundId = sounds[math.random(1,#sounds)] | |
| 2374 | Player:Play() | |
| 2375 | local He = "Sieg Heil!" | |
| 2376 | wait(2) | |
| 2377 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2378 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.49999997, 0, 0.843744278, -0.171882227, 0.508480251, -0.498246878, 0.101499684, 0.861073673, -0.199613839, -0.979874671, -8.72539818e-09) | |
| 2379 | game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
| |
| 2380 | wait(0.5) | |
| 2381 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2382 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 1.03762543, 0, -0.363555819, -0.244653851, 0.898872435, -0.745738387, -0.501842558, -0.438210398, 0.558302283, -0.829637587, 2.44041676e-08) | |
| 2383 | wait(1) | |
| 2384 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 2385 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08) | |
| 2386 | wait(1.5) | |
| 2387 | Heil = false | |
| 2388 | Spooken = false | |
| 2389 | end | |
| 2390 | end) | |
| 2391 | ||
| 2392 | local mouuwe = game.Players.LocalPlayer:GetMouse() | |
| 2393 | mouuwe.KeyDown:connect(function (keewe) | |
| 2394 | keewe = string.lower(keewe) | |
| 2395 | ||
| 2396 | if keewe == "q" and tablenabled == false and Hiel == false and Spooken == false | |
| 2397 | then | |
| 2398 | wait(.1) | |
| 2399 | Spooken = true | |
| 2400 | Hiel = true | |
| 2401 | sounds = {so9.SoundId}
| |
| 2402 | print("SIEG HEIL!")
| |
| 2403 | Player = Instance.new("Sound")
| |
| 2404 | Player.Parent = game.Players.LocalPlayer.Character.Head | |
| 2405 | Player.Name = "SoundPlayer" | |
| 2406 | Player.SoundId = sounds[math.random(1,#sounds)] | |
| 2407 | Player:Play() | |
| 2408 | wait(2) | |
| 2409 | local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 2410 | for i=1, #d do | |
| 2411 | if (d[i].className == "Weld") then | |
| 2412 | d[i]:destroy() | |
| 2413 | end | |
| 2414 | end | |
| 2415 | local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 2416 | for i=1, #e do | |
| 2417 | if (e[i].className == "CFrameValue") then | |
| 2418 | e[i]:destroy() | |
| 2419 | end | |
| 2420 | end | |
| 2421 | RAW:Destroy() | |
| 2422 | RAWV:Destroy() | |
| 2423 | local He = "Sieg Heil!" | |
| 2424 | local owwe16 = Instance.new("Weld")
| |
| 2425 | local owwe17 = Instance.new("CFrameValue")
| |
| 2426 | owwe16.Name = "qCFrameWeldThingy" | |
| 2427 | owwe16.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2428 | owwe16.C1 = CFrame.new(-0.721325874, -0.475517273, 0.499384642, 0.245333657, -0.0480151623, -0.968248904, 0.969438732, 0.0121510886, 0.245032549, 0, -0.998768806, 0.0495290235) | |
| 2429 | owwe16.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 2430 | owwe16.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2431 | owwe17.Name = "qRelativeCFrameWeldValue" | |
| 2432 | owwe17.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2433 | owwe17.Value = CFrame.new(-0.721325874, -0.475517273, 0.499384642, 0.245333657, -0.0480151623, -0.968248904, 0.969438732, 0.0121510886, 0.245032549, 0, -0.998768806, 0.0495290235) | |
| 2434 | game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
| |
| 2435 | wait(.5) | |
| 2436 | owwe16.C1 = CFrame.new(-0.824748993, 1.9500351, -0.106836319, 0.60572499, -0.0434112921, 0.794488966, -0.702004015, -0.499187171, 0.50793767, 0.374549896, -0.865401566, -0.332846314) | |
| 2437 | owwe17.Value = CFrame.new(-0.824748993, 1.9500351, -0.106836319, 0.60572499, -0.0434112921, 0.794488966, -0.702004015, -0.499187171, 0.50793767, 0.374549896, -0.865401566, -0.332846314) | |
| 2438 | print("2")
| |
| 2439 | wait(1.5) | |
| 2440 | Hiel = false | |
| 2441 | Spooken = false | |
| 2442 | owwe16:Destroy() | |
| 2443 | owwe17:Destroy() | |
| 2444 | local RAW = Instance.new("Weld")
| |
| 2445 | local RAWV = Instance.new("CFrameValue")
| |
| 2446 | ||
| 2447 | RAW.Name = "qCFrameWeldThingy" | |
| 2448 | RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2449 | RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 2450 | RAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 2451 | RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2452 | RAWV.Name = "qRelativeCFrameWeldValue" | |
| 2453 | RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2454 | RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 2455 | end | |
| 2456 | end) | |
| 2457 | ||
| 2458 | ||
| 2459 | ||
| 2460 | ||
| 2461 | ||
| 2462 | ||
| 2463 | ||
| 2464 | local mouuweew = game.Players.LocalPlayer:GetMouse() | |
| 2465 | mouuweew.KeyDown:connect(function (keeweew) | |
| 2466 | keeweew = string.lower(keeweew) | |
| 2467 | ||
| 2468 | if keeweew == "p" | |
| 2469 | then | |
| 2470 | MUZC:Play() | |
| 2471 | end | |
| 2472 | end) | |
| 2473 | ||
| 2474 | local mouuweeww = game.Players.LocalPlayer:GetMouse() | |
| 2475 | mouuweeww.KeyDown:connect(function (keeweeww) | |
| 2476 | keeweeww = string.lower(keeweeww) | |
| 2477 | if keeweeww == "l" | |
| 2478 | then | |
| 2479 | MUZC:Stop() | |
| 2480 | end | |
| 2481 | end) | |
| 2482 | ||
| 2483 | local plr = game.Players.LocalPlayer | |
| 2484 | function exe(cmd) | |
| 2485 | game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = cmd | |
| 2486 | end | |
| 2487 | local mouse = plr:GetMouse() | |
| 2488 | local adornees | |
| 2489 | local destroyit = false | |
| 2490 | local lasttarget | |
| 2491 | local currenttarget | |
| 2492 | local changed = {}
| |
| 2493 | mouse.Button1Down:connect(function() | |
| 2494 | if mouse.Target and Heil ==false and Hiel == false then | |
| 2495 | if mouse.Target.Parent.ClassName == "Model" then | |
| 2496 | currenttarget = mouse.Target.Parent | |
| 2497 | lasttarget = mouse.Target.Parent | |
| 2498 | adornees = Instance.new("Model",plr.Character)
| |
| 2499 | for i,v in pairs(mouse.Target.Parent:GetChildren()) do | |
| 2500 | local s = Instance.new("SelectionBox",adornees)
| |
| 2501 | if v:IsA("Part") then
| |
| 2502 | if v.Name == "Torso" then | |
| 2503 | local lasso = Instance.new("SelectionPartLasso",adornees)
| |
| 2504 | lasso.Humanoid = plr.Character.Humanoid | |
| 2505 | mouse.Target.Parent.Humanoid.Health = 0 | |
| 2506 | end | |
| 2507 | if | |
| 2508 | mouse.Target.Parent.Humanoid == nil == false and Shot == false | |
| 2509 | then | |
| 2510 | Shot = true | |
| 2511 | bloo1 = Instance.new("ParticleEmitter")
| |
| 2512 | bloo1.Parent = mouse.Target | |
| 2513 | bloo1.Transparency = NumberSequence.new(0.5,0.5) | |
| 2514 | bloo1.Size = NumberSequence.new(0.5,0.5) | |
| 2515 | bloo1.Texture = "rbxassetid://524781377" | |
| 2516 | bloo1.ZOffset = 1 | |
| 2517 | bloo1.Acceleration = Vector3.new(0, -20, 0) | |
| 2518 | bloo1.Rate = 500 | |
| 2519 | bloo1.RotSpeed = NumberRange.new(10000,10000) | |
| 2520 | bloo1.Speed = NumberRange.new(0,0) | |
| 2521 | local Victimm = mouse.Target.Parent | |
| 2522 | Victimm.Humanoid.PlatformStand = true | |
| 2523 | guigroup=Instance.new("BillboardGui")
| |
| 2524 | guigroup.Parent=Victimm.Head | |
| 2525 | guigroup.Adornee=Victimm.Head | |
| 2526 | guigroup.Size = UDim2.new(1,0,1,0) | |
| 2527 | guigroup.StudsOffset=Vector3.new(0.5, 2, 0) | |
| 2528 | owooo1 = Instance.new("ImageLabel")
| |
| 2529 | owooo1.Size = UDim2.new(0,100,0,100) | |
| 2530 | owooo1.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 2531 | owooo1.BackgroundTransparency = 1 | |
| 2532 | owooo1.Image = "rbxassetid://20016320" | |
| 2533 | owooo1.Parent = guigroup | |
| 2534 | owooo1.AnchorPoint = Vector2.new(0.5, 0.5) | |
| 2535 | owooo1.Size = UDim2.new(1.5,0,1.5,0) | |
| 2536 | local player = Victimm | |
| 2537 | local char = Victimm | |
| 2538 | local OMGCREEPYw = Instance.new("Sound")
| |
| 2539 | OMGCREEPYw.Volume = 2.5 | |
| 2540 | OMGCREEPYw.SoundId = "rbxassetid://605536910" | |
| 2541 | local OMGCREEPYweew = Instance.new("Sound")
| |
| 2542 | OMGCREEPYweew.Volume = 5 | |
| 2543 | OMGCREEPYweew.SoundId = "rbxassetid://566593606" | |
| 2544 | char.Archivable = true | |
| 2545 | local rg = char:Clone() | |
| 2546 | rg.Name = "" | |
| 2547 | rg.Humanoid.MaxHealth = 0 | |
| 2548 | rg.Humanoid.PlatformStand = true | |
| 2549 | for i, v in pairs(rg.Torso:GetChildren()) do | |
| 2550 | if v:IsA("Motor6D") then
| |
| 2551 | v:Destroy() | |
| 2552 | end | |
| 2553 | end | |
| 2554 | local TorsoPointNeckAttachment = Instance.new("Attachment")
| |
| 2555 | TorsoPointNeckAttachment.Name = "TorsoPointNeckAttachment" | |
| 2556 | TorsoPointNeckAttachment.Parent = rg.Torso | |
| 2557 | TorsoPointNeckAttachment.Position = Vector3.new(0,1,0) | |
| 2558 | TorsoPointNeckAttachment.Axis = Vector3.new(1,0,0) | |
| 2559 | TorsoPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2560 | local HeadPointNeckAttachment= Instance.new("Attachment")
| |
| 2561 | HeadPointNeckAttachment.Name = "HeadPointNeckAttachment" | |
| 2562 | HeadPointNeckAttachment.Parent = rg.Head | |
| 2563 | HeadPointNeckAttachment.Position = Vector3.new(0,-0.5,0) | |
| 2564 | HeadPointNeckAttachment.Axis = Vector3.new(1,0,0) | |
| 2565 | HeadPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2566 | local LeftArmPointAttachment = Instance.new("Attachment")
| |
| 2567 | LeftArmPointAttachment.Name = "LeftArmPointAttachment" | |
| 2568 | LeftArmPointAttachment.Parent = rg["Left Arm"] | |
| 2569 | LeftArmPointAttachment.Position = Vector3.new(0,0.5,0) | |
| 2570 | LeftArmPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2571 | LeftArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2572 | local RightArmPointAttachment = Instance.new("Attachment")
| |
| 2573 | RightArmPointAttachment.Name = "RightArmPointAttachment" | |
| 2574 | RightArmPointAttachment.Parent = rg["Right Arm"] | |
| 2575 | RightArmPointAttachment.Position = Vector3.new(0,0.5,0) | |
| 2576 | RightArmPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2577 | RightArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2578 | local LeftLegPointAttachment = Instance.new("Attachment")
| |
| 2579 | LeftLegPointAttachment.Name = "LeftLegPointAttachment" | |
| 2580 | LeftLegPointAttachment.Parent = rg["Left Leg"] | |
| 2581 | LeftLegPointAttachment.Position = Vector3.new(0,1,0) | |
| 2582 | LeftLegPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2583 | LeftLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2584 | local RightLegPointAttachment = Instance.new("Attachment")
| |
| 2585 | RightLegPointAttachment.Name = "RightLegPointAttachment" | |
| 2586 | RightLegPointAttachment.Parent = rg["Right Leg"] | |
| 2587 | RightLegPointAttachment.Position = Vector3.new(0,1,0) | |
| 2588 | RightLegPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2589 | RightLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2590 | local LeftHipPointAttachment = Instance.new("Attachment")
| |
| 2591 | LeftHipPointAttachment.Name = "LeftHipPointAttachment" | |
| 2592 | LeftHipPointAttachment.Parent = rg.Torso | |
| 2593 | LeftHipPointAttachment.Position = Vector3.new(-0.5,-1,0) | |
| 2594 | LeftHipPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2595 | LeftHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2596 | local RightHipPointAttachment = Instance.new("Attachment")
| |
| 2597 | RightHipPointAttachment.Name = "RightHipPointAttachment" | |
| 2598 | RightHipPointAttachment.Parent = rg.Torso | |
| 2599 | RightHipPointAttachment.Position = Vector3.new(0.5,-1,0) | |
| 2600 | RightHipPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2601 | RightHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2602 | local LeftShoulderPointAttachment = Instance.new("Attachment")
| |
| 2603 | LeftShoulderPointAttachment.Name = "LeftShoulderPointAttachment" | |
| 2604 | LeftShoulderPointAttachment.Parent = rg.Torso | |
| 2605 | LeftShoulderPointAttachment.Position = Vector3.new(-1.5,0.5,0) | |
| 2606 | LeftShoulderPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2607 | LeftShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2608 | local RightShoulderPointAttachment = Instance.new("Attachment")
| |
| 2609 | RightShoulderPointAttachment.Name = "RightShoulderPointAttachment" | |
| 2610 | RightShoulderPointAttachment.Parent = rg.Torso | |
| 2611 | RightShoulderPointAttachment.Position = Vector3.new(1.5,0.5,0) | |
| 2612 | RightShoulderPointAttachment.Axis = Vector3.new(1,0,0) | |
| 2613 | RightShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0) | |
| 2614 | ||
| 2615 | ||
| 2616 | ||
| 2617 | ||
| 2618 | ||
| 2619 | ||
| 2620 | local n = Instance.new("BallSocketConstraint", rg.Torso)
| |
| 2621 | n.Name = "BallSocketNeck" | |
| 2622 | n.Attachment0 = TorsoPointNeckAttachment | |
| 2623 | n.Attachment1 = HeadPointNeckAttachment | |
| 2624 | n.Restitution = 0 | |
| 2625 | n.UpperAngle = 90 | |
| 2626 | n.Enabled = true | |
| 2627 | n.LimitsEnabled = true | |
| 2628 | ||
| 2629 | local rs = Instance.new("BallSocketConstraint", rg.Torso)
| |
| 2630 | rs.Name = "BallSocketRightShoulder" | |
| 2631 | rs.Attachment0 = RightShoulderPointAttachment | |
| 2632 | rs.Attachment1 = RightArmPointAttachment | |
| 2633 | rs.Restitution = 0 | |
| 2634 | rs.UpperAngle = 90 | |
| 2635 | rs.Enabled = true | |
| 2636 | rs.LimitsEnabled = true | |
| 2637 | local ls = Instance.new("BallSocketConstraint", rg.Torso)
| |
| 2638 | ls.Name = "BallSocketLeftShoulder" | |
| 2639 | ls.Attachment0 = LeftShoulderPointAttachment | |
| 2640 | ls.Attachment1 = LeftArmPointAttachment | |
| 2641 | ls.Restitution = 0 | |
| 2642 | ls.UpperAngle = 90 | |
| 2643 | ls.Enabled = true | |
| 2644 | ls.LimitsEnabled = true | |
| 2645 | ||
| 2646 | local rh = Instance.new("BallSocketConstraint", rg.Torso)
| |
| 2647 | rh.Name = "BallSocketRightHip" | |
| 2648 | rh.Attachment0 = RightHipPointAttachment | |
| 2649 | rh.Attachment1 = RightLegPointAttachment | |
| 2650 | rh.Restitution = 0 | |
| 2651 | rh.UpperAngle = 90 | |
| 2652 | rh.Enabled = true | |
| 2653 | rh.LimitsEnabled = true | |
| 2654 | local lh = Instance.new("BallSocketConstraint", rg.Torso)
| |
| 2655 | lh.Name = "BallSocketLeftHip" | |
| 2656 | lh.Attachment0 = LeftHipPointAttachment | |
| 2657 | lh.Attachment1 = LeftLegPointAttachment | |
| 2658 | lh.Restitution = 0 | |
| 2659 | lh.UpperAngle = 90 | |
| 2660 | lh.Enabled = true | |
| 2661 | lh.LimitsEnabled = true | |
| 2662 | char.Head:Destroy() | |
| 2663 | char.Torso:Destroy() | |
| 2664 | char["Left Arm"]:Destroy() | |
| 2665 | char["Right Arm"]:Destroy() | |
| 2666 | char["Left Leg"]:Destroy() | |
| 2667 | char["Right Leg"]:Destroy() | |
| 2668 | char.Humanoid.PlatformStand = true | |
| 2669 | rg.Parent = game.Workspace | |
| 2670 | rg.Head.face.Texture = "http://www.roblox.com/asset/?id=778409313" | |
| 2671 | local runDummyScript = function(f,scri) | |
| 2672 | local oldenv = getfenv(f) | |
| 2673 | local newenv = setmetatable({}, {
| |
| 2674 | __index = function(_, k) | |
| 2675 | if k:lower() == 'script' then | |
| 2676 | return scri | |
| 2677 | else | |
| 2678 | return oldenv[k] | |
| 2679 | end | |
| 2680 | end | |
| 2681 | }) | |
| 2682 | setfenv(f, newenv) | |
| 2683 | ypcall(function() f() end) | |
| 2684 | end | |
| 2685 | local cors = {}
| |
| 2686 | local mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 2687 | mas.Name = "Collidable Limbs" | |
| 2688 | local oo1 = Instance.new("Part")
| |
| 2689 | local oo2 = Instance.new("Part")
| |
| 2690 | local oo3 = Instance.new("Part")
| |
| 2691 | local oo4 = Instance.new("Part")
| |
| 2692 | local oo5 = Instance.new("Part")
| |
| 2693 | local oo6 = Instance.new("Part")
| |
| 2694 | local w1 = Instance.new("Weld")
| |
| 2695 | local w2 = Instance.new("Weld")
| |
| 2696 | local w3 = Instance.new("Weld")
| |
| 2697 | local w4 = Instance.new("Weld")
| |
| 2698 | local w5 = Instance.new("Weld")
| |
| 2699 | local w6 = Instance.new("Weld")
| |
| 2700 | oo1.Name = "CHead" | |
| 2701 | w1.Parent = oo1 | |
| 2702 | w1.Part0 = w1.Parent | |
| 2703 | w1.Part1 = rg["Head"] | |
| 2704 | oo1.Parent = mas | |
| 2705 | oo1.Material = Enum.Material.SmoothPlastic | |
| 2706 | oo1.BrickColor = BrickColor.new("Institutional white")
| |
| 2707 | oo1.Transparency = 1 | |
| 2708 | oo1.Position = Vector3.new(0, 4.50001812, 0) | |
| 2709 | oo1.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2710 | oo1.Locked = true | |
| 2711 | oo1.FormFactor = Enum.FormFactor.Symmetric | |
| 2712 | oo1.Size = Vector3.new(2, 1, 1) | |
| 2713 | oo1.CFrame = CFrame.new(0, 4.50001812, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2714 | oo1.BottomSurface = Enum.SurfaceType.Smooth | |
| 2715 | oo1.TopSurface = Enum.SurfaceType.Smooth | |
| 2716 | oo1.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2717 | oo1.Position = Vector3.new(0, 4.50001812, 0) | |
| 2718 | oo1.CanCollide = false | |
| 2719 | ||
| 2720 | oo2.Name = "CT" | |
| 2721 | w2.Parent = oo2 | |
| 2722 | w2.Part0 = w2.Parent | |
| 2723 | w2.Part1 = rg["Torso"] | |
| 2724 | oo2.Parent = mas | |
| 2725 | oo2.CanCollide = true | |
| 2726 | oo2.Material = Enum.Material.SmoothPlastic | |
| 2727 | oo2.BrickColor = BrickColor.new("Institutional white")
| |
| 2728 | oo2.Transparency = 1 | |
| 2729 | oo2.Position = Vector3.new(0, 3.00001788, 0) | |
| 2730 | oo2.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2731 | oo2.Locked = true | |
| 2732 | oo2.Anchored = false | |
| 2733 | oo2.FormFactor = Enum.FormFactor.Symmetric | |
| 2734 | oo2.Size = Vector3.new(2, 2, 1) | |
| 2735 | oo2.CFrame = CFrame.new(0, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2736 | oo2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2737 | oo2.TopSurface = Enum.SurfaceType.Smooth | |
| 2738 | oo2.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2739 | oo2.Position = Vector3.new(0, 3.00001788, 0) | |
| 2740 | oo3.Name = "CLA" | |
| 2741 | oo3.CanCollide = true | |
| 2742 | w3.Parent = oo3 | |
| 2743 | w3.Part0 = w3.Parent | |
| 2744 | w3.Part1 = rg["Left Arm"] | |
| 2745 | w3.C0 = CFrame.new(0, 0, 0) | |
| 2746 | w3.C1 = CFrame.new(0, -0.2, 0) | |
| 2747 | oo3.Parent = mas | |
| 2748 | oo3.Material = Enum.Material.SmoothPlastic | |
| 2749 | oo3.BrickColor = BrickColor.new("Institutional white")
| |
| 2750 | oo3.Transparency = 1 | |
| 2751 | oo3.Position = Vector3.new(-1.5, 3.00001788, 0) | |
| 2752 | oo3.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2753 | oo3.CanCollide = true | |
| 2754 | oo3.Locked = true | |
| 2755 | oo3.FormFactor = Enum.FormFactor.Symmetric | |
| 2756 | oo3.Size = Vector3.new(1, 1.40, 1) | |
| 2757 | oo3.CFrame = CFrame.new(-1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2758 | oo3.BottomSurface = Enum.SurfaceType.Smooth | |
| 2759 | oo3.TopSurface = Enum.SurfaceType.Smooth | |
| 2760 | oo3.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2761 | oo3.Position = Vector3.new(-1.5, 3.00001788, 0) | |
| 2762 | oo4.Name = "CRA" | |
| 2763 | w4.Parent = oo4 | |
| 2764 | w4.Part0 = w4.Parent | |
| 2765 | w4.Part1 = rg["Right Arm"] | |
| 2766 | w4.C0 = CFrame.new(0, 0, 0) | |
| 2767 | w4.C1 = CFrame.new(0, -0.2, 0) | |
| 2768 | oo4.Parent = mas | |
| 2769 | oo4.CanCollide = true | |
| 2770 | oo4.Material = Enum.Material.SmoothPlastic | |
| 2771 | oo4.BrickColor = BrickColor.new("Institutional white")
| |
| 2772 | oo4.Transparency = 1 | |
| 2773 | oo4.Position = Vector3.new(1.5, 3.00001788, 0) | |
| 2774 | oo4.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2775 | oo4.CanCollide = true | |
| 2776 | oo4.Locked = true | |
| 2777 | oo4.FormFactor = Enum.FormFactor.Symmetric | |
| 2778 | oo4.Size = Vector3.new(1, 1.40, 1) | |
| 2779 | oo4.CFrame = CFrame.new(1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2780 | oo4.BottomSurface = Enum.SurfaceType.Smooth | |
| 2781 | oo4.TopSurface = Enum.SurfaceType.Smooth | |
| 2782 | oo4.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2783 | oo4.Position = Vector3.new(1.5, 3.00001788, 0) | |
| 2784 | oo5.Name = "CLL" | |
| 2785 | oo5.Parent = mas | |
| 2786 | w5.Parent = oo5 | |
| 2787 | w5.Part0 = w5.Parent | |
| 2788 | w5.Part1 = rg["Left Leg"] | |
| 2789 | w5.C0 = CFrame.new(0, 0, 0) | |
| 2790 | w5.C1 = CFrame.new(0, -0.2, 0) | |
| 2791 | oo5.Material = Enum.Material.SmoothPlastic | |
| 2792 | oo5.BrickColor = BrickColor.new("Institutional white")
| |
| 2793 | oo5.Transparency = 1 | |
| 2794 | oo5.CanCollide = true | |
| 2795 | oo5.Position = Vector3.new(-0.5, 1.00001788, 0) | |
| 2796 | oo5.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2797 | oo5.CanCollide = true | |
| 2798 | oo5.Locked = true | |
| 2799 | oo5.FormFactor = Enum.FormFactor.Symmetric | |
| 2800 | oo5.Size = Vector3.new(1, 1.65, 1) | |
| 2801 | oo5.CFrame = CFrame.new(-0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2802 | oo5.BottomSurface = Enum.SurfaceType.Smooth | |
| 2803 | oo5.TopSurface = Enum.SurfaceType.Smooth | |
| 2804 | oo5.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2805 | oo5.Position = Vector3.new(-0.5, 1.00001788, 0) | |
| 2806 | oo6.Name = "CRL" | |
| 2807 | oo6.Parent = mas | |
| 2808 | oo6.Material = Enum.Material.SmoothPlastic | |
| 2809 | oo6.BrickColor = BrickColor.new("Institutional white")
| |
| 2810 | oo6.Transparency = 1 | |
| 2811 | oo6.Position = Vector3.new(0.5, 1.00001788, 0) | |
| 2812 | oo6.Velocity = Vector3.new(0, -9.19685173, 0) | |
| 2813 | oo6.CanCollide = true | |
| 2814 | oo6.Locked = true | |
| 2815 | oo6.FormFactor = Enum.FormFactor.Symmetric | |
| 2816 | oo6.Size = Vector3.new(1, 1.65, 1) | |
| 2817 | oo6.CFrame = CFrame.new(0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2818 | oo6.BottomSurface = Enum.SurfaceType.Smooth | |
| 2819 | oo6.TopSurface = Enum.SurfaceType.Smooth | |
| 2820 | oo6.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2821 | oo6.Position = Vector3.new(0.5, 1.00001788, 0) | |
| 2822 | oo6.CanCollide = true | |
| 2823 | w6.Parent = oo6 | |
| 2824 | w6.Part0 = w6.Parent | |
| 2825 | w6.Part1 = rg["Right Leg"] | |
| 2826 | w6.C0 = CFrame.new(0, 0, 0) | |
| 2827 | w6.C1 = CFrame.new(0, -0.2, 0) | |
| 2828 | mas.Parent = rg | |
| 2829 | mas:MakeJoints() | |
| 2830 | local NAEM = rg.Name | |
| 2831 | local raggeeh = rg:Clone() | |
| 2832 | raggeeh.Head.Anchored = true | |
| 2833 | raggeeh.Name = Victimm.Name | |
| 2834 | raggeeh.Humanoid.PlatformStand = true | |
| 2835 | local FORS = Instance.new("BodyThrust")
| |
| 2836 | FORS.Force = Vector3.new(0,100,0) | |
| 2837 | FORS.Location = Vector3.new(0,0,1) | |
| 2838 | FORS.Parent = raggeeh.Head | |
| 2839 | local TUURS = raggeeh.Torso | |
| 2840 | local CPU = Instance.new("Model")
| |
| 2841 | CPU.Parent = raggeeh | |
| 2842 | raggeeh.Parent = game:GetService("Workspace")
| |
| 2843 | CPU.Name = NAEM.."'s generated CameraPart" | |
| 2844 | ||
| 2845 | local FORCEo1 = Instance.new("BodyThrust")
| |
| 2846 | FORCEo1.Parent = raggeeh.Torso | |
| 2847 | FORCEo1.force = Vector3.new(0, 1000, 0) | |
| 2848 | FORCEo1.location = Vector3.new(0, 0, 1) | |
| 2849 | ||
| 2850 | raggeeh.Parent = game:GetService("Workspace")
| |
| 2851 | rg:destroy() | |
| 2852 | raggeeh.Head.Anchored = false | |
| 2853 | ||
| 2854 | raggeeh.Parent = game:GetService("Workspace")
| |
| 2855 | wait() | |
| 2856 | local FOLDARR = Instance.new("Model")
| |
| 2857 | FOLDARR.Parent = raggeeh | |
| 2858 | FOLDARR.Name = "BLUDDDDDDDDDDD" | |
| 2859 | local FLUIDS = Instance.new("Model")
| |
| 2860 | FLUIDS.Name = NAEM.."'s fluids" | |
| 2861 | FLUIDS.Parent = FOLDARR | |
| 2862 | raggeeh.Head.Anchored = false | |
| 2863 | local chats = {"OW!","NOOOO!!!!","NUUUUUU!","OWWWWWW!!","OW11!11!1!!!!!!111!!1!","Ò_Ó","ÒoÓ","._.",".-.","T_T","T-T","o_O","O_o","O_O","o_o","o-o","O-o","o-O",":(",":-(",":c",":-c",":C",":-C","...",":|",":-|",":o",":O",":-o",":-O","FUCK YOU MURDERER!1!111!!!11!!1!1!","Why","This game is broken....","U nub hitler"}
| |
| 2864 | game:GetService("Chat"):Chat(raggeeh.Head, chats[math.random(1, #chats)], Enum.ChatColor.Red)
| |
| 2865 | game:GetService("RunService").Stepped:wait()
| |
| 2866 | FORCEo1:Destroy() | |
| 2867 | raggeeh.Humanoid.Name = "Humanoid2" | |
| 2868 | print(raggeeh.Name.." lived a good life.") | |
| 2869 | ||
| 2870 | local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 2871 | for i=1, #d do | |
| 2872 | if (d[i].className == "Weld") then | |
| 2873 | d[i]:destroy() | |
| 2874 | end | |
| 2875 | end | |
| 2876 | ||
| 2877 | local dew = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren() | |
| 2878 | for i=1, #dew do | |
| 2879 | if (dew[i].className == "CFrameValue") then | |
| 2880 | dew[i]:destroy() | |
| 2881 | end | |
| 2882 | end | |
| 2883 | wait() | |
| 2884 | local o16 = Instance.new("Weld")
| |
| 2885 | local o17 = Instance.new("CFrameValue")
| |
| 2886 | o16.Name = "qCFrameWeldThingy" | |
| 2887 | o16.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2888 | o16.C1 = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703) | |
| 2889 | o16.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 2890 | o16.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2891 | o17.Name = "qRelativeCFrameWeldValue" | |
| 2892 | o17.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2893 | o17.Value = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703) | |
| 2894 | lMUZC = Instance.new("Sound")
| |
| 2895 | lMUZC.Volume = 99 | |
| 2896 | lMUZC.EmitterSize = 99 | |
| 2897 | lMUZC.MaxDistance = 99 | |
| 2898 | lMUZC.SoundId= "rbxassetid://408950203" | |
| 2899 | lMUZC.Parent = game.Players.LocalPlayer.Character.Head | |
| 2900 | lMUZC:Play() | |
| 2901 | pso7.Transparency = 1 | |
| 2902 | ||
| 2903 | local o1 = Instance.new("Model")
| |
| 2904 | local o2 = Instance.new("Part")
| |
| 2905 | local o3 = Instance.new("Weld")
| |
| 2906 | local o4 = Instance.new("Part")
| |
| 2907 | local o5 = Instance.new("SpecialMesh")
| |
| 2908 | local o6 = Instance.new("Weld")
| |
| 2909 | local o7 = Instance.new("CFrameValue")
| |
| 2910 | o1.Name = "PSTL" | |
| 2911 | o1.Parent = game.Players.LocalPlayer.Character | |
| 2912 | o2.Name = "Handel" | |
| 2913 | o2.Parent = o1 | |
| 2914 | o2.Transparency = 1 | |
| 2915 | o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709) | |
| 2916 | o2.Rotation = Vector3.new(-92, -89.9100037, 177.979996) | |
| 2917 | o2.Size = Vector3.new(1, 2, 1) | |
| 2918 | o2.CFrame = CFrame.new(-19.9463806, 0.501034975, 20.2952709, -0.00159100757, -5.59999717e-05, -0.999998808, -0.999998748, -0.000229912286, 0.00159102038, -0.000230001096, 1, -5.56341074e-05) | |
| 2919 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2920 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 2921 | o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709) | |
| 2922 | o2.Orientation = Vector3.new(-0.0900000036, -90, -90.0100021) | |
| 2923 | o3.Name = "Weld2armeh" | |
| 2924 | o3.Parent = o2 | |
| 2925 | o3.Part0 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 2926 | o3.Part1 = o2 | |
| 2927 | o4.Name = "Pistol" | |
| 2928 | o4.Parent = o1 | |
| 2929 | o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595) | |
| 2930 | o4.Rotation = Vector3.new(0.00999999978, 0, -0.0900000036) | |
| 2931 | o4.Size = Vector3.new(0.25, 0.927999973, 1.31799996) | |
| 2932 | o4.CFrame = CFrame.new(-19.815855, 0.870578527, 21.3633595, 0.999996543, 0.00159100071, -5.59998516e-05, -0.00159101677, 0.999994457, -0.000229911791, 5.56339801e-05, 0.000230000107, 0.999997854) | |
| 2933 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 2934 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 2935 | o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595) | |
| 2936 | o4.Orientation = Vector3.new(0.00999999978, 0, -0.0900000036) | |
| 2937 | o5.Parent = o4 | |
| 2938 | o5.MeshId = "rbxassetid://436697873" | |
| 2939 | o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996) | |
| 2940 | o5.TextureId = "rbxassetid://436697889" | |
| 2941 | o5.MeshType = Enum.MeshType.FileMesh | |
| 2942 | o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996) | |
| 2943 | o6.Name = "qCFrameWeldThingy" | |
| 2944 | o6.Parent = o4 | |
| 2945 | o6.C1 = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0) | |
| 2946 | o6.Part0 = o2 | |
| 2947 | o6.Part1 = o4 | |
| 2948 | o7.Name = "qRelativeCFrameWeldValue" | |
| 2949 | o7.Parent = o4 | |
| 2950 | o7.Value = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0) | |
| 2951 | o3.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, 14.1, 1.55) | |
| 2952 | Kills.Value = Kills.Value + 1 | |
| 2953 | muso1 = Instance.new("Part")
| |
| 2954 | muso2 = Instance.new("BillboardGui")
| |
| 2955 | muso3 = Instance.new("ImageLabel")
| |
| 2956 | muso4 = Instance.new("Weld")
| |
| 2957 | muso5 = Instance.new("CFrameValue")
| |
| 2958 | muso1.Name = "Muzl" | |
| 2959 | muso1.Parent = o1 | |
| 2960 | muso1.Transparency = 1 | |
| 2961 | muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924) | |
| 2962 | muso1.Rotation = Vector3.new(0.0399999991, 65.3000031, -90.0599976) | |
| 2963 | muso1.Size = Vector3.new(0.310000002, 0.200000003, 0.200000003) | |
| 2964 | muso1.CFrame = CFrame.new(-20.2116871, 1.11252046, 15.9859924, -0.000438778661, 0.417792588, 0.908542514, -0.999999762, -0.00042278826, -0.000288525684, 0.000263583905, -0.908542216, 0.417792857) | |
| 2965 | muso1.BottomSurface = Enum.SurfaceType.Smooth | |
| 2966 | muso1.TopSurface = Enum.SurfaceType.Smooth | |
| 2967 | muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924) | |
| 2968 | muso1.Orientation = Vector3.new(0.0199999996, 65.3000031, -90.0199966) | |
| 2969 | muso2.Name = "FLAS" | |
| 2970 | muso2.Parent = muso1 | |
| 2971 | muso2.Size = UDim2.new(1,0,1,0) | |
| 2972 | muso2.StudsOffset = Vector3.new(0, 0, 0) | |
| 2973 | muso3.Parent = muso2 | |
| 2974 | muso3.Size = UDim2.new(1.5,0,1.5,0) | |
| 2975 | muso3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 2976 | muso3.BackgroundTransparency = 1 | |
| 2977 | muso3.Image = "rbxassetid://872910628" | |
| 2978 | muso4.Name = "qCFrameWeldThingy" | |
| 2979 | muso4.Parent = muso1 | |
| 2980 | muso4.C1 = CFrame.new(0.625, -1.70000458, 0.110001564, 0.999999881, -3.7252903e-09, 0, -3.7252903e-09, 0.999999881, 0, 0, 0, 1.00000024) | |
| 2981 | muso4.Part1 = muso1 | |
| 2982 | muso4.Part0 = o4 | |
| 2983 | muso5.Name = "qRelativeCFrameWeldValue" | |
| 2984 | muso5.Parent = muso1 | |
| 2985 | muso5.Value = CFrame.new(0.625, -1.70000458, 0.110001564, 0.999999881, -3.7252903e-09, 0, -3.7252903e-09, 0.999999881, 0, 0, 0, 1.00000024) | |
| 2986 | muso4.C0 = CFrame.new(0.35, -1.15, 1)*CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 2987 | OMGCREEPYweew.Parent = raggeeh | |
| 2988 | OMGCREEPYweew:Play() | |
| 2989 | wait(.1) | |
| 2990 | OMGCREEPYw.Parent = raggeeh | |
| 2991 | OMGCREEPYw:Play() | |
| 2992 | ||
| 2993 | wait(.6) | |
| 2994 | ko1.Text = "Kills: "..Kills.Value | |
| 2995 | o16:Destroy() | |
| 2996 | o17:Destroy() | |
| 2997 | o1:Destroy() | |
| 2998 | o2:Destroy() | |
| 2999 | o3:Destroy() | |
| 3000 | o4:Destroy() | |
| 3001 | o5:Destroy() | |
| 3002 | o6:Destroy() | |
| 3003 | o7:Destroy() | |
| 3004 | pso7.Transparency = 0 | |
| 3005 | lMUZC:Destroy() | |
| 3006 | local RAW = Instance.new("Weld")
| |
| 3007 | local RAWV = Instance.new("CFrameValue")
| |
| 3008 | ||
| 3009 | RAW.Name = "qCFrameWeldThingy" | |
| 3010 | RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 3011 | RAW.C1 = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 3012 | RAW.Part0 = game.Players.LocalPlayer.Character["Torso"] | |
| 3013 | RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 3014 | RAWV.Name = "qRelativeCFrameWeldValue" | |
| 3015 | RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"] | |
| 3016 | RAWV.Value = CFrame.new(-0.973731995, -0.507667542, -0.188486099, 0.734554589, -0.521637022, 0.433963418, 0.619291961, 0.776756942, -0.114568293, -0.27732107, 0.352906734, 0.89361614) | |
| 3017 | if tablenabled == true | |
| 3018 | then | |
| 3019 | RAW:Destroy() | |
| 3020 | RAWV:Destroy() | |
| 3021 | local o8 = Instance.new("Motor6D")
| |
| 3022 | o8.Name = "Right Shoulder" | |
| 3023 | o8.Parent = game.Players.LocalPlayer.Character.Torso | |
| 3024 | o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 3025 | o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 3026 | o8.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 3027 | o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 3028 | o8.MaxVelocity = 0.10000000149012 | |
| 3029 | wait(.1) | |
| 3030 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08) | |
| 3031 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C1 = CFrame.new(-0.49999997, 0.5, 0, 0.214554131, -0.133952752, 0.967482924, -0.820670664, 0.512369871, 0.252936393, -0.529590607, -0.848253369, -2.31491413e-08) | |
| 3032 | ||
| 3033 | end | |
| 3034 | wait(.5) | |
| 3035 | ||
| 3036 | end | |
| 3037 | end | |
| 3038 | end | |
| 3039 | end | |
| 3040 | end | |
| 3041 | Shot = false | |
| 3042 | - | if Kills.Value == 25 |
| 3042 | + | if Kills.Value == 1 |
| 3043 | then | |
| 3044 | Cape() | |
| 3045 | end | |
| 3046 | end) | |
| 3047 | ||
| 3048 | Talk.MouseButton1Down:connect(function() | |
| 3049 | game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, Text.Text, Enum.ChatColor.Red)
| |
| 3050 | end) | |
| 3051 | ||
| 3052 | ||
| 3053 | ||
| 3054 | ||
| 3055 | ||
| 3056 | ||
| 3057 | ||
| 3058 | ||
| 3059 | ||
| 3060 | ||
| 3061 | function Cape() | |
| 3062 | local isScriptNil = false | |
| 3063 | local CULUR = "Crimson" | |
| 3064 | local PlrName = "LocalPlayer" | |
| 3065 | local Plrs = game:GetService("Players")
| |
| 3066 | local RunService = game:GetService("RunService")
| |
| 3067 | local Content = game:GetService("ContentProvider")
| |
| 3068 | local LP = Plrs.LocalPlayer | |
| 3069 | local Char = LP.Character | |
| 3070 | local PlrGui = LP.PlayerGui | |
| 3071 | local Backpack = LP.Backpack | |
| 3072 | local Mouse = LP:GetMouse() | |
| 3073 | ||
| 3074 | local Camera = workspace.CurrentCamera | |
| 3075 | local LastCamCF = Camera.CoordinateFrame | |
| 3076 | local AnimJoints = {}
| |
| 3077 | local Cons = {}
| |
| 3078 | local mDown = false | |
| 3079 | local Multi = false | |
| 3080 | local Grabbing = false | |
| 3081 | local Current = {}
| |
| 3082 | local Alpha = 1 | |
| 3083 | local LightNum = 1 | |
| 3084 | ||
| 3085 | Current.Part = nil | |
| 3086 | Current.BP = nil | |
| 3087 | Current.BA = nil | |
| 3088 | Current.Mass = nil | |
| 3089 | ||
| 3090 | local LastPart = nil | |
| 3091 | ||
| 3092 | local Head = Char["Head"] | |
| 3093 | local Torso = Char["Torso"] | |
| 3094 | local Humanoid = Char["Humanoid"] | |
| 3095 | local LA = Char["Left Arm"] | |
| 3096 | local RA = Char["Right Arm"] | |
| 3097 | local LL = Char["Left Leg"] | |
| 3098 | local RL = Char["Right Leg"] | |
| 3099 | ||
| 3100 | for _,v in pairs(Char:GetChildren()) do | |
| 3101 | if v.Name == ModID then | |
| 3102 | v:Destroy() | |
| 3103 | end | |
| 3104 | end | |
| 3105 | ||
| 3106 | for _,v in pairs(PlrGui:GetChildren()) do | |
| 3107 | if v.Name == "PadsGui" then | |
| 3108 | v:Destroy() | |
| 3109 | end | |
| 3110 | end | |
| 3111 | ||
| 3112 | local ModID = "Pads" | |
| 3113 | local Objects = {}
| |
| 3114 | local Grav = 196.2 | |
| 3115 | ||
| 3116 | local sin=math.sin | |
| 3117 | local cos=math.cos | |
| 3118 | local max=math.max | |
| 3119 | local min=math.min | |
| 3120 | local atan2=math.atan2 | |
| 3121 | local random=math.random | |
| 3122 | local tau = 2 * math.pi | |
| 3123 | ||
| 3124 | local BodyObjects = {
| |
| 3125 | ["BodyVelocity"] = true; | |
| 3126 | ["BodyAngularVelocity"] = true; | |
| 3127 | ["BodyForce"] = true; | |
| 3128 | ["BodyThrust"] = true; | |
| 3129 | ["BodyPosition"] = true; | |
| 3130 | ["RocketPropulsion"] = true; | |
| 3131 | } | |
| 3132 | ||
| 3133 | if LP.Name == PlrName and isScriptNil then | |
| 3134 | script.Parent = nil | |
| 3135 | end | |
| 3136 | ||
| 3137 | LP.CameraMode = "Classic" | |
| 3138 | ||
| 3139 | local Assets = {
| |
| 3140 | } | |
| 3141 | ||
| 3142 | for i,v in pairs(Assets) do | |
| 3143 | local ID = tostring(Assets[i]) | |
| 3144 | Assets[i] = "http://www.roblox.com/asset/?id=" .. ID | |
| 3145 | Content:Preload("http://www.roblox.com/asset/?id=" .. ID)
| |
| 3146 | end | |
| 3147 | ||
| 3148 | function QuaternionFromCFrame(cf) | |
| 3149 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components(); | |
| 3150 | local trace = m00 + m11 + m22 if trace > 0 then | |
| 3151 | local s = math.sqrt(1 + trace); | |
| 3152 | local recip = 0.5/s; | |
| 3153 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5; | |
| 3154 | else | |
| 3155 | local i = 0; | |
| 3156 | if m11 > m00 then | |
| 3157 | i = 1; | |
| 3158 | end; | |
| 3159 | if m22 > (i == 0 and m00 or m11) then | |
| 3160 | i = 2 end if i == 0 then | |
| 3161 | local s = math.sqrt(m00-m11-m22+1); | |
| 3162 | local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip; | |
| 3163 | elseif i == 1 then | |
| 3164 | local s = math.sqrt(m11-m22-m00+1); | |
| 3165 | local recip = 0.5/s; | |
| 3166 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip ; | |
| 3167 | elseif i == 2 then | |
| 3168 | local s = math.sqrt(m22-m00-m11+1); | |
| 3169 | local recip = 0.5/s; | |
| 3170 | return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip; | |
| 3171 | end; | |
| 3172 | end; | |
| 3173 | end; | |
| 3174 | ||
| 3175 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
| 3176 | local xs, ys, zs = x + x, y + y, z + z; | |
| 3177 | local wx, wy, wz = w*xs, w*ys, w*zs; | |
| 3178 | local xx = x*xs; | |
| 3179 | local xy = x*ys; | |
| 3180 | local xz = x*zs; | |
| 3181 | local yy = y*ys; | |
| 3182 | local yz = y*zs; | |
| 3183 | local zz = z*zs; | |
| 3184 | return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) | |
| 3185 | end; | |
| 3186 | ||
| 3187 | function QuaternionSlerp(a, b, t) | |
| 3188 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]; | |
| 3189 | local startInterp, finishInterp; | |
| 3190 | if cosTheta >= 0.0001 then | |
| 3191 | if (1 - cosTheta) > 0.0001 then | |
| 3192 | local theta = math.acos(cosTheta); | |
| 3193 | local invSinTheta = 1/math.sin(theta); | |
| 3194 | startInterp = math.sin((1-t)*theta)*invSinTheta; | |
| 3195 | finishInterp = math.sin(t*theta)*invSinTheta; | |
| 3196 | else | |
| 3197 | startInterp = 1-t finishInterp = t; | |
| 3198 | end; | |
| 3199 | else | |
| 3200 | if (1+cosTheta) > 0.0001 then | |
| 3201 | local theta = math.acos(-cosTheta); | |
| 3202 | local invSinTheta = 1/math.sin(theta); | |
| 3203 | startInterp = math.sin((t-1)*theta)*invSinTheta; | |
| 3204 | finishInterp = math.sin(t*theta)*invSinTheta; | |
| 3205 | else startInterp = t-1 finishInterp = t; | |
| 3206 | end; | |
| 3207 | end; | |
| 3208 | return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp; | |
| 3209 | end; | |
| 3210 | ||
| 3211 | function CLerp(a,b,t) | |
| 3212 | local qa={QuaternionFromCFrame(a)};
| |
| 3213 | local qb={QuaternionFromCFrame(b)};
| |
| 3214 | local ax,ay,az=a.x,a.y,a.z; | |
| 3215 | local bx,by,bz=b.x,b.y,b.z; | |
| 3216 | local _t=1-t; | |
| 3217 | return QuaternionToCFrame(_t*ax+t*bx,_t*ay+t*by,_t*az+t*bz,QuaternionSlerp(qa, qb, t)); | |
| 3218 | end | |
| 3219 | ||
| 3220 | function GetWeld(weld) | |
| 3221 | local obj | |
| 3222 | for i, v in pairs(AnimJoints) do | |
| 3223 | if v[1] == weld then | |
| 3224 | obj = v | |
| 3225 | break | |
| 3226 | end | |
| 3227 | end | |
| 3228 | if not obj then | |
| 3229 | obj = {weld,NV}
| |
| 3230 | table.insert(AnimJoints,obj) | |
| 3231 | end | |
| 3232 | return weld.C0.p, obj[2] | |
| 3233 | end | |
| 3234 | ||
| 3235 | function SetWeld(weld, i, loops, origpos, origangle, nextpos, nextangle, override, overrideLower, smooth) | |
| 3236 | smooth = smooth or 1 | |
| 3237 | local obj | |
| 3238 | for i, v in pairs(AnimJoints) do | |
| 3239 | if v[1] == weld then | |
| 3240 | obj = v | |
| 3241 | break | |
| 3242 | end | |
| 3243 | end | |
| 3244 | if not obj then | |
| 3245 | obj = {weld,NV}
| |
| 3246 | table.insert(AnimJoints,obj) | |
| 3247 | end | |
| 3248 | ||
| 3249 | local perc = (smooth == 1 and math.sin((math.pi/2)/loops*i)) or i/loops | |
| 3250 | ||
| 3251 | local tox,toy,toz = 0,0,0 | |
| 3252 | tox = math.abs(origangle.x - nextangle.x) *perc | |
| 3253 | toy = math.abs(origangle.y - nextangle.y) *perc | |
| 3254 | toz = math.abs(origangle.z - nextangle.z) *perc | |
| 3255 | tox = ((origangle.x > nextangle.x and -tox) or tox) | |
| 3256 | toy = ((origangle.y > nextangle.y and -toy) or toy) | |
| 3257 | toz = ((origangle.z > nextangle.z and -toz) or toz) | |
| 3258 | ||
| 3259 | local tox2,toy2,toz2 = 0,0,0 | |
| 3260 | tox2 = math.abs(origpos.x - nextpos.x) *perc | |
| 3261 | toy2 = math.abs(origpos.y - nextpos.y) *perc | |
| 3262 | toz2 = math.abs(origpos.z - nextpos.z) *perc | |
| 3263 | tox2 = (origpos.x > nextpos.x and -tox2) or tox2 | |
| 3264 | toy2 = (origpos.y > nextpos.y and -toy2) or toy2 | |
| 3265 | toz2 = (origpos.z > nextpos.z and -toz2) or toz2 | |
| 3266 | ||
| 3267 | obj[2] = Vector3.new(origangle.x + tox, origangle.y + toy, origangle.z + toz) | |
| 3268 | weld.C0 = CFrame.new(origpos.x + tox2,origpos.y + toy2,origpos.z + toz2) * CFrame.Angles(origangle.x + tox,origangle.y + toy,origangle.z + toz) | |
| 3269 | end | |
| 3270 | ||
| 3271 | function RotateCamera(x, y) | |
| 3272 | Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(x, y, 0) * CFrame.new(0, 0, (Camera.CoordinateFrame.p - Camera.Focus.p).magnitude) | |
| 3273 | end | |
| 3274 | ||
| 3275 | function GetAngles(cf) | |
| 3276 | local lv = cf.lookVector | |
| 3277 | return -math.asin(lv.y), math.atan2(lv.x, -lv.z) | |
| 3278 | end | |
| 3279 | ||
| 3280 | local LastCamCF = Camera.CoordinateFrame | |
| 3281 | ||
| 3282 | function Look() | |
| 3283 | if AlphaOn == true then | |
| 3284 | local x, y = GetAngles(LastCamCF:toObjectSpace(Camera.CoordinateFrame)) | |
| 3285 | Camera.CoordinateFrame = LastCamCF | |
| 3286 | RotateCamera(x * -(Alpha), y * -(Alpha)) | |
| 3287 | LastCamCF = Camera.CoordinateFrame | |
| 3288 | end | |
| 3289 | end | |
| 3290 | ||
| 3291 | function Cor(Func) | |
| 3292 | local Ok, Err = coroutine.resume(coroutine.create(Func)) | |
| 3293 | if not Ok then | |
| 3294 | print(Err) | |
| 3295 | end | |
| 3296 | end | |
| 3297 | ||
| 3298 | function Cor2(Func) | |
| 3299 | local Ok, Err = ypcall(Func) | |
| 3300 | if not Ok then | |
| 3301 | print(Err) | |
| 3302 | end | |
| 3303 | end | |
| 3304 | ||
| 3305 | function MakePads() | |
| 3306 | -- 1 - VTelekinesis | |
| 3307 | P1 = Instance.new("Model")
| |
| 3308 | P1.Name = ModID | |
| 3309 | ||
| 3310 | -- 2 - RBase | |
| 3311 | P2 = Instance.new("Part")
| |
| 3312 | P2.CFrame = CFrame.new(Vector3.new(21.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0) | |
| 3313 | P2.FormFactor = Enum.FormFactor.Custom | |
| 3314 | P2.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012) | |
| 3315 | P2.Anchored = true | |
| 3316 | P2.BrickColor = BrickColor.new("White")
| |
| 3317 | P2.Friction = 0.30000001192093 | |
| 3318 | P2.Shape = Enum.PartType.Block | |
| 3319 | P2.Name = "RBase" | |
| 3320 | P2.Parent = P1 | |
| 3321 | P2.Transparency = 1 | |
| 3322 | -- 3 - Mesh | |
| 3323 | P3 = Instance.new("CylinderMesh")
| |
| 3324 | P3.Scale = Vector3.new(1, 0.5, 1) | |
| 3325 | P3.Parent = P2 | |
| 3326 | ||
| 3327 | -- 4 - LBase | |
| 3328 | P4 = Instance.new("Part")
| |
| 3329 | P4.CFrame = CFrame.new(Vector3.new(18.100008, 1.95000589, 11.899971)) * CFrame.Angles(-0, 0, -0) | |
| 3330 | P4.FormFactor = Enum.FormFactor.Custom | |
| 3331 | P4.Size = Vector3.new(0.799999952, 0.200000003, 0.800000012) | |
| 3332 | P4.Anchored = true | |
| 3333 | P4.BrickColor = BrickColor.new("White")
| |
| 3334 | P4.Friction = 0.30000001192093 | |
| 3335 | P4.Shape = Enum.PartType.Block | |
| 3336 | P4.Name = "LBase" | |
| 3337 | P4.Parent = P1 | |
| 3338 | P4.Transparency = 1 | |
| 3339 | -- 5 - Mesh | |
| 3340 | P5 = Instance.new("CylinderMesh")
| |
| 3341 | P5.Scale = Vector3.new(1, 0.5, 1) | |
| 3342 | P5.Parent = P4 | |
| 3343 | ||
| 3344 | -- 7 - Mesh | |
| 3345 | P7 = Instance.new("CylinderMesh")
| |
| 3346 | P7.Scale = Vector3.new(1, 0.5, 1) | |
| 3347 | P7.Parent = P6 | |
| 3348 | ||
| 3349 | ||
| 3350 | ||
| 3351 | -- 9 - Mesh | |
| 3352 | P9 = Instance.new("CylinderMesh")
| |
| 3353 | P9.Scale = Vector3.new(1, 0.5, 1) | |
| 3354 | P9.Parent = P8 | |
| 3355 | ||
| 3356 | ||
| 3357 | ||
| 3358 | -- 11 - Mesh | |
| 3359 | P11 = Instance.new("CylinderMesh")
| |
| 3360 | P11.Scale = Vector3.new(1, 0.5, 1) | |
| 3361 | P11.Parent = P10 | |
| 3362 | ||
| 3363 | ||
| 3364 | -- 13 - Mesh | |
| 3365 | P13 = Instance.new("CylinderMesh")
| |
| 3366 | P13.Scale = Vector3.new(1, 0.5, 1) | |
| 3367 | P13.Parent = P12 | |
| 3368 | ||
| 3369 | ||
| 3370 | -- 15 - Mesh | |
| 3371 | P15 = Instance.new("CylinderMesh")
| |
| 3372 | P15.Scale = Vector3.new(1, 0.5, 1) | |
| 3373 | P15.Parent = P14 | |
| 3374 | ||
| 3375 | -- 17 - Mesh | |
| 3376 | P17 = Instance.new("CylinderMesh")
| |
| 3377 | P17.Scale = Vector3.new(1, 0.5, 1) | |
| 3378 | P17.Parent = P16 | |
| 3379 | ||
| 3380 | P1.Parent = LP.Character | |
| 3381 | P1:MakeJoints() | |
| 3382 | return P1 | |
| 3383 | end | |
| 3384 | ||
| 3385 | weldModel = function(model, unanchor, rooty) | |
| 3386 | local parts = {}
| |
| 3387 | local function recurse(object) | |
| 3388 | if object:IsA("BasePart") then
| |
| 3389 | table.insert(parts, object) | |
| 3390 | end | |
| 3391 | for _,child in pairs(object:GetChildren()) do | |
| 3392 | recurse(child) | |
| 3393 | end | |
| 3394 | end | |
| 3395 | recurse(model) | |
| 3396 | ||
| 3397 | local rootPart = rooty or parts[1] | |
| 3398 | for _, part in pairs(parts) do | |
| 3399 | local cframe = rootPart.CFrame:toObjectSpace(part.CFrame) | |
| 3400 | local weld = Instance.new("Weld")
| |
| 3401 | weld.Part0 = rootPart | |
| 3402 | weld.Part1 = part | |
| 3403 | weld.C0 = cframe | |
| 3404 | weld.Parent = rootPart | |
| 3405 | end | |
| 3406 | ||
| 3407 | if unanchor then | |
| 3408 | for _, part in pairs(parts) do | |
| 3409 | part.Anchored = false | |
| 3410 | part.CanCollide = false | |
| 3411 | end | |
| 3412 | end | |
| 3413 | end | |
| 3414 | ||
| 3415 | weldItem = function(rootPart, Item, TheC0, unanchor, ParentItem) | |
| 3416 | local cframe = TheC0 or rootPart.CFrame:toObjectSpace(Item.CFrame) | |
| 3417 | local weld = Instance.new("Weld")
| |
| 3418 | weld.Name = "Weld" | |
| 3419 | weld.Part0 = rootPart | |
| 3420 | weld.Part1 = Item | |
| 3421 | weld.C0 = cframe | |
| 3422 | weld.Parent = ParentItem and Item or rootPart | |
| 3423 | ||
| 3424 | if unanchor then | |
| 3425 | Item.Anchored = false | |
| 3426 | end | |
| 3427 | return weld, cframe | |
| 3428 | end | |
| 3429 | ||
| 3430 | scaleModel = function(model, scale) | |
| 3431 | local parts = {}
| |
| 3432 | local function recurse(object) | |
| 3433 | if object:IsA("BasePart") then
| |
| 3434 | table.insert(parts, object) | |
| 3435 | end | |
| 3436 | for _,child in pairs(object:GetChildren()) do | |
| 3437 | recurse(child) | |
| 3438 | end | |
| 3439 | end | |
| 3440 | recurse(model) | |
| 3441 | ||
| 3442 | local top, bottom, left, right, back, front | |
| 3443 | for _, part in pairs(parts) do | |
| 3444 | if top == nil or top < part.Position.y then top = part.Position.y end | |
| 3445 | if bottom == nil or bottom > part.Position.y then bottom = part.Position.y end | |
| 3446 | if left == nil or left > part.Position.x then left = part.Position.x end | |
| 3447 | if right == nil or right < part.Position.x then right = part.Position.x end | |
| 3448 | if back == nil or back > part.Position.z then back = part.Position.z end | |
| 3449 | if front == nil or front < part.Position.z then front = part.Position.z end | |
| 3450 | end | |
| 3451 | ||
| 3452 | local middle = Vector3.new( left+right, top+bottom, back+front )/2 | |
| 3453 | local minSize = Vector3.new(0.2, 0.2, 0.2) | |
| 3454 | ||
| 3455 | for _, part in pairs(parts) do | |
| 3456 | local foo = part.CFrame.p - middle | |
| 3457 | local rotation = part.CFrame - part.CFrame.p | |
| 3458 | local newSize = part.Size*scale | |
| 3459 | part.FormFactor = "Custom" | |
| 3460 | part.Size = newSize | |
| 3461 | part.CFrame = CFrame.new( middle + foo*scale ) * rotation | |
| 3462 | ||
| 3463 | if newSize.x < minSize.x or newSize.y < minSize.y or newSize.z < minSize.z then | |
| 3464 | local mesh | |
| 3465 | for _, child in pairs(part:GetChildren()) do | |
| 3466 | if child:IsA("DataModelMesh") then
| |
| 3467 | mesh = child | |
| 3468 | break | |
| 3469 | end | |
| 3470 | end | |
| 3471 | ||
| 3472 | if mesh == nil then | |
| 3473 | mesh = Instance.new("BlockMesh", part)
| |
| 3474 | end | |
| 3475 | ||
| 3476 | local oScale = mesh.Scale | |
| 3477 | local newScale = newSize/minSize * oScale | |
| 3478 | if 0.2 < newSize.x then newScale = Vector3.new(1 * oScale.x, newScale.y, newScale.z) end | |
| 3479 | if 0.2 < newSize.y then newScale = Vector3.new(newScale.x, 1 * oScale.y, newScale.z) end | |
| 3480 | if 0.2 < newSize.z then newScale = Vector3.new(newScale.x, newScale.y, 1 * oScale.z) end | |
| 3481 | ||
| 3482 | mesh.Scale = newScale | |
| 3483 | end | |
| 3484 | end | |
| 3485 | end | |
| 3486 | ||
| 3487 | function getMass(Obj, Total) | |
| 3488 | local newTotal = Total | |
| 3489 | local returnTotal = 0 | |
| 3490 | ||
| 3491 | if Obj:IsA("BasePart") then
| |
| 3492 | newTotal = newTotal + Objects[Obj] | |
| 3493 | elseif BodyObjects[Obj.ClassName] then | |
| 3494 | Obj:Destroy() | |
| 3495 | end | |
| 3496 | ||
| 3497 | if Obj:GetChildren() and #Obj:GetChildren() > 0 then | |
| 3498 | for _,v in pairs(Obj:GetChildren()) do | |
| 3499 | returnTotal = returnTotal + getMass(v, newTotal) | |
| 3500 | end | |
| 3501 | else | |
| 3502 | returnTotal = newTotal | |
| 3503 | end | |
| 3504 | ||
| 3505 | return returnTotal | |
| 3506 | end | |
| 3507 | ||
| 3508 | function getTargFromCurrent() | |
| 3509 | local Current = Current.Part | |
| 3510 | if Current:IsA("BasePart") then
| |
| 3511 | return Current | |
| 3512 | elseif Current:findFirstChild("Torso") then
| |
| 3513 | return Current.Torso | |
| 3514 | else | |
| 3515 | for _,v in pairs(Current:GetChildren()) do | |
| 3516 | if v:IsA("BasePart") then
| |
| 3517 | return v | |
| 3518 | end | |
| 3519 | end | |
| 3520 | end | |
| 3521 | end | |
| 3522 | ||
| 3523 | function Fire(Part, Vec, Inv) | |
| 3524 | pcall(function() | |
| 3525 | Current.BP:Destroy() | |
| 3526 | Current.BP = nil | |
| 3527 | end) | |
| 3528 | pcall(function() | |
| 3529 | Current.BA:Destroy() | |
| 3530 | Current.BA = nil | |
| 3531 | end) | |
| 3532 | pcall(function() | |
| 3533 | if Inv then | |
| 3534 | Part.Velocity = -((Vec - Torso.Position).unit * Grav * 1.1) | |
| 3535 | else | |
| 3536 | Part.Velocity = ((Vec - Camera.CoordinateFrame.p).unit * Grav * 1.1) | |
| 3537 | end | |
| 3538 | Current.Mass = nil | |
| 3539 | end) | |
| 3540 | Reset() | |
| 3541 | end | |
| 3542 | ||
| 3543 | function Reset() | |
| 3544 | end | |
| 3545 | ||
| 3546 | function Start() | |
| 3547 | Cor(function() | |
| 3548 | repeat wait(1/30) until LP.Character and LP.Character.Parent == workspace and LP.Character:findFirstChild("Torso")
| |
| 3549 | Char = LP.Character | |
| 3550 | PlrGui = LP.PlayerGui | |
| 3551 | Backpack = LP.Backpack | |
| 3552 | Mouse = LP:GetMouse() | |
| 3553 | ||
| 3554 | for _,v in pairs(Cons) do | |
| 3555 | v:disconnect() | |
| 3556 | end | |
| 3557 | Cons = {}
| |
| 3558 | ||
| 3559 | Camera = workspace.CurrentCamera | |
| 3560 | LastCamCF = Camera.CoordinateFrame | |
| 3561 | AnimJoints = {}
| |
| 3562 | mDown = false | |
| 3563 | Multi = false | |
| 3564 | Grabbing = false | |
| 3565 | Current = {}
| |
| 3566 | Alpha = 1 | |
| 3567 | ||
| 3568 | Head = Char["Head"] | |
| 3569 | Torso = Char["Torso"] | |
| 3570 | Humanoid = Char["Humanoid"] | |
| 3571 | LA = Char["Left Arm"] | |
| 3572 | RA = Char["Right Arm"] | |
| 3573 | LL = Char["Left Leg"] | |
| 3574 | RL = Char["Right Leg"] | |
| 3575 | ||
| 3576 | ||
| 3577 | ||
| 3578 | for _,v in pairs(Char:GetChildren()) do | |
| 3579 | if v.Name == ModID then | |
| 3580 | v:Destroy() | |
| 3581 | end | |
| 3582 | end | |
| 3583 | ||
| 3584 | for _,v in pairs(PlrGui:GetChildren()) do | |
| 3585 | if v.Name == "PadsGui" then | |
| 3586 | v:Destroy() | |
| 3587 | end | |
| 3588 | end | |
| 3589 | ||
| 3590 | local Pads = MakePads() | |
| 3591 | local LPad = Pads.LBase | |
| 3592 | local RPad = Pads.RBase | |
| 3593 | ||
| 3594 | weldModel(LPad, true, LPad) | |
| 3595 | weldModel(RPad, true, RPad) | |
| 3596 | ||
| 3597 | local GripWeldL = Instance.new("Weld")
| |
| 3598 | GripWeldL.Name = "GripWeldL" | |
| 3599 | GripWeldL.Part0 = LA | |
| 3600 | GripWeldL.Part1 = LPad | |
| 3601 | GripWeldL.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0) | |
| 3602 | GripWeldL.Parent = LA | |
| 3603 | ||
| 3604 | local GripWeldR = Instance.new("Weld")
| |
| 3605 | GripWeldR.Name = "GripWeldR" | |
| 3606 | GripWeldR.Part0 = RA | |
| 3607 | GripWeldR.Part1 = RPad | |
| 3608 | GripWeldR.C0 = CFrame.new(0, -1.05, 0) * CFrame.Angles(0, math.rad(180), 0) | |
| 3609 | GripWeldR.Parent = RA | |
| 3610 | ||
| 3611 | local isParts = false | |
| 3612 | ||
| 3613 | table.insert(Cons, Mouse.Button1Up:connect(function() | |
| 3614 | mDown = false | |
| 3615 | if Grabbing == true and Multi == false then | |
| 3616 | Grabbing = false | |
| 3617 | Reset() | |
| 3618 | end | |
| 3619 | if Current.Part ~= nil then | |
| 3620 | LastPart = getTargFromCurrent() | |
| 3621 | Current = {}
| |
| 3622 | end | |
| 3623 | end)) | |
| 3624 | end) | |
| 3625 | ||
| 3626 | local function makeLightning(Par, Start, End, Width, Length, RandomScale, ArcScale, Num1) | |
| 3627 | local oldParts = {}
| |
| 3628 | for _,v in pairs(Par:GetChildren()) do | |
| 3629 | v.CFrame = CFrame.new(5e5, 5e5, 5e5) | |
| 3630 | table.insert(oldParts, v) | |
| 3631 | end | |
| 3632 | local Distance = (Start-End).Magnitude | |
| 3633 | local ArcScale = ArcScale or 1 | |
| 3634 | local RandomScale = RandomScale or 0 | |
| 3635 | local Last = Start | |
| 3636 | local IterNum = 0 | |
| 3637 | ||
| 3638 | while Par.Parent do | |
| 3639 | IterNum = IterNum + 1 | |
| 3640 | local New = nil | |
| 3641 | if (Last-End).Magnitude < Length then | |
| 3642 | New = CFrame.new(End) | |
| 3643 | else | |
| 3644 | if (End-Last).Magnitude < Length*2 then | |
| 3645 | RandomScale = RandomScale*0.5 | |
| 3646 | ArcScale = ArcScale*0.5 | |
| 3647 | end | |
| 3648 | local Direct = CFrame.new(Last,End) | |
| 3649 | New = Direct*CFrame.Angles(math.rad(math.random(-RandomScale/4,RandomScale*ArcScale)),math.rad(math.random(-RandomScale,RandomScale)),math.rad(math.random(-RandomScale,RandomScale))) | |
| 3650 | New = New*CFrame.new(0,0,-Length) | |
| 3651 | end | |
| 3652 | local Trail = nil | |
| 3653 | if oldParts[IterNum] then | |
| 3654 | Trail = oldParts[IterNum] | |
| 3655 | Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("Cyan")
| |
| 3656 | Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width) | |
| 3657 | Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0) | |
| 3658 | oldParts[IterNum] = nil | |
| 3659 | else | |
| 3660 | Trail = Instance.new("Part")
| |
| 3661 | Trail.Name = "Part" | |
| 3662 | Trail.FormFactor = "Custom" | |
| 3663 | Trail.BrickColor = ((Num1 % 2 == 0) and BrickColor.new("White")) or BrickColor.new("White")
| |
| 3664 | Trail.Transparency = 0 | |
| 3665 | Trail.Anchored = true | |
| 3666 | Trail.CanCollide = false | |
| 3667 | Trail.Locked = true | |
| 3668 | Trail.BackSurface = "SmoothNoOutlines" | |
| 3669 | Trail.BottomSurface = "SmoothNoOutlines" | |
| 3670 | Trail.FrontSurface = "SmoothNoOutlines" | |
| 3671 | Trail.LeftSurface = "SmoothNoOutlines" | |
| 3672 | Trail.RightSurface = "SmoothNoOutlines" | |
| 3673 | Trail.TopSurface = "SmoothNoOutlines" | |
| 3674 | Trail.Material = "Neon" | |
| 3675 | Trail.Size = Vector3.new(Width, (Last-New.p).Magnitude, Width) | |
| 3676 | Trail.CFrame = CFrame.new(New.p, Last)*CFrame.Angles(math.rad(90),0,0)*CFrame.new(0, -(Last-New.p).Magnitude/2, 0) | |
| 3677 | Trail.Parent = Par | |
| 3678 | end | |
| 3679 | Last = New.p | |
| 3680 | if (Last-End).Magnitude < 1 then | |
| 3681 | break | |
| 3682 | end | |
| 3683 | end | |
| 3684 | for _,v in pairs(oldParts) do | |
| 3685 | v:Destroy() | |
| 3686 | end | |
| 3687 | end | |
| 3688 | end | |
| 3689 | ||
| 3690 | function Add(Obj) | |
| 3691 | if Obj:IsA("BasePart") and not Objects[Obj] and not (Obj.Name == "Base" and Obj.ClassName == "Part") then
| |
| 3692 | Objects[Obj] = Obj:GetMass() | |
| 3693 | Obj.Changed:connect(function(P) | |
| 3694 | if P:lower() == "size" and Objects[Obj] and Obj.Parent ~= nil then | |
| 3695 | Objects[Obj] = Obj:GetMass() | |
| 3696 | end | |
| 3697 | end) | |
| 3698 | end | |
| 3699 | end | |
| 3700 | ||
| 3701 | function Rem(Obj) | |
| 3702 | if Objects[Obj] then | |
| 3703 | Objects[Obj] = nil | |
| 3704 | end | |
| 3705 | end | |
| 3706 | ||
| 3707 | function Recursion(Obj) | |
| 3708 | ypcall(function() | |
| 3709 | Add(Obj) | |
| 3710 | if #Obj:GetChildren() > 0 then | |
| 3711 | for _,v in pairs(Obj:GetChildren()) do | |
| 3712 | Recursion(v) | |
| 3713 | end | |
| 3714 | end | |
| 3715 | end) | |
| 3716 | end | |
| 3717 | ||
| 3718 | workspace.DescendantAdded:connect(function(Obj) | |
| 3719 | Add(Obj) | |
| 3720 | end) | |
| 3721 | ||
| 3722 | workspace.DescendantRemoving:connect(function(Obj) | |
| 3723 | Rem(Obj) | |
| 3724 | end) | |
| 3725 | ||
| 3726 | for _,v in pairs(workspace:GetChildren()) do | |
| 3727 | Recursion(v) | |
| 3728 | end | |
| 3729 | ||
| 3730 | Start() | |
| 3731 | ||
| 3732 | if LP.Name == PlrName then | |
| 3733 | LP.CharacterAdded:connect(Start) | |
| 3734 | end | |
| 3735 | ||
| 3736 | local verlet = {}
| |
| 3737 | verlet.step_time = 2 / 75 | |
| 3738 | verlet.gravity = Vector3.new(0, -30, 0) | |
| 3739 | ||
| 3740 | local char = game.Players.LocalPlayer.Character | |
| 3741 | local torso = char:WaitForChild("Torso")
| |
| 3742 | local parts = {}
| |
| 3743 | local render = game:GetService("RunService").RenderStepped
| |
| 3744 | ||
| 3745 | wait() | |
| 3746 | ||
| 3747 | local point = {}
| |
| 3748 | local link = {}
| |
| 3749 | local rope = {}
| |
| 3750 | ||
| 3751 | local function ccw(A,B,C) | |
| 3752 | return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x) | |
| 3753 | end | |
| 3754 | ||
| 3755 | local function intersect(A,B,C,D) | |
| 3756 | return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D) | |
| 3757 | end | |
| 3758 | ||
| 3759 | local function vec2(v) | |
| 3760 | return Vector2.new(v.x, v.z) | |
| 3761 | end | |
| 3762 | ||
| 3763 | function point:step() | |
| 3764 | if not self.fixed then | |
| 3765 | local derivative = (self.position - self.last_position) * 0.95 | |
| 3766 | self.last_position = self.position | |
| 3767 | self.position = self.position + derivative + (self.velocity * verlet.step_time ^ 2) | |
| 3768 | --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5) | |
| 3769 | local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5) | |
| 3770 | local pointE = self.position + torso.CFrame.lookVector * 100 | |
| 3771 | local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE)) | |
| 3772 | if not doIntersect then | |
| 3773 | self.postition = self.position - torso.CFrame.lookVector * 10 | |
| 3774 | end]] | |
| 3775 | end | |
| 3776 | end | |
| 3777 | ||
| 3778 | function link:step() | |
| 3779 | for i = 1, 1 do | |
| 3780 | local distance = self.point1.position - self.point2.position | |
| 3781 | local magnitude = distance.magnitude | |
| 3782 | local differance = (self.length - magnitude) / magnitude | |
| 3783 | local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance | |
| 3784 | if not self.point1.fixed then | |
| 3785 | self.point1.position = self.point1.position + translation | |
| 3786 | end | |
| 3787 | if not self.point2.fixed then | |
| 3788 | self.point2.position = self.point2.position - translation | |
| 3789 | end | |
| 3790 | end | |
| 3791 | end | |
| 3792 | ||
| 3793 | function verlet.new(class, a, b, c) | |
| 3794 | if class == "Point" then | |
| 3795 | local new = {}
| |
| 3796 | setmetatable(new, {__index = point})
| |
| 3797 | new.class = class | |
| 3798 | new.position = a or Vector3.new() | |
| 3799 | new.last_position = new.position | |
| 3800 | new.velocity = verlet.gravity | |
| 3801 | new.fixed = false | |
| 3802 | return new | |
| 3803 | elseif class == "Link" then | |
| 3804 | local new = {}
| |
| 3805 | setmetatable(new, {__index = link})
| |
| 3806 | new.class = class | |
| 3807 | new.point1 = a | |
| 3808 | new.point2 = b | |
| 3809 | new.length = c or (a.position - b.position).magnitude | |
| 3810 | return new | |
| 3811 | elseif class == "Rope" then | |
| 3812 | local new = {}
| |
| 3813 | setmetatable(new, {__index = link})
| |
| 3814 | new.class = class | |
| 3815 | new.start_point = a | |
| 3816 | new.finish_point = b | |
| 3817 | new.points = {}
| |
| 3818 | new.links = {}
| |
| 3819 | local inc = (b - a) / 10 | |
| 3820 | for i = 0, 10 do | |
| 3821 | table.insert(new.points, verlet.new("Point", a + (i * inc)))
| |
| 3822 | end | |
| 3823 | for i = 2, #new.points do | |
| 3824 | table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
| |
| 3825 | end | |
| 3826 | return new | |
| 3827 | end | |
| 3828 | end | |
| 3829 | ||
| 3830 | local tris = {}
| |
| 3831 | local triParts = {}
| |
| 3832 | ||
| 3833 | local function GetDiscoColor(hue) | |
| 3834 | local section = hue % 1 * 3 | |
| 3835 | local secondary = 0.5 * math.pi * (section % 1) | |
| 3836 | if section < 1 then | |
| 3837 | return Color3.new(0, 0, 0) | |
| 3838 | elseif section < 2 then | |
| 3839 | return Color3.new(0, 0, 0) | |
| 3840 | else | |
| 3841 | return Color3.new(0, 0, 0) | |
| 3842 | end | |
| 3843 | end | |
| 3844 | ||
| 3845 | local function setupPart(part) | |
| 3846 | part.Anchored = true | |
| 3847 | part.FormFactor = 3 | |
| 3848 | part.CanCollide = false | |
| 3849 | part.TopSurface = 10 | |
| 3850 | part.BottomSurface = 10 | |
| 3851 | part.LeftSurface = 10 | |
| 3852 | part.RightSurface = 10 | |
| 3853 | part.FrontSurface = 10 | |
| 3854 | part.BackSurface = 10 | |
| 3855 | part.Material = "SmoothPlastic" | |
| 3856 | local m = Instance.new("SpecialMesh", part)
| |
| 3857 | m.MeshType = "Wedge" | |
| 3858 | m.Scale = Vector3.new(0.2, 1, 1) | |
| 3859 | return part | |
| 3860 | end | |
| 3861 | ||
| 3862 | local function CFrameFromTopBack(at, top, back) | |
| 3863 | local right = top:Cross(back) | |
| 3864 | return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z) | |
| 3865 | end | |
| 3866 | ||
| 3867 | local function drawTri(parent, a, b, c) | |
| 3868 | local this = {}
| |
| 3869 | local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
| |
| 3870 | local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
| |
| 3871 | function this:Set(a, b, c) | |
| 3872 | local ab, bc, ca = b-a, c-b, a-c | |
| 3873 | local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude | |
| 3874 | local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm)) | |
| 3875 | local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm)) | |
| 3876 | local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam)) | |
| 3877 | if edg1 < edg2 then | |
| 3878 | if edg1 >= edg3 then | |
| 3879 | a, b, c = c, a, b | |
| 3880 | ab, bc, ca = ca, ab, bc | |
| 3881 | abm = cam | |
| 3882 | end | |
| 3883 | else | |
| 3884 | if edg2 < edg3 then | |
| 3885 | a, b, c = b, c, a | |
| 3886 | ab, bc, ca = bc, ca, ab | |
| 3887 | abm = bcm | |
| 3888 | else | |
| 3889 | a, b, c = c, a, b | |
| 3890 | ab, bc, ca = ca, ab, bc | |
| 3891 | abm = cam | |
| 3892 | end | |
| 3893 | end | |
| 3894 | ||
| 3895 | local len1 = -ca:Dot(ab)/abm | |
| 3896 | local len2 = abm - len1 | |
| 3897 | local width = (ca + ab.unit*len1).magnitude | |
| 3898 | ||
| 3899 | local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit) | |
| 3900 | ||
| 3901 | if len1 > 0.2 then | |
| 3902 | mPart1.Parent = parent | |
| 3903 | mPart1.Size = Vector3.new(0.2, width, len1) | |
| 3904 | mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
| 3905 | else | |
| 3906 | mPart1.Parent = nil | |
| 3907 | end | |
| 3908 | ||
| 3909 | if len2 > 0.2 then | |
| 3910 | mPart2.Parent = parent | |
| 3911 | mPart2.Size = Vector3.new(0.2, width, len2) | |
| 3912 | mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
| 3913 | else | |
| 3914 | mPart2.Parent = nil | |
| 3915 | end | |
| 3916 | end | |
| 3917 | function this:SetProperty(prop, value) | |
| 3918 | mPart1[prop] = value | |
| 3919 | mPart2[prop] = value | |
| 3920 | end | |
| 3921 | this:Set(a, b, c) | |
| 3922 | function this:Destroy() | |
| 3923 | mPart1:Destroy() | |
| 3924 | mPart2:Destroy() | |
| 3925 | end | |
| 3926 | this.p1 = mPart1 | |
| 3927 | this.p2 = mPart2 | |
| 3928 | this.p1.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p1.CFrame.Y * 0.5 + time()))) | |
| 3929 | this.p2.BrickColor = BrickColor.new(GetDiscoColor(math.noise(0.5, 0.5, this.p2.CFrame.Y * 0.5 + time()))) | |
| 3930 | return this | |
| 3931 | end | |
| 3932 | ||
| 3933 | function verlet.draw(object, id) | |
| 3934 | if object.class == "Point" then | |
| 3935 | local part = parts[id] | |
| 3936 | part.BrickColor = BrickColor.new(CULUR) | |
| 3937 | part.Color = Color3.new(0.592157, 0, 0) | |
| 3938 | part.Transparency = 0 | |
| 3939 | part.formFactor = 3 | |
| 3940 | part.Anchored = true | |
| 3941 | part.CanCollide = false | |
| 3942 | part.TopSurface = 0 | |
| 3943 | part.BottomSurface = 0 | |
| 3944 | part.Size = Vector3.new(0.35, 0.35, 0.35) | |
| 3945 | part.Material = "SmoothPlastic" | |
| 3946 | part.CFrame = CFrame.new(object.position) | |
| 3947 | part.Parent = torso | |
| 3948 | return part | |
| 3949 | elseif object.class == "Link" then | |
| 3950 | local part = parts[id] | |
| 3951 | local dist = (object.point1.position - object.point2.position).magnitude | |
| 3952 | part.Size = Vector3.new(0.2, 0.2, dist) | |
| 3953 | part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5) | |
| 3954 | part.Parent = torso | |
| 3955 | return part | |
| 3956 | end | |
| 3957 | end | |
| 3958 | ||
| 3959 | function verlet.clear() | |
| 3960 | for _, v in pairs(workspace:GetChildren()) do | |
| 3961 | if v.Name == "Part" then | |
| 3962 | v:Destroy() | |
| 3963 | end | |
| 3964 | end | |
| 3965 | end | |
| 3966 | ||
| 3967 | local points = {}
| |
| 3968 | local links = {}
| |
| 3969 | ||
| 3970 | for x = 0, 2 do | |
| 3971 | points[x] = {}
| |
| 3972 | for y = 0, 3 do | |
| 3973 | points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
| |
| 3974 | points[x][y].fixed = y == 0 | |
| 3975 | end | |
| 3976 | end | |
| 3977 | ||
| 3978 | for x = 1, 2 do | |
| 3979 | for y = 0, 3 do | |
| 3980 | links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
| |
| 3981 | end | |
| 3982 | end | |
| 3983 | ||
| 3984 | for x = 0, 2 do | |
| 3985 | for y = 1, 3 do | |
| 3986 | links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
| |
| 3987 | end | |
| 3988 | end | |
| 3989 | ||
| 3990 | render:connect(function() | |
| 3991 | for x = 0, 2 do | |
| 3992 | for y = 0, 3 do | |
| 3993 | if y == 0 then | |
| 3994 | points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p | |
| 3995 | else | |
| 3996 | points[x][y]:step() | |
| 3997 | end | |
| 3998 | end | |
| 3999 | end | |
| 4000 | for i = 1, #links do | |
| 4001 | links[i]:step() | |
| 4002 | end | |
| 4003 | for i = 1, #tris do | |
| 4004 | triParts[#triParts + 1] = tris[i].p1 | |
| 4005 | triParts[#triParts + 1] = tris[i].p2 | |
| 4006 | end | |
| 4007 | tris = {}
| |
| 4008 | for x = 1, 2 do | |
| 4009 | for y = 1, 3 do | |
| 4010 | tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position) | |
| 4011 | tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position) | |
| 4012 | end | |
| 4013 | end | |
| 4014 | end) | |
| 4015 | end |