Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ATTACKANIM = "" --[[PUT THE ANIMATION ID]]
- local UserName = game:GetService("Players").LocalPlayer.Name --[[DONT EDIT]]
- local Autoride = true --[[DONT EDIT]]
- local Animations = {Shoot = ATTACKANIM} --[[DONT EDIT]]
- local Icon, Mesh, Texture = 82907376, 4793955509, 82907376
- local Name, ToolTip = "KTOOL", "Made by M16Lost" -- [[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") --[[DONT EDIT]]
- MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW --[[DONT EDIT]]
- 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(10.0, 10.0, 10.0)) --[[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.06, -0.057, 0.997)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(-1.682, -2.597, 1.439)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-0.998, -0.016, 0.059)) --[[TO FIX WHERE IT IS]]
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.012, 0.998, 0.058)) --[[TO FIX WHERE IT IS]]
- 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()
Advertisement
Add Comment
Please, Sign In to add comment