Advertisement
Void_scripter0

mlg

Jan 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.44 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. ---CREATED BY SoIHeardYouLikeMemes/Kidd_Anonymouse/Teen_Anonymouse/Adult_Anonymouse/FetusAnonymouse---
  145. ---those are all my alts btw.---
  146. local you = game.Players.LocalPlayer
  147. local char = you.Character
  148. local mouse = you:GetMouse()
  149. local firing = false
  150.  
  151. local m = Instance.new("Model",char)
  152. local illum = Instance.new("Part",m)
  153. illum.CanCollide = false
  154. illum.BottomSurface = "Smooth"
  155. illum.TopSurface = "Smooth"
  156. illum.Size = Vector3.new(0.2, 0.2, 0.2)
  157. illum.Anchored = true
  158.  
  159. local s = Instance.new("Sound",m)
  160. s.SoundId = "rbxassetid://185492305"
  161. s.Volume = 0.8
  162. s.Looped = true
  163. s:Play()
  164. local SP = Instance.new("SpecialMesh",illum)
  165. SP.MeshId = "rbxassetid://438530093"
  166. SP.TextureId = "rbxassetid://438530120"
  167. SP.Scale = Vector3.new(0.2, 0.2, 0.2)
  168. SP.Offset = Vector3.new(0.5, 8, 0.03)
  169.  
  170.  
  171. local MousePart = Instance.new("Part",m)
  172. MousePart.CanCollide = false
  173. MousePart.BottomSurface = "Smooth"
  174. MousePart.TopSurface = "Smooth"
  175. MousePart.Size = Vector3.new(0.2, 0.2, 0.2)
  176. MousePart.Anchored = true
  177.  
  178.  
  179. local TipPart = Instance.new("Part",m)
  180. TipPart.CanCollide = false
  181. TipPart.BottomSurface = "Smooth"
  182. TipPart.TopSurface = "Smooth"
  183. TipPart.BrickColor = BrickColor.new("Lime green")
  184. TipPart.Material = "Neon"
  185. TipPart.FormFactor = "Custom"
  186. TipPart.Shape = "Ball"
  187. TipPart.Size = Vector3.new(2, 2, 2)
  188. TipPart.Anchored = true
  189. TipPart.Locked = true
  190. TipPart.CanCollide = false
  191. TipPart.Transparency = 0.5
  192.  
  193. local PE1 = Instance.new("ParticleEmitter",TipPart) -- dorritoes
  194. PE1.Texture = "rbxassetid://686815657"
  195. PE1.LightEmission = 0.3
  196. PE1.Acceleration = Vector3.new(0,-2,0)
  197. PE1.Lifetime = NumberRange.new(5,7)
  198. PE1.Speed = NumberRange.new(3,5)
  199. PE1.Rate = 30
  200. PE1.VelocitySpread = 50
  201.  
  202. local PE2 = Instance.new("ParticleEmitter",TipPart) --illuminati
  203. PE2.Texture = "rbxassetid://686815657"
  204. PE2.LightEmission = 1
  205. PE2.Acceleration = Vector3.new(0,-2,0)
  206. PE2.Lifetime = NumberRange.new(5,7)
  207. PE2.Speed = NumberRange.new(3,5)
  208. PE2.Rate = 10
  209. PE2.VelocitySpread = 50
  210.  
  211. local PE3 = Instance.new("ParticleEmitter",TipPart) --HitMarkers
  212. PE3.Texture = "rbxassetid://686815657"
  213. PE3.LightEmission = 1
  214. PE3.Acceleration = Vector3.new(0,-2,0)
  215. PE3.Lifetime = NumberRange.new(5,7)
  216. PE3.Speed = NumberRange.new(3,5)
  217. PE3.Rate = 10
  218. PE3.VelocitySpread = 50
  219.  
  220. local PE4 = Instance.new("ParticleEmitter",MousePart) -- dorritoes
  221. PE4.Texture = "rbxassetid://484383135"
  222. PE4.Acceleration = Vector3.new(0,-10,0)
  223. PE4.Lifetime = NumberRange.new(2,4)
  224. PE4.Speed = NumberRange.new(8,10)
  225. PE4.Rate = 100
  226. PE4.VelocitySpread = 50
  227.  
  228. local PE5 = Instance.new("ParticleEmitter",MousePart) --illuminati
  229. PE5.Texture = "rbxassetid://686815657"
  230. PE5.Acceleration = Vector3.new(0,-10,0)
  231. PE5.Lifetime = NumberRange.new(2,4)
  232. PE5.Speed = NumberRange.new(8,10)
  233. PE5.Rate = 100
  234. PE5.VelocitySpread = 50
  235.  
  236. local PE6 = Instance.new("ParticleEmitter",MousePart) --HitMarkers
  237. PE6.Texture = "rbxassetid://644165701"
  238. PE6.Acceleration = Vector3.new(0,-10,0)
  239. PE6.Lifetime = NumberRange.new(2,4)
  240. PE6.Speed = NumberRange.new(8,10)
  241. PE6.Rate = 100
  242. PE6.VelocitySpread = 50
  243.  
  244. PE1.Enabled = false
  245. PE2.Enabled = false
  246. PE3.Enabled = false
  247. PE4.Enabled = false
  248. PE5.Enabled = false
  249. PE6.Enabled = false
  250.  
  251. function drawlazer(p1,p2)
  252. part = Instance.new("Part", m)
  253. part.Name = "Location"
  254. part.BottomSurface = 0
  255. part.TopSurface = 0
  256. part.BrickColor = BrickColor.new("Lime green")
  257. part.Material = "Neon"
  258. part.FormFactor = "Custom"
  259. part.Shape = "Ball"
  260. part.Size = Vector3.new(4, 4, 4)
  261. part.Anchored = true
  262. part.Locked = true
  263. part.CanCollide = false
  264. part.Transparency = 0.5
  265. part.CFrame = CFrame.new(p1.Position.x,p1.Position.y,p1.Position.z)
  266.  
  267. obj = part
  268. local lastPos = obj.CFrame.p
  269. objC = obj:Clone()
  270. objC.Name = "Line"
  271. objC.Parent = m
  272. objC.Shape = "Ball"
  273. objC.Anchored = true
  274. local distance = (p2.Position- obj.CFrame.p).magnitude
  275. objC.Size = Vector3.new(10,10,distance)
  276. objC.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2)
  277. lastPos = obj.CFrame.p
  278. objCC1 = objC:Clone()
  279. objCC1.Parent = objC
  280. objCC1.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2.5)
  281. objCC1.Size = Vector3.new(4,4,distance/2)
  282. objCC1.Name = "LineC1"
  283.  
  284. objCC2 = objC:Clone()
  285. objCC2.Parent = objC
  286. objCC2.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/1.5)
  287. objCC2.Size = Vector3.new(4,4,distance/2)
  288. objCC2.Name = "LineC2"
  289. objCC2:ClearAllChildren()
  290.  
  291. end
  292.  
  293. function drawlazer2(p1,p2)
  294. part = m:FindFirstChild("Location")
  295. part.CFrame = CFrame.new(p1.Position.x,p1.Position.y,p1.Position.z)
  296. obj = part
  297. local distance = (p2.Position- obj.CFrame.p).magnitude
  298. objC = m.Line:Clone()
  299. objC.Name = "Line2"
  300. objC.Parent = m
  301. objC.Size = Vector3.new(4,4,distance)
  302. objC.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2)
  303.  
  304. objCC1 = objC.LineC1
  305.  
  306. objCC1.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2.5)
  307. objCC1.Size = Vector3.new(4,4,distance/2)
  308.  
  309.  
  310. objCC2 = objC.LineC2
  311.  
  312. objCC2.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/1.5)
  313. objCC2.Size = Vector3.new(4,4,distance/2)
  314.  
  315.  
  316. m.Line:remove()
  317.  
  318. objC.Name = "Line"
  319. for _,v in pairs(game.Players:GetPlayers()) do
  320.  
  321. if v ~= you then
  322. local d = (part.Position- v.Character:WaitForChild("Torso").CFrame.p).magnitude
  323. if d <= 5 then
  324. v.Character:FindFirstChildOfClass("Humanoid"):TakeDamage(5)
  325. end
  326. end
  327. --wait()
  328. end
  329.  
  330. end
  331.  
  332.  
  333. function despawn1(part1,part2,length)
  334.  
  335. for i = 10,1,-1 do
  336.  
  337. part1.Transparency = part1.Transparency + 0.1
  338. part1.Size = part1.Size + Vector3.new(0.2,0.2,length)
  339. part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
  340.  
  341. wait(0.01)
  342. end
  343. part1:remove()
  344.  
  345. for i = 10,1,-1 do
  346.  
  347. part2.Transparency = part2.Transparency + 0.1
  348.  
  349. wait(0.01)
  350. end
  351. part2:remove()
  352.  
  353. end
  354.  
  355. function despawn2(part1,length)
  356.  
  357. for i = 10,1,-1 do
  358.  
  359. part1.Transparency = part1.Transparency + 0.1
  360. part1.Size = part1.Size + Vector3.new(0.2,0,length)
  361. part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
  362.  
  363. wait(0.01)
  364. end
  365. part1:remove()
  366. end
  367.  
  368.  
  369.  
  370. function snipe(T)
  371.  
  372. part = Instance.new("Part", m)
  373. part.Name = "Sniper"
  374. part.BottomSurface = 0
  375. part.TopSurface = 0
  376. part.BrickColor = BrickColor.new("Really black")
  377. part.Material = "Neon"
  378. part.FormFactor = "Custom"
  379. part.Size = Vector3.new(1, 1, 3)
  380. part.Anchored = true
  381. part.Locked = true
  382. part.CanCollide = false
  383. part.Transparency = 0
  384.  
  385. local SP = Instance.new("SpecialMesh",part)
  386. SP.MeshId = "rbxassetid://685827900"
  387. SP.Scale = Vector3.new(0.05, 0.05, 0.05)
  388. SP.Offset = Vector3.new(0, -0.3, 3.05)
  389.  
  390. local S=part
  391.  
  392. part.Position = char.Torso.Position + Vector3.new(math.random(-5,5),math.random(3,8),math.random(-5,5))
  393. part.CFrame = CFrame.new(part.Position,T.Position)
  394.  
  395.  
  396. obj = part
  397. local lastPos = obj.CFrame.p
  398. objC = obj:Clone()
  399. objC.Mesh:remove()
  400. wait(0.05)
  401. objC.Parent = part
  402. objC.Shape = "Ball"
  403. objC.FormFactor = "Custom"
  404. objC.Anchored = true
  405. objC.BrickColor = BrickColor.new("New Yeller")
  406. local distance = (T.Position- obj.CFrame.p).magnitude
  407. objC.Size = Vector3.new(0.2,0.2,distance)
  408. objC.CFrame = CFrame.new(T.Position,obj.Position)*CFrame.new(0,0,-distance/2)
  409. local s = Instance.new("Sound",part)
  410. s.SoundId = "rbxassetid://680140087"
  411. s.Volume = 1
  412. s.PlayOnRemove = true
  413. s:remove()
  414. despawn1(objC,part,distance)
  415. if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  416. mouse.Target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(20)
  417. local PETemp = Instance.new("ParticleEmitter",mouse.Target) --HitMarkers
  418. PETemp.Texture = "rbxassetid://644165701"
  419. PETemp.Acceleration = Vector3.new(0,-10,0)
  420. PETemp.Lifetime = NumberRange.new(2,4)
  421. PETemp.Speed = NumberRange.new(8,10)
  422. PETemp.Rate = 100
  423. PETemp.VelocitySpread = 50
  424. PETemp.Enabled = true
  425. wait(0.1)
  426. PETemp.Enabled = false
  427. end
  428. end
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435. function ThrowDorito(a,b)
  436. if m:FindFirstChild("Throw") == nil then
  437. local animation=Instance.new("Animation",char:FindFirstChildOfClass("Humanoid"))
  438. animation.Name="Throw"
  439. animation.AnimationId="http://www.roblox.com/asset/?id=207107855"
  440. anim=char:FindFirstChildOfClass("Humanoid"):LoadAnimation(animation)
  441. anim:Play()
  442. else
  443. local animation=char:FindFirstChildOfClass("Humanoid").Throw
  444. anim=char:FindFirstChildOfClass("Humanoid"):LoadAnimation(animation)
  445. anim:Play()
  446. end
  447.  
  448. part = Instance.new("Part", m)
  449. part.Name = "Dorito"
  450. part.BottomSurface = 0
  451. part.TopSurface = 0
  452. part.BrickColor = BrickColor.new("Neon orange")
  453. part.Material = "Neon"
  454. part.FormFactor = "Custom"
  455. part.Shape = "Ball"
  456. part.Size = Vector3.new(1,0.2,1)
  457. part.Anchored = true
  458. part.Locked = true
  459. part.CanCollide = false
  460. part.Transparency = 0
  461. part.CFrame = CFrame.new(a.Position.x,a.Position.y,a.Position.z)
  462. local SP = Instance.new("SpecialMesh",part)
  463. SP.MeshId = "rbxassetid://627995517"
  464. SP.Scale = Vector3.new(1, 1, 1)
  465.  
  466.  
  467. obj = part
  468. local lastPos = obj.CFrame.p
  469. objC = obj:Clone()
  470. objC.Name = "DoritoTrail"
  471. objC.Mesh:remove()
  472. objC.Parent = m
  473. objC.FormFactor = "Custom"
  474. objC.Anchored = true
  475. objC.Transparency = 0.5
  476. objC.BrickColor = BrickColor.new("CGA brown")
  477.  
  478. local distance = (b.Position- obj.CFrame.p).magnitude
  479. objC.Size = Vector3.new(1,0.2,distance)
  480. objC.CFrame = CFrame.new(b.Position,obj.Position)*CFrame.new(0,0,-distance/2)
  481. lastPos = obj.CFrame.p
  482. obj.CFrame = CFrame.new(b.Position,obj.Position)*CFrame.new(0,0,-distance)
  483. obj.CFrame = obj.CFrame * CFrame.fromEulerAnglesXYZ(0,math.random(1,99),0)
  484. objC.Size = Vector3.new(1,0.2,distance)
  485. print(distance)
  486. local target = mouse.Target
  487. local weld = Instance.new("ManualWeld")
  488. weld.Part0 = part
  489. weld.Part1 = target
  490. weld.C0 = CFrame.new()
  491. weld.C1 = target.CFrame:inverse() * part.CFrame
  492. weld.Parent = part
  493. part.Anchored = false
  494. if target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  495. target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(5)
  496. end
  497. despawn2(objC,distance)
  498. end
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508. function shoot()
  509. print("FIRE!")
  510. TipPart.Transparency = 0.5
  511. if m:FindFirstChild("Line") == nil then
  512.  
  513. drawlazer(MousePart,TipPart)
  514. else
  515. drawlazer2(MousePart,TipPart)
  516. end
  517. local s = Instance.new("Sound",TipPart)
  518. s.SoundId = "rbxassetid://705502934"
  519. s.Volume = 2.5
  520. s.PlayOnRemove = true
  521. s:remove()
  522. wait()
  523. end
  524.  
  525. --.KEYS....KEYS....KEYSKEYSKEYS....KEYS....KEYS....KEYSKEYSKEYS......--
  526. --.KEYS....KEYS....KEYSKEYSKEYS....KEYS....KEYS..KEYSKEYS..KEYSKEYS..--
  527. --.KEYS..KEYS......KEYS..............KEYSKEYS...KEYS...........KEYS..--
  528. --.KEYS..KEYS......KEYS..............KEYSKEYS...KEYSKEYS.............--
  529. --.KEYSKEYS........KEYSKEYS............KEYS........KEYSKEYS..........--
  530. --.KEYSKEYS........KEYSKEYS............KEYS............KEYSKEYS......--
  531. --.KEYS..KEYS......KEYS..............KEYS..................KEYSKEYS..--
  532. --.KEYS..KEYS......KEYS..............KEYS.......KEYS...........KEYS..--
  533. --.KEYS....KEYS....KEYSKEYSKEYS....KEYS.........KEYSKEYS..KEYSKEYS...--
  534. --.KEYS....KEYS....KEYSKEYSKEYS....KEYS............KEYSKEYSKEYS......--
  535. mouse.Button1Up:connect(function()
  536. firing = false
  537. print("Stop")
  538. PE1.Enabled = false
  539. PE2.Enabled = false
  540. PE3.Enabled = false
  541. PE4.Enabled = false
  542. PE5.Enabled = false
  543. PE6.Enabled = false
  544. if m:FindFirstChild("Line") ~= nil then
  545. m.Line:remove()
  546. m.Location:remove()
  547. end
  548. TipPart.Transparency = 1
  549. repeat illum.CFrame = illum.CFrame * CFrame.fromEulerAnglesXYZ(0,0.05,0) illum.Position = char.Torso.Position + Vector3.new(0,.01,0) if m:FindFirstChild("Line") ~= nil then m:FindFirstChild("Line"):remove() end if m:FindFirstChild("Location") ~= nil then m:FindFirstChild("Location"):remove() end wait()
  550. until firing == true
  551. end)
  552.  
  553. mouse.Button1Down:connect(function()
  554. firing = true
  555. PE1.Enabled = true
  556. --PE2.Enabled = true
  557. --PE3.Enabled = true
  558. PE4.Enabled = true
  559. PE5.Enabled = true
  560. PE6.Enabled = true
  561. repeat MousePart.CFrame = CFrame.new(mouse.Hit.p) TipPart.Position = char.Head.Position + Vector3.new(0,9,0) illum.CFrame = illum.CFrame * CFrame.fromEulerAnglesXYZ(0,0.05,0) illum.Position = char.Torso.Position + Vector3.new(0,.01,0) shoot() wait()
  562. until firing == false
  563.  
  564. end)
  565.  
  566. mouse.KeyDown:connect(function(key)
  567. if key == "q" and firing == false then
  568. MousePart.CFrame = CFrame.new(mouse.Hit.p)
  569. snipe(MousePart)
  570. print("Snipe")
  571. elseif key == "e" and firing == false then
  572. MousePart.CFrame = CFrame.new(mouse.Hit.p)
  573. ThrowDorito(MousePart,char:FindFirstChild("Right Arm"))
  574. print("Dorito")
  575. end
  576.  
  577. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement