YandZ1

audi R8

Dec 31st, 2019
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. local UserName = game:GetService('Players').LocalPlayer.Name
  2. local Autoride = true
  3.  
  4. local Animations = {Shoot = ATTACKANIM} --[[DONT EDIT]]
  5. local Icon, Mesh, Texture = 4175044848, 4175044728, 4175044848
  6. local Name, ToolTip = "KTOOL", "Audi R8" -- [[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")
  21. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  22. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  24.  
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon) --[[DONT EDIT]]
  26. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh) --[[DONT EDIT]]
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture) --[[DONT EDIT]]
  28. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(2,2,2)) --[[TO RESIZE IT]]
  29. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0, 0, 0)) --[[TO FIX WHERE IT IS]]
  30. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981, 1.759, -11.839)) --[[TO FIX WHERE IT IS]]
  31.  
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0.014, 0, 1)) --[[TO FIX WHERE IT IS]]
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(-1.123, 0.818, 2.68)) --[[TO FIX WHERE IT IS]]
  34. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-1, 0, 0.014)) --[[TO FIX WHERE IT IS]]
  35. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0, 1, 0)) --[[TO FIX WHERE IT IS]]
  36.  
  37.  
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip) --[[DONT EDIT]]
  39. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true) --[[DONT EDIT]]
  40. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name) --[[DONT EDIT]]
  41. wait()
  42.  
  43. local KTOOL = MainUserW["KTOOL"]
  44.  
  45. MainUserP:GetMouse().Button1Down:Connect(function() --[[DONT EDIT]]
  46. if MainUserW:FindFirstChild("KTOOL") then --[[DONT EDIT]]
  47. if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then --[[DONT EDIT]]
  48. local Animation = Instance.new("Animation")
  49. Animation.AnimationId = "rbxassetid://" .. ATTACKANIM
  50. local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation)
  51. AnimationLoader:Play()
  52. AnimationLoader:AdjustSpeed(1) -- CHANGE SPEED OF ANIM
  53. wait()
  54. Variables.workspace.GuiEvent:FireServer("BANG") --[[DONT EDIT]]
  55. CE:FireEvent("KTOOL",MainUserW["BANG"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent) --[[DONT EDIT]]
  56. end
  57. end
  58. end)
Advertisement
Add Comment
Please, Sign In to add comment