Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserName = game:GetService('Players').LocalPlayer.Name
- local Autoride = true
- local Animations = {Shoot = ATTACKANIM} --[[DONT EDIT]]
- local Icon, Mesh, Texture = 4454565227, 4464083880, 4454565227
- local Name, ToolTip = "KTOOL", "Toxic Car" -- [[THE NAME OF THE TOOL]]
- local CE = {}
- local Variables = {
- workspace = game:GetService("Workspace"), --[[DONT EDIT]]
- players = game:GetService("Players") --[[DONT EDIT]]
- }
- local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) --[[DONT EDIT]]
- function CE:FireEvent(ItemName, Object, Property, Value) --[[DONT EDIT]]
- MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object}) --[[DONT EDIT]]
- end
- Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
- MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon) --[[DONT EDIT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh) --[[DONT EDIT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture) --[[DONT EDIT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(2,2,2)) --[[TO RESIZE IT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0, 0, 0)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981, 1.759, -11.839)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0.014, 0, 1)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(-1.123, 0.818, 2.68)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-1, 0, 0.014)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0, 1, 0)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.new(0,0,0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Opacity","5")
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip) --[[DONT EDIT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true) --[[DONT EDIT]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name) --[[DONT EDIT]]
- wait()
- local KTOOL = MainUserW["KTOOL"]
- MainUserP:GetMouse().Button1Down:Connect(function() --[[DONT EDIT]]
- if MainUserW:FindFirstChild("KTOOL") then --[[DONT EDIT]]
- if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then --[[DONT EDIT]]
- local Animation = Instance.new("Animation")
- Animation.AnimationId = "rbxassetid://" .. ATTACKANIM
- local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation)
- AnimationLoader:Play()
- AnimationLoader:AdjustSpeed(1) -- CHANGE SPEED OF ANIM
- wait()
- Variables.workspace.GuiEvent:FireServer("BANG") --[[DONT EDIT]]
- CE:FireEvent("KTOOL",MainUserW["BANG"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent) --[[DONT EDIT]]
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment