YandZ1

Ye hee Patrick

Dec 25th, 2019
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. local UserName = game:GetService("Players").LocalPlayer.Name --[[DONT EDIT]]
  2. local Autoride = true --[[DONT EDIT]]
  3.  
  4. local Animations = {Shoot = ATTACKANIM} --[[DONT EDIT]]
  5. local Icon, Mesh, Texture = 430349758, 430349755, 430349758
  6. local Name, ToolTip = "KTOOL", "Tohmas CHooChoo" -- [[THE NAME OF THE TOOL]]
  7.  
  8. local CE = {}
  9. local Variables = {
  10. workspace = game:GetService("Workspace"), --[[DONT EDIT]]
  11. players = game:GetService("Players") --[[DONT EDIT]]
  12. }
  13.  
  14. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) --[[DONT EDIT]]
  15.  
  16. function CE:FireEvent(ItemName, Object, Property, Value) --[[DONT EDIT]]
  17. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object}) --[[DONT EDIT]]
  18. end
  19.  
  20. Variables.workspace.Buy:FireServer(0, "PompousTheCloud") --[[DONT EDIT]]
  21. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW --[[DONT EDIT]]
  22.  
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon) --[[DONT EDIT]]
  24.  
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh) --[[DONT EDIT]]
  26. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture) --[[DONT EDIT]]
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(10.0, 10.0, 10.0)) --[[TO RESIZE IT]]
  28. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0, 0, 0)) --[[TO FIX WHERE IT IS]]
  29. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981, 1.759, -11.839)) --[[TO FIX WHERE IT IS]]
  30.  
  31. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0.035, 0.084, 0.996)) --[[TO FIX WHERE IT IS]]
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(-1.234, -0.391, 1.013)) --[[TO FIX WHERE IT IS]]
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-0.999, 0.024, 0.033)) --[[TO FIX WHERE IT IS]]
  34. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0.021, 0.996, -0.084)) --[[TO FIX WHERE IT IS]]
  35.  
  36. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip) --[[DONT EDIT]]
  37. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true) --[[DONT EDIT]]
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name) --[[DONT EDIT]]
  39. wait()
  40.  
  41. local KTOOL = MainUserW["KTOOL"]
  42.  
  43. MainUserP:GetMouse().Button1Down:Connect(function() --[[DONT EDIT]]
  44. if MainUserW:FindFirstChild("KTOOL") then --[[DONT EDIT]]
  45. if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then --[[DONT EDIT]]
  46. local Animation = Instance.new("Animation")
  47. Animation.AnimationId = "rbxassetid://" .. ATTACKANIM
  48. local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation)
  49. AnimationLoader:Play()
  50. AnimationLoader:AdjustSpeed(1) -- CHANGE SPEED OF ANIM
  51. wait()
  52. Variables.workspace.GuiEvent:FireServer("BANG") --[[DONT EDIT]]
  53. CE:FireEvent("KTOOL",MainUserW["BANG"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent) --[[DONT EDIT]]
  54. end
  55. end
  56. end)
Advertisement
Add Comment
Please, Sign In to add comment