M16III

M16Lost

Mar 31st, 2020
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. ATTACKANIM = "" --[[PUT THE ANIMATION ID]]
  2. local UserName = game:GetService("Players").LocalPlayer.Name --[[DONT EDIT]]
  3. local Autoride = true --[[DONT EDIT]]
  4.  
  5. local Animations = {Shoot = ATTACKANIM} --[[DONT EDIT]]
  6. local Icon, Mesh, Texture = 82907376, 4793955509, 82907376
  7. local Name, ToolTip = "KTOOL", "Made by M16Lost" -- [[THE NAME OF THE TOOL]]
  8.  
  9. local CE = {}
  10. local Variables = {
  11. workspace = game:GetService("Workspace"), --[[DONT EDIT]]
  12. players = game:GetService("Players") --[[DONT EDIT]]
  13. }
  14.  
  15. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) --[[DONT EDIT]]
  16.  
  17. function CE:FireEvent(ItemName, Object, Property, Value) --[[DONT EDIT]]
  18. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object}) --[[DONT EDIT]]
  19. end
  20.  
  21. Variables.workspace.Buy:FireServer(0, "PompousTheCloud") --[[DONT EDIT]]
  22. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW --[[DONT EDIT]]
  23.  
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon) --[[DONT EDIT]]
  25.  
  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(10.0, 10.0, 10.0)) --[[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.06, -0.057, 0.997)) --[[TO FIX WHERE IT IS]]
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(-1.682, -2.597, 1.439)) --[[TO FIX WHERE IT IS]]
  34. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-0.998, -0.016, 0.059)) --[[TO FIX WHERE IT IS]]
  35. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.012, 0.998, 0.058)) --[[TO FIX WHERE IT IS]]
  36.  
  37. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip) --[[DONT EDIT]]
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true) --[[DONT EDIT]]
  39. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name) --[[DONT EDIT]]
  40. wait()
Advertisement
Add Comment
Please, Sign In to add comment