Advertisement
timmysjet123456789

Untitled

Dec 20th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.37 KB | None | 0 0
  1. local huntingrifle = Instance.new("Tool")
  2. local chamber = Instance.new("Part")
  3. local mesh = Instance.new("SpecialMesh")
  4. local grip = Instance.new("Part")
  5. local mesh_2 = Instance.new("SpecialMesh")
  6. local click = Instance.new("Sound")
  7. local firesound = Instance.new("Sound")
  8. local m203 = Instance.new("Sound")
  9. local magin = Instance.new("Sound")
  10. local magout = Instance.new("Sound")
  11. local reloadsound = Instance.new("Sound")
  12. local running = Instance.new("Sound")
  13. local safetyclick = Instance.new("Sound")
  14. local windowbreak = Instance.new("Sound")
  15. local firepart = Instance.new("Part")
  16. local mesh_3 = Instance.new("BlockMesh")
  17. local fire = Instance.new("Sound")
  18. local N1flashfx2 = Instance.new("ParticleEmitter")
  19. local flashfx = Instance.new("SpotLight")
  20. local flashfxflash = Instance.new("ParticleEmitter")
  21. local smoke = Instance.new("ParticleEmitter")
  22. local resource = Instance.new("Folder")
  23. local fx = Instance.new("Folder")
  24. local smoke_2 = Instance.new("ParticleEmitter")
  25. local spark = Instance.new("ParticleEmitter")
  26. local blood = Instance.new("ParticleEmitter")
  27. local bodyhit = Instance.new("Sound")
  28. local explosionsound = Instance.new("Sound")
  29. local hud = Instance.new("Folder")
  30. local maingui = Instance.new("ScreenGui")
  31. local gamegui = Instance.new("Frame")
  32. local hitmarker = Instance.new("ImageLabel")
  33. local ammoframe = Instance.new("Frame")
  34. local mode1 = Instance.new("Frame")
  35. local mode2 = Instance.new("Frame")
  36. local mode3 = Instance.new("Frame")
  37. local mode4 = Instance.new("Frame")
  38. local mode5 = Instance.new("Frame")
  39. local stances = Instance.new("ImageLabel")
  40. local distdisp = Instance.new("TextLabel")
  41. local ammo = Instance.new("TextLabel")
  42. local ammobackground = Instance.new("TextLabel")
  43. local magcount = Instance.new("TextLabel")
  44. local magcountbackground = Instance.new("TextLabel")
  45. local title = Instance.new("TextLabel")
  46. local scopeframe = Instance.new("Frame")
  47. local scope = Instance.new("ImageLabel")
  48. local scopeid = Instance.new("ImageLabel")
  49. local f1 = Instance.new("Frame")
  50. local f2 = Instance.new("Frame")
  51. local sense = Instance.new("Frame")
  52. local sensitivity = Instance.new("TextBox")
  53. local interact = Instance.new("TextLabel")
  54. local others = Instance.new("Frame")
  55. local kill = Instance.new("TextLabel")
  56. local modules = Instance.new("Folder")
  57. local settingsmodule = Instance.new("Folder")
  58. local vars = Instance.new("Folder")
  59. local resupply = Instance.new("BoolValue")
  60. local uiscopeactive = Instance.new("BoolValue")
  61. local events = Instance.new("Folder")
  62. local equipped = Instance.new("RemoteEvent")
  63. local shootevent = Instance.new("RemoteEvent")
  64. local createowner = Instance.new("RemoteEvent")
  65. local damageevent = Instance.new("RemoteEvent")
  66. local stance = Instance.new("RemoteEvent")
  67. local killevent = Instance.new("RemoteEvent")
  68. local aimevent = Instance.new("RemoteEvent")
  69. local hitevent = Instance.new("RemoteFunction")
  70. local exploevent = Instance.new("RemoteEvent")
  71. local modulations = Instance.new("Folder")
  72. local m4a1 = Instance.new("Folder")
  73. local akm = Instance.new("Folder")
  74. local sidearm = Instance.new("Folder")
  75. local instruction_manual = Instance.new("Folder")
  76. local part = Instance.new("Part")
  77. local mesh_4 = Instance.new("SpecialMesh")
  78. local img = Instance.new("Part")
  79. local surfacegui = Instance.new("SurfaceGui")
  80. local imagelabel = Instance.new("ImageLabel")
  81. local mesh_5 = Instance.new("BlockMesh")
  82. local aimpart = Instance.new("Part")
  83. local mesh_6 = Instance.new("SpecialMesh")
  84. local part_2 = Instance.new("Part")
  85. local mesh_7 = Instance.new("SpecialMesh")
  86. local part_3 = Instance.new("Part")
  87. local mesh_8 = Instance.new("SpecialMesh")
  88.  
  89. huntingrifle.Name = "HuntingRifle"
  90. huntingrifle.RequiresHandle = false
  91. huntingrifle.ToolTip = "-"
  92. huntingrifle.CanBeDropped = false
  93. huntingrifle.Parent = workspace
  94. chamber.Anchored = true
  95. chamber.CanCollide = false
  96. chamber.Size = Vector3.new(0.298, 0.298, 0.298)
  97. chamber.Name = "Chamber"
  98. chamber.Material = Enum.Material.Metal
  99. chamber.Color = Color3.new(1, 0, 0)
  100. chamber.Orientation = Vector3.new(19.83, -90.3, -1.59)
  101. chamber.Transparency = 1
  102. chamber.BottomSurface = Enum.SurfaceType.Smooth
  103. chamber.TopSurface = Enum.SurfaceType.Smooth
  104. chamber.BrickColor = BrickColor.new("Really red")
  105. chamber.Reflectance = 0.3
  106. chamber.Parent = HuntingRifle
  107. chamber.CFrame = CFrame.new(-22.034, 46.045, -0.905) * CFrame.Angles(1.585, -1.225, 1.559)
  108. mesh.Scale = Vector3.new(0.618, 0.618, 0.618)
  109. mesh.MeshType = Enum.MeshType.Brick
  110. mesh.Parent = Chamber
  111. grip.Anchored = true
  112. grip.CanCollide = false
  113. grip.Size = Vector3.new(0.298, 0.298, 0.298)
  114. grip.Name = "Grip"
  115. grip.Material = Enum.Material.SmoothPlastic
  116. grip.Color = Color3.new(1, 1, 0)
  117. grip.Orientation = Vector3.new(1.49, 0.24, 2.63)
  118. grip.Transparency = 1
  119. grip.BottomSurface = Enum.SurfaceType.Smooth
  120. grip.TopSurface = Enum.SurfaceType.Smooth
  121. grip.BrickColor = BrickColor.new("New Yeller")
  122. grip.Reflectance = 0.3
  123. grip.Parent = HuntingRifle
  124. grip.CFrame = CFrame.new(-22.129, 45.661, -0.523) * CFrame.Angles(0.026, 0.004, 0.046)
  125. mesh_2.Scale = Vector3.new(0.618, 0.618, 0.618)
  126. mesh_2.MeshType = Enum.MeshType.Brick
  127. mesh_2.Parent = Grip
  128. click.SoundId = "rbxassetid://132464034"
  129. click.Name = "Click"
  130. click.MaxDistance = 20
  131. click.Parent = Grip
  132. firesound.PlaybackSpeed = 0.95
  133. firesound.Name = "FireSound"
  134. firesound.Volume = 1
  135. firesound.SoundId = "rbxassetid://154619598"
  136. firesound.Parent = Grip
  137. m203.MaxDistance = 100
  138. m203.Name = "M203"
  139. m203.Volume = 1
  140. m203.SoundId = "http://roblox.com/asset/?id=135039581"
  141. m203.Parent = Grip
  142. magin.MaxDistance = 20
  143. magin.Name = "MagIn"
  144. magin.Volume = 1
  145. magin.SoundId = "rbxassetid://511422358"
  146. magin.Parent = Grip
  147. magout.PlaybackSpeed = 0.9
  148. magout.Volume = 1
  149. magout.Name = "MagOut"
  150. magout.MaxDistance = 20
  151. magout.SoundId = "rbxassetid://511422410"
  152. magout.Parent = Grip
  153. reloadsound.MaxDistance = 20
  154. reloadsound.Name = "ReloadSound"
  155. reloadsound.Volume = 0.8
  156. reloadsound.SoundId = "rbxassetid://147323220"
  157. reloadsound.Parent = Grip
  158. running.PlaybackSpeed = 0.975
  159. running.Looped = true
  160. running.Name = "Running"
  161. running.Volume = 1
  162. running.SoundId = "http://www.roblox.com/asset/?id=246376673"
  163. running.MaxDistance = 20
  164. running.Parent = Grip
  165. safetyclick.PlaybackSpeed = 1.5
  166. safetyclick.Volume = 0.3
  167. safetyclick.Name = "SafetyClick"
  168. safetyclick.MaxDistance = 20
  169. safetyclick.SoundId = "rbxassetid://132464034"
  170. safetyclick.Parent = Grip
  171. windowbreak.PlaybackSpeed = 0.975
  172. windowbreak.Name = "WindowBreak"
  173. windowbreak.Volume = 1
  174. windowbreak.SoundId = "http://www.roblox.com/asset/?id=142082167"
  175. windowbreak.Parent = Grip
  176. firepart.Anchored = true
  177. firepart.CanCollide = false
  178. firepart.Size = Vector3.new(0.298, 0.298, 0.298)
  179. firepart.BrickColor = BrickColor.new("Lime green")
  180. firepart.Material = Enum.Material.Neon
  181. firepart.Orientation = Vector3.new(1.49, 0.24, 2.63)
  182. firepart.Name = "FirePart"
  183. firepart.Color = Color3.new(0, 1, 0)
  184. firepart.Transparency = 1
  185. firepart.Parent = HuntingRifle
  186. firepart.CFrame = CFrame.new(-22.124, 46.136, -4.876) * CFrame.Angles(0.026, 0.004, 0.046)
  187. mesh_3.Scale = Vector3.new(0.039, 0.039, 0.039)
  188. mesh_3.Parent = FirePart
  189. fire.MaxDistance = 425
  190. fire.SoundId = "rbxassetid://269953405"
  191. fire.EmitterSize = 50
  192. fire.Volume = 1
  193. fire.Name = "Fire"
  194. fire.Parent = FirePart
  195. N1flashfx2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 0)})
  196. N1flashfx2.Lifetime = NumberRange.new(0.05, 0.075)
  197. N1flashfx2.Name = "1FlashFX2"
  198. N1flashfx2.Speed = NumberRange.new(100)
  199. N1flashfx2.LightEmission = 0.5
  200. N1flashfx2.Color = ColorSequence.new(Color3.new(1, 1, 0.498039), Color3.new(1, 1, 0.498039))
  201. N1flashfx2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.625, 0.125), NumberSequenceKeypoint.new(1, 1)})
  202. N1flashfx2.Texture = "http://www.roblox.com/asset/?id=257430870"
  203. N1flashfx2.Rotation = NumberRange.new(0, 90)
  204. N1flashfx2.EmissionDirection = Enum.NormalId.Front
  205. N1flashfx2.Rate = 1000
  206. N1flashfx2.Parent = FirePart
  207. flashfx.Enabled = false
  208. flashfx.Angle = 180
  209. flashfx.Range = 1
  210. flashfx.Color = Color3.new(1, 0.843137, 0.145098)
  211. flashfx.Name = "FlashFX"
  212. flashfx.Parent = FirePart
  213. flashfxflash.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(1, 0)})
  214. flashfxflash.Lifetime = NumberRange.new(0.05, 0.075)
  215. flashfxflash.Name = "FlashFX[Flash]"
  216. flashfxflash.Speed = NumberRange.new(50)
  217. flashfxflash.LightEmission = 0.5
  218. flashfxflash.Color = ColorSequence.new(Color3.new(1, 1, 0.498039), Color3.new(1, 1, 0.498039))
  219. flashfxflash.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75, 0.125), NumberSequenceKeypoint.new(1, 1)})
  220. flashfxflash.Texture = "http://www.roblox.com/asset/?id=257430870"
  221. flashfxflash.Rotation = NumberRange.new(0, 90)
  222. flashfxflash.EmissionDirection = Enum.NormalId.Front
  223. flashfxflash.Rate = 1000
  224. flashfxflash.Parent = FirePart
  225. smoke.Enabled = false
  226. smoke.Name = "Smoke"
  227. smoke.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.99), NumberSequenceKeypoint.new(1, 0.99)})
  228. smoke.Lifetime = NumberRange.new(1)
  229. smoke.Texture = "http://www.roblox.com/asset/?id=117472237"
  230. smoke.Speed = NumberRange.new(3)
  231. smoke.LightEmission = 0.5
  232. smoke.Rotation = NumberRange.new(0, 100)
  233. smoke.Rate = 500
  234. smoke.RotSpeed = NumberRange.new(200)
  235. smoke.SpreadAngle = Vector2.new(40, 40)
  236. smoke.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3), NumberSequenceKeypoint.new(1, 0.3)})
  237. smoke.EmissionDirection = Enum.NormalId.Front
  238. smoke.Parent = FirePart
  239. resource.Name = "Resource"
  240. resource.Parent = HuntingRifle
  241. fx.Name = "FX"
  242. fx.Parent = Resource
  243. smoke_2.Enabled = false
  244. smoke_2.Name = "Smoke"
  245. smoke_2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.944), NumberSequenceKeypoint.new(0.11, 0.85), NumberSequenceKeypoint.new(0.112, 1), NumberSequenceKeypoint.new(0.591, 1), NumberSequenceKeypoint.new(0.86, 1), NumberSequenceKeypoint.new(1, 1)})
  246. smoke_2.Lifetime = NumberRange.new(1)
  247. smoke_2.LightEmission = 0.1
  248. smoke_2.Speed = NumberRange.new(30)
  249. smoke_2.Texture = "rbxassetid://286708119"
  250. smoke_2.Rotation = NumberRange.new(50, 80)
  251. smoke_2.Rate = 130
  252. smoke_2.Acceleration = Vector3.new(0, -10, 0)
  253. smoke_2.Color = ColorSequence.new(Color3.new(0.611765, 0.611765, 0.611765), Color3.new(0.227451, 0.227451, 0.227451))
  254. smoke_2.RotSpeed = NumberRange.new(5, 20)
  255. smoke_2.SpreadAngle = Vector2.new(25, 25)
  256. smoke_2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.813), NumberSequenceKeypoint.new(0.041, 0.437), NumberSequenceKeypoint.new(0.828, 3.938), NumberSequenceKeypoint.new(1, 0.813)})
  257. smoke_2.Parent = FX
  258. spark.Enabled = false
  259. spark.Lifetime = NumberRange.new(0.7, 0.8)
  260. spark.Name = "Spark"
  261. spark.Speed = NumberRange.new(10)
  262. spark.LightEmission = 1
  263. spark.Color = ColorSequence.new(Color3.new(0.666667, 0.666667, 1), Color3.new(0.666667, 0.666667, 1))
  264. spark.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.096, 0.775), NumberSequenceKeypoint.new(0.824, 0.837), NumberSequenceKeypoint.new(1, 0)})
  265. spark.SpreadAngle = Vector2.new(20, 20)
  266. spark.Acceleration = Vector3.new(0, -15, 0)
  267. spark.Texture = "rbxassetid://311395391"
  268. spark.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2), NumberSequenceKeypoint.new(1, 0.2)})
  269. spark.Rate = 60
  270. spark.Parent = FX
  271. blood.Enabled = false
  272. blood.Lifetime = NumberRange.new(1)
  273. blood.Name = "Blood"
  274. blood.Speed = NumberRange.new(2)
  275. blood.Texture = "rbxassetid://172841900"
  276. blood.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
  277. blood.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.55, 0), NumberSequenceKeypoint.new(1, 1)})
  278. blood.SpreadAngle = Vector2.new(10, 10)
  279. blood.RotSpeed = NumberRange.new(5, 20)
  280. blood.Rotation = NumberRange.new(50, 80)
  281. blood.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.123), NumberSequenceKeypoint.new(0.08, 3.06), NumberSequenceKeypoint.new(1, 2.778)})
  282. blood.Rate = 15
  283. blood.Parent = FX
  284. bodyhit.Volume = 1
  285. bodyhit.Name = "BodyHit"
  286. bodyhit.SoundId = "rbxassetid://1565725028"
  287. bodyhit.Parent = FX
  288. explosionsound.Volume = 10
  289. explosionsound.Name = "ExplosionSound"
  290. explosionsound.SoundId = "rbxassetid://1265561710"
  291. explosionsound.Parent = FX
  292. hud.Name = "HUD"
  293. hud.Parent = Resource
  294. maingui.Name = "MainGui"
  295. maingui.Parent = HUD
  296. gamegui.Name = "GameGui"
  297. gamegui.BackgroundTransparency = 1
  298. gamegui.Size = UDim2.new(1, 0, 1, 0)
  299. gamegui.BackgroundColor3 = Color3.new(1, 1, 1)
  300. gamegui.Position = UDim2.new(0, 0, 0, -36)
  301. gamegui.Parent = MainGui
  302. hitmarker.Visible = false
  303. hitmarker.BackgroundTransparency = 1
  304. hitmarker.Size = UDim2.new(0, 250, 0, 250)
  305. hitmarker.Position = UDim2.new(0.5, -125, 0.5, -125)
  306. hitmarker.BackgroundColor3 = Color3.new(1, 1, 1)
  307. hitmarker.Name = "Hitmarker"
  308. hitmarker.Image = "http://www.roblox.com/asset/?id=49170947"
  309. hitmarker.Parent = GameGui
  310. ammoframe.BackgroundTransparency = 0.35
  311. ammoframe.Size = UDim2.new(0, 250, 0, 102)
  312. ammoframe.BorderSizePixel = 0
  313. ammoframe.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  314. ammoframe.Name = "AmmoFrame"
  315. ammoframe.Position = UDim2.new(1, -375, 1, -88)
  316. ammoframe.Parent = GameGui
  317. mode1.Name = "Mode1"
  318. mode1.Size = UDim2.new(0, 48, 0, 5)
  319. mode1.BorderSizePixel = 0
  320. mode1.BackgroundColor3 = Color3.new(1, 1, 1)
  321. mode1.Position = UDim2.new(0, 202, 0, 25)
  322. mode1.Parent = AmmoFrame
  323. mode2.BackgroundTransparency = 0.7
  324. mode2.Size = UDim2.new(0, 48, 0, 5)
  325. mode2.BorderSizePixel = 0
  326. mode2.BackgroundColor3 = Color3.new(1, 1, 1)
  327. mode2.Name = "Mode2"
  328. mode2.Position = UDim2.new(0, 152, 0, 25)
  329. mode2.Parent = AmmoFrame
  330. mode3.BackgroundTransparency = 0.7
  331. mode3.Size = UDim2.new(0, 48, 0, 5)
  332. mode3.BorderSizePixel = 0
  333. mode3.BackgroundColor3 = Color3.new(1, 1, 1)
  334. mode3.Name = "Mode3"
  335. mode3.Position = UDim2.new(0, 102, 0, 25)
  336. mode3.Parent = AmmoFrame
  337. mode4.BackgroundTransparency = 0.7
  338. mode4.Size = UDim2.new(0, 48, 0, 5)
  339. mode4.BorderSizePixel = 0
  340. mode4.BackgroundColor3 = Color3.new(1, 1, 1)
  341. mode4.Name = "Mode4"
  342. mode4.Position = UDim2.new(0, 52, 0, 25)
  343. mode4.Parent = AmmoFrame
  344. mode5.BackgroundTransparency = 0.7
  345. mode5.Size = UDim2.new(0, 49, 0, 5)
  346. mode5.BorderSizePixel = 0
  347. mode5.BackgroundColor3 = Color3.new(1, 1, 1)
  348. mode5.Name = "Mode5"
  349. mode5.Position = UDim2.new(0, 1, 0, 25)
  350. mode5.Parent = AmmoFrame
  351. stances.ScaleType = Enum.ScaleType.Crop
  352. stances.BackgroundTransparency = 0.35
  353. stances.Size = UDim2.new(0, 102, 0, 102)
  354. stances.BorderSizePixel = 0
  355. stances.Position = UDim2.new(1, 2, 0, 0)
  356. stances.Image = "rbxassetid://1868007495"
  357. stances.Name = "Stances"
  358. stances.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  359. stances.Parent = AmmoFrame
  360. distdisp.TextColor3 = Color3.new(1, 1, 1)
  361. distdisp.Position = UDim2.new(0, 6, 1, -20)
  362. distdisp.Name = "DistDisp"
  363. distdisp.TextSize = 17
  364. distdisp.ZIndex = 2
  365. distdisp.BorderSizePixel = 0
  366. distdisp.Font = Enum.Font.Arial
  367. distdisp.TextXAlignment = Enum.TextXAlignment.Left
  368. distdisp.BackgroundTransparency = 1
  369. distdisp.Text = "0 m"
  370. distdisp.Size = UDim2.new(0, 75, 0, 15)
  371. distdisp.BackgroundColor3 = Color3.new(1, 1, 1)
  372. distdisp.Parent = AmmoFrame
  373. ammo.TextWrapped = true
  374. ammo.Position = UDim2.new(1, -85, 0.5, -25)
  375. ammo.Name = "Ammo"
  376. ammo.TextSize = 25
  377. ammo.ZIndex = 2
  378. ammo.BorderSizePixel = 0
  379. ammo.Font = Enum.Font.Arial
  380. ammo.BackgroundColor3 = Color3.new(1, 1, 1)
  381. ammo.TextColor3 = Color3.new(1, 1, 1)
  382. ammo.BackgroundTransparency = 1
  383. ammo.Size = UDim2.new(0, 40, 0, 40)
  384. ammo.Text = "30"
  385. ammo.Parent = AmmoFrame
  386. ammobackground.TextWrapped = true
  387. ammobackground.Name = "AmmoBackground"
  388. ammobackground.BorderSizePixel = 0
  389. ammobackground.Position = UDim2.new(1, -82, 0.5, -24)
  390. ammobackground.TextSize = 25
  391. ammobackground.BackgroundTransparency = 1
  392. ammobackground.Font = Enum.Font.Arial
  393. ammobackground.Text = "30"
  394. ammobackground.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  395. ammobackground.BackgroundColor3 = Color3.new(1, 1, 1)
  396. ammobackground.Size = UDim2.new(0, 40, 0, 40)
  397. ammobackground.TextStrokeColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  398. ammobackground.Parent = AmmoFrame
  399. magcount.TextWrapped = true
  400. magcount.Position = UDim2.new(1, -50, 0.5, -22)
  401. magcount.Name = "MagCount"
  402. magcount.TextSize = 18
  403. magcount.ZIndex = 2
  404. magcount.BorderSizePixel = 0
  405. magcount.Font = Enum.Font.Arial
  406. magcount.BackgroundColor3 = Color3.new(1, 1, 1)
  407. magcount.TextColor3 = Color3.new(1, 1, 1)
  408. magcount.BackgroundTransparency = 1
  409. magcount.Size = UDim2.new(0, 40, 0, 40)
  410. magcount.Text = "| 15"
  411. magcount.Parent = AmmoFrame
  412. magcountbackground.TextWrapped = true
  413. magcountbackground.Position = UDim2.new(1, -47, 0.5, -21)
  414. magcountbackground.Name = "MagCountBackground"
  415. magcountbackground.BackgroundTransparency = 1
  416. magcountbackground.TextSize = 18
  417. magcountbackground.BorderSizePixel = 0
  418. magcountbackground.Font = Enum.Font.Arial
  419. magcountbackground.Text = "| 15"
  420. magcountbackground.BackgroundColor3 = Color3.new(1, 1, 1)
  421. magcountbackground.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  422. magcountbackground.Size = UDim2.new(0, 40, 0, 40)
  423. magcountbackground.Parent = AmmoFrame
  424. title.TextWrapped = true
  425. title.BackgroundColor3 = Color3.new(1, 1, 1)
  426. title.Name = "Title"
  427. title.BackgroundTransparency = 1
  428. title.TextSize = 19
  429. title.BorderSizePixel = 0
  430. title.Font = Enum.Font.Arial
  431. title.Text = "M4A1"
  432. title.TextStrokeTransparency = 0.8
  433. title.TextColor3 = Color3.new(1, 1, 1)
  434. title.Size = UDim2.new(1, 0, 0, 25)
  435. title.Parent = AmmoFrame
  436. scopeframe.Visible = false
  437. scopeframe.BackgroundTransparency = 1
  438. scopeframe.Size = UDim2.new(1, 0, 1, 0)
  439. scopeframe.BackgroundColor3 = Color3.new(1, 1, 1)
  440. scopeframe.Name = "ScopeFrame"
  441. scopeframe.Parent = MainGui
  442. scope.Image = "http://www.roblox.com/asset/?id=72002022"
  443. scope.BackgroundTransparency = 1
  444. scope.Size = UDim2.new(0, 20, 0, 20)
  445. scope.BackgroundColor3 = Color3.new(0, 0, 0)
  446. scope.Name = "Scope"
  447. scope.Position = UDim2.new(0.5, -10, 0, -10)
  448. scope.Parent = ScopeFrame
  449. scopeid.Image = "http://www.roblox.com/asset/?id=184922644"
  450. scopeid.BackgroundTransparency = 1
  451. scopeid.Size = UDim2.new(0, 20, 0, 20)
  452. scopeid.BackgroundColor3 = Color3.new(0, 0, 0)
  453. scopeid.Name = "ScopeId"
  454. scopeid.Position = UDim2.new(0.5, -10, 0, -10)
  455. scopeid.Parent = ScopeFrame
  456. f1.BackgroundColor3 = Color3.new(0, 0, 0)
  457. f1.Size = UDim2.new(0, 0, 1, 20)
  458. f1.BorderSizePixel = 0
  459. f1.BorderColor3 = Color3.new(0, 0, 0)
  460. f1.Name = "F1"
  461. f1.Position = UDim2.new(0, -10, 0, -10)
  462. f1.Parent = ScopeFrame
  463. f2.BackgroundColor3 = Color3.new(0, 0, 0)
  464. f2.Size = UDim2.new(0, 0, 1, 20)
  465. f2.BorderSizePixel = 0
  466. f2.BorderColor3 = Color3.new(0, 0, 0)
  467. f2.Name = "F2"
  468. f2.Position = UDim2.new(0, -10, 0, -10)
  469. f2.Parent = ScopeFrame
  470. sense.Name = "Sense"
  471. sense.BackgroundTransparency = 1
  472. sense.Size = UDim2.new(1, 0, 1, 36)
  473. sense.BackgroundColor3 = Color3.new(1, 1, 1)
  474. sense.Position = UDim2.new(0, 0, 0, -36)
  475. sense.Parent = MainGui
  476. sensitivity.Visible = false
  477. sensitivity.BackgroundTransparency = 1
  478. sensitivity.Font = Enum.Font.Arial
  479. sensitivity.Position = UDim2.new(0.5, -13, 0, 50)
  480. sensitivity.TextScaled = true
  481. sensitivity.Size = UDim2.new(0, 100, 0, 26)
  482. sensitivity.BorderSizePixel = 0
  483. sensitivity.TextSize = 14
  484. sensitivity.Text = "0.5"
  485. sensitivity.TextWrapped = true
  486. sensitivity.Name = "Sensitivity"
  487. sensitivity.TextColor3 = Color3.new(1, 1, 1)
  488. sensitivity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  489. sensitivity.Parent = Sense
  490. interact.Visible = false
  491. interact.Position = UDim2.new(0.365, 0, 0.852, 0)
  492. interact.Name = "Interact"
  493. interact.BackgroundTransparency = 1
  494. interact.TextSize = 14
  495. interact.TextScaled = true
  496. interact.Font = Enum.Font.Arial
  497. interact.Text = "Press E To Restock Ammo"
  498. interact.TextWrapped = true
  499. interact.BackgroundColor3 = Color3.new(1, 1, 1)
  500. interact.TextColor3 = Color3.new(1, 1, 1)
  501. interact.Size = UDim2.new(0, 269, 0, 22)
  502. interact.Parent = MainGui
  503. others.Name = "Others"
  504. others.Size = UDim2.new(1, 0, 1, 0)
  505. others.BackgroundTransparency = 1
  506. others.BackgroundColor3 = Color3.new(1, 1, 1)
  507. others.Parent = MainGui
  508. kill.TextWrapped = true
  509. kill.Name = "Kill"
  510. kill.Font = Enum.Font.SourceSans
  511. kill.Position = UDim2.new(0.5, -100, 1, -200)
  512. kill.TextTransparency = 1
  513. kill.TextSize = 14
  514. kill.BorderSizePixel = 0
  515. kill.TextScaled = true
  516. kill.BackgroundColor3 = Color3.new(1, 1, 1)
  517. kill.TextColor3 = Color3.new(1, 1, 0.498039)
  518. kill.BackgroundTransparency = 1
  519. kill.Size = UDim2.new(0, 200, 0, 25)
  520. kill.Text = "Target Eliminated"
  521. kill.Parent = Others
  522. modules.Name = "Modules"
  523. modules.Parent = Resource
  524. settingsmodule.Name = "SettingsModule"
  525. settingsmodule.Parent = Resource
  526. vars.Name = "Vars"
  527. vars.Parent = Resource
  528. resupply.Name = "Resupply"
  529. resupply.Parent = Vars
  530. uiscopeactive.Name = "UIScopeActive"
  531. uiscopeactive.Parent = Vars
  532. events.Name = "Events"
  533. events.Parent = Resource
  534. equipped.Name = "Equipped"
  535. equipped.Parent = Events
  536. shootevent.Name = "ShootEvent"
  537. shootevent.Parent = Events
  538. createowner.Name = "CreateOwner"
  539. createowner.Parent = Events
  540. damageevent.Name = "DamageEvent"
  541. damageevent.Parent = Events
  542. stance.Name = "Stance"
  543. stance.Parent = Events
  544. killevent.Name = "KillEvent"
  545. killevent.Parent = Events
  546. aimevent.Name = "AimEvent"
  547. aimevent.Parent = Events
  548. hitevent.Name = "HitEvent"
  549. hitevent.Parent = Events
  550. exploevent.Name = "ExploEvent"
  551. exploevent.Parent = Events
  552. modulations.Name = "Modulations"
  553. modulations.Parent = Resource
  554. m4a1.Name = "M4A1"
  555. m4a1.Parent = Modulations
  556. akm.Name = "AKM"
  557. akm.Parent = Modulations
  558. sidearm.Name = "Sidearm"
  559. sidearm.Parent = Modulations
  560. instruction_manual.Name = "INSTRUCTION MANUAL"
  561. instruction_manual.Parent = Resource
  562. part.Anchored = true
  563. part.Size = Vector3.new(0.039, 0.117, 0.117)
  564. part.Orientation = Vector3.new(-86.97, -60.29, -29.5)
  565. part.Material = Enum.Material.SmoothPlastic
  566. part.BottomSurface = Enum.SurfaceType.Smooth
  567. part.BrickColor = BrickColor.new("Really black")
  568. part.TopSurface = Enum.SurfaceType.Smooth
  569. part.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  570. part.Parent = HuntingRifle
  571. part.CFrame = CFrame.new(-22.133, 46.129, -4.918) * CFrame.Angles(-1.545, -0.046, -1.567)
  572. mesh_4.MeshType = Enum.MeshType.Cylinder
  573. mesh_4.Parent = Part
  574. img.Anchored = true
  575. img.CanCollide = false
  576. img.Size = Vector3.new(0.298, 0.298, 0.298)
  577. img.Orientation = Vector3.new(1.49, 0.24, 2.63)
  578. img.BottomSurface = Enum.SurfaceType.Smooth
  579. img.Material = Enum.Material.SmoothPlastic
  580. img.Name = "img"
  581. img.Transparency = 1
  582. img.TopSurface = Enum.SurfaceType.Smooth
  583. img.BrickColor = BrickColor.new("Royal purple")
  584. img.Color = Color3.new(0.384314, 0.145098, 0.819608)
  585. img.Parent = HuntingRifle
  586. img.CFrame = CFrame.new(-22.146, 46.327, -1.57) * CFrame.Angles(0.026, 0.004, 0.046)
  587. surfacegui.Face = Enum.NormalId.Back
  588. surfacegui.Parent = img
  589. imagelabel.Image = "rbxassetid://541682187"
  590. imagelabel.Size = UDim2.new(0.8, 0, 0.8, 0)
  591. imagelabel.Position = UDim2.new(0.1, 0, 0.1, 0)
  592. imagelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  593. imagelabel.BackgroundTransparency = 1
  594. imagelabel.Parent = SurfaceGui
  595. mesh_5.Scale = Vector3.new(0.723, 0.723, 0.723)
  596. mesh_5.Parent = img
  597. aimpart.Anchored = true
  598. aimpart.CanCollide = false
  599. aimpart.Size = Vector3.new(0.298, 0.298, 0.298)
  600. aimpart.Material = Enum.Material.Metal
  601. aimpart.Orientation = Vector3.new(1.49, 0.24, 2.63)
  602. aimpart.Name = "AimPart"
  603. aimpart.Transparency = 1
  604. aimpart.Reflectance = 0.5
  605. aimpart.BrickColor = BrickColor.new("Black")
  606. aimpart.Color = Color3.new(0.105882, 0.164706, 0.207843)
  607. aimpart.Parent = HuntingRifle
  608. aimpart.CFrame = CFrame.new(-22.138, 46.283, 0.139) * CFrame.Angles(0.026, 0.004, 0.046)
  609. mesh_6.Scale = Vector3.new(0.769, 0.616, 0.769)
  610. mesh_6.MeshType = Enum.MeshType.Brick
  611. mesh_6.Parent = AimPart
  612. part_2.Anchored = true
  613. part_2.Size = Vector3.new(3.645, 0.107, 0.107)
  614. part_2.Orientation = Vector3.new(-86.97, -60.29, -29.5)
  615. part_2.Material = Enum.Material.SmoothPlastic
  616. part_2.BottomSurface = Enum.SurfaceType.Smooth
  617. part_2.BrickColor = BrickColor.new("Really black")
  618. part_2.TopSurface = Enum.SurfaceType.Smooth
  619. part_2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  620. part_2.Parent = HuntingRifle
  621. part_2.CFrame = CFrame.new(-22.131, 46.084, -3.083) * CFrame.Angles(-1.545, -0.046, -1.567)
  622. mesh_7.MeshType = Enum.MeshType.Cylinder
  623. mesh_7.Parent = Part
  624. part_3.Anchored = true
  625. part_3.Size = Vector3.new(0.039, 0.117, 0.117)
  626. part_3.Orientation = Vector3.new(-86.97, -60.29, -29.5)
  627. part_3.Material = Enum.Material.SmoothPlastic
  628. part_3.BottomSurface = Enum.SurfaceType.Smooth
  629. part_3.BrickColor = BrickColor.new("Really black")
  630. part_3.TopSurface = Enum.SurfaceType.Smooth
  631. part_3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  632. part_3.Parent = HuntingRifle
  633. part_3.CFrame = CFrame.new(-22.133, 46.129, -4.883) * CFrame.Angles(-1.545, -0.046, -1.567)
  634. mesh_8.MeshType = Enum.MeshType.Cylinder
  635. mesh_8.Parent = Part
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement