Advertisement
Migas3456

0 0 f

Mar 18th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.81 KB | None | 0 0
  1. --Made by DMS and IronicallyIron
  2. -- Objects
  3.  
  4. local SchoolShooterGui = Instance.new("ScreenGui")
  5. local SchoolShooterFrame = Instance.new("Frame")
  6. local SSBackground = Instance.new("ImageLabel")
  7. local Desgin = Instance.new("Frame")
  8. local close = Instance.new("TextButton")
  9. local SoundId = Instance.new("TextBox")
  10. local Credits = Instance.new("TextLabel")
  11. local SoundId_2 = Instance.new("TextLabel")
  12. local execute = Instance.new("TextButton")
  13. local name = Instance.new("TextLabel")
  14. local desgin2 = Instance.new("Frame")
  15.  
  16. -- Properties
  17.  
  18. SchoolShooterGui.Name = "SchoolShooterGui"
  19. SchoolShooterGui.Parent = game.CoreGui
  20.  
  21. SchoolShooterFrame.Name = "SchoolShooterFrame"
  22. SchoolShooterFrame.Parent = SchoolShooterGui
  23. SchoolShooterFrame.Active = true
  24. SchoolShooterFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. SchoolShooterFrame.Draggable = true
  26. SchoolShooterFrame.Position = UDim2.new(0, 725, 0, 349)
  27. SchoolShooterFrame.Selectable = true
  28. SchoolShooterFrame.Size = UDim2.new(0, 286, 0, 301)
  29.  
  30. SSBackground.Name = "SSBackground"
  31. SSBackground.Parent = SchoolShooterFrame
  32. SSBackground.BackgroundColor3 = Color3.new(1, 1, 1)
  33. SSBackground.Size = UDim2.new(0, 286, 0, 301)
  34. SSBackground.Image = "rbxassetid://1195530349"
  35.  
  36. Desgin.Name = "Desgin"
  37. Desgin.Parent = SchoolShooterFrame
  38. Desgin.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Desgin.BackgroundTransparency = 0.40000000596046
  40. Desgin.Size = UDim2.new(0, 286, 0, 24)
  41.  
  42. close.Name = "close"
  43. close.Parent = Desgin
  44. close.BackgroundColor3 = Color3.new(1, 1, 1)
  45. close.Position = UDim2.new(0, 254, 0, 0)
  46. close.Size = UDim2.new(0, 32, 0, 24)
  47. close.Font = Enum.Font.SourceSans
  48. close.FontSize = Enum.FontSize.Size14
  49. close.Text = "X"
  50. close.TextScaled = true
  51. close.TextSize = 14
  52. close.TextWrapped = true
  53.  
  54. SoundId.Name = "SoundId"
  55. SoundId.Parent = SchoolShooterFrame
  56. SoundId.BackgroundColor3 = Color3.new(1, 1, 1)
  57. SoundId.BackgroundTransparency = 0.44999998807907
  58. SoundId.Position = UDim2.new(0, 20, 0, 126)
  59. SoundId.Size = UDim2.new(0, 251, 0, 50)
  60. SoundId.ClearTextOnFocus = false
  61. SoundId.Font = Enum.Font.Code
  62. SoundId.FontSize = Enum.FontSize.Size28
  63. SoundId.Text = "rbxassetid://ID"
  64. SoundId.TextSize = 25
  65. SoundId.TextWrapped = true
  66.  
  67. Credits.Name = "Credits"
  68. Credits.Parent = SchoolShooterFrame
  69. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Credits.BackgroundTransparency = 1
  71. Credits.Position = UDim2.new(0, 0, 0, 259)
  72. Credits.Size = UDim2.new(0, 286, 0, 42)
  73. Credits.Font = Enum.Font.Cartoon
  74. Credits.FontSize = Enum.FontSize.Size24
  75. Credits.Text = "Thanks to :\nDMS - Script // IronicallyIron#0708 - GUI // Ezy - Being cool"
  76. Credits.TextColor3 = Color3.new(1, 1, 1)
  77. Credits.TextScaled = true
  78. Credits.TextSize = 20
  79. Credits.TextWrapped = true
  80. Credits.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. SoundId_2.Name = "SoundId"
  83. SoundId_2.Parent = SchoolShooterFrame
  84. SoundId_2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. SoundId_2.BackgroundTransparency = 1
  86. SoundId_2.Position = UDim2.new(0, 0, 0, 78)
  87. SoundId_2.Size = UDim2.new(0, 286, 0, 42)
  88. SoundId_2.Font = Enum.Font.Cartoon
  89. SoundId_2.FontSize = Enum.FontSize.Size32
  90. SoundId_2.Text = "Enter your sound ID\n(e.g rbxassetid://000000)"
  91. SoundId_2.TextColor3 = Color3.new(0, 0, 0)
  92. SoundId_2.TextScaled = true
  93. SoundId_2.TextSize = 30
  94. SoundId_2.TextWrapped = true
  95.  
  96. execute.Name = "execute"
  97. execute.Parent = SchoolShooterFrame
  98. execute.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  99. execute.BackgroundTransparency = 0.34999999403954
  100. execute.Position = UDim2.new(0, 0, 0, 196)
  101. execute.Size = UDim2.new(0, 286, 0, 50)
  102. execute.Font = Enum.Font.SourceSansLight
  103. execute.FontSize = Enum.FontSize.Size48
  104. execute.Text = "Execute"
  105. execute.TextColor3 = Color3.new(1, 1, 1)
  106. execute.TextSize = 40
  107.  
  108. name.Name = "name"
  109. name.Parent = SchoolShooterFrame
  110. name.BackgroundColor3 = Color3.new(1, 1, 1)
  111. name.BackgroundTransparency = 1
  112. name.Position = UDim2.new(0, 0, 0, 27)
  113. name.Size = UDim2.new(0, 286, 0, 42)
  114. name.Font = Enum.Font.SourceSansLight
  115. name.FontSize = Enum.FontSize.Size32
  116. name.Text = "School Shooter"
  117. name.TextColor3 = Color3.new(0, 0, 0)
  118. name.TextScaled = true
  119. name.TextSize = 30
  120. name.TextWrapped = true
  121.  
  122. desgin2.Name = "desgin2"
  123. desgin2.Parent = SchoolShooterFrame
  124. desgin2.BackgroundColor3 = Color3.new(1, 1, 1)
  125. desgin2.Position = UDim2.new(0, 21, 0, 67)
  126. desgin2.Size = UDim2.new(0, 242, 0, 2)
  127.  
  128. --function
  129. close.MouseButton1Down:connect(function()
  130. game.CoreGui.SchoolShooterGui:Remove()
  131.  
  132. end)
  133.  
  134. execute.MouseButton1Down:connect(function()
  135.  
  136. --School Shooter script by DMS ok bye
  137. o1 = Instance.new("Model")
  138. o1.Name = "Vest"
  139. o2 = Instance.new("Part")
  140. o2.Name = "Middle"
  141. o2.Parent = o1
  142. o2.BrickColor = BrickColor.new("Brick yellow")
  143. o2.Transparency = 1
  144. o2.Position = Vector3.new(0.139906004, 1.05800402, -11.1099901)
  145. o2.Anchored = true
  146. o2.CFrame = CFrame.new(0.139906004, 1.05800402, -11.1099901, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  147. o2.CanCollide = false
  148. o2.FormFactor = Enum.FormFactor.Symmetric
  149. o2.Size = Vector3.new(2, 2, 1)
  150. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  151. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  152. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  153. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  154. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  155. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  156. o2.Color = Color3.new(0.843137, 0.772549, 0.603922)
  157. o3 = Instance.new("Part")
  158. o3.Name = "Pack"
  159. o3.Parent = o1
  160. o3.BrickColor = BrickColor.new("Dark stone grey")
  161. o3.Position = Vector3.new(0.139907002, 1.07000601, -10.3049936)
  162. o3.Rotation = Vector3.new(-180, 0, -180)
  163. o3.Anchored = true
  164. o3.CFrame = CFrame.new(0.139907002, 1.07000601, -10.3049936, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  165. o3.CanCollide = false
  166. o3.FormFactor = Enum.FormFactor.Custom
  167. o3.Size = Vector3.new(1.65999985, 1.80000019, 0.630000472)
  168. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  169. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  170. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  171. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  172. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  173. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  174. o3.Color = Color3.new(0.388235, 0.372549, 0.384314)
  175. o4 = Instance.new("Part")
  176. o4.Name = "Strap"
  177. o4.Parent = o1
  178. o4.BrickColor = BrickColor.new("Black")
  179. o4.Position = Vector3.new(0.66991502, 1.05500698, -11.1149797)
  180. o4.Anchored = true
  181. o4.CFrame = CFrame.new(0.66991502, 1.05500698, -11.1149797, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  182. o4.CanCollide = false
  183. o4.FormFactor = Enum.FormFactor.Custom
  184. o4.Size = Vector3.new(0.259999752, 2.11000037, 1.15000045)
  185. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  186. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  187. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  188. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  189. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  190. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  191. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  192. o5 = Instance.new("Part")
  193. o5.Name = "Flap"
  194. o5.Parent = o1
  195. o5.BrickColor = BrickColor.new("Black")
  196. o5.Position = Vector3.new(0.139905006, 1.85000098, -10.2900219)
  197. o5.Anchored = true
  198. o5.CFrame = CFrame.new(0.139905006, 1.85000098, -10.2900219, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  199. o5.CanCollide = false
  200. o5.FormFactor = Enum.FormFactor.Custom
  201. o5.Size = Vector3.new(1.71999979, 0.400000006, 0.639999866)
  202. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  203. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  204. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  205. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  206. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  207. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  208. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  209. o6 = Instance.new("Part")
  210. o6.Name = "Pocket"
  211. o6.Parent = o1
  212. o6.BrickColor = BrickColor.new("Black")
  213. o6.Position = Vector3.new(0.149883002, 0.860005975, -10.0399857)
  214. o6.Rotation = Vector3.new(-0, 0, -90)
  215. o6.Anchored = true
  216. o6.CFrame = CFrame.new(0.149883002, 0.860005975, -10.0399857, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  217. o6.CanCollide = false
  218. o6.FormFactor = Enum.FormFactor.Custom
  219. o6.Size = Vector3.new(0.600000024, 0.800000131, 0.200000003)
  220. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  221. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  222. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  223. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  224. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  225. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  226. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  227. o7 = Instance.new("Part")
  228. o7.Name = "Pocket"
  229. o7.Parent = o1
  230. o7.BrickColor = BrickColor.new("Black")
  231. o7.Position = Vector3.new(0.139600992, 1.10000801, -10.3099718)
  232. o7.Rotation = Vector3.new(-90, 90, 0)
  233. o7.Anchored = true
  234. o7.CFrame = CFrame.new(0.139600992, 1.10000801, -10.3099718, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  235. o7.CanCollide = false
  236. o7.FormFactor = Enum.FormFactor.Custom
  237. o7.Size = Vector3.new(0.600000024, 0.400000155, 1.70000005)
  238. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  239. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  240. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  241. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  242. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  243. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  244. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  245. o8 = Instance.new("Part")
  246. o8.Name = "Strap"
  247. o8.Parent = o1
  248. o8.BrickColor = BrickColor.new("Black")
  249. o8.Position = Vector3.new(-0.37014699, 1.05500698, -11.1149921)
  250. o8.Anchored = true
  251. o8.CFrame = CFrame.new(-0.37014699, 1.05500698, -11.1149921, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  252. o8.CanCollide = false
  253. o8.FormFactor = Enum.FormFactor.Custom
  254. o8.Size = Vector3.new(0.259999752, 2.11000037, 1.15000045)
  255. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  256. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  257. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  258. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  259. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  260. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  261. o8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  262. o9 = Instance.new("Part")
  263. o9.Parent = o1
  264. o9.BrickColor = BrickColor.new("Really black")
  265. o9.Reflectance = 0.10000000149012
  266. o9.Position = Vector3.new(0.173590899, 4.00173569, -9.98207664)
  267. o9.Rotation = Vector3.new(2.9181666e-009, -3.48279983e-008, -8.55249798e-019)
  268. o9.Anchored = true
  269. o9.CFrame = CFrame.new(0.173590899, 4.00173569, -9.98207664, 0.999998331, 1.49269007e-020, -6.07863204e-010, 1.49269007e-020, 1, -5.09317831e-011, -6.07863204e-010, -5.09317831e-011, 1.00000334)
  270. o9.FormFactor = Enum.FormFactor.Plate
  271. o9.Size = Vector3.new(2, 4.80000019, 2)
  272. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  273. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  274. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  275. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  276. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  277. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  278. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  279. o10 = Instance.new("SpecialMesh")
  280. o10.Parent = o9
  281. o10.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  282. o10.MeshType = Enum.MeshType.Brick
  283. o11 = Instance.new("Part")
  284. o11.Parent = o1
  285. o11.BrickColor = BrickColor.new("Mid gray")
  286. o11.Reflectance = 0.20000000298023
  287. o11.Position = Vector3.new(0.173592806, 4.10173273, -11.1821489)
  288. o11.Rotation = Vector3.new(-180, 89.8953247, -90)
  289. o11.Anchored = true
  290. o11.CFrame = CFrame.new(0.173592806, 4.10173273, -11.1821489, -1.49269007e-020, 6.07863204e-010, 0.999998331, -1, 5.09317831e-011, 1.49269007e-020, 5.09317831e-011, -1.00000334, -6.07863204e-010)
  291. o11.FormFactor = Enum.FormFactor.Plate
  292. o11.Size = Vector3.new(1, 0.400000006, 2)
  293. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  294. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  295. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  296. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  297. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  298. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  299. o11.Color = Color3.new(0.803922, 0.803922, 0.803922)
  300. o12 = Instance.new("CylinderMesh")
  301. o12.Parent = o11
  302. o12.Offset = Vector3.new(0, -0.600000024, 0)
  303. o12.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  304. o13 = Instance.new("Part")
  305. o13.Parent = o1
  306. o13.BrickColor = BrickColor.new("Mid gray")
  307. o13.Reflectance = 0.20000000298023
  308. o13.Position = Vector3.new(0.173592806, 5.60169125, -11.1821489)
  309. o13.Rotation = Vector3.new(1.40697509e-009, -89.8953247, -90)
  310. o13.Anchored = true
  311. o13.CFrame = CFrame.new(0.173592806, 5.60169125, -11.1821489, 1.49269007e-020, 6.07863204e-010, -0.999998331, 1, 5.09317831e-011, -1.49269007e-020, -5.09317831e-011, -1.00000334, 6.07863204e-010)
  312. o13.FormFactor = Enum.FormFactor.Plate
  313. o13.Size = Vector3.new(2, 0.400000006, 2)
  314. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  315. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  316. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  317. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  318. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  319. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  320. o13.Color = Color3.new(0.803922, 0.803922, 0.803922)
  321. o14 = Instance.new("CylinderMesh")
  322. o14.Parent = o13
  323. o14.Offset = Vector3.new(0, -0.600000024, 0)
  324. o14.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  325. o15 = Instance.new("Part")
  326. o15.Parent = o1
  327. o15.BrickColor = BrickColor.new("Mid gray")
  328. o15.Reflectance = 0.20000000298023
  329. o15.Position = Vector3.new(0.173592806, 2.60173273, -11.1821489)
  330. o15.Rotation = Vector3.new(-180, 89.8953247, -90)
  331. o15.Anchored = true
  332. o15.CFrame = CFrame.new(0.173592806, 2.60173273, -11.1821489, -1.49269007e-020, 6.07863204e-010, 0.999998331, -1, 5.09317831e-011, 1.49269007e-020, 5.09317831e-011, -1.00000334, -6.07863204e-010)
  333. o15.FormFactor = Enum.FormFactor.Plate
  334. o15.Size = Vector3.new(2, 0.400000006, 2)
  335. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  336. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  337. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  338. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  339. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  340. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  341. o15.Color = Color3.new(0.803922, 0.803922, 0.803922)
  342. o16 = Instance.new("CylinderMesh")
  343. o16.Parent = o15
  344. o16.Offset = Vector3.new(0, -0.600000024, 0)
  345. o16.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  346. myears = Instance.new('Sound')
  347. myears.Parent = game.Players.LocalPlayer.Character.Head
  348. myears.Looped = true
  349. myears.Name = "Ruski"
  350. myears.Playing = true
  351. myears.SoundId = SoundId.Text
  352. myears.Volume = .5
  353. myears.TimePosition = 0
  354. local g = o1:clone()
  355. g.Parent = game.Players.LocalPlayer.Character
  356. local C = g:GetChildren()
  357. for i=1, #C do
  358. if C[i].className == "Part" then
  359. local W = Instance.new("Weld")
  360. W.Part0 = g.Middle
  361. W.Part1 = C[i]
  362. local CJ = CFrame.new(g.Middle.Position)
  363. local C0 = g.Middle.CFrame:inverse()*CJ
  364. local C1 = C[i].CFrame:inverse()*CJ
  365. W.C0 = C0
  366. W.C1 = C1
  367. W.Parent = g.Middle
  368. end
  369. local Y = Instance.new("Weld")
  370. Y.Part0 = game.Players.LocalPlayer.Character.Torso
  371. Y.Part1 = g.Middle
  372. Y.C0 = CFrame.new(0, 0, 0)
  373. Y.Parent = Y.Part0
  374. end
  375.  
  376. local h = g:GetChildren()
  377. for i = 1, # h do
  378. h[i].Anchored = false
  379. h[i].CanCollide = false
  380. end
  381.  
  382. debounce = 0;
  383.  
  384. local player = game.Players.LocalPlayer
  385. repeat wait() until player.Character.Humanoid
  386. local humanoid = player.Character.Humanoid
  387. local mouse = player:GetMouse()
  388. --game.Players.LocalPlayer.Character.Shirt.ShirtTemplate='rbxassetid://473465498'
  389.  
  390.  
  391. local player=game.Players.LocalPlayer;
  392. local char=game.Players.LocalPlayer.Character;
  393. local humanoid = player.Character.Humanoid;
  394. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  395. Tool.GripRight=Vector3.new(0.865, 0.105, -0.49);
  396. Tool.GripUp=Vector3.new(-0.023, 0.985, 0.171);
  397. Tool.GripPos=Vector3.new(0.064, -0.3, 0.9);
  398. Tool.GripForward=Vector3.new(0.485, 0.14, -0.863); --0.485, 0.14, -0.863
  399. Tool.Name='Tec 9';
  400. Handle=Instance.new('Part', Tool);
  401. Handle.Name = 'Handle';
  402. Handle.BrickColor=BrickColor.new('Really black')
  403. Handle.Size=Vector3.new(0.26, 1.11, 4.85);
  404. Handle.Position=Vector3.new(-5.112, 1.837, -3.734)
  405. gunfire=Instance.new('Part', Tool)
  406. gunfire.Name='GunFire'
  407. gunfire.Size=Vector3.new(0.2, 0.2, 0.2)
  408. gunfire.Transparency=1
  409. gunfire.Position=Vector3.new(-5.142, 2.582, -5.059)
  410. gunfirefx=Instance.new('BillboardGui', gunfire)
  411. gunfirefx.Enabled=false
  412. gunfirefx.Adornee = gunfire
  413. gunfirefx.Size=UDim2.new(1.1, 0, 1.1, 0)
  414. gunfirefx2=Instance.new('ImageLabel', gunfirefx)
  415. gunfirefx2.Image='http://www.roblox.com/asset/?id=117472237'
  416. gunfirefx2.BackgroundTransparency=1
  417. gunfirefx2.Size=UDim2.new(1.2, 0, 1.2, 0)
  418.  
  419.  
  420. c4mesh=Instance.new('SpecialMesh', Handle);
  421. c4mesh.MeshType = 'FileMesh';
  422. c4mesh.MeshId='http://www.roblox.com/asset/?id=430355386';
  423. c4mesh.TextureId='http://www.roblox.com/asset/?id=430355390';
  424. c4mesh.Scale=Vector3.new(0.075, 0.075, 0.075);
  425. light=Instance.new('PointLight', Handle);
  426. light.Color = Color3.new(255, 255, 0)
  427. light.Range=10;
  428. light.Enabled=false;
  429.  
  430. --Weld Connector
  431. local prev
  432. local parts = Tool:GetChildren()
  433. for i = 1,#parts do
  434. if (parts[i].className == "Part") then
  435. if (prev ~= nil)then
  436. local weld = Instance.new("Weld")
  437. weld.Part0 = prev
  438. weld.Part1 = parts[i]
  439. weld.C0 = prev.CFrame:inverse()
  440. weld.C1 = parts[i].CFrame:inverse()
  441. weld.Parent = prev
  442. end
  443. prev = parts[i]
  444. end
  445. end
  446. --end
  447. local Prepare=Instance.new("Animation", player.Character);
  448. Prepare.AnimationId="http://www.roblox.com/asset?id=168086975";
  449. local playAnim = humanoid:LoadAnimation(Prepare)
  450.  
  451. local Prepare3=Instance.new("Animation", player.Character);
  452. Prepare3.AnimationId="http://www.roblox.com/asset?id=95383474";
  453. local Prepare2Play = humanoid:LoadAnimation(Prepare3)
  454.  
  455. local Prepare2=Instance.new("Animation", player.Character);
  456. Prepare2.AnimationId="http://www.roblox.com/asset?id=95383474";
  457. local playAnim6 = humanoid:LoadAnimation(Prepare)
  458. standed=true
  459. local shoot=Instance.new("Animation", player.Character);
  460. shoot.AnimationId="http://www.roblox.com/Asset?ID=94332152";
  461. local playAnim2 = humanoid:LoadAnimation(shoot)
  462. local reload=Instance.new("Animation", player.Character);
  463. reload.AnimationId="http://www.roblox.com/Asset?ID=95390631";
  464. local playAnim3 = humanoid:LoadAnimation(reload)
  465. reloadsound=Instance.new('Sound', char.Torso)
  466. reloadsound.Volume=4
  467. reloadsound.SoundId='rbxassetid://266147528'
  468.  
  469. equip=Instance.new('Sound', char.Torso)
  470. equip.Volume=4
  471. equip.SoundId='rbxassetid://131045401'
  472.  
  473. equip2=Instance.new('Sound', char.Torso)
  474. equip2.Volume=4
  475. equip2.SoundId='rbxassetid://131045429'
  476. function equipped(mouse)
  477. function Shoot()
  478. if standed==false then
  479. if debounce == 0 then
  480. debounce = 1
  481. if mouse.Target ~= nil then
  482. if mouse.Target.Parent:findFirstChild("Humanoid") ~= nil and mouse.Target.Name ~= "Head" then
  483. mouse.Target.Parent.Humanoid:TakeDamage(75)
  484. hit=Instance.new('Sound', mouse.Target.Parent.Torso)
  485.  
  486. hit.Volume=7
  487. hit.SoundId='rbxassetid://159970596'
  488. hit:Play()
  489. elseif mouse.Target.Parent.Parent:findFirstChild("Humanoid") ~= nil then
  490. mouse.Target.Parent.Parent.Humanoid:TakeDamage(45)
  491.  
  492. hit=Instance.new('Sound', mouse.Target.Parent.Parent.Torso)
  493. hit.Volume=7
  494. hit.SoundId='rbxassetid://159970596'
  495. hit:Play()
  496. elseif mouse.Target.Name == "Part" then
  497. Hit = mouse.hit
  498. if Hit==nil then return end
  499. I = Instance.new("Part")
  500. I.Parent = game.Workspace
  501. I.CFrame = Hit
  502. I.Anchored=true
  503. I.Transparency=1
  504. I.Anchored=true
  505. I.CanCollide=false
  506. Pa=Instance.new('ParticleEmitter', I)
  507. Pa.Size = NumberSequence.new(0.2)
  508. Pa.Speed = NumberRange.new(40)
  509. Pa.Lifetime=NumberRange.new(0.4)
  510. Pa.RotSpeed = NumberRange.new(-255, 250)
  511. Pa.Texture = 'rbxassetid://316915922'
  512. Pa.LightEmission = 0
  513. Pa.EmissionDirection='Back'
  514. Pa.VelocitySpread = 250
  515. Pa.Rate = 500
  516. --
  517. Pa2=Instance.new('ParticleEmitter', I)
  518. Pa2.Size = NumberSequence.new(0.2)
  519. Pa2.Speed = NumberRange.new(40)
  520. Pa2.Lifetime=NumberRange.new(0.4)
  521. Pa2.RotSpeed = NumberRange.new(-255, 250)
  522. Pa2.Texture = 'rbxassetid://316915922'
  523. Pa2.LightEmission = 0
  524. Pa2.EmissionDirection='Back'
  525. Pa2.VelocitySpread = 250
  526. Pa2.Rate = 1000
  527. --
  528. Pa3=Instance.new('ParticleEmitter', I)
  529. Pa3.Size = NumberSequence.new(0.2)
  530. Pa3.Speed = NumberRange.new(40)
  531. Pa3.Lifetime=NumberRange.new(0.4)
  532. Pa3.RotSpeed = NumberRange.new(-255, 250)
  533. Pa3.Texture = 'rbxassetid://316915922'
  534. Pa3.LightEmission = 0
  535. Pa3.EmissionDirection='Back'
  536. Pa3.VelocitySpread = 250
  537. Pa3.Rate = 1000
  538.  
  539. --
  540. Pa4=Instance.new('ParticleEmitter', I)
  541. Pa4.Size = NumberSequence.new(0.4)
  542. Pa4.Speed = NumberRange.new(40)
  543. Pa4.Lifetime=NumberRange.new(0.4)
  544. Pa4.RotSpeed = NumberRange.new(-255, 250)
  545. Pa4.Texture = 'rbxassetid://316915922'
  546. Pa4.LightEmission = 0
  547. Pa4.EmissionDirection='Back'
  548. Pa4.VelocitySpread = 250
  549. Pa4.Rate = 1000
  550.  
  551. wait(0.1)
  552. Pa.Enabled=false
  553. Pa2.Enabled=false
  554. Pa3.Enabled=false
  555. Pa4.Enabled=false
  556.  
  557. hit=Instance.new('Sound', I)
  558. hit.Volume=5
  559. hit.SoundId='rbxassetid://159970596'
  560. hit:Play()
  561.  
  562. hit2=Instance.new('Sound', I)
  563. hit2.Volume=14
  564. hit2.SoundId='rbxassetid://516789356'
  565. hit2:Play()
  566. end
  567. end
  568.  
  569. playAnim2:Play()
  570. Prepare2Play:Stop()
  571. light.Enabled=true;
  572. gunfirefx.Enabled=true
  573. shootsound=Instance.new('Sound', char.Torso)
  574. shootsound.Volume=3
  575. shootsound.SoundId='rbxassetid://149355375'
  576. shootsound:Play()
  577. wait(0.01)
  578. light.Enabled=false;
  579. gunfirefx.Enabled=false
  580.  
  581. wait(0.001)
  582. Prepare2Play:Play()
  583. debounce = 0
  584. end
  585. end end
  586. mouse.Button1Down:connect(Shoot)
  587. end
  588.  
  589. Tool.Equipped:connect(equipped)
  590.  
  591. local player = game.Players.LocalPlayer
  592. repeat wait() until player.Character.Humanoid
  593. local humanoid = player.Character.Humanoid
  594. local mouse = player:GetMouse()
  595.  
  596. local reload=Instance.new("Animation", player.Character);
  597. reload.AnimationId="http://www.roblox.com/Asset?ID=95384819";
  598. local playAnim3 = humanoid:LoadAnimation(reload)
  599. reloading=false
  600. mouse.KeyDown:connect(function(key)
  601. if key == "r" then
  602. if reloading==true then
  603. playAnim3:Play()
  604. reloadsound:Play()
  605. wait(2)
  606. playAnim3:Stop()
  607. end end
  608. end)
  609. mouse.KeyDown:connect(function(key)
  610. if key == "q" then
  611. if reloading==true then
  612. if standed==false then
  613. standed=true
  614. Prepare2Play:Stop()
  615. equip2:Play()
  616. wait()
  617. playAnim:Play()
  618. Tool.GripForward=Vector3.new(0.485, 0.14, -0.863); --0.485, 0.14, -0.863
  619. elseif standed==true then
  620. standed=false
  621. playAnim:Stop()
  622. wait()
  623. Prepare2Play:Play()
  624. equip:Play()
  625. Tool.GripForward=Vector3.new(-0.501, 0.137, -0.855);
  626. end end end
  627. end)
  628. stfu=false
  629. function equipped()
  630. wait()
  631. stfu=true
  632. wait()
  633. playAnim:Play()
  634. equip:Play()
  635. reloading=true
  636. end
  637.  
  638. function unequipped()
  639. wait()
  640. playAnim:Stop()
  641. reloading=false
  642. Prepare2Play:Stop()
  643. stfu=false
  644. end
  645.  
  646. Tool.Equipped:connect(equipped)
  647. Tool.Unequipped:connect(unequipped)
  648.  
  649.  
  650. --STFU
  651. stfuu=Instance.new('Sound', char.Torso)
  652. stfuu.Volume=3
  653. stfuu.Pitch=6.8
  654. stfuu.SoundId='rbxassetid://261303790'
  655. mouse.KeyDown:connect(function(key)
  656. if key == "z" then
  657. if stfu==true then
  658. stfuu:Play()
  659. game:GetService("Chat"):Chat(char.Head, "SHUT THE FUCK UP U CUNT", Enum.ChatColor.Red)
  660. wait(2)
  661. end end
  662. end)
  663.  
  664. print ' made by ironicallyiron and DMS'
  665. ---
  666.  
  667. --Masked
  668. local player = game.Players.LocalPlayer
  669. repeat wait() until player.Character.Humanoid
  670. local humanoid = player.Character.Humanoid
  671. local mouse = player:GetMouse()
  672. equipsound = Instance.new('Sound', player.Character.Torso)
  673. equipsound.Volume=3
  674.  
  675. local anim5 = Instance.new("Animation", player.Character)
  676. anim5.AnimationId = "http://www.roblox.com/asset/?id=28492456"
  677. local playAnim10 = humanoid:LoadAnimation(anim5)
  678. plyr = player
  679. --p = game:GetService("InsertService"):LoadAsset(304085055)
  680. --p.Name='IsMasked'
  681. --p.Parent = game.Workspace
  682. ismasked=false
  683. maskhat=Instance.new('Hat', game.Workspace)
  684. maskhat.Name='IsMasked'
  685. maskhat.AttachmentForward=Vector3.new(0, 0, 0.1);
  686. maskhat.AttachmentPos=Vector3.new(0, 0.8, -0.05);
  687. maskhat.AttachmentRight=Vector3.new(1, 0, 0);
  688. maskhat.AttachmentUp=Vector3.new(0, 1, 0);
  689. maskhandle=Instance.new('Part', maskhat)
  690. maskhandle.Name='Handle';
  691. maskhandle.Anchored=false
  692. maskhandle.Size=Vector3.new(1.33, 1, 1.7)
  693. maskmeshh=Instance.new('SpecialMesh', maskhandle)
  694. maskmeshh.MeshType='FileMesh'
  695. maskmeshh.MeshId='http://www.roblox.com/asset/?id=304084512'
  696. maskmeshh.TextureId='http://www.roblox.com/asset/?id=304083165'
  697. wait(0.001)
  698. game.Workspace.IsMasked.Parent = plyr.Character
  699.  
  700. maskhandle.Transparency=1
  701. mouse.KeyDown:connect(function(key)
  702. if key == "f" then
  703. if ismasked==false then
  704. ismasked=true
  705. Handle.Transparency=1
  706. playAnim10:Play()
  707. wait(0.5)
  708. playAnim10:Stop()
  709. equipsound:Play()
  710. Handle.Transparency=0
  711. player.Character.Humanoid.DisplayDistanceType='None'
  712. maskhandle.Transparency=0
  713.  
  714. elseif ismasked==true then
  715. ismasked=false
  716. Handle.Transparency=1
  717. playAnim10:Play()
  718. wait(0.5)
  719. playAnim10:Stop()
  720. equipsound:Play()
  721. player.Character.Humanoid.DisplayDistanceType='Viewer'
  722. maskhandle.Transparency=1
  723. Handle.Transparency=0
  724. end
  725. end
  726.  
  727. end)
  728. end)
  729.  
  730.  
  731. print 'loaded'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement