Advertisement
jericoalejo

Do Not Attempt To Run This Script V2

Jun 20th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 99.39 KB | None | 0 0
  1. ------------By raulib fellas----------
  2. wait(1)
  3. -- Objects
  4. local tlakgui = Instance.new("ScreenGui")
  5. local Text = Instance.new("TextBox")
  6. local Talk = Instance.new("TextButton")
  7.  
  8. -- Properties
  9.  
  10. tlakgui.Name = "tlak gui"
  11. tlakgui.Parent = game.Players.LocalPlayer.PlayerGui
  12.  
  13. Text.Name = "Text"
  14. Text.Parent = tlakgui
  15. Text.BackgroundColor3 = Color3.new(1, 0, 0)
  16. Text.BorderSizePixel = 0
  17. Text.Position = UDim2.new(0, 1000, 0, 0)
  18. Text.Size = UDim2.new(0, 200, 0, 100)
  19. Text.Font = Enum.Font.SourceSans
  20. Text.FontSize = Enum.FontSize.Size14
  21. Text.Text = "Put text here"
  22. Text.TextScaled = true
  23. Text.TextSize = 14
  24. Text.TextWrapped = true
  25.  
  26. Talk.Name = "Talk"
  27. Talk.Parent = tlakgui
  28. Talk.BackgroundColor3 = Color3.new(1, 0, 0)
  29. Talk.BorderSizePixel = 0
  30. Talk.Position = UDim2.new(0, 1000, 0, 150)
  31. Talk.Size = UDim2.new(0, 200, 0, 50)
  32. Talk.Font = Enum.Font.SourceSans
  33. Talk.FontSize = Enum.FontSize.Size14
  34. Talk.Text = "Talk"
  35. Talk.TextScaled = true
  36. Talk.TextSize = 14
  37. Talk.TextWrapped = true
  38.  
  39. local Clots = Instance.new("TextButton")
  40.  
  41. -- Properties
  42.  
  43. Clots.Name = "Clots"
  44. Clots.Parent = tlakgui
  45. Clots.BackgroundColor3 = Color3.new(1, 0, 0)
  46. Clots.BorderSizePixel = 0
  47. Clots.Size = UDim2.new(0, 200, 0, 50)
  48. Clots.Font = Enum.Font.SourceSans
  49. Clots.FontSize = Enum.FontSize.Size14
  50. Clots.Text = "Change Clothes"
  51. Clots.TextScaled = true
  52. Clots.TextSize = 14
  53. Clots.TextWrapped = true
  54. local d = game.Players.LocalPlayer.Character:GetChildren()
  55. for i=1, #d do
  56. if (d[i].className == "CharacterMesh") then
  57. d[i]:destroy()
  58. end
  59. end
  60. wait(1)
  61. Clots.MouseButton1Up:connect(function()
  62. local dewwe = game.Players.LocalPlayer.Character:GetChildren()
  63. for i=1, #dewwe do
  64. if (dewwe[i].className == "Shirt") then
  65. dewwe[i]:destroy()
  66. end
  67. end
  68. local dewweew = game.Players.LocalPlayer.Character:GetChildren()
  69. for i=1, #dewweew do
  70. if (dewweew[i].className == "Pants") then
  71. dewweew[i]:destroy()
  72. end
  73. end
  74. clo1 = Instance.new("Pants")
  75. clo2 = Instance.new("Shirt")
  76. clo3 = Instance.new("ShirtGraphic")
  77. clo1.Name = "Pants"
  78. clo1.Parent = game.Players.LocalPlayer.Character
  79. clo1.PantsTemplate = "http://www.roblox.com/asset/?id=271164392"
  80. clo2.Name = "Shirt"
  81. clo2.Parent = game.Players.LocalPlayer.Character
  82. clo2.ShirtTemplate = "http://www.roblox.com/asset/?id=271164283"
  83. clo3.Parent = game.Players.LocalPlayer.Character
  84. clo3.Graphic = "http://www.roblox.com/asset/?id=601873805"
  85. Clots:Destroy()
  86. end)
  87.  
  88.  
  89. -----------------------------------------
  90. print("▓▓▓▓▓▓▀▀░░░░░░▀▀▓▓▓▓▓▓")
  91. print("▓▓▓▀░░░░░▄██▄░░░░░▀▓▓▓")
  92. print("▓▓░░░░░▄▄██▀░░░░░░░░▓▓")-----By using it you accept that you won't abuse agnaist raulib mate-----
  93. print("▓░░░░░▄██▀░░░▄█▄░░░░░▓") --discord: Red Spy#4120--
  94. print("▌░░░░░▀██▄▄▄█████▄░░░▐")
  95. print("░░▄▄▄░░░▀████▀░▀▀██▄░░")
  96. print("░░▀██▄░▄▄████▄░░░▀▀▀░░")
  97. print("▌░░░▀█████▀▀▀██▄░░░░░▐")
  98. print("▓░░░░░▀█▀░░░▄██▀░░░░░▓")
  99. print("▓▓░░░░░░░░▄██▀░░░░░░▓▓")
  100. print("▓▓▓▄░░░░░▀█▀▀░░░░░▄▓▓▓")
  101. print("▓▓▓▓▓▓▄▄░░░░░░▄▄▓▓▓▓▓▓")
  102. script.Archivable = false
  103. script.Name = "Hitler Controller"
  104. script.Parent = game.Players.LocalPlayer.PlayerGui
  105. game.Players.LocalPlayer.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  106. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  107. -----Pistol decoration------
  108. local runDummyScript = function(f,scri)
  109. local oldenv = getfenv(f)
  110. local newenv = setmetatable({}, {
  111. __index = function(_, k)
  112. if k:lower() == 'script' then
  113. return scri
  114. else
  115. return oldenv[k]
  116. end
  117. end
  118. })
  119. setfenv(f, newenv)
  120. ypcall(function() f() end)
  121. end
  122. cors = {}
  123. mas = Instance.new("Model",game:GetService("Lighting"))
  124. mas.Name = "CompiledModel"
  125. local pso1 = Instance.new("Model")
  126. local pso2 = Instance.new("Part")
  127. local pso3 = Instance.new("Part")
  128. local pso4 = Instance.new("SpecialMesh")
  129. local pso5 = Instance.new("Weld")
  130. local pso6 = Instance.new("CFrameValue")
  131. local pso7 = Instance.new("Part")
  132. local pso8 = Instance.new("SpecialMesh")
  133. local pso9 = Instance.new("Weld")
  134. local pso10 = Instance.new("CFrameValue")
  135. local pso11 = Instance.new("Script")
  136. local psoe = Instance.new("Weld")
  137. pso1.Name = "tros"
  138. pso1.Parent = game.Players.LocalPlayer.Character
  139. pso2.Name = "Handl"
  140. pso2.Parent = pso1
  141. pso2.Transparency = 1
  142. pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823)
  143. pso2.Rotation = Vector3.new(0.0700000003, 0.529999971, -0.140000001)
  144. pso2.Size = Vector3.new(2, 2, 1)
  145. 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)
  146. pso2.BottomSurface = Enum.SurfaceType.Smooth
  147. pso2.TopSurface = Enum.SurfaceType.Smooth
  148. pso2.Position = Vector3.new(-34.0027199, 4.19499779, 23.9349823)
  149. pso2.Orientation = Vector3.new(0.0700000003, 0.529999971, -0.140000001)
  150. pso3.Name = "Reeng"
  151. pso3.Parent = pso1
  152. pso3.Material = Enum.Material.SmoothPlastic
  153. pso3.BrickColor = BrickColor.new("Really black")
  154. pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454)
  155. pso3.Rotation = Vector3.new(90.0800018, -0.230000004, 89.4700012)
  156. pso3.FormFactor = Enum.FormFactor.Custom
  157. pso3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  158. 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)
  159. pso3.BottomSurface = Enum.SurfaceType.Smooth
  160. pso3.TopSurface = Enum.SurfaceType.Smooth
  161. pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  162. pso3.Position = Vector3.new(-33.0622673, 3.31371355, 23.7006454)
  163. pso3.Orientation = Vector3.new(89.7600021, -109.300003, -19.8299999)
  164. pso3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  165. pso4.Parent = pso3
  166. pso4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  167. pso4.Scale = Vector3.new(0.5, 0.5, 0.5)
  168. pso4.MeshType = Enum.MeshType.FileMesh
  169. pso4.Scale = Vector3.new(0.5, 0.5, 0.5)
  170. pso5.Name = "qCFrameWeldThingy"
  171. pso5.Parent = pso3
  172. 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)
  173. pso5.Part0 = pso2
  174. pso5.Part1 = pso3
  175. pso6.Name = "qRelativeCFrameWeldValue"
  176. pso6.Parent = pso3
  177. 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)
  178. pso7.Name = "DecPistol"
  179. pso7.Parent = pso1
  180. pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894)
  181. pso7.Rotation = Vector3.new(86.3099976, -0.850000024, -174.899994)
  182. pso7.Size = Vector3.new(0.25, 0.927999973, 1.31799996)
  183. 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)
  184. pso7.BottomSurface = Enum.SurfaceType.Smooth
  185. pso7.TopSurface = Enum.SurfaceType.Smooth
  186. pso7.Position = Vector3.new(-32.9894485, 3.18278146, 23.8790894)
  187. pso7.Orientation = Vector3.new(86.2200012, -13, 172.130005)
  188. pso8.Parent = pso7
  189. pso8.MeshId = "rbxassetid://436697873"
  190. pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
  191. pso8.TextureId = "rbxassetid://436697889"
  192. pso8.MeshType = Enum.MeshType.FileMesh
  193. pso8.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
  194. pso9.Name = "qCFrameWeldThingy"
  195. pso9.Parent = pso7
  196. 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)
  197. pso9.Part0 = pso2
  198. pso9.Part1 = pso7
  199. pso10.Name = "qRelativeCFrameWeldValue"
  200. pso10.Parent = pso7
  201. 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)
  202. pso11.Name = "qPerfectionWeld"
  203. pso11.Parent = pso1
  204. psoe.Parent = pso2
  205. psoe.Part0 = pso2
  206. psoe.Part1 = game.Players.LocalPlayer.Character.Torso
  207. -----Pistol Dec End---------
  208. MUZC = Instance.new("Sound")
  209. MUZC.Volume = 10
  210. MUZC.EmitterSize = 999999999999999999999999999999999999999999999999999999999999999999999999
  211. MUZC.MaxDistance = 999999999999999999999999999999999999999999999999999999999999999999999999
  212. MUZC.SoundId= "rbxassetid://570556587"
  213. MUZC.Parent = game.Players.LocalPlayer.Character.Head
  214.  
  215. RAW = Instance.new("Weld")
  216. RAWV = Instance.new("CFrameValue")
  217. LAW = Instance.new("Weld")
  218. LAWV = Instance.new("CFrameValue")
  219.  
  220. RAW.Name = "qCFrameWeldThingy"
  221. RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  222. 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)
  223. RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  224. RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  225. RAWV.Name = "qRelativeCFrameWeldValue"
  226. RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  227. 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)
  228.  
  229. LAW.Name = "qCFrameWeldThingy"
  230. LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  231. 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)
  232. LAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  233. LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  234. LAWV.Name = "qRelativeCFrameWeldValue"
  235. LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  236. 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)
  237. ------------------------------Nazi Armlet-----------------------------------------------
  238. guigroup=Instance.new("BillboardGui")
  239. guigroup.Parent=game.Players.LocalPlayer.Character.Head
  240. guigroup.Adornee=game.Players.LocalPlayer.Character.Head
  241. guigroup.Size = UDim2.new(1,0,1,0)
  242. guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
  243. oooo1 = Instance.new("TextLabel")
  244. Kills = Instance.new("IntValue")
  245. Kills.Parent = game.Players.LocalPlayer.Character
  246. Kills.Name = "Kills"
  247. oooo1.Text = "General"
  248. if
  249. game.Players.LocalPlayer.Name == "raulib"
  250. then
  251. oooo1.Text = "The Creator(General)"
  252. end
  253. oooo1.Size = UDim2.new(0,200,0,200)
  254. oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  255. oooo1.BackgroundTransparency = 1
  256. oooo1.Parent = guigroup
  257. oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
  258. oooo1.Size = UDim2.new(3.5,0,3.5,0)
  259. oooo1.TextScaled = true
  260. ko1 = Instance.new("TextLabel")
  261. ko1.Name = "klis"
  262. ko1.Parent = guigroup
  263. ko1.Size = UDim2.new(1.8,0,1.8,0)
  264. ko1.Text = "Kills: "..Kills.Value
  265. ko1.BackgroundColor3 = Color3.new(1, 1, 1)
  266. ko1.BackgroundTransparency = 1
  267. ko1.TextColor3 = Color3.new(1, 0, 0)
  268. ko1.TextScaled = true
  269. ko1.TextWrapped = true
  270. ko1.AnchorPoint = Vector2.new(0.5, 0.3)
  271. game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
  272. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
  273. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  274. game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  275. local runDummyScript = function(f,scri)
  276. local oldenv = getfenv(f)
  277. local newenv = setmetatable({}, {
  278. __index = function(_, k)
  279. if k:lower() == 'script' then
  280. return scri
  281. else
  282. return oldenv[k]
  283. end
  284. end
  285. })
  286. setfenv(f, newenv)
  287. ypcall(function() f() end)
  288. end
  289. cors = {}
  290. mas = Instance.new("Model",game:GetService("Lighting"))
  291. mas.Name = "CompiledModel"
  292. o1 = Instance.new("Model")
  293. o2 = Instance.new("Part")
  294. o3 = Instance.new("BlockMesh")
  295. o4 = Instance.new("Part")
  296. o5 = Instance.new("BlockMesh")
  297. o6 = Instance.new("CFrameValue")
  298. o7 = Instance.new("Weld")
  299. o8 = Instance.new("Part")
  300. o9 = Instance.new("BlockMesh")
  301. o10 = Instance.new("CFrameValue")
  302. o11 = Instance.new("Weld")
  303. o12 = Instance.new("Part")
  304. o13 = Instance.new("BlockMesh")
  305. o14 = Instance.new("CFrameValue")
  306. o15 = Instance.new("Weld")
  307. o16 = Instance.new("Part")
  308. o17 = Instance.new("BlockMesh")
  309. o18 = Instance.new("CFrameValue")
  310. o19 = Instance.new("Weld")
  311. o20 = Instance.new("Part")
  312. o21 = Instance.new("BlockMesh")
  313. o22 = Instance.new("CFrameValue")
  314. o23 = Instance.new("Weld")
  315. o24 = Instance.new("Part")
  316. o25 = Instance.new("BlockMesh")
  317. o26 = Instance.new("CFrameValue")
  318. o27 = Instance.new("Weld")
  319. o28 = Instance.new("Part")
  320. o29 = Instance.new("CFrameValue")
  321. o30 = Instance.new("Weld")
  322. o31 = Instance.new("Part")
  323. o32 = Instance.new("CFrameValue")
  324. o33 = Instance.new("Weld")
  325. o34 = Instance.new("Part")
  326. o35 = Instance.new("SpecialMesh")
  327. o36 = Instance.new("CFrameValue")
  328. o37 = Instance.new("Weld")
  329. weldtoarm = Instance.new("Weld")
  330. o1.Name = "Armlet"
  331. o1.Parent = mas
  332. o2.Name = "svatic1"
  333. o2.Parent = o1
  334. o2.Material = Enum.Material.SmoothPlastic
  335. o2.BrickColor = BrickColor.new("Really black")
  336. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  337. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  338. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  339. 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)
  340. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  341. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  342. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  343. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  344. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  345. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  346. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  347. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  348. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  349. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  350. o3.Parent = o2
  351. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  352. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  353. o4.Name = "svatic2"
  354. o4.Parent = o1
  355. o4.Material = Enum.Material.SmoothPlastic
  356. o4.BrickColor = BrickColor.new("Really black")
  357. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  358. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  359. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  360. 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)
  361. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  362. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  363. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  364. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  365. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  366. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  367. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  368. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  369. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  370. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  371. o5.Parent = o4
  372. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  373. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  374. o6.Name = "qRelativeCFrameWeldValue"
  375. o6.Parent = o4
  376. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  377. o7.Name = "qCFrameWeldThingy"
  378. o7.Parent = o4
  379. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  380. o7.Part0 = o2
  381. o7.Part1 = o4
  382. o8.Name = "svatic3"
  383. o8.Parent = o1
  384. o8.Material = Enum.Material.SmoothPlastic
  385. o8.BrickColor = BrickColor.new("Really black")
  386. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  387. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  388. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  389. 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)
  390. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  391. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  392. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  394. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  395. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  396. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  397. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  398. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  399. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  400. o9.Parent = o8
  401. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  402. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  403. o10.Name = "qRelativeCFrameWeldValue"
  404. o10.Parent = o8
  405. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  406. o11.Name = "qCFrameWeldThingy"
  407. o11.Parent = o8
  408. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  409. o11.Part0 = o2
  410. o11.Part1 = o8
  411. o12.Name = "svatic4"
  412. o12.Parent = o1
  413. o12.Material = Enum.Material.SmoothPlastic
  414. o12.BrickColor = BrickColor.new("Really black")
  415. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  416. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  417. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  418. 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)
  419. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  420. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  421. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  422. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  423. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  424. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  425. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  426. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  427. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  428. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  429. o13.Parent = o12
  430. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  431. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  432. o14.Name = "qRelativeCFrameWeldValue"
  433. o14.Parent = o12
  434. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  435. o15.Name = "qCFrameWeldThingy"
  436. o15.Parent = o12
  437. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  438. o15.Part0 = o2
  439. o15.Part1 = o12
  440. o16.Name = "svatic5"
  441. o16.Parent = o1
  442. o16.Material = Enum.Material.SmoothPlastic
  443. o16.BrickColor = BrickColor.new("Really black")
  444. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  445. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  446. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  447. 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)
  448. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  449. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  450. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  451. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  452. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  453. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  454. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  455. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  456. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  457. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  458. o17.Parent = o16
  459. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  460. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  461. o18.Name = "qRelativeCFrameWeldValue"
  462. o18.Parent = o16
  463. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  464. o19.Name = "qCFrameWeldThingy"
  465. o19.Parent = o16
  466. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  467. o19.Part0 = o2
  468. o19.Part1 = o16
  469. o20.Name = "svatic6"
  470. o20.Parent = o1
  471. o20.Material = Enum.Material.SmoothPlastic
  472. o20.BrickColor = BrickColor.new("Really black")
  473. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  474. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  475. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  476. 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)
  477. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  478. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  479. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  480. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  481. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  482. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  483. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  484. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  485. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  486. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  487. o21.Parent = o20
  488. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  489. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  490. o22.Name = "qRelativeCFrameWeldValue"
  491. o22.Parent = o20
  492. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  493. o23.Name = "qCFrameWeldThingy"
  494. o23.Parent = o20
  495. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  496. o23.Part0 = o2
  497. o23.Part1 = o20
  498. o24.Name = "svatic7"
  499. o24.Parent = o1
  500. o24.Material = Enum.Material.SmoothPlastic
  501. o24.BrickColor = BrickColor.new("Really black")
  502. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  503. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  504. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  505. 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)
  506. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  507. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  508. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  509. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  510. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  511. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  512. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  513. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  514. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  515. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  516. o25.Parent = o24
  517. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  518. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  519. o26.Name = "qRelativeCFrameWeldValue"
  520. o26.Parent = o24
  521. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  522. o27.Name = "qCFrameWeldThingy"
  523. o27.Parent = o24
  524. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  525. o27.Part0 = o2
  526. o27.Part1 = o24
  527. o28.Name = "Right Arm"
  528. o28.Parent = o1
  529. o28.Material = Enum.Material.SmoothPlastic
  530. o28.BrickColor = BrickColor.new("Really black")
  531. o28.Transparency = 1
  532. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  533. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  534. o28.FormFactor = Enum.FormFactor.Symmetric
  535. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  536. 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)
  537. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  538. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  539. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  541. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  543. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  544. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  545. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  546. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  547. weldtoarm.Parent = o28
  548. weldtoarm.Part0 = o28
  549. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  550. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  551. o29.Name = "qRelativeCFrameWeldValue"
  552. o29.Parent = o28
  553. 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)
  554. o30.Name = "qCFrameWeldThingy"
  555. o30.Parent = o28
  556. 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)
  557. o30.Part0 = o2
  558. o30.Part1 = o28
  559. o31.Name = "Armlet1"
  560. o31.Parent = o1
  561. o31.Material = Enum.Material.SmoothPlastic
  562. o31.BrickColor = BrickColor.new("Bright red")
  563. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  564. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  565. o31.FormFactor = Enum.FormFactor.Symmetric
  566. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  567. 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)
  568. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  569. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  570. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  571. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  572. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  573. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  574. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  575. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  576. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  577. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  578. o32.Name = "qRelativeCFrameWeldValue"
  579. o32.Parent = o31
  580. 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)
  581. o33.Name = "qCFrameWeldThingy"
  582. o33.Parent = o31
  583. 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)
  584. o33.Part0 = o2
  585. o33.Part1 = o31
  586. o34.Name = "Armlet2"
  587. o34.Parent = o1
  588. o34.Material = Enum.Material.SmoothPlastic
  589. o34.BrickColor = BrickColor.new("Institutional white")
  590. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  591. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  592. o34.Shape = Enum.PartType.Cylinder
  593. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  594. 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)
  595. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  596. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  597. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  598. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  599. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  600. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  601. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  602. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  603. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  604. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  605. o35.Parent = o34
  606. o35.Scale = Vector3.new(0.875851333, 1, 1)
  607. o35.MeshType = Enum.MeshType.Cylinder
  608. o35.Scale = Vector3.new(0.875851333, 1, 1)
  609. o36.Name = "qRelativeCFrameWeldValue"
  610. o36.Parent = o34
  611. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  612. o37.Name = "qCFrameWeldThingy"
  613. o37.Parent = o34
  614. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  615. o37.Part0 = o2
  616. o37.Part1 = o34
  617. mas.Parent = workspace
  618. mas:MakeJoints()
  619. local mas1 = mas:GetChildren()
  620. for i=1,#mas1 do
  621. mas1[i].Parent = game.Players.LocalPlayer.Character
  622. ypcall(function() mas1[i]:MakeJoints() end)
  623. end
  624. mas:Destroy()
  625. for i=1,#cors do
  626. coroutine.resume(cors[i])
  627. end
  628. ------------------------------Nazi Armlet End-------------------------------------------
  629. ----------------------------------------------------------------------------------------
  630. ----------------------------------Tool--------------------------------------------------
  631. ----------------------------------------------------------------------------------------
  632. ---------------------------------Hat Giver----------------------------------------------
  633. wait(1)
  634. local d = game.Players.LocalPlayer.Character:GetChildren()
  635. for i=1, #d do
  636. if (d[i].className == "Accessory") then
  637. d[i]:destroy()
  638. end
  639. end
  640.  
  641. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=568062090"
  642. local runDummyScript = function(f,scri)
  643. local oldenv = getfenv(f)
  644. local newenv = setmetatable({}, {
  645. __index = function(_, k)
  646. if k:lower() == 'script' then
  647. return scri
  648. else
  649. return oldenv[k]
  650. end
  651. end
  652. })
  653. setfenv(f, newenv)
  654. ypcall(function() f() end)
  655. end
  656. local cors = {}
  657. local mas = Instance.new("Model",game:GetService("Lighting"))
  658. mas.Name = "CompiledModel"
  659. local o1 = Instance.new("Model")
  660. local o2 = Instance.new("Part")
  661. local o3 = Instance.new("SpecialMesh")
  662. local o4 = Instance.new("Part")
  663. local o5 = Instance.new("BlockMesh")
  664. local o6 = Instance.new("Weld")
  665. local o7 = Instance.new("CFrameValue")
  666. local o8 = Instance.new("Part")
  667. local o9 = Instance.new("BlockMesh")
  668. local o10 = Instance.new("Weld")
  669. local o11 = Instance.new("CFrameValue")
  670. local o12 = Instance.new("Part")
  671. local o13 = Instance.new("BlockMesh")
  672. local o14 = Instance.new("Weld")
  673. local o15 = Instance.new("CFrameValue")
  674. local o16 = Instance.new("Part")
  675. local o17 = Instance.new("BlockMesh")
  676. local o18 = Instance.new("Weld")
  677. local o19 = Instance.new("CFrameValue")
  678. local o20 = Instance.new("Part")
  679. local o21 = Instance.new("BlockMesh")
  680. local o22 = Instance.new("Weld")
  681. local o23 = Instance.new("CFrameValue")
  682. local o24 = Instance.new("Part")
  683. local o25 = Instance.new("BlockMesh")
  684. local o26 = Instance.new("Weld")
  685. local o27 = Instance.new("CFrameValue")
  686. local o28 = Instance.new("Part")
  687. local o29 = Instance.new("BlockMesh")
  688. local o30 = Instance.new("Weld")
  689. local o31 = Instance.new("CFrameValue")
  690. local o32 = Instance.new("Part")
  691. local o33 = Instance.new("CFrameValue")
  692. local o34 = Instance.new("Weld")
  693. local o35 = Instance.new("Weld")
  694. o1.Name = "Führer Hat"
  695. o1.Parent = mas
  696. o2.Name = "Hatt"
  697. o2.Parent = o1
  698. o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543)
  699. o2.Rotation = Vector3.new(0, 0.0399999991, 0)
  700. o2.Size = Vector3.new(1.4036535, 1.32119322, 1.76253879)
  701. 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)
  702. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  703. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  704. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  705. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  706. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  707. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  708. o2.Position = Vector3.new(-29.0196323, 4.64066935, 58.0358543)
  709. o2.Orientation = Vector3.new(0, 0.0399999991, 0)
  710. o3.Parent = o2
  711. o3.MeshId = "rbxassetid://430575845"
  712. o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424)
  713. o3.TextureId = "rbxassetid://868385910"
  714. o3.MeshType = Enum.MeshType.FileMesh
  715. o3.Scale = Vector3.new(0.00159506057, 0.00167239632, 0.0015326424)
  716. o4.Name = "svatic1"
  717. o4.Parent = o1
  718. o4.Material = Enum.Material.SmoothPlastic
  719. o4.BrickColor = BrickColor.new("Really black")
  720. o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564)
  721. o4.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  722. o4.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  723. 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)
  724. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  725. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  726. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  727. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  728. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  729. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  730. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  731. o4.Position = Vector3.new(-29.0230846, 4.72106266, 58.6195564)
  732. o4.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  733. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  734. o5.Parent = o4
  735. o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971)
  736. o5.Scale = Vector3.new(0.437082678, 0.347723871, 0.0446923971)
  737. o6.Name = "qCFrameWeldThingy"
  738. o6.Parent = o4
  739. 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)
  740. o6.Part0 = o2
  741. o6.Part1 = o4
  742. o7.Name = "qRelativeCFrameWeldValue"
  743. o7.Parent = o4
  744. 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)
  745. o8.Name = "svatic2"
  746. o8.Parent = o1
  747. o8.Material = Enum.Material.SmoothPlastic
  748. o8.BrickColor = BrickColor.new("Really black")
  749. o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186)
  750. o8.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  751. o8.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  752. 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)
  753. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  754. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  755. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  756. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  757. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  758. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  759. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  760. o8.Position = Vector3.new(-29.0342407, 4.74027205, 58.6190186)
  761. o8.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  762. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  763. o9.Parent = o8
  764. o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
  765. o9.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
  766. o10.Name = "qCFrameWeldThingy"
  767. o10.Parent = o8
  768. 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)
  769. o10.Part0 = o2
  770. o10.Part1 = o8
  771. o11.Name = "qRelativeCFrameWeldValue"
  772. o11.Parent = o8
  773. 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)
  774. o12.Name = "svatic3"
  775. o12.Parent = o1
  776. o12.Material = Enum.Material.SmoothPlastic
  777. o12.BrickColor = BrickColor.new("Really black")
  778. o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493)
  779. o12.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  780. o12.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  781. 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)
  782. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  783. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  784. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  785. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  786. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  787. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  788. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  789. o12.Position = Vector3.new(-28.9704952, 4.71106386, 58.6213493)
  790. o12.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  791. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  792. o13.Parent = o12
  793. o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
  794. o13.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
  795. o14.Name = "qCFrameWeldThingy"
  796. o14.Parent = o12
  797. 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)
  798. o14.Part0 = o2
  799. o14.Part1 = o12
  800. o15.Name = "qRelativeCFrameWeldValue"
  801. o15.Parent = o12
  802. 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)
  803. o16.Name = "svatic4"
  804. o16.Parent = o1
  805. o16.Material = Enum.Material.SmoothPlastic
  806. o16.BrickColor = BrickColor.new("Really black")
  807. o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837)
  808. o16.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  809. o16.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  810. 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)
  811. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  812. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  813. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  814. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  815. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  816. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  817. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  818. o16.Position = Vector3.new(-28.9925041, 4.78204298, 58.6199837)
  819. o16.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  820. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  821. o17.Parent = o16
  822. o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923)
  823. o17.Scale = Vector3.new(0.437082678, 0.0581334978, 0.164426923)
  824. o18.Name = "qCFrameWeldThingy"
  825. o18.Parent = o16
  826. 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)
  827. o18.Part0 = o2
  828. o18.Part1 = o16
  829. o19.Name = "qRelativeCFrameWeldValue"
  830. o19.Parent = o16
  831. 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)
  832. o20.Name = "svatic5"
  833. o20.Parent = o1
  834. o20.Material = Enum.Material.SmoothPlastic
  835. o20.BrickColor = BrickColor.new("Really black")
  836. o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864)
  837. o20.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  838. o20.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  839. 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)
  840. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  841. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  842. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  843. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  844. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  845. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  846. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  847. o20.Position = Vector3.new(-29.0499535, 4.66760588, 58.6191864)
  848. o20.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  849. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  850. o21.Parent = o20
  851. o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099)
  852. o21.Scale = Vector3.new(0.437082678, 0.0581334978, 0.151697099)
  853. o22.Name = "qCFrameWeldThingy"
  854. o22.Parent = o20
  855. 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)
  856. o22.Part0 = o2
  857. o22.Part1 = o20
  858. o23.Name = "qRelativeCFrameWeldValue"
  859. o23.Parent = o20
  860. 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)
  861. o24.Name = "svatic6"
  862. o24.Parent = o1
  863. o24.Material = Enum.Material.SmoothPlastic
  864. o24.BrickColor = BrickColor.new("Really black")
  865. o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276)
  866. o24.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  867. o24.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  868. 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)
  869. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  870. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  871. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  872. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  873. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  874. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  875. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  876. o24.Position = Vector3.new(-29.0678387, 4.74114466, 58.6179276)
  877. o24.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  878. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  879. o25.Parent = o24
  880. o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
  881. o25.Scale = Vector3.new(0.437082678, 0.202838942, 0.0446923971)
  882. o26.Name = "qCFrameWeldThingy"
  883. o26.Parent = o24
  884. 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)
  885. o26.Part0 = o2
  886. o26.Part1 = o24
  887. o27.Name = "qRelativeCFrameWeldValue"
  888. o27.Parent = o24
  889. 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)
  890. o28.Name = "svatic7"
  891. o28.Parent = o1
  892. o28.Material = Enum.Material.SmoothPlastic
  893. o28.BrickColor = BrickColor.new("Really black")
  894. o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736)
  895. o28.Rotation = Vector3.new(-92.5100021, -46.6599998, -92.6900024)
  896. o28.Size = Vector3.new(0.319012105, 0.334479213, 0.306528509)
  897. 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)
  898. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  899. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  900. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  901. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  902. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  903. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  904. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  905. o28.Position = Vector3.new(-29.0039883, 4.71056747, 58.6202736)
  906. o28.Orientation = Vector3.new(-43.2900009, -92.3600006, 0.75)
  907. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  908. o29.Parent = o28
  909. o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
  910. o29.Scale = Vector3.new(0.437082678, 0.0581334978, 0.157001153)
  911. o30.Name = "qCFrameWeldThingy"
  912. o30.Parent = o28
  913. 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)
  914. o30.Part0 = o2
  915. o30.Part1 = o28
  916. o31.Name = "qRelativeCFrameWeldValue"
  917. o31.Parent = o28
  918. 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)
  919. o32.Name = "Head Part"
  920. o32.Parent = o1
  921. o32.BrickColor = BrickColor.new("Really black")
  922. o32.Transparency = 1
  923. o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478)
  924. o32.Rotation = Vector3.new(0, 0.0399999991, 0)
  925. o32.Size = Vector3.new(2, 1, 1)
  926. 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)
  927. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  928. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  929. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  930. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  931. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  932. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  933. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  934. o32.Position = Vector3.new(-29.009634, 3.80002499, 58.0408478)
  935. o32.Orientation = Vector3.new(0, 0.0399999991, 0)
  936. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  937. o33.Name = "qRelativeCFrameWeldValue"
  938. o33.Parent = o32
  939. 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)
  940. o34.Name = "qCFrameWeldThingy"
  941. o34.Parent = o32
  942. 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)
  943. o34.Part0 = o2
  944. o34.Part1 = o32
  945. o35.Name = "Weld to the fducking head"
  946. o35.Part0 = o32
  947. o35.Part1 = game.Players.LocalPlayer.Character.Head
  948. o35.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(0, math.pi, 6.3)
  949. o35.Parent = o32
  950. mas.Parent = workspace
  951. mas:MakeJoints()
  952. local mas1 = mas:GetChildren()
  953. for i=1,#mas1 do
  954. mas1[i].Parent = game.Players.LocalPlayer.Character
  955. ypcall(function() mas1[i]:MakeJoints() end)
  956. end
  957. mas:Destroy()
  958. for i=1,#cors do
  959. coroutine.resume(cors[i])
  960. end
  961. ---------------------------Hat end---------------------------------
  962. -------------------------------------------------------------------
  963. ---------------------------Sound Creating--------------------------
  964. wait(1)
  965. local runDummyScript = function(f,scri)
  966. local oldenv = getfenv(f)
  967. local newenv = setmetatable({}, {
  968. __index = function(_, k)
  969. if k:lower() == 'script' then
  970. return scri
  971. else
  972. return oldenv[k]
  973. end
  974. end
  975. })
  976. setfenv(f, newenv)
  977. ypcall(function() f() end)
  978. end
  979. cors = {}
  980. mas = Instance.new("Model",game:GetService("Lighting"))
  981. mas.Name = "CompiledModel"
  982. so1 = Instance.new("Backpack")
  983. so2 = Instance.new("Sound")
  984. so3 = Instance.new("Sound")
  985. so4 = Instance.new("Sound")
  986. so5 = Instance.new("Sound")
  987. so6 = Instance.new("Sound")
  988. so7 = Instance.new("Sound")
  989. so8 = Instance.new("Sound")
  990. so9 = Instance.new("Sound")
  991. so10 = Instance.new("Sound")
  992. so11 = Instance.new("Sound")
  993. so12 = Instance.new("Sound")
  994. so13 = Instance.new("Sound")
  995. so1.Name = "Sounds"
  996. so1.Parent = game.Players.LocalPlayer
  997. so2.Name = "1"
  998. so2.Parent = so1
  999. so2.SoundId = "rbxassetid://316012158"
  1000. so2.Volume = 15
  1001. so2.MaxDistance = 40000
  1002. so3.Name = "2"
  1003. so3.Parent = so1
  1004. so3.SoundId = "rbxassetid://316012174"
  1005. so3.Volume = 15
  1006. so3.MaxDistance = 40000
  1007. so4.Name = "3"
  1008. so4.MaxDistance = 40000
  1009. so4.Parent = so1
  1010. so4.SoundId = "rbxassetid://316012192"
  1011. so4.Volume = 15
  1012. so5.Name = "4"
  1013. so5.Parent = so1
  1014. so5.MaxDistance = 40000
  1015. so5.SoundId = "rbxassetid://316012212"
  1016. so5.Volume = 15
  1017. so6.Name = "5"
  1018. so6.Parent = so1
  1019. so6.SoundId = "rbxassetid://316012229"
  1020. so6.MaxDistance = 40000
  1021. so6.Volume = 15
  1022. so7.Name = "6"
  1023. so7.Parent = so1
  1024. so7.MaxDistance = 40000
  1025. so7.SoundId = "rbxassetid://316012256"
  1026. so7.Volume = 15
  1027. so8.Name = "7"
  1028. so8.Parent = so1
  1029. so8.SoundId = "rbxassetid://316012287"
  1030. so8.Volume = 15
  1031. so8.MaxDistance = 40000
  1032. so9.Name = "Heil!"
  1033. so9.MaxDistance = 40000
  1034. so9.Parent = so1
  1035. so9.SoundId = "rbxassetid://868444891"
  1036. so9.Volume = 15
  1037. so10.Name = "8"
  1038. so10.MaxDistance = 40000
  1039. so10.Parent = so1
  1040. so10.SoundId = "rbxassetid://316403490"
  1041. so10.Volume = 15
  1042. so11.Name = "9"
  1043. so11.Parent = so1
  1044. so11.MaxDistance = 40000
  1045. so11.SoundId = "rbxassetid://316403787"
  1046. so11.Volume = 15
  1047. so12.Name = "10"
  1048. so12.MaxDistance = 40000
  1049. so12.Parent = so1
  1050. so12.SoundId = "rbxassetid://316403844"
  1051. so12.Volume = 15
  1052. so13.Name = "11"
  1053. so13.Parent = so1
  1054. so13.MaxDistance = 40000
  1055. so13.SoundId = "rbxassetid://316403916"
  1056. so13.Volume = 15
  1057. ----------------------------Sound Creating End-------------------------------
  1058. -----------------------------------------------------------------------------
  1059. ---------------------------Demostrators-----------------------------------
  1060. tablenabled = false
  1061. tbls = false
  1062. Spooken = false
  1063. Heil = false
  1064. Hiel = false
  1065. undeploid = true
  1066. function getTool()
  1067. for _, kid in ipairs(script.Parent:GetChildren()) do
  1068. if kid.className == "Tool" then return kid end
  1069. end
  1070. return nil
  1071. end
  1072. -----------------------------End------------------------------
  1073. --------------------------------------------------------------
  1074. ---------------------------Keypress---------------------------
  1075.  
  1076. local mouse = game.Players.LocalPlayer:GetMouse()
  1077. mouse.KeyDown:connect(function (key)
  1078. key = string.lower(key)
  1079. if key == "f" and tablenabled == false and undeploid == true and Heil == false and Hiel == false
  1080. then
  1081. print("F")
  1082. tablenabled = true
  1083. RAW:Destroy()
  1084. RAWV:Destroy()
  1085. LAW:Destroy()
  1086. LAWV:Destroy()
  1087. local o7 = Instance.new("Motor6D")
  1088. local o8 = Instance.new("Motor6D")
  1089. o7.Name = "Left Shoulder"
  1090. o7.Parent = game.Players.LocalPlayer.Character.Torso
  1091. o7.C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
  1092. o7.C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
  1093. o7.Part0 = game.Players.LocalPlayer.Character.Torso
  1094. o7.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1095. o7.MaxVelocity = 0.10000000149012
  1096. o8.Name = "Right Shoulder"
  1097. o8.Parent = game.Players.LocalPlayer.Character.Torso
  1098. o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  1099. o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  1100. o8.Part0 = game.Players.LocalPlayer.Character.Torso
  1101. o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1102. o8.MaxVelocity = 0.10000000149012
  1103. local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  1104. for i=1, #d do
  1105. if (d[i].className == "Weld") then
  1106. d[i]:destroy()
  1107. end
  1108. end
  1109. local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  1110. for i=1, #e do
  1111. if (e[i].className == "CFrameValue") then
  1112. e[i]:destroy()
  1113. end
  1114. end
  1115. local f = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren()
  1116. for i=1, #f do
  1117. if (f[i].className == "Weld") then
  1118. f[i]:destroy()
  1119. end
  1120. end
  1121. local g = game.Players.LocalPlayer.Character["Left Arm"]:GetChildren()
  1122. for i=1, #g do
  1123. if (g[i].className == "CFrameValue") then
  1124. g[i]:destroy()
  1125. end
  1126. end
  1127. game.Players.LocalPlayer.Character.Animate.Disabled = trueq
  1128. local DEPLOI = Instance.new("Sound")
  1129. DEPLOI.Parent = game.Players.LocalPlayer.Character.Head
  1130. DEPLOI.SoundId = "rbxassetid://417575434"
  1131. DEPLOI.Volume = 1
  1132. DEPLOI:Play()
  1133. wait(2)
  1134. DEPLOI:Destroy()
  1135. undeploid = false
  1136. print("Hitler deployed his table")
  1137. local runDummyScript = function(f,scri)
  1138. local oldenv = getfenv(f)
  1139. local newenv = setmetatable({}, {
  1140. __index = function(_, k)
  1141. if k:lower() == 'script' then
  1142. return scri
  1143. else
  1144. return oldenv[k]
  1145. end
  1146. end
  1147. })
  1148. setfenv(f, newenv)
  1149. ypcall(function() f() end)
  1150. end
  1151. cors = {}
  1152. mas = Instance.new("Model",game:GetService("Lighting"))
  1153. mas.Name = "CompiledModel"
  1154. local o1 = Instance.new("Model")
  1155. local o2 = Instance.new("Part")
  1156. local o3 = Instance.new("BlockMesh")
  1157. local o4 = Instance.new("Part")
  1158. local o5 = Instance.new("BlockMesh")
  1159. local o6 = Instance.new("Weld")
  1160. local o7 = Instance.new("CFrameValue")
  1161. local o8 = Instance.new("Part")
  1162. local o9 = Instance.new("BlockMesh")
  1163. local o10 = Instance.new("Weld")
  1164. local o11 = Instance.new("CFrameValue")
  1165. local o12 = Instance.new("WedgePart")
  1166. local o13 = Instance.new("Weld")
  1167. local o14 = Instance.new("CFrameValue")
  1168. local o15 = Instance.new("Part")
  1169. local o16 = Instance.new("BlockMesh")
  1170. local o17 = Instance.new("Weld")
  1171. local o18 = Instance.new("CFrameValue")
  1172. local o19 = Instance.new("Part")
  1173. local o20 = Instance.new("CylinderMesh")
  1174. local o21 = Instance.new("Weld")
  1175. local o22 = Instance.new("CFrameValue")
  1176. local o23 = Instance.new("Part")
  1177. local o24 = Instance.new("SpecialMesh")
  1178. local o25 = Instance.new("Weld")
  1179. local o26 = Instance.new("CFrameValue")
  1180. local o27 = Instance.new("Part")
  1181. local o28 = Instance.new("BlockMesh")
  1182. local o29 = Instance.new("Weld")
  1183. local o30 = Instance.new("CFrameValue")
  1184. local o31 = Instance.new("WedgePart")
  1185. local o32 = Instance.new("Weld")
  1186. local o33 = Instance.new("CFrameValue")
  1187. local o34 = Instance.new("Part")
  1188. local o35 = Instance.new("BlockMesh")
  1189. local o36 = Instance.new("Weld")
  1190. local o37 = Instance.new("CFrameValue")
  1191. local o38 = Instance.new("Part")
  1192. local o39 = Instance.new("BlockMesh")
  1193. local o40 = Instance.new("Weld")
  1194. local o41 = Instance.new("CFrameValue")
  1195. local weld = Instance.new("Weld")
  1196. o1.Name = "Führer Speech Table"
  1197. o1.Parent = mas
  1198. o2.Parent = o1
  1199. o2.Material = Enum.Material.SmoothPlastic
  1200. o2.BrickColor = BrickColor.new("Dark stone grey")
  1201. o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009)
  1202. o2.Rotation = Vector3.new(0, 90, 0)
  1203. o2.CanCollide = false
  1204. o2.FormFactor = Enum.FormFactor.Plate
  1205. o2.Size = Vector3.new(1, 0.400000006, 2)
  1206. 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)
  1207. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1214. o2.Position = Vector3.new(4.80224037, 0.215049982, 23.7900009)
  1215. o2.Orientation = Vector3.new(0, 90, 0)
  1216. o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1217. o3.Parent = o2
  1218. o4.Name = "Base"
  1219. weld.Parent = o4
  1220. weld.Part0 = o4
  1221. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  1222. weld.C0 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 4.7, 0)
  1223. o4.Parent = o1
  1224. o4.Material = Enum.Material.SmoothPlastic
  1225. o4.BrickColor = BrickColor.new("Black")
  1226. o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009)
  1227. o4.Rotation = Vector3.new(0, 90, 0)
  1228. o4.CanCollide = false
  1229. o4.FormFactor = Enum.FormFactor.Plate
  1230. o4.Size = Vector3.new(1, 0.400000006, 2)
  1231. 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)
  1232. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1239. o4.Position = Vector3.new(4.80224037, 0.200005978, 23.7900009)
  1240. o4.Orientation = Vector3.new(0, 90, 0)
  1241. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1242. o5.Parent = o4
  1243. o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976)
  1244. o5.Scale = Vector3.new(0.300000012, 1.04999995, 0.899999976)
  1245. o6.Name = "qCFrameWeldThingy"
  1246. o6.Parent = o4
  1247. o6.C1 = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1248. o6.Part0 = o2
  1249. o6.Part1 = o4
  1250. o7.Name = "qRelativeCFrameWeldValue"
  1251. o7.Parent = o4
  1252. o7.Value = CFrame.new(0, 0.0150440037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1253. o8.Parent = o1
  1254. o8.Material = Enum.Material.SmoothPlastic
  1255. o8.BrickColor = BrickColor.new("Dark stone grey")
  1256. o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047)
  1257. o8.Rotation = Vector3.new(0, 90, 0)
  1258. o8.FormFactor = Enum.FormFactor.Plate
  1259. o8.Size = Vector3.new(1, 2, 2)
  1260. 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)
  1261. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1268. o8.Position = Vector3.new(4.80224085, 1.01503706, 22.7900047)
  1269. o8.Orientation = Vector3.new(0, 90, 0)
  1270. o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1271. o9.Parent = o8
  1272. o10.Name = "qCFrameWeldThingy"
  1273. o10.Parent = o8
  1274. o10.C1 = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1275. o10.Part0 = o2
  1276. o10.Part1 = o8
  1277. o11.Name = "qRelativeCFrameWeldValue"
  1278. o11.Parent = o8
  1279. o11.Value = CFrame.new(-0.999994278, -0.799989045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1280. o12.Name = "Part"
  1281. o12.Parent = o1
  1282. o12.Material = Enum.Material.SmoothPlastic
  1283. o12.BrickColor = BrickColor.new("Dark stone grey")
  1284. o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612)
  1285. o12.Rotation = Vector3.new(90, 0, -180)
  1286. o12.FormFactor = Enum.FormFactor.Plate
  1287. o12.Size = Vector3.new(2, 0.400000006, 1)
  1288. 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)
  1289. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1296. o12.Position = Vector3.new(4.8022418, 1.51503456, 22.0900612)
  1297. o12.Orientation = Vector3.new(90, 180, 0)
  1298. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1299. o13.Name = "qCFrameWeldThingy"
  1300. o13.Parent = o12
  1301. o13.C1 = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1302. o13.Part0 = o2
  1303. o13.Part1 = o12
  1304. o14.Name = "qRelativeCFrameWeldValue"
  1305. o14.Parent = o12
  1306. o14.Value = CFrame.new(0, -1.69993782, 1.29998791, 0, 0, -1, 1, 0, 0, 0, -1, 0)
  1307. o15.Parent = o1
  1308. o15.Material = Enum.Material.SmoothPlastic
  1309. o15.BrickColor = BrickColor.new("Dark stone grey")
  1310. o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631)
  1311. o15.Rotation = Vector3.new(-90, 90, 0)
  1312. o15.FormFactor = Enum.FormFactor.Plate
  1313. o15.Size = Vector3.new(1, 0.400000006, 2)
  1314. 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)
  1315. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o15.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1322. o15.Position = Vector3.new(4.80224133, 0.515034616, 22.0900631)
  1323. o15.Orientation = Vector3.new(0, 90, -90)
  1324. o15.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1325. o16.Parent = o15
  1326. o17.Name = "qCFrameWeldThingy"
  1327. o17.Parent = o15
  1328. o17.C1 = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1)
  1329. o17.Part0 = o2
  1330. o17.Part1 = o15
  1331. o18.Name = "qRelativeCFrameWeldValue"
  1332. o18.Parent = o15
  1333. o18.Value = CFrame.new(0.299988031, -1.69993782, 0, 0, -1, 0, 1, 0, -0, 0, 0, 1)
  1334. o19.Parent = o1
  1335. o19.Material = Enum.Material.SmoothPlastic
  1336. o19.BrickColor = BrickColor.new("Dark stone grey")
  1337. o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623)
  1338. o19.Rotation = Vector3.new(118.970001, 82.7699966, 89.0500031)
  1339. o19.CanCollide = false
  1340. o19.FormFactor = Enum.FormFactor.Plate
  1341. o19.Size = Vector3.new(1, 0.400000006, 1)
  1342. 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)
  1343. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1350. o19.Position = Vector3.new(4.30224657, 3.18636274, 22.8998623)
  1351. o19.Orientation = Vector3.new(6.32000017, 93.5199966, -151.779999)
  1352. o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1353. o20.Parent = o19
  1354. o20.Scale = Vector3.new(1, 1.5, 0.150000006)
  1355. o20.Scale = Vector3.new(1, 1.5, 0.150000006)
  1356. o21.Name = "qCFrameWeldThingy"
  1357. o21.Parent = o19
  1358. 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)
  1359. o21.Part0 = o2
  1360. o21.Part1 = o19
  1361. o22.Name = "qRelativeCFrameWeldValue"
  1362. o22.Parent = o19
  1363. 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)
  1364. o23.Parent = o1
  1365. o23.Material = Enum.Material.SmoothPlastic
  1366. o23.BrickColor = BrickColor.new("Black")
  1367. o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819)
  1368. o23.Rotation = Vector3.new(28.0300007, 0.119999997, -7.23000002)
  1369. o23.CanCollide = false
  1370. o23.FormFactor = Enum.FormFactor.Plate
  1371. o23.Size = Vector3.new(1, 0.400000006, 1)
  1372. 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)
  1373. o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1380. o23.Position = Vector3.new(4.35254002, 3.5367043, 23.0863819)
  1381. o23.Orientation = Vector3.new(28.0300007, 0.129999995, -7.17000008)
  1382. o23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1383. o24.Parent = o23
  1384. o24.Scale = Vector3.new(1, 1, 0.300000012)
  1385. o24.Scale = Vector3.new(1, 1, 0.300000012)
  1386. o25.Name = "qCFrameWeldThingy"
  1387. o25.Parent = o23
  1388. 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)
  1389. o25.Part0 = o2
  1390. o25.Part1 = o23
  1391. o26.Name = "qRelativeCFrameWeldValue"
  1392. o26.Parent = o23
  1393. 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)
  1394. o27.Parent = o1
  1395. o27.Material = Enum.Material.SmoothPlastic
  1396. o27.BrickColor = BrickColor.new("Dark stone grey")
  1397. o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028)
  1398. o27.Rotation = Vector3.new(0, 90, 0)
  1399. o27.FormFactor = Enum.FormFactor.Plate
  1400. o27.Size = Vector3.new(1, 0.800000012, 2)
  1401. 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)
  1402. o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. o27.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1409. o27.Position = Vector3.new(4.80224323, 2.41499805, 22.7900028)
  1410. o27.Orientation = Vector3.new(0, 90, 0)
  1411. o27.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1412. o28.Parent = o27
  1413. o29.Name = "qCFrameWeldThingy"
  1414. o29.Parent = o27
  1415. o29.C1 = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1416. o29.Part0 = o2
  1417. o29.Part1 = o27
  1418. o30.Name = "qRelativeCFrameWeldValue"
  1419. o30.Parent = o27
  1420. o30.Value = CFrame.new(-0.999994278, -2.19994998, -1.90734863e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1421. o31.Name = "Part"
  1422. o31.Parent = o1
  1423. o31.Material = Enum.Material.SmoothPlastic
  1424. o31.BrickColor = BrickColor.new("Dark stone grey")
  1425. o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009)
  1426. o31.Rotation = Vector3.new(180, 0, -180)
  1427. o31.FormFactor = Enum.FormFactor.Plate
  1428. o31.Size = Vector3.new(2, 0.400000006, 1)
  1429. 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)
  1430. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1437. o31.Position = Vector3.new(4.80224323, 3.01503515, 22.7900009)
  1438. o31.Orientation = Vector3.new(0, 180, 0)
  1439. o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1440. o32.Name = "qCFrameWeldThingy"
  1441. o32.Parent = o31
  1442. o32.C1 = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1443. o32.Part0 = o2
  1444. o32.Part1 = o31
  1445. o33.Name = "qRelativeCFrameWeldValue"
  1446. o33.Parent = o31
  1447. o33.Value = CFrame.new(1.90734863e-06, -2.79998708, -0.999994278, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1448. o34.Parent = o1
  1449. o34.Material = Enum.Material.SmoothPlastic
  1450. o34.BrickColor = BrickColor.new("Dark stone grey")
  1451. o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451)
  1452. o34.Rotation = Vector3.new(173.660004, 89.9300003, -151.160004)
  1453. o34.FormFactor = Enum.FormFactor.Plate
  1454. o34.Size = Vector3.new(1, 0.400000006, 1)
  1455. 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)
  1456. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1460. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1461. wait(.1)
  1462. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1463. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1464. wait(.5)
  1465. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1469. o34.Position = Vector3.new(5.30077744, 3.00703883, 22.7902451)
  1470. o34.Orientation = Vector3.new(0.00999999978, 90.0699997, 22.5)
  1471. o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1472. o35.Parent = o34
  1473. o35.Scale = Vector3.new(0.899999976, 0.75, 0.75)
  1474. o35.Scale = Vector3.new(0.899999976, 0.75, 0.75)
  1475. o36.Name = "qCFrameWeldThingy"
  1476. o36.Parent = o34
  1477. 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)
  1478. o36.Part0 = o2
  1479. o36.Part1 = o34
  1480. o37.Name = "qRelativeCFrameWeldValue"
  1481. o37.Parent = o34
  1482. 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)
  1483. o38.Parent = o1
  1484. o38.Material = Enum.Material.SmoothPlastic
  1485. o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028)
  1486. o38.Rotation = Vector3.new(22.5, 90, 0)
  1487. o38.FormFactor = Enum.FormFactor.Plate
  1488. o38.Size = Vector3.new(1, 0.400000006, 1)
  1489. 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)
  1490. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. o38.Position = Vector3.new(5.30224133, 3.00618434, 22.7900028)
  1497. o38.Orientation = Vector3.new(0, 90, 22.5)
  1498. o39.Parent = o38
  1499. o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988)
  1500. o39.Scale = Vector3.new(0.850000024, 0.800000012, 0.699999988)
  1501. o40.Name = "qCFrameWeldThingy"
  1502. o40.Parent = o38
  1503. o40.C1 = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1)
  1504. o40.Part0 = o2
  1505. o40.Part1 = o38
  1506. o41.Name = "qRelativeCFrameWeldValue"
  1507. o41.Parent = o38
  1508. o41.Value = CFrame.new(-1.99200058, -2.1959877, -0.5, 0.92387861, 0.38268581, 0, -0.382685781, 0.92387861, 0, 0, 0, 1)
  1509. o1.Parent = game.Players.LocalPlayer.Character
  1510. 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)
  1511. 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)
  1512. 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)
  1513. 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)
  1514. wait(.1)
  1515. local leDEPLOI = Instance.new("Sound")
  1516. leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head
  1517. leDEPLOI.SoundId = "rbxassetid://539294959"
  1518. leDEPLOI.Volume = 1
  1519. leDEPLOI:Play()
  1520. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1521. tablenabled = true
  1522. wait(1.5)
  1523. undeploid = false
  1524. leDEPLOI:Destroy()
  1525. end
  1526.  
  1527. if key == "x" and tablenabled == true and undeploid == false
  1528. then
  1529. undeploid = true
  1530. local leDEPLOI = Instance.new("Sound")
  1531. leDEPLOI.Parent = game.Players.LocalPlayer.Character.Head
  1532. leDEPLOI.SoundId = "rbxassetid://180163749"
  1533. leDEPLOI.Volume = 1
  1534. leDEPLOI.Looped = true
  1535. leDEPLOI:Play()
  1536. wait(2)
  1537. leDEPLOI:Destroy()
  1538. print("Hitler retracted his table")
  1539. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1540. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1541. game.Players.LocalPlayer.Character["Führer Speech Table"]:Destroy()
  1542. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1543. 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)
  1544. 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)
  1545. 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)
  1546. 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)
  1547. tablenabled = false
  1548. undeploid = true
  1549. local RAW = Instance.new("Weld")
  1550. local RAWV = Instance.new("CFrameValue")
  1551. local LAW = Instance.new("Weld")
  1552. local LAWV = Instance.new("CFrameValue")
  1553.  
  1554. RAW.Name = "qCFrameWeldThingy"
  1555. RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1556. 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)
  1557. RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1558. RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1559. RAWV.Name = "qRelativeCFrameWeldValue"
  1560. RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1561. 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)
  1562.  
  1563. LAW.Name = "qCFrameWeldThingy"
  1564. LAW.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1565. 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)
  1566. LAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1567. LAW.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1568. LAWV.Name = "qRelativeCFrameWeldValue"
  1569. LAWV.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1570. 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)
  1571. end
  1572. end)
  1573. local mous = game.Players.LocalPlayer:GetMouse()
  1574. mous.KeyDown:connect(function (ke)
  1575. ke = string.lower(ke)
  1576.  
  1577.  
  1578. if ke == "e" and tablenabled == true and Spooken == false and Heil == false
  1579. then
  1580. Heil = true
  1581. sounds = {so2.SoundId,so3.SoundId,so4.SoundId,so5.SoundId,so6.SoundId,so7.SoundId,so8.SoundId,so10.SoundId,so11.SoundId,so12.SoundId,so13.SoundId}
  1582. print("Hitler said some words")
  1583. Player = Instance.new("Sound")
  1584. Player.Parent = game.Players.LocalPlayer.Character.Head
  1585. Player.Name = "SoundPlayer"
  1586. Player.SoundId = sounds[math.random(1,#sounds)]
  1587. Player:Play()
  1588. tablenabled = true
  1589. Spooken = true
  1590. wait(5)
  1591. Spooken = false
  1592. Heil = false
  1593. end
  1594. end)
  1595.  
  1596. local mouu = game.Players.LocalPlayer:GetMouse()
  1597. mouu.KeyDown:connect(function (kee)
  1598. kee = string.lower(kee)
  1599.  
  1600. if kee == "q" and tablenabled == true and Heil == false and Spooken == false
  1601. then
  1602. Heil = true
  1603. wait(.1)
  1604. Spooken = true
  1605. Heil = true
  1606. sounds = {so9.SoundId}
  1607. print("SIEG HEIL!")
  1608. Player = Instance.new("Sound")
  1609. Player.Parent = game.Players.LocalPlayer.Character.Head
  1610. Player.Name = "SoundPlayer"
  1611. Player.SoundId = sounds[math.random(1,#sounds)]
  1612. Player:Play()
  1613. local He = "Sieg Heil!"
  1614. wait(2)
  1615. 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)
  1616. 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)
  1617. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
  1618. wait(0.5)
  1619. 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)
  1620. 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)
  1621. wait(1)
  1622. 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)
  1623. 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)
  1624. wait(1.5)
  1625. Heil = false
  1626. Spooken = false
  1627. end
  1628. end)
  1629.  
  1630. local mouuwe = game.Players.LocalPlayer:GetMouse()
  1631. mouuwe.KeyDown:connect(function (keewe)
  1632. keewe = string.lower(keewe)
  1633.  
  1634. if keewe == "q" and tablenabled == false and Hiel == false and Spooken == false
  1635. then
  1636. wait(.1)
  1637. Spooken = true
  1638. Hiel = true
  1639. sounds = {so9.SoundId}
  1640. print("SIEG HEIL!")
  1641. Player = Instance.new("Sound")
  1642. Player.Parent = game.Players.LocalPlayer.Character.Head
  1643. Player.Name = "SoundPlayer"
  1644. Player.SoundId = sounds[math.random(1,#sounds)]
  1645. Player:Play()
  1646. wait(2)
  1647. local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  1648. for i=1, #d do
  1649. if (d[i].className == "Weld") then
  1650. d[i]:destroy()
  1651. end
  1652. end
  1653. local e = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  1654. for i=1, #e do
  1655. if (e[i].className == "CFrameValue") then
  1656. e[i]:destroy()
  1657. end
  1658. end
  1659. RAW:Destroy()
  1660. RAWV:Destroy()
  1661. local He = "Sieg Heil!"
  1662. local owwe16 = Instance.new("Weld")
  1663. local owwe17 = Instance.new("CFrameValue")
  1664. owwe16.Name = "qCFrameWeldThingy"
  1665. owwe16.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1666. 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)
  1667. owwe16.Part0 = game.Players.LocalPlayer.Character.Torso
  1668. owwe16.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1669. owwe17.Name = "qRelativeCFrameWeldValue"
  1670. owwe17.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1671. 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)
  1672. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, He, Enum.ChatColor.Red)
  1673. wait(.5)
  1674. 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)
  1675. 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)
  1676. print("2")
  1677. wait(1.5)
  1678. Hiel = false
  1679. Spooken = false
  1680. owwe16:Destroy()
  1681. owwe17:Destroy()
  1682. local RAW = Instance.new("Weld")
  1683. local RAWV = Instance.new("CFrameValue")
  1684.  
  1685. RAW.Name = "qCFrameWeldThingy"
  1686. RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1687. 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)
  1688. RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1689. RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1690. RAWV.Name = "qRelativeCFrameWeldValue"
  1691. RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1692. 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)
  1693. end
  1694. end)
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702. local mouuweew = game.Players.LocalPlayer:GetMouse()
  1703. mouuweew.KeyDown:connect(function (keeweew)
  1704. keeweew = string.lower(keeweew)
  1705.  
  1706. if keeweew == "p"
  1707. then
  1708. MUZC:Play()
  1709. end
  1710. end)
  1711.  
  1712. local mouuweeww = game.Players.LocalPlayer:GetMouse()
  1713. mouuweeww.KeyDown:connect(function (keeweeww)
  1714. keeweeww = string.lower(keeweeww)
  1715. if keeweeww == "l"
  1716. then
  1717. MUZC:Stop()
  1718. end
  1719. end)
  1720.  
  1721. local plr = game.Players.LocalPlayer
  1722. function exe(cmd)
  1723. game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = cmd
  1724. end
  1725. local mouse = plr:GetMouse()
  1726. local adornees
  1727. local destroyit = false
  1728. local lasttarget
  1729. local currenttarget
  1730. local changed = {}
  1731. mouse.Button1Down:connect(function()
  1732. if mouse.Target and Heil ==false and Hiel == false then
  1733. if mouse.Target.Parent.ClassName == "Model" then
  1734. currenttarget = mouse.Target.Parent
  1735. lasttarget = mouse.Target.Parent
  1736. adornees = Instance.new("Model",plr.Character)
  1737. for i,v in pairs(mouse.Target.Parent:GetChildren()) do
  1738. local s = Instance.new("SelectionBox",adornees)
  1739. if v:IsA("Part") then
  1740. if v.Name == "Torso" then
  1741. local lasso = Instance.new("SelectionPartLasso",adornees)
  1742. lasso.Humanoid = plr.Character.Humanoid
  1743. mouse.Target.Parent.Humanoid.Health = 0
  1744. end
  1745. if
  1746. mouse.Target.Parent.Humanoid == nil == false
  1747. then
  1748. local Victimm = mouse.Target.Parent
  1749. Victimm.Humanoid.PlatformStand = true
  1750. guigroup=Instance.new("BillboardGui")
  1751. guigroup.Parent=Victimm.Head
  1752. guigroup.Adornee=Victimm.Head
  1753. guigroup.Size = UDim2.new(1,0,1,0)
  1754. guigroup.StudsOffset=Vector3.new(0.5, 2, 0)
  1755. owooo1 = Instance.new("ImageLabel")
  1756. owooo1.Size = UDim2.new(0,100,0,100)
  1757. owooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  1758. owooo1.BackgroundTransparency = 1
  1759. owooo1.Image = "rbxassetid://20016320"
  1760. owooo1.Parent = guigroup
  1761. owooo1.AnchorPoint = Vector2.new(0.5, 0.5)
  1762. owooo1.Size = UDim2.new(1.5,0,1.5,0)
  1763. local player = Victimm
  1764. local char = Victimm
  1765. local OMGCREEPYw = Instance.new("Sound")
  1766. OMGCREEPYw.Volume = 5
  1767. OMGCREEPYw.SoundId = "rbxassetid://605536910"
  1768. char.Archivable = true
  1769. local rg = char:Clone()
  1770. rg.Name = ""
  1771. rg.Humanoid.MaxHealth = 0
  1772. rg.Humanoid.PlatformStand = true
  1773. for i, v in pairs(rg.Torso:GetChildren()) do
  1774. if v:IsA("Motor6D") then
  1775. v:Destroy()
  1776. end
  1777. end
  1778. local TorsoPointNeckAttachment = Instance.new("Attachment")
  1779. TorsoPointNeckAttachment.Name = "TorsoPointNeckAttachment"
  1780. TorsoPointNeckAttachment.Parent = rg.Torso
  1781. TorsoPointNeckAttachment.Position = Vector3.new(0,1,0)
  1782. TorsoPointNeckAttachment.Axis = Vector3.new(1,0,0)
  1783. TorsoPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1784. local HeadPointNeckAttachment= Instance.new("Attachment")
  1785. HeadPointNeckAttachment.Name = "HeadPointNeckAttachment"
  1786. HeadPointNeckAttachment.Parent = rg.Head
  1787. HeadPointNeckAttachment.Position = Vector3.new(0,-0.5,0)
  1788. HeadPointNeckAttachment.Axis = Vector3.new(1,0,0)
  1789. HeadPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1790. local LeftArmPointAttachment = Instance.new("Attachment")
  1791. LeftArmPointAttachment.Name = "LeftArmPointAttachment"
  1792. LeftArmPointAttachment.Parent = rg["Left Arm"]
  1793. LeftArmPointAttachment.Position = Vector3.new(0,0.5,0)
  1794. LeftArmPointAttachment.Axis = Vector3.new(1,0,0)
  1795. LeftArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1796. local RightArmPointAttachment = Instance.new("Attachment")
  1797. RightArmPointAttachment.Name = "RightArmPointAttachment"
  1798. RightArmPointAttachment.Parent = rg["Right Arm"]
  1799. RightArmPointAttachment.Position = Vector3.new(0,0.5,0)
  1800. RightArmPointAttachment.Axis = Vector3.new(1,0,0)
  1801. RightArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1802. local LeftLegPointAttachment = Instance.new("Attachment")
  1803. LeftLegPointAttachment.Name = "LeftLegPointAttachment"
  1804. LeftLegPointAttachment.Parent = rg["Left Leg"]
  1805. LeftLegPointAttachment.Position = Vector3.new(0,1,0)
  1806. LeftLegPointAttachment.Axis = Vector3.new(1,0,0)
  1807. LeftLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1808. local RightLegPointAttachment = Instance.new("Attachment")
  1809. RightLegPointAttachment.Name = "RightLegPointAttachment"
  1810. RightLegPointAttachment.Parent = rg["Right Leg"]
  1811. RightLegPointAttachment.Position = Vector3.new(0,1,0)
  1812. RightLegPointAttachment.Axis = Vector3.new(1,0,0)
  1813. RightLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1814. local LeftHipPointAttachment = Instance.new("Attachment")
  1815. LeftHipPointAttachment.Name = "LeftHipPointAttachment"
  1816. LeftHipPointAttachment.Parent = rg.Torso
  1817. LeftHipPointAttachment.Position = Vector3.new(-0.5,-1,0)
  1818. LeftHipPointAttachment.Axis = Vector3.new(1,0,0)
  1819. LeftHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1820. local RightHipPointAttachment = Instance.new("Attachment")
  1821. RightHipPointAttachment.Name = "RightHipPointAttachment"
  1822. RightHipPointAttachment.Parent = rg.Torso
  1823. RightHipPointAttachment.Position = Vector3.new(0.5,-1,0)
  1824. RightHipPointAttachment.Axis = Vector3.new(1,0,0)
  1825. RightHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1826. local LeftShoulderPointAttachment = Instance.new("Attachment")
  1827. LeftShoulderPointAttachment.Name = "LeftShoulderPointAttachment"
  1828. LeftShoulderPointAttachment.Parent = rg.Torso
  1829. LeftShoulderPointAttachment.Position = Vector3.new(-1.5,0.5,0)
  1830. LeftShoulderPointAttachment.Axis = Vector3.new(1,0,0)
  1831. LeftShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1832. local RightShoulderPointAttachment = Instance.new("Attachment")
  1833. RightShoulderPointAttachment.Name = "RightShoulderPointAttachment"
  1834. RightShoulderPointAttachment.Parent = rg.Torso
  1835. RightShoulderPointAttachment.Position = Vector3.new(1.5,0.5,0)
  1836. RightShoulderPointAttachment.Axis = Vector3.new(1,0,0)
  1837. RightShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844. local n = Instance.new("BallSocketConstraint", rg.Torso)
  1845. n.Name = "BallSocketNeck"
  1846. n.Attachment0 = TorsoPointNeckAttachment
  1847. n.Attachment1 = HeadPointNeckAttachment
  1848. n.Restitution = 0
  1849. n.UpperAngle = 90
  1850. n.Enabled = true
  1851. n.LimitsEnabled = true
  1852.  
  1853. local rs = Instance.new("BallSocketConstraint", rg.Torso)
  1854. rs.Name = "BallSocketRightShoulder"
  1855. rs.Attachment0 = RightShoulderPointAttachment
  1856. rs.Attachment1 = RightArmPointAttachment
  1857. rs.Restitution = 0
  1858. rs.UpperAngle = 90
  1859. rs.Enabled = true
  1860. rs.LimitsEnabled = true
  1861. local ls = Instance.new("BallSocketConstraint", rg.Torso)
  1862. ls.Name = "BallSocketLeftShoulder"
  1863. ls.Attachment0 = LeftShoulderPointAttachment
  1864. ls.Attachment1 = LeftArmPointAttachment
  1865. ls.Restitution = 0
  1866. ls.UpperAngle = 90
  1867. ls.Enabled = true
  1868. ls.LimitsEnabled = true
  1869.  
  1870. local rh = Instance.new("BallSocketConstraint", rg.Torso)
  1871. rh.Name = "BallSocketRightHip"
  1872. rh.Attachment0 = RightHipPointAttachment
  1873. rh.Attachment1 = RightLegPointAttachment
  1874. rh.Restitution = 0
  1875. rh.UpperAngle = 90
  1876. rh.Enabled = true
  1877. rh.LimitsEnabled = true
  1878. local lh = Instance.new("BallSocketConstraint", rg.Torso)
  1879. lh.Name = "BallSocketLeftHip"
  1880. lh.Attachment0 = LeftHipPointAttachment
  1881. lh.Attachment1 = LeftLegPointAttachment
  1882. lh.Restitution = 0
  1883. lh.UpperAngle = 90
  1884. lh.Enabled = true
  1885. lh.LimitsEnabled = true
  1886.  
  1887.  
  1888. char.Torso:Destroy()
  1889. char.Head:Destroy()
  1890. char["Left Leg"]:Destroy()
  1891. char["Left Arm"]:Destroy()
  1892. char["Right Leg"]:Destroy()
  1893. char["Right Arm"]:Destroy()
  1894. char.Humanoid.PlatformStand = true
  1895. rg.Parent = game.Workspace
  1896. rg.Head.face.Texture = "http://www.roblox.com/asset/?id=778409313"
  1897. local runDummyScript = function(f,scri)
  1898. local oldenv = getfenv(f)
  1899. local newenv = setmetatable({}, {
  1900. __index = function(_, k)
  1901. if k:lower() == 'script' then
  1902. return scri
  1903. else
  1904. return oldenv[k]
  1905. end
  1906. end
  1907. })
  1908. setfenv(f, newenv)
  1909. ypcall(function() f() end)
  1910. end
  1911. local cors = {}
  1912. local mas = Instance.new("Model",game:GetService("Lighting"))
  1913. mas.Name = "Collidable Limbs"
  1914. local oo1 = Instance.new("Part")
  1915. local oo2 = Instance.new("Part")
  1916. local oo3 = Instance.new("Part")
  1917. local oo4 = Instance.new("Part")
  1918. local oo5 = Instance.new("Part")
  1919. local oo6 = Instance.new("Part")
  1920. local w1 = Instance.new("Weld")
  1921. local w2 = Instance.new("Weld")
  1922. local w3 = Instance.new("Weld")
  1923. local w4 = Instance.new("Weld")
  1924. local w5 = Instance.new("Weld")
  1925. local w6 = Instance.new("Weld")
  1926. oo1.Name = "CHead"
  1927. w1.Parent = oo1
  1928. w1.Part0 = w1.Parent
  1929. w1.Part1 = rg["Head"]
  1930. oo1.Parent = mas
  1931. oo1.Material = Enum.Material.SmoothPlastic
  1932. oo1.BrickColor = BrickColor.new("Institutional white")
  1933. oo1.Transparency = 1
  1934. oo1.Position = Vector3.new(0, 4.50001812, 0)
  1935. oo1.Velocity = Vector3.new(0, -9.19685173, 0)
  1936. oo1.Locked = true
  1937. oo1.FormFactor = Enum.FormFactor.Symmetric
  1938. oo1.Size = Vector3.new(2, 1, 1)
  1939. oo1.CFrame = CFrame.new(0, 4.50001812, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1940. oo1.BottomSurface = Enum.SurfaceType.Smooth
  1941. oo1.TopSurface = Enum.SurfaceType.Smooth
  1942. oo1.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1943. oo1.Position = Vector3.new(0, 4.50001812, 0)
  1944. oo1.CanCollide = false
  1945.  
  1946. oo2.Name = "CT"
  1947. w2.Parent = oo2
  1948. w2.Part0 = w2.Parent
  1949. w2.Part1 = rg["Torso"]
  1950. oo2.Parent = mas
  1951. oo2.CanCollide = true
  1952. oo2.Material = Enum.Material.SmoothPlastic
  1953. oo2.BrickColor = BrickColor.new("Institutional white")
  1954. oo2.Transparency = 1
  1955. oo2.Position = Vector3.new(0, 3.00001788, 0)
  1956. oo2.Velocity = Vector3.new(0, -9.19685173, 0)
  1957. oo2.Locked = true
  1958. oo2.Anchored = false
  1959. oo2.FormFactor = Enum.FormFactor.Symmetric
  1960. oo2.Size = Vector3.new(2, 2, 1)
  1961. oo2.CFrame = CFrame.new(0, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1962. oo2.BottomSurface = Enum.SurfaceType.Smooth
  1963. oo2.TopSurface = Enum.SurfaceType.Smooth
  1964. oo2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1965. oo2.Position = Vector3.new(0, 3.00001788, 0)
  1966. oo3.Name = "CLA"
  1967. oo3.CanCollide = true
  1968. w3.Parent = oo3
  1969. w3.Part0 = w3.Parent
  1970. w3.Part1 = rg["Left Arm"]
  1971. w3.C0 = CFrame.new(0, 0, 0)
  1972. w3.C1 = CFrame.new(0, -0.2, 0)
  1973. oo3.Parent = mas
  1974. oo3.Material = Enum.Material.SmoothPlastic
  1975. oo3.BrickColor = BrickColor.new("Institutional white")
  1976. oo3.Transparency = 1
  1977. oo3.Position = Vector3.new(-1.5, 3.00001788, 0)
  1978. oo3.Velocity = Vector3.new(0, -9.19685173, 0)
  1979. oo3.CanCollide = true
  1980. oo3.Locked = true
  1981. oo3.FormFactor = Enum.FormFactor.Symmetric
  1982. oo3.Size = Vector3.new(1, 1.40, 1)
  1983. oo3.CFrame = CFrame.new(-1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1984. oo3.BottomSurface = Enum.SurfaceType.Smooth
  1985. oo3.TopSurface = Enum.SurfaceType.Smooth
  1986. oo3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1987. oo3.Position = Vector3.new(-1.5, 3.00001788, 0)
  1988. oo4.Name = "CRA"
  1989. w4.Parent = oo4
  1990. w4.Part0 = w4.Parent
  1991. w4.Part1 = rg["Right Arm"]
  1992. w4.C0 = CFrame.new(0, 0, 0)
  1993. w4.C1 = CFrame.new(0, -0.2, 0)
  1994. oo4.Parent = mas
  1995. oo4.CanCollide = true
  1996. oo4.Material = Enum.Material.SmoothPlastic
  1997. oo4.BrickColor = BrickColor.new("Institutional white")
  1998. oo4.Transparency = 1
  1999. oo4.Position = Vector3.new(1.5, 3.00001788, 0)
  2000. oo4.Velocity = Vector3.new(0, -9.19685173, 0)
  2001. oo4.CanCollide = true
  2002. oo4.Locked = true
  2003. oo4.FormFactor = Enum.FormFactor.Symmetric
  2004. oo4.Size = Vector3.new(1, 1.40, 1)
  2005. oo4.CFrame = CFrame.new(1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2006. oo4.BottomSurface = Enum.SurfaceType.Smooth
  2007. oo4.TopSurface = Enum.SurfaceType.Smooth
  2008. oo4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2009. oo4.Position = Vector3.new(1.5, 3.00001788, 0)
  2010. oo5.Name = "CLL"
  2011. oo5.Parent = mas
  2012. w5.Parent = oo5
  2013. w5.Part0 = w5.Parent
  2014. w5.Part1 = rg["Left Leg"]
  2015. w5.C0 = CFrame.new(0, 0, 0)
  2016. w5.C1 = CFrame.new(0, -0.2, 0)
  2017. oo5.Material = Enum.Material.SmoothPlastic
  2018. oo5.BrickColor = BrickColor.new("Institutional white")
  2019. oo5.Transparency = 1
  2020. oo5.CanCollide = true
  2021. oo5.Position = Vector3.new(-0.5, 1.00001788, 0)
  2022. oo5.Velocity = Vector3.new(0, -9.19685173, 0)
  2023. oo5.CanCollide = true
  2024. oo5.Locked = true
  2025. oo5.FormFactor = Enum.FormFactor.Symmetric
  2026. oo5.Size = Vector3.new(1, 1.65, 1)
  2027. oo5.CFrame = CFrame.new(-0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2028. oo5.BottomSurface = Enum.SurfaceType.Smooth
  2029. oo5.TopSurface = Enum.SurfaceType.Smooth
  2030. oo5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2031. oo5.Position = Vector3.new(-0.5, 1.00001788, 0)
  2032. oo6.Name = "CRL"
  2033. oo6.Parent = mas
  2034. oo6.Material = Enum.Material.SmoothPlastic
  2035. oo6.BrickColor = BrickColor.new("Institutional white")
  2036. oo6.Transparency = 1
  2037. oo6.Position = Vector3.new(0.5, 1.00001788, 0)
  2038. oo6.Velocity = Vector3.new(0, -9.19685173, 0)
  2039. oo6.CanCollide = true
  2040. oo6.Locked = true
  2041. oo6.FormFactor = Enum.FormFactor.Symmetric
  2042. oo6.Size = Vector3.new(1, 1.65, 1)
  2043. oo6.CFrame = CFrame.new(0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2044. oo6.BottomSurface = Enum.SurfaceType.Smooth
  2045. oo6.TopSurface = Enum.SurfaceType.Smooth
  2046. oo6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2047. oo6.Position = Vector3.new(0.5, 1.00001788, 0)
  2048. oo6.CanCollide = true
  2049. w6.Parent = oo6
  2050. w6.Part0 = w6.Parent
  2051. w6.Part1 = rg["Right Leg"]
  2052. w6.C0 = CFrame.new(0, 0, 0)
  2053. w6.C1 = CFrame.new(0, -0.2, 0)
  2054. mas.Parent = rg
  2055. mas:MakeJoints()
  2056. local NAEM = rg.Name
  2057. local raggeeh = rg:Clone()
  2058. raggeeh.Head.Anchored = true
  2059. raggeeh.Name = Victimm.Name
  2060. raggeeh.Humanoid.PlatformStand = true
  2061. local FORS = Instance.new("BodyThrust")
  2062. FORS.Force = Vector3.new(0,100,0)
  2063. FORS.Location = Vector3.new(0,1,0)
  2064. FORS.Parent = raggeeh.Head
  2065. local TUURS = raggeeh.Torso
  2066. local CPU = Instance.new("Model")
  2067. CPU.Parent = raggeeh
  2068. raggeeh.Parent = game:GetService("Workspace")
  2069. CPU.Name = NAEM.."'s generated CameraPart"
  2070.  
  2071. local FORCEo1 = Instance.new("BodyThrust")
  2072. FORCEo1.Parent = raggeeh.Torso
  2073. FORCEo1.force = Vector3.new(0, 1000, 0)
  2074. FORCEo1.location = Vector3.new(0, 0, 1)
  2075.  
  2076. raggeeh.Parent = game:GetService("Workspace")
  2077. rg:destroy()
  2078. raggeeh.Head.Anchored = false
  2079.  
  2080. raggeeh.Parent = game:GetService("Workspace")
  2081. wait()
  2082. local FOLDARR = Instance.new("Model")
  2083. FOLDARR.Parent = raggeeh
  2084. FOLDARR.Name = "BLUDDDDDDDDDDD"
  2085. local FLUIDS = Instance.new("Model")
  2086. FLUIDS.Name = NAEM.."'s fluids"
  2087. FLUIDS.Parent = FOLDARR
  2088. raggeeh.Head.Anchored = false
  2089. OMGCREEPYw.Parent = raggeeh
  2090. OMGCREEPYw:Play()
  2091. 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"}
  2092. game:GetService("Chat"):Chat(raggeeh.Head, chats[math.random(1, #chats)], Enum.ChatColor.Red)
  2093. game:GetService("RunService").Stepped:wait()
  2094. FORCEo1:Destroy()
  2095. raggeeh.Humanoid.Name = "Humanoid2"
  2096. print(raggeeh.Name.." lived a good life.")
  2097.  
  2098. local d = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  2099. for i=1, #d do
  2100. if (d[i].className == "Weld") then
  2101. d[i]:destroy()
  2102. end
  2103. end
  2104.  
  2105. local dew = game.Players.LocalPlayer.Character["Right Arm"]:GetChildren()
  2106. for i=1, #dew do
  2107. if (dew[i].className == "CFrameValue") then
  2108. dew[i]:destroy()
  2109. end
  2110. end
  2111. wait()
  2112. local o16 = Instance.new("Weld")
  2113. local o17 = Instance.new("CFrameValue")
  2114. o16.Name = "qCFrameWeldThingy"
  2115. o16.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  2116. o16.C1 = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703)
  2117. o16.Part0 = game.Players.LocalPlayer.Character["Torso"]
  2118. o16.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2119. o17.Name = "qRelativeCFrameWeldValue"
  2120. o17.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  2121. o17.Value = CFrame.new(-1.5, 0.501321793, 0.499998093, 1, 0, 0, 0, -0.00264357007, 0.999996483, 0, -0.999996424, -0.0026435703)
  2122. lMUZC = Instance.new("Sound")
  2123. lMUZC.Volume = 99
  2124. lMUZC.EmitterSize = 99
  2125. lMUZC.MaxDistance = 99
  2126. lMUZC.SoundId= "rbxassetid://408950203"
  2127. lMUZC.Parent = game.Players.LocalPlayer.Character.Head
  2128. lMUZC:Play()
  2129. pso7.Transparency = 1
  2130.  
  2131. local o1 = Instance.new("Model")
  2132. local o2 = Instance.new("Part")
  2133. local o3 = Instance.new("Weld")
  2134. local o4 = Instance.new("Part")
  2135. local o5 = Instance.new("SpecialMesh")
  2136. local o6 = Instance.new("Weld")
  2137. local o7 = Instance.new("CFrameValue")
  2138. o1.Name = "PSTL"
  2139. o1.Parent = game.Players.LocalPlayer.Character
  2140. o2.Name = "Handel"
  2141. o2.Parent = o1
  2142. o2.Transparency = 1
  2143. o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709)
  2144. o2.Rotation = Vector3.new(-92, -89.9100037, 177.979996)
  2145. o2.Size = Vector3.new(1, 2, 1)
  2146. 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)
  2147. o2.BottomSurface = Enum.SurfaceType.Smooth
  2148. o2.TopSurface = Enum.SurfaceType.Smooth
  2149. o2.Position = Vector3.new(-19.9463806, 0.501034975, 20.2952709)
  2150. o2.Orientation = Vector3.new(-0.0900000036, -90, -90.0100021)
  2151. o3.Name = "Weld2armeh"
  2152. o3.Parent = o2
  2153. o3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  2154. o3.Part1 = o2
  2155. o4.Name = "Pistol"
  2156. o4.Parent = o1
  2157. o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595)
  2158. o4.Rotation = Vector3.new(0.00999999978, 0, -0.0900000036)
  2159. o4.Size = Vector3.new(0.25, 0.927999973, 1.31799996)
  2160. 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)
  2161. o4.BottomSurface = Enum.SurfaceType.Smooth
  2162. o4.TopSurface = Enum.SurfaceType.Smooth
  2163. o4.Position = Vector3.new(-19.815855, 0.870578527, 21.3633595)
  2164. o4.Orientation = Vector3.new(0.00999999978, 0, -0.0900000036)
  2165. o5.Parent = o4
  2166. o5.MeshId = "rbxassetid://436697873"
  2167. o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
  2168. o5.TextureId = "rbxassetid://436697889"
  2169. o5.MeshType = Enum.MeshType.FileMesh
  2170. o5.Scale = Vector3.new(0.0199999996, 0.0199999996, 0.0199999996)
  2171. o6.Name = "qCFrameWeldThingy"
  2172. o6.Parent = o4
  2173. o6.C1 = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0)
  2174. o6.Part0 = o2
  2175. o6.Part1 = o4
  2176. o7.Name = "qRelativeCFrameWeldValue"
  2177. o7.Parent = o4
  2178. o7.Value = CFrame.new(-0.129997253, -0.369997978, -1.06799889, 0, 0, -0.999997735, -0.999995708, 0, 0, 0, 0.999997854, 0)
  2179. o3.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, 14.1, 1.55)
  2180. Kills.Value = Kills.Value + 1
  2181. muso1 = Instance.new("Part")
  2182. muso2 = Instance.new("BillboardGui")
  2183. muso3 = Instance.new("ImageLabel")
  2184. muso4 = Instance.new("Weld")
  2185. muso5 = Instance.new("CFrameValue")
  2186. muso1.Name = "Muzl"
  2187. muso1.Parent = o1
  2188. muso1.Transparency = 1
  2189. muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924)
  2190. muso1.Rotation = Vector3.new(0.0399999991, 65.3000031, -90.0599976)
  2191. muso1.Size = Vector3.new(0.310000002, 0.200000003, 0.200000003)
  2192. 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)
  2193. muso1.BottomSurface = Enum.SurfaceType.Smooth
  2194. muso1.TopSurface = Enum.SurfaceType.Smooth
  2195. muso1.Position = Vector3.new(-20.2116871, 1.11252046, 15.9859924)
  2196. muso1.Orientation = Vector3.new(0.0199999996, 65.3000031, -90.0199966)
  2197. muso2.Name = "FLAS"
  2198. muso2.Parent = muso1
  2199. muso2.Size = UDim2.new(1,0,1,0)
  2200. muso2.StudsOffset = Vector3.new(0, 0, 0)
  2201. muso3.Parent = muso2
  2202. muso3.Size = UDim2.new(1.5,0,1.5,0)
  2203. muso3.BackgroundColor3 = Color3.new(1, 1, 1)
  2204. muso3.BackgroundTransparency = 1
  2205. muso3.Image = "rbxassetid://872910628"
  2206. muso4.Name = "qCFrameWeldThingy"
  2207. muso4.Parent = muso1
  2208. 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)
  2209. muso4.Part1 = muso1
  2210. muso4.Part0 = o4
  2211. muso5.Name = "qRelativeCFrameWeldValue"
  2212. muso5.Parent = muso1
  2213. 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)
  2214. muso4.C0 = CFrame.new(0.35, -1.15, 1)*CFrame.fromEulerAnglesXYZ(0,0,0)
  2215. wait(.6)
  2216. ko1.Text = "Kills: "..Kills.Value
  2217. o16:Destroy()
  2218. o17:Destroy()
  2219. o1:Destroy()
  2220. o2:Destroy()
  2221. o3:Destroy()
  2222. o4:Destroy()
  2223. o5:Destroy()
  2224. o6:Destroy()
  2225. o7:Destroy()
  2226. pso7.Transparency = 0
  2227. lMUZC:Destroy()
  2228. local RAW = Instance.new("Weld")
  2229. local RAWV = Instance.new("CFrameValue")
  2230.  
  2231. RAW.Name = "qCFrameWeldThingy"
  2232. RAW.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  2233. 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)
  2234. RAW.Part0 = game.Players.LocalPlayer.Character["Torso"]
  2235. RAW.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2236. RAWV.Name = "qRelativeCFrameWeldValue"
  2237. RAWV.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  2238. 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)
  2239. if tablenabled == true
  2240. then
  2241. RAW:Destroy()
  2242. RAWV:Destroy()
  2243. local o8 = Instance.new("Motor6D")
  2244. o8.Name = "Right Shoulder"
  2245. o8.Parent = game.Players.LocalPlayer.Character.Torso
  2246. o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  2247. o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  2248. o8.Part0 = game.Players.LocalPlayer.Character.Torso
  2249. o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2250. o8.MaxVelocity = 0.10000000149012
  2251. wait(.1)
  2252. 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)
  2253. 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)
  2254.  
  2255. end
  2256. end
  2257. end
  2258. end
  2259. end
  2260. end
  2261. end)
  2262. Talk.MouseButton1Down:connect(function()
  2263. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, Text.Text, Enum.ChatColor.Red)
  2264. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement