Advertisement
dadepro_2

poop

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