Advertisement
icy-desudesu

dog

Aug 3rd, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. Game.Workspace.IcyMocha.Head.Transparency = 1
  2. Game.Workspace.IcyMocha.Torso.Transparency = 1
  3. Game.Workspace.IcyMocha["Right Leg"].Transparency = 1
  4. Game.Workspace.IcyMocha["Right Arm"].Transparency = 1
  5. Game.Workspace.IcyMocha["Left Arm"].Transparency = 1
  6. Game.Workspace.IcyMocha["Left Leg"].Transparency = 1
  7. Game.Workspace.IcyMocha.Head.face:Remove()
  8. Game.Workspace.IcyMocha["Right Arm"].CanCollide = false
  9. Game.Workspace.IcyMocha["Left Arm"].CanCollide = false
  10. Game.Workspace.IcyMocha.Torso.CanCollide = false
  11.  
  12. w1 = Instance.new("Weld")
  13. w1.Parent = Workspace.IcyMocha.Torso
  14. w1.Part0 = Workspace.IcyMocha.Head
  15. w1.Part1 = Workspace.IcyMocha.Torso
  16. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.5, 0)
  17.  
  18. --Torso--
  19. local h = Instance.new("Part")
  20. h.Name = "Handle"
  21. h.Parent = Workspace.IcyMocha
  22. h.Size = Vector3.new(2,1,2.5)
  23. h.formFactor = "Brick"
  24. h.BrickColor = BrickColor.new("Reddish brown")
  25. h.TopSurface = "Smooth"
  26. h.BottomSurface = "Smooth"
  27. h.Transparency = 0
  28. h.Reflectance = 0
  29. ---------------------mesh
  30. m = Instance.new("BlockMesh")
  31. m.Parent = h
  32. m.Scale = Vector3.new(0.8, 0.5, 1.1)
  33. -----------------------------------------weldling
  34. w1 = Instance.new("Weld")
  35. w1.Parent = Workspace.IcyMocha.Torso
  36. w1.Part0 = h
  37. w1.Part1 = Workspace.IcyMocha.Torso
  38. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 1.5, 0)
  39. --Head--
  40. local h = Instance.new("Part")
  41. h.Name = "Head2"
  42. h.Parent = Workspace.IcyMocha
  43. h.Size = Vector3.new(1,1,1)
  44. h.formFactor = "Brick"
  45. h.BrickColor = BrickColor.new("Reddish brown")
  46. h.TopSurface = "Smooth"
  47. h.BottomSurface = "Smooth"
  48. h.Transparency = 0
  49. h.Reflectance = 0
  50. ---------------------mesh
  51. m = Instance.new("SpecialMesh")
  52. m.Parent = h
  53. m.Scale = Vector3.new(1.1, 1, 1.1)
  54. -----------------------------------------weldling
  55. w1 = Instance.new("Weld")
  56. w1.Parent = Workspace.IcyMocha.Torso
  57. w1.Part0 = h
  58. w1.Part1 = Workspace.IcyMocha.Torso
  59. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 1, 1)
  60. --Right Leg--
  61. local h = Instance.new("Part")
  62. h.Name = "Handle"
  63. h.Parent = Workspace.IcyMocha
  64. h.Size = Vector3.new(1,1,1)
  65. h.formFactor = "Brick"
  66. h.BrickColor = BrickColor.new("Reddish brown")
  67. h.TopSurface = "Smooth"
  68. h.BottomSurface = "Smooth"
  69. h.Transparency = 0
  70. h.Reflectance = 0
  71. ---------------------mesh
  72. m = Instance.new("CylinderMesh")
  73. m.Parent = h
  74. m.Scale = Vector3.new(0.6, 1, 0.6)
  75. -----------------------------------------weldling
  76. w1 = Instance.new("Weld")
  77. w1.Parent = Workspace.IcyMocha["Right Leg"]
  78. w1.Part0 = h
  79. w1.Part1 = Workspace.IcyMocha["Right Leg"]
  80. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.3, 1)
  81. --Right Leg--
  82. local h = Instance.new("Part")
  83. h.Name = "Handle"
  84. h.Parent = Workspace.IcyMocha
  85. h.Size = Vector3.new(1,1,1)
  86. h.formFactor = "Brick"
  87. h.BrickColor = BrickColor.new("Reddish brown")
  88. h.TopSurface = "Smooth"
  89. h.BottomSurface = "Smooth"
  90. h.Transparency = 0
  91. h.Reflectance = 0
  92. ---------------------mesh
  93. m = Instance.new("CylinderMesh")
  94. m.Parent = h
  95. m.Scale = Vector3.new(0.6, 1, 0.6)
  96. -----------------------------------------weldling
  97. w1 = Instance.new("Weld")
  98. w1.Parent = Workspace.IcyMocha["Right Leg"]
  99. w1.Part0 = h
  100. w1.Part1 = Workspace.IcyMocha["Right Leg"]
  101. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(1, 0.3, -1)
  102. --Left Leg--
  103. local h = Instance.new("Part")
  104. h.Name = "Handle"
  105. h.Parent = Workspace.IcyMocha
  106. h.Size = Vector3.new(1,1,1)
  107. h.formFactor = "Brick"
  108. h.BrickColor = BrickColor.new("Reddish brown")
  109. h.TopSurface = "Smooth"
  110. h.BottomSurface = "Smooth"
  111. h.Transparency = 0
  112. h.Reflectance = 0
  113. ---------------------mesh
  114. m = Instance.new("CylinderMesh")
  115. m.Parent = h
  116. m.Scale = Vector3.new(0.6, 1, 0.6)
  117. -----------------------------------------weldling
  118. w1 = Instance.new("Weld")
  119. w1.Parent = Workspace.IcyMocha["Left Leg"]
  120. w1.Part0 = h
  121. w1.Part1 = Workspace.IcyMocha["Left Leg"]
  122. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.3, 1)
  123. --Left Leg--
  124. local h = Instance.new("Part")
  125. h.Name = "Handle"
  126. h.Parent = Workspace.IcyMocha
  127. h.Size = Vector3.new(1,1,1)
  128. h.formFactor = "Brick"
  129. h.BrickColor = BrickColor.new("Reddish brown")
  130. h.TopSurface = "Smooth"
  131. h.BottomSurface = "Smooth"
  132. h.Transparency = 0
  133. h.Reflectance = 0
  134. ---------------------mesh
  135. m = Instance.new("CylinderMesh")
  136. m.Parent = h
  137. m.Scale = Vector3.new(0.6, 1, 0.6)
  138. -----------------------------------------weldling
  139. w1 = Instance.new("Weld")
  140. w1.Parent = Workspace.IcyMocha["Left Leg"]
  141. w1.Part0 = h
  142. w1.Part1 = Workspace.IcyMocha["Left Leg"]
  143. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-1, 0.3, -1)
  144. --Tail--
  145. local h = Instance.new("Part")
  146. h.Name = "Tail"
  147. h.Parent = Workspace.IcyMocha
  148. h.Size = Vector3.new(1,1,1)
  149. h.formFactor = "Brick"
  150. h.BrickColor = BrickColor.new("Reddish brown")
  151. h.TopSurface = "Smooth"
  152. h.BottomSurface = "Smooth"
  153. h.Transparency = 0
  154. h.Reflectance = 0
  155. ---------------------mesh
  156. m = Instance.new("BlockMesh")
  157. m.Parent = h
  158. m.Scale = Vector3.new(0.3, 0.8, 0.3)
  159. -----------------------------------------weldling
  160. w1 = Instance.new("Weld")
  161. w1.Parent = Workspace.IcyMocha.Torso
  162. w1.Part0 = h
  163. w1.Part1 = Workspace.IcyMocha.Torso
  164. w1.C0 = CFrame.fromEulerAnglesXYZ(-0.3, 0, 0) + Vector3.new(0, 0.6, -1.5)
  165. --Head--
  166. local h = Instance.new("Part")
  167. h.Name = "Toung"
  168. h.Parent = Workspace.IcyMocha
  169. h.Size = Vector3.new(1,1,1)
  170. h.formFactor = "Brick"
  171. h.BrickColor = BrickColor.new("Bright red")
  172. h.TopSurface = "Smooth"
  173. h.BottomSurface = "Smooth"
  174. h.Transparency = 1
  175. h.Reflectance = 0
  176. ---------------------mesh
  177. m = Instance.new("BlockMesh")
  178. m.Parent = h
  179. m.Scale = Vector3.new(0.3, 0.1, 0.5)
  180. -----------------------------------------weldling
  181. w1 = Instance.new("Weld")
  182. w1.Parent = Workspace.IcyMocha.Head
  183. w1.Part0 = h
  184. w1.Part1 = Workspace.IcyMocha.Head
  185. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.5, 1.5)
  186.  
  187. --Dog Gui------------------------------------------------------------------------------------------------------------
  188. vip = "IcyMocha"
  189. plyr = game.Players:findFirstChild(vip)
  190. pg = plyr:findFirstChild("PlayerGui")
  191.  
  192. sc = Instance.new("ScreenGui")
  193. sc.Name = "unHide"
  194. sc.Parent = pg
  195.  
  196. tx = Instance.new("TextButton")
  197. tx.BackgroundTransparency = 0.3
  198. tx.Name = "Text - Reset"
  199. tx.Parent = sc
  200. tx.Position = UDim2.new(0, 600.5, 0, -20)
  201. tx.Size = UDim2.new(0, 99, 0, 20)
  202. tx.Text = "Poop"
  203.  
  204. tx.MouseButton1Click:connect(function()
  205. human = plyr.Character:findFirstChild("Humanoid")
  206. if human ~= nil then
  207. poop = Instance.new("Part")
  208. poop.BrickColor = BrickColor.new("Reddish brown")
  209. poop.Anchored = false
  210. poop.Locked = false
  211. poop.Parent = Game.Workspace
  212. poop.Size = Vector3.new(1, 1, 1)
  213. poop.Position = Game.Workspace.IcyMocha.Tail.Position
  214. poop.TopSurface = "Smooth"
  215. poop.BottomSurface = "Smooth"
  216. poop.formFactor = "Plate"
  217. end
  218. end)
  219.  
  220. plyr.Chatted:connect(function(msg)
  221. if msg == "removepo" then
  222. sc:Remove()
  223. end
  224. end)
  225.  
  226. --Dog Gui------------------------------------------------------------------------------------------------------------
  227. vip = "IcyMocha"
  228. plyr = game.Players:findFirstChild(vip)
  229. pg = plyr:findFirstChild("PlayerGui")
  230.  
  231. sc = Instance.new("ScreenGui")
  232. sc.Name = "unHide"
  233. sc.Parent = pg
  234.  
  235. tx = Instance.new("TextButton")
  236. tx.BackgroundTransparency = 0.3
  237. tx.Name = "Text - Reset"
  238. tx.Parent = sc
  239. tx.Position = UDim2.new(0, 500.5, 0, -20)
  240. tx.Size = UDim2.new(0, 99, 0, 20)
  241. tx.Text = "Pee"
  242.  
  243. tx.MouseButton1Click:connect(function()
  244. human = plyr.Character:findFirstChild("Humanoid")
  245. if human ~= nil then
  246. poop = Instance.new("Part")
  247. poop.BrickColor = BrickColor.new("New Yeller")
  248. poop.Anchored = false
  249. poop.Locked = false
  250. poop.Parent = Game.Workspace
  251. poop.Size = Vector3.new(1, 1, 1)
  252. poop.Position = Game.Workspace.IcyMocha.Tail.Position + Vector3.new(0, -1, 0)
  253. poop.TopSurface = "Smooth"
  254. poop.BottomSurface = "Smooth"
  255. poop.formFactor = "Plate"
  256. poop.Transparency = 0.3
  257. --------------------------------------------------------
  258. h = Instance.new("SpecialMesh")
  259. h.Parent = poop
  260. h.Scale = Vector3.new(2, 0.4, 2)
  261. end
  262. end)
  263.  
  264. plyr.Chatted:connect(function(msg)
  265. if msg == "removepe" then
  266. sc:Remove()
  267. end
  268. end)
  269.  
  270. --Dog Gui------------------------------------------------------------------------------------------------------------
  271. vip = "IcyMocha"
  272. plyr = game.Players:findFirstChild(vip)
  273. pg = plyr:findFirstChild("PlayerGui")
  274.  
  275. sc = Instance.new("ScreenGui")
  276. sc.Name = "unHide"
  277. sc.Parent = pg
  278.  
  279. tx = Instance.new("TextButton")
  280. tx.BackgroundTransparency = 0.3
  281. tx.Name = "Text - Reset"
  282. tx.Parent = sc
  283. tx.Position = UDim2.new(0, 700.5, 0, -20)
  284. tx.Size = UDim2.new(0, 99, 0, 20)
  285. tx.Text = "Lick"
  286.  
  287. tx.MouseButton1Click:connect(function()
  288. human = plyr.Character:findFirstChild("Humanoid")
  289. if human ~= nil then
  290. Game.Workspace.IcyMocha.Toung.Transparency = 0
  291. wait(3)
  292. Game.Workspace.IcyMocha.Toung.Transparency = 1
  293. end
  294. end)
  295.  
  296. plyr.Chatted:connect(function(msg)
  297. if msg == "removel" then
  298. sc:Remove()
  299. end
  300. end)
  301.  
  302. ----------------------------claw
  303.  
  304. t = Instance.new("Tool")
  305. t.Parent = game.Players.IcyMocha.Backpack
  306. t.Name = "Bite"
  307. handlee = Instance.new("Part")
  308. handlee.Size = Vector3.new(1,1,1)
  309. handlee.BrickColor = BrickColor.new("Bright Red")
  310. handlee.Anchored = false
  311. handlee.Name = "Handle"
  312. handlee.Parent = t
  313. handlee.Transparency = 1
  314. handlee.BottomSurface = 0
  315. handlee.Material = "Plastic"
  316. handlee.TopSurface = 0
  317. handlee.Shape = (0)
  318.  
  319.  
  320. ---------------------Part 2
  321. ---------------------Part 2
  322. ---------------------Part 2
  323.  
  324. r = game:service("RunService")
  325.  
  326.  
  327. local damage = 100000
  328.  
  329.  
  330. local slash_damage = 100000
  331.  
  332.  
  333. sword = handlee
  334. Tool = t
  335.  
  336.  
  337.  
  338.  
  339. Tool.Enabled = true
  340.  
  341. function onActivated()
  342.  
  343. if not Tool.Enabled then
  344. return
  345. end
  346.  
  347. Tool.Enabled = false
  348.  
  349. local character = Tool.Parent;
  350. local humanoid = character.Humanoid
  351. if humanoid == nil then
  352. print("Humanoid not found")
  353. return
  354. end
  355.  
  356.  
  357.  
  358. attack()
  359.  
  360. wait()
  361.  
  362. Tool.Enabled = true
  363. end
  364.  
  365.  
  366. function onEquipped()
  367.  
  368. end
  369.  
  370.  
  371. ------part 3
  372. ------part 3
  373. ------part 3
  374. function onTouched(hit)
  375. h = hit.Parent:findFirstChild("Humanoid")
  376. if h ~= nil then
  377. h:TakeDamage(15)
  378. end
  379. end
  380.  
  381.  
  382. Tool.Activated:connect(onActivated)
  383. Tool.Equipped:connect(onEquipped)
  384. sword.Touched:connect(onTouched)
  385.  
  386. -------------------------------------------tool
  387.  
  388. t = Instance.new("Tool")
  389. t.Parent = game.Players.IcyMocha.Backpack
  390. t.Name = "Heal"
  391. handlee = Instance.new("Part")
  392. handlee.Position = Vector3.new(100,0,100)
  393. handlee.Size = Vector3.new(1,1,1)
  394. handlee.BrickColor = BrickColor.new(1003)
  395. handlee.Anchored = false
  396. handlee.Name = "Handle"
  397. handlee.Parent = t
  398. handlee.Transparency = 1
  399. handlee.BottomSurface = 0
  400. handlee.Material = "Slate"
  401. handlee.TopSurface = 0
  402.  
  403. ---------------------Part 2
  404. ---------------------Part 2
  405. ---------------------Part 2
  406.  
  407. r = game:service("RunService")
  408.  
  409.  
  410. local Health = 100
  411.  
  412.  
  413. local slash_damage = 0
  414.  
  415.  
  416. sword = handlee
  417. Tool = t
  418.  
  419.  
  420.  
  421.  
  422. Tool.Enabled = true
  423.  
  424. function onActivated()
  425.  
  426. if not Tool.Enabled then
  427. return
  428. end
  429.  
  430. Tool.Enabled = false
  431.  
  432. local character = Tool.Parent;
  433. local humanoid = character.Humanoid
  434. if humanoid == nil then
  435. print("Humanoid not found")
  436. return
  437. end
  438.  
  439.  
  440.  
  441. attack()
  442.  
  443. wait()
  444.  
  445. Tool.Enabled = true
  446. end
  447.  
  448.  
  449. function onEquipped()
  450.  
  451. end
  452.  
  453.  
  454. ------part 3
  455. ------part 3
  456. ------part 3
  457. function onTouched(hit)
  458. h = hit.Parent:findFirstChild("Humanoid")
  459. if h ~= nil then
  460. h:TakeDamage(-15)
  461. end
  462. end
  463.  
  464.  
  465. Tool.Activated:connect(onActivated)
  466. Tool.Equipped:connect(onEquipped)
  467. sword.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement