idkwhatiam

(FREE) Script Pack 1

Jun 14th, 2019
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. p = owner
  2. char = p.Character
  3. Character = char
  4. lefta=Character["Left Arm"]
  5. leftl=Character["Left Leg"]
  6. righta=Character["Right Arm"]
  7. rightl=Character["Right Leg"]
  8. rootpart=Character["HumanoidRootPart"]
  9. hed=Character["Head"]
  10. torso=Character["Torso"]
  11.  
  12. p.Chatted:connect(function(msg)
  13. msg = msg:lower()
  14. if (msg == "script;dummy") then
  15. owner.Character.Humanoid.Parent = workspace["Default Dummy"]
  16. wait(0.00000000000000000000001)
  17. owner.Character = workspace["Default Dummy"]
  18. wait(0.00000000001)
  19. owner.Character.Humanoid.WalkSpeed = 16
  20. elseif (msg == "script;pet") then
  21.  
  22. pethed = Instance.new("Part",char)
  23. pethed.Size = Vector3.new(1, 0.5, 0.5)
  24. pethed.BrickColor = BrickColor.new("Bright yellow")
  25. pethed.CanCollide = true
  26. pethed.Transparency = 0
  27. pethed.TopSurface = "Smooth"
  28. pethed.BottomSurface = "Smooth"
  29. mpethed = Instance.new("SpecialMesh",pethed)
  30. mpethed.Scale = Vector3.new(1.25, 1.25, 1.25)
  31. wpethed = Instance.new("Weld",pethed)
  32. wpethed.Part0 = pethed
  33. wpethed.Part1 = hed
  34. wpethed.C0 = CFrame.new(-3, 2.25, 0)
  35. fpethed = Instance.new("Decal",pethed)
  36. fpethed.Texture = "http://www.roblox.com/asset/?id=2310033261"
  37.  
  38. pettorso = Instance.new("Part",char)
  39. pettorso.Size = Vector3.new(1, 1, 0.5)
  40. pettorso.BrickColor = BrickColor.new("Cyan")
  41. pettorso.CanCollide = true
  42. pettorso.Transparency = 0
  43. pettorso.TopSurface = "Smooth"
  44. pettorso.BottomSurface = "Smooth"
  45. wpettorso = Instance.new("Weld",pettorso)
  46. wpettorso.Part0 = pettorso
  47. wpettorso.Part1 = torso
  48. wpettorso.C0 = CFrame.new(-3, 1.5, 0)
  49.  
  50. petleftl = Instance.new("Part",char)
  51. petleftl.Size = Vector3.new(0.5, 1, 0.5)
  52. petleftl.BrickColor = BrickColor.new("Br. yellowish green")
  53. petleftl.CanCollide = false
  54. petleftl.Transparency = 0
  55. petleftl.TopSurface = "Smooth"
  56. petleftl.BottomSurface = "Smooth"
  57. wpetleftl = Instance.new("Weld",petleftl)
  58. wpetleftl.Part0 = petleftl
  59. wpetleftl.Part1 = leftl
  60. wpetleftl.C0 = CFrame.new(-3.25, 0.5, 0)
  61.  
  62. petrightl = Instance.new("Part",char)
  63. petrightl.Size = Vector3.new(0.5, 1, 0.5)
  64. petrightl.BrickColor = BrickColor.new("Br. yellowish green")
  65. petrightl.CanCollide = false
  66. petrightl.Transparency = 0
  67. petrightl.TopSurface = "Smooth"
  68. petrightl.BottomSurface = "Smooth"
  69. wpetrightl = Instance.new("Weld",petrightl)
  70. wpetrightl.Part0 = petrightl
  71. wpetrightl.Part1 = rightl
  72. wpetrightl.C0 = CFrame.new(-2.75, 0.5, 0)
  73.  
  74. petlefta = Instance.new("Part",char)
  75. petlefta.Size = Vector3.new(0.5, 1, 0.5)
  76. petlefta.BrickColor = BrickColor.new("Bright yellow")
  77. petlefta.CanCollide = true
  78. petlefta.Transparency = 0
  79. petlefta.TopSurface = "Smooth"
  80. petlefta.BottomSurface = "Smooth"
  81. wpetlefta = Instance.new("Weld",petlefta)
  82. wpetlefta.Part0 = petlefta
  83. wpetlefta.Part1 = lefta
  84. wpetlefta.C0 = CFrame.new(-3.75, 1.5, 0)
  85.  
  86. petrighta = Instance.new("Part",char)
  87. petrighta.Size = Vector3.new(0.5, 1, 0.5)
  88. petrighta.BrickColor = BrickColor.new("Bright yellow")
  89. petrighta.CanCollide = true
  90. petrighta.Transparency = 0
  91. petrighta.TopSurface = "Smooth"
  92. petrighta.BottomSurface = "Smooth"
  93. wpetrighta = Instance.new("Weld",petrighta)
  94. wpetrighta.Part0 = petrighta
  95. wpetrighta.Part1 = righta
  96. wpetrighta.C0 = CFrame.new(-2.25, 1.5, 0)
  97.  
  98. pethat = Instance.new("Part")
  99. pethat.Parent = pethed
  100. pethat.Name = "BlueTopHat"
  101. pethat.Size = Vector3.new(0.1, 0.1, 0.1)
  102. pethat.CFrame = pethed.CFrame
  103. pethat:BreakJoints()
  104. pethat.CanCollide = false
  105. pethat.BrickColor = BrickColor.new("Medium Stone")
  106. pethat.TopSurface = "Smooth"
  107. pethat.BottomSurface = "Smooth"
  108. wpethat = Instance.new("Weld")
  109. wpethat.Name = "Weld"
  110. wpethat.Part0 = pethed
  111. wpethat.Part1 = pethat
  112. wpethat.Parent = pethat
  113. wpethat.C0 = CFrame.new(0, 0.385, 0)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  114. mpethat = Instance.new("SpecialMesh")
  115. mpethat.Parent = pethat
  116. mpethat.MeshId = "http://www.roblox.com/asset/?id=1028713"
  117. mpethat.TextureId = "http://www.roblox.com/asset/?id=984833776"
  118. mpethat.Scale = Vector3.new(0.5, 0.5, 0.5)
  119. end
  120. end)
  121.  
  122. print("PUBLIC Script Pack 1 BASIC PACK")
  123. print("This basic pack contains these scripts:")
  124. warn("DummyControl (script;dummy)")
  125. warn("Pet youngmacka123 (script;pet) | 1 TIME USE BECAUSE OF GLITCH.")
  126. print("Since it was public I didn't put much effort into it, and you probally dont need to leak now! yay! :v")
Add Comment
Please, Sign In to add comment