Advertisement
brainaqweqww

Untitled

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