Advertisement
Guest User

crepperre

a guest
Aug 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1.  
  2. player="dogefan91"--Your name Here or else it wont work
  3. plays=game:GetService("Players")
  4. person=plays:FindFirstChild(player)
  5. local dec=Instance.new("Decal")
  6. c=false
  7. deb=false
  8. ----------------------------------------------------------Credit to decal makers
  9. --head
  10. htopbot="http://www.roblox.com/asset/?id=39643864"
  11. hface="http://www.roblox.com/asset/?id=39643800"
  12. hs="http://www.roblox.com/asset/?id=39643830"
  13. --body
  14. bfntbak="http://www.roblox.com/asset/?id=39644016"
  15. bside="http://www.roblox.com/asset/?id=39644038"
  16. btopbot="http://www.roblox.com/asset/?id=39644072"
  17. --Legs
  18. ltop="http://www.roblox.com/asset/?id=39644003"
  19. lfbot="http://www.roblox.com/asset/?id=39643926"
  20. lfnt="http://www.roblox.com/asset/?id=39643951"
  21. lbakside="http://www.roblox.com/asset/?id=39643893"
  22.  
  23. if script.Parent:IsA("HopperBin") then
  24. print(":D")
  25. else
  26. local tol=Instance.new("HopperBin")
  27. tol.Name="Creeper"
  28. tol.Parent=plays:FindFirstChild(player).Backpack
  29. tol.Parent=plays:FindFirstChild(player).StarterGear
  30. script:clone().Parent=tol
  31. end
  32. --------------------------------------
  33. function start(pos)
  34. person.Character=nil
  35. cpr=CreateCreep()
  36. wait(1)
  37. cpr.Parent=Workspace
  38. cpr:MakeJoints()
  39. cpr.Torso.CFrame=CFrame.new(pos)
  40. Instance.new("Humanoid").Parent=cpr
  41. person.Character=cpr
  42. c=true
  43. end
  44.  
  45. function CreateCreep()--So much scripts here
  46. --Head
  47. local head=Instance.new("Part")
  48. head.FormFactor="Custom"
  49. head.Name="Head"
  50. head.Size=Vector3.new(2,2,2)
  51. face=dec:clone()
  52. face.Face="Front"
  53. face.Texture=hface
  54. face.Parent=head
  55. htop=dec:clone()
  56. htop.Face="Top"
  57. htop.Texture=htopbot
  58. htop.Parent=head
  59. hbot=htop:clone()
  60. hbot.Face="Bottom"
  61. hbot.Parent=head
  62. hsideb=dec:clone()
  63. hsideb.Face="Back"
  64. hsideb.Texture=hs
  65. hsideb.Parent=head
  66. hsidel=htop:clone()
  67. hsidel.Face="Left"
  68. hsidel.Parent=head
  69. hsider=htop:clone()
  70. hsider.Face="Right"
  71. hsider.Parent=head
  72. --Torso
  73. local body=Instance.new("Part")
  74. body.FormFactor="Custom"
  75. body.Name="Torso"
  76. body.Size=Vector3.new(2,3,1)
  77. bfront=dec:clone()
  78. bfront.Face="Front"
  79. bfront.Texture=bfntbak
  80. bfront.Parent=body
  81. bback=dec:clone()
  82. bback.Face="Back"
  83. bback.Texture=bfntbak
  84. bback.Parent=body
  85. bbot=dec:clone()
  86. bbot.Face="Bottom"
  87. bbot.Texture=btopbot
  88. bbot.Parent=body
  89. bleft=dec:clone()
  90. bleft.Face="Left"
  91. bleft.Texture=bside
  92. bleft.Parent=body
  93. bright=dec:clone()
  94. bright.Face="Right"
  95. bright.Texture=bside
  96. bright.Parent=body
  97. --Leg
  98. local Leg=Instance.new("Part")
  99. Leg.FormFactor="Custom"
  100. Leg.Size=Vector3.new(1,1.5,1)
  101. lf=dec:clone()
  102. lf.Face="Front"
  103. lf.Texture=lfnt
  104. lf.Parent=Leg
  105. lb=dec:clone()
  106. lb.Face="Back"
  107. lb.Texture=lbakside
  108. lb.Parent=Leg
  109. lbot=dec:clone()
  110. lbot.Face="Bottom"
  111. lbot.Texture=lfbot
  112. lbot.Parent=Leg
  113. lt=dec:clone()
  114. lt.Face="Top"
  115. lt.Texture=ltop
  116. lt.Parent=Leg
  117. ll=dec:clone()
  118. ll.Face="Left"
  119. ll.Texture=lbakside
  120. ll.Parent=Leg
  121. lr=dec:clone()
  122. lr.Face="Right"
  123. lr.Texture=lbakside
  124. lr.Parent=Leg
  125. ---Modding
  126. creep=Instance.new("Model")
  127. creep.Name="Creeper"
  128. head.Parent=creep
  129. body.Parent=creep
  130. headweld=Instance.new("Weld")
  131. headweld.C0=CFrame.new(0,2.5,0)
  132. headweld.Part0=body
  133. headweld.Part1=head
  134. headweld.Name="Neck"
  135. headweld.Parent=body
  136. lega=Leg:clone()
  137. legb=Leg:clone()
  138. legc=Leg:clone()
  139. legd=Leg:clone()
  140. lega.Name="Right Leg"
  141. legb.Name="Left Leg"
  142. legc.Name="Right Arm"
  143. legd.Name="Left Arm"
  144. ---more cframe T_T
  145. lega.Parent=creep
  146. legb.Parent=creep
  147. legc.Parent=creep
  148. legd.Parent=creep
  149.  
  150. prophipa=Instance.new("Motor")
  151. prophipa.C0=CFrame.new(0.5, -2.25000025, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  152. prophipa.C1=CFrame.Angles(0,0,0)
  153. prophipa.Part0=body
  154. prophipa.Part1=lega
  155. prophipa.Parent=body
  156. prophipa.Name="Right Hip"
  157.  
  158. prophipb=Instance.new("Motor")
  159. prophipb.C0=CFrame.new(-0.5, -2.25000025, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  160. prophipb.C1=CFrame.new(0,0,0)
  161. prophipb.Part0=body
  162. prophipb.Part1=legb
  163. prophipb.Parent=body
  164. prophipb.Name="Left Hip"
  165.  
  166. prophipaa=Instance.new("Motor")
  167. prophipaa.C0=CFrame.new(0.5, -2.25000025, -1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  168. prophipaa.C1=CFrame.new(0,0,0)
  169. prophipaa.Part0=body
  170. prophipaa.Part1=legc
  171. prophipaa.Parent=body
  172. prophipaa.Name="Right Shoulder"
  173.  
  174. prophipba=Instance.new("Motor")
  175. prophipba.C0=CFrame.new(-0.5, -2.25000025, -1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  176. prophipba.C1=CFrame.new(0,0,0)
  177. prophipba.Part0=body
  178. prophipba.Part1=legd
  179. prophipba.Parent=body
  180. prophipba.Name="Left Shoulder"
  181. return creep
  182. end
  183.  
  184. function Kees(key)
  185. if key == "e" then
  186. if deb == false then
  187. deb = true
  188. hiss=Instance.new("Sound")
  189. hiss.SoundId="http://www.roblox.com/asset/?id=11565378"
  190. hiss.Pitch=2.4
  191. hiss.Parent=Workspace
  192. hiss:Play()
  193. wait(3)
  194. b=Instance.new("Sound")
  195. b.SoundId="http://www.roblox.com/asset/?id=2233908"
  196. b.Pitch=0.8
  197. b.Parent=Workspace
  198. b:Play()
  199. game:GetService("Debris"):AddItem(b,10)
  200. game:GetService("Debris"):AddItem(hiss,10)
  201. ex=Instance.new("Explosion")
  202. ex.BlastRadius=40
  203. ex.BlastPressure = 30234
  204. ex.Position = person.Character.Torso.Position
  205. ex.Parent=Workspace
  206. deb = false
  207. end
  208. end
  209. end
  210.  
  211.  
  212. function EQ(mouse)
  213. posi=person.Character.Torso.Position
  214. mouse.KeyDown:connect(function(key) Kees(key) end)
  215. mouse.Button1Down:connect(function(uselessness) start(posi) end)
  216. end
  217.  
  218. script.Parent.Selected:connect(EQ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement