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