Advertisement
Fongon

Untitled

Jan 21st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  2. local funcw = Instance.new("Weld")
  3. funcw.Name = zName
  4. funcw.Parent = zParent
  5. funcw.Part0 = zPart0
  6. funcw.Part1 = zPart1
  7. if (zCoco == true) then
  8. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  9. else
  10. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  11. end
  12. return funcw
  13. end
  14. function fun(n1, n2)
  15. pcall(function()
  16. t1 = game.Players[n1].Character.Torso
  17. t2 = game.Players[n2].Character.Torso
  18. t2.Parent.Humanoid.PlatformStand = true
  19. t1["Left Shoulder"]:Remove()
  20. ls1 = Instance.new("Weld")
  21. ls1.Parent = t1
  22. ls1.Part0 = t1
  23. ls1.Part1 = t1.Parent["Left Arm"]
  24. ls1.C0 = CFrame.new(-1.5,0,0)
  25. ls1.Name = "Left Shoulder"
  26. t1["Right Shoulder"]:Remove()
  27. rs1 = Instance.new("Weld")
  28. rs1.Parent = t1
  29. rs1.Part0 = t1
  30. rs1.Part1 = t1.Parent["Right Arm"]
  31. rs1.C0 = CFrame.new(1.5,0,0)
  32. rs1.Name = "Right Shoulder"
  33. t2["Left Shoulder"]:Remove()
  34. ls2 = Instance.new("Weld")
  35. ls2.Parent = t2
  36. ls2.Part0 = t2
  37. ls2.Part1 = t2.Parent["Left Arm"]
  38. ls2.C0 = CFrame.new(-1.5,0,0)
  39. ls2.Name = "Left Shoulder"
  40. t2["Right Shoulder"]:Remove()
  41. rs2 = Instance.new("Weld")
  42. rs2.Parent = t2
  43. rs2.Part0 = t2
  44. rs2.Part1 = t2.Parent["Right Arm"]
  45. rs2.C0 = CFrame.new(1.5,0,0)
  46. rs2.Name = "Right Shoulder"
  47. t2["Left Hip"]:Remove()
  48. lh2 = Instance.new("Weld")
  49. lh2.Parent = t2
  50. lh2.Part0 = t2
  51. lh2.Part1 = t2.Parent["Left Leg"]
  52. lh2.C0 = CFrame.new(-0.5,-2,0)
  53. lh2.Name = "Left Hip"
  54. t2["Right Hip"]:Remove()
  55. rh2 = Instance.new("Weld")
  56. rh2.Parent = t2
  57. rh2.Part0 = t2
  58. rh2.Part1 = t2.Parent["Right Leg"]
  59. rh2.C0 = CFrame.new(0.5,-2,0)
  60. rh2.Name = "Right Hip"
  61. local d = Instance.new("Part")
  62. d.TopSurface = 0
  63. d.BottomSurface = 0
  64. d.CanCollide = false
  65. d.BrickColor = BrickColor.new("Medium stone grey")
  66. d.Shape = "Ball"
  67. d.Parent = t1
  68. d.Size = Vector3.new(1,1,1)
  69. local dm = Instance.new("SpecialMesh")
  70. dm.MeshType = "Sphere"
  71. dm.Parent = d
  72. dm.Scale = Vector3.new(0.4,0.4,0.4)
  73. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  74. d2 = d:Clone()
  75. d2.Parent = t1
  76. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  77. local c = Instance.new("Part")
  78. c.TopSurface = 0
  79. c.BottomSurface = 0
  80. c.CanCollide = false
  81. c.BrickColor = BrickColor.new("Pastel brown")
  82. c.Parent = t1
  83. c.formFactor = "Custom"
  84. c.Size = Vector3.new(0.4,1.3,0.4)
  85. cm = Instance.new("CylinderMesh")
  86. cm.Parent = c
  87. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  88. c2 = d:Clone()
  89. c2.BrickColor = BrickColor.new("Medium stone grey")
  90. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  91. c2.Parent = t1
  92. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  93. local bl = Instance.new("Part")
  94. bl.TopSurface = 0
  95. bl.BottomSurface = 0
  96. bl.CanCollide = false
  97. bl.BrickColor = BrickColor.new("Pastel brown")
  98. bl.Shape = "Ball"
  99. bl.Parent = t2
  100. bl.Size = Vector3.new(1,1,1)
  101. local dm = Instance.new("SpecialMesh")
  102. dm.MeshType = "Sphere"
  103. dm.Parent = bl
  104. dm.Scale = Vector3.new(1.2,1.2,1.2)
  105. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  106. local br = Instance.new("Part")
  107. br.TopSurface = 0
  108. br.BottomSurface = 0
  109. br.CanCollide = false
  110. br.BrickColor = BrickColor.new("Pastel brown")
  111. br.Shape = "Ball"
  112. br.Parent = t2
  113. br.Size = Vector3.new(1,1,1)
  114. local dm = Instance.new("SpecialMesh")
  115. dm.MeshType = "Sphere"
  116. dm.Parent = br
  117. dm.Scale = Vector3.new(1.2,1.2,1.2)
  118. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  119. local bln = Instance.new("Part")
  120. bln.TopSurface = 0
  121. bln.BottomSurface = 0
  122. bln.CanCollide = false
  123. bln.Shape = "Ball"
  124. bln.Parent = t2
  125. bln.Size = Vector3.new(1,1,1)
  126. local dm = Instance.new("SpecialMesh")
  127. dm.MeshType = "Sphere"
  128. dm.Parent = bln
  129. dm.Scale = Vector3.new(0.2,0.2,0.2)
  130. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  131. local brn = Instance.new("Part")
  132. brn.TopSurface = 0
  133. brn.BottomSurface = 0
  134. brn.CanCollide = false
  135. brn.Shape = "Ball"
  136. brn.Parent = t2
  137. brn.Size = Vector3.new(1,1,1)
  138. local dm = Instance.new("SpecialMesh")
  139. dm.MeshType = "Sphere"
  140. dm.Parent = brn
  141. dm.Scale = Vector3.new(0.2,0.2,0.2)
  142. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  143. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  144. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  145. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  146. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  147. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  148. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  149. if t1:findFirstChild("weldx") ~= nil then
  150. t1.weldx:Remove()
  151. end
  152. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  153. n = t2.Neck
  154. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  155. end)
  156. coroutine.resume(coroutine.create(function()
  157. while wait() do
  158. for i = 1,6 do
  159. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  160. wait()
  161. end
  162.  
  163. for i = 1,6 do
  164. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  165. wait()
  166. end
  167. end
  168. end))
  169. end
  170. fun("quickhack101", "R3pix")
  171. local funcw = Instance.new("Weld")
  172. funcw.Name = zName
  173. funcw.Parent = zParent
  174. funcw.Part0 = zPart0
  175. funcw.Part1 = zPart1
  176. if (zCoco == true) then
  177. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  178. else
  179. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  180. end
  181. return funcw
  182. end
  183. function fun(n1, n2)
  184. pcall(function()
  185. t1 = game.Players[n1].Character.Torso
  186. t2 = game.Players[n2].Character.Torso
  187. t2.Parent.Humanoid.PlatformStand = true
  188. t1["Left Shoulder"]:Remove()
  189. ls1 = Instance.new("Weld")
  190. ls1.Parent = t1
  191. ls1.Part0 = t1
  192. ls1.Part1 = t1.Parent["Left Arm"]
  193. ls1.C0 = CFrame.new(-1.5,0,0)
  194. ls1.Name = "Left Shoulder"
  195. t1["Right Shoulder"]:Remove()
  196. rs1 = Instance.new("Weld")
  197. rs1.Parent = t1
  198. rs1.Part0 = t1
  199. rs1.Part1 = t1.Parent["Right Arm"]
  200. rs1.C0 = CFrame.new(1.5,0,0)
  201. rs1.Name = "Right Shoulder"
  202. t2["Left Shoulder"]:Remove()
  203. ls2 = Instance.new("Weld")
  204. ls2.Parent = t2
  205. ls2.Part0 = t2
  206. ls2.Part1 = t2.Parent["Left Arm"]
  207. ls2.C0 = CFrame.new(-1.5,0,0)
  208. ls2.Name = "Left Shoulder"
  209. t2["Right Shoulder"]:Remove()
  210. rs2 = Instance.new("Weld")
  211. rs2.Parent = t2
  212. rs2.Part0 = t2
  213. rs2.Part1 = t2.Parent["Right Arm"]
  214. rs2.C0 = CFrame.new(1.5,0,0)
  215. rs2.Name = "Right Shoulder"
  216. t2["Left Hip"]:Remove()
  217. lh2 = Instance.new("Weld")
  218. lh2.Parent = t2
  219. lh2.Part0 = t2
  220. lh2.Part1 = t2.Parent["Left Leg"]
  221. lh2.C0 = CFrame.new(-0.5,-2,0)
  222. lh2.Name = "Left Hip"
  223. t2["Right Hip"]:Remove()
  224. rh2 = Instance.new("Weld")
  225. rh2.Parent = t2
  226. rh2.Part0 = t2
  227. rh2.Part1 = t2.Parent["Right Leg"]
  228. rh2.C0 = CFrame.new(0.5,-2,0)
  229. rh2.Name = "Right Hip"
  230. local d = Instance.new("Part")
  231. d.TopSurface = 0
  232. d.BottomSurface = 0
  233. d.CanCollide = false
  234. d.BrickColor = BrickColor.new("Medium stone grey")
  235. d.Shape = "Ball"
  236. d.Parent = t1
  237. d.Size = Vector3.new(1,1,1)
  238. local dm = Instance.new("SpecialMesh")
  239. dm.MeshType = "Sphere"
  240. dm.Parent = d
  241. dm.Scale = Vector3.new(0.4,0.4,0.4)
  242. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  243. d2 = d:Clone()
  244. d2.Parent = t1
  245. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  246. local c = Instance.new("Part")
  247. c.TopSurface = 0
  248. c.BottomSurface = 0
  249. c.CanCollide = false
  250. c.BrickColor = BrickColor.new("Pastel brown")
  251. c.Parent = t1
  252. c.formFactor = "Custom"
  253. c.Size = Vector3.new(0.4,1.3,0.4)
  254. cm = Instance.new("CylinderMesh")
  255. cm.Parent = c
  256. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  257. c2 = d:Clone()
  258. c2.BrickColor = BrickColor.new("Medium stone grey")
  259. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  260. c2.Parent = t1
  261. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  262. local bl = Instance.new("Part")
  263. bl.TopSurface = 0
  264. bl.BottomSurface = 0
  265. bl.CanCollide = false
  266. bl.BrickColor = BrickColor.new("Pastel brown")
  267. bl.Shape = "Ball"
  268. bl.Parent = t2
  269. bl.Size = Vector3.new(1,1,1)
  270. local dm = Instance.new("SpecialMesh")
  271. dm.MeshType = "Sphere"
  272. dm.Parent = bl
  273. dm.Scale = Vector3.new(1.2,1.2,1.2)
  274. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  275. local br = Instance.new("Part")
  276. br.TopSurface = 0
  277. br.BottomSurface = 0
  278. br.CanCollide = false
  279. br.BrickColor = BrickColor.new("Pastel brown")
  280. br.Shape = "Ball"
  281. br.Parent = t2
  282. br.Size = Vector3.new(1,1,1)
  283. local dm = Instance.new("SpecialMesh")
  284. dm.MeshType = "Sphere"
  285. dm.Parent = br
  286. dm.Scale = Vector3.new(1.2,1.2,1.2)
  287. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  288. local bln = Instance.new("Part")
  289. bln.TopSurface = 0
  290. bln.BottomSurface = 0
  291. bln.CanCollide = false
  292. bln.Shape = "Ball"
  293. bln.Parent = t2
  294. bln.Size = Vector3.new(1,1,1)
  295. local dm = Instance.new("SpecialMesh")
  296. dm.MeshType = "Sphere"
  297. dm.Parent = bln
  298. dm.Scale = Vector3.new(0.2,0.2,0.2)
  299. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  300. local brn = Instance.new("Part")
  301. brn.TopSurface = 0
  302. brn.BottomSurface = 0
  303. brn.CanCollide = false
  304. brn.Shape = "Ball"
  305. brn.Parent = t2
  306. brn.Size = Vector3.new(1,1,1)
  307. local dm = Instance.new("SpecialMesh")
  308. dm.MeshType = "Sphere"
  309. dm.Parent = brn
  310. dm.Scale = Vector3.new(0.2,0.2,0.2)
  311. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  312. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  313. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  314. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  315. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  316. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  317. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  318. if t1:findFirstChild("weldx") ~= nil then
  319. t1.weldx:Remove()
  320. end
  321. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  322. n = t2.Neck
  323. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  324. end)
  325. coroutine.resume(coroutine.create(function()
  326. while wait() do
  327. for i = 1,6 do
  328. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  329. wait()
  330. end
  331.  
  332. for i = 1,6 do
  333. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  334. wait()
  335. end
  336. end
  337. end))
  338. endhttp://pastebin.com/raw/dKu0EBeE
  339. fun("quickhack101", "BlueAxel1213")function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  340. local funcw = Instance.new("Weld")
  341. funcw.Name = zName
  342. funcw.Parent = zParent
  343. funcw.Part0 = zPart0
  344. funcw.Part1 = zPart1
  345. if (zCoco == true) then
  346. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  347. else
  348. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  349. end
  350. return funcw
  351. end
  352. function fun(n1, n2)
  353. pcall(function()
  354. t1 = game.Players[n1].Character.Torso
  355. t2 = game.Players[n2].Character.Torso
  356. t2.Parent.Humanoid.PlatformStand = true
  357. t1["Left Shoulder"]:Remove()
  358. ls1 = Instance.new("Weld")
  359. ls1.Parent = t1
  360. ls1.Part0 = t1
  361. ls1.Part1 = t1.Parent["Left Arm"]
  362. ls1.C0 = CFrame.new(-1.5,0,0)
  363. ls1.Name = "Left Shoulder"
  364. t1["Right Shoulder"]:Remove()
  365. rs1 = Instance.new("Weld")
  366. rs1.Parent = t1
  367. rs1.Part0 = t1
  368. rs1.Part1 = t1.Parent["Right Arm"]
  369. rs1.C0 = CFrame.new(1.5,0,0)
  370. rs1.Name = "Right Shoulder"
  371. t2["Left Shoulder"]:Remove()
  372. ls2 = Instance.new("Weld")
  373. ls2.Parent = t2
  374. ls2.Part0 = t2
  375. ls2.Part1 = t2.Parent["Left Arm"]
  376. ls2.C0 = CFrame.new(-1.5,0,0)
  377. ls2.Name = "Left Shoulder"
  378. t2["Right Shoulder"]:Remove()
  379. rs2 = Instance.new("Weld")
  380. rs2.Parent = t2
  381. rs2.Part0 = t2
  382. rs2.Part1 = t2.Parent["Right Arm"]
  383. rs2.C0 = CFrame.new(1.5,0,0)
  384. rs2.Name = "Right Shoulder"
  385. t2["Left Hip"]:Remove()
  386. lh2 = Instance.new("Weld")
  387. lh2.Parent = t2
  388. lh2.Part0 = t2
  389. lh2.Part1 = t2.Parent["Left Leg"]
  390. lh2.C0 = CFrame.new(-0.5,-2,0)
  391. lh2.Name = "Left Hip"
  392. t2["Right Hip"]:Remove()
  393. rh2 = Instance.new("Weld")
  394. rh2.Parent = t2
  395. rh2.Part0 = t2
  396. rh2.Part1 = t2.Parent["Right Leg"]
  397. rh2.C0 = CFrame.new(0.5,-2,0)
  398. rh2.Name = "Right Hip"
  399. local d = Instance.new("Part")
  400. d.TopSurface = 0
  401. d.BottomSurface = 0
  402. d.CanCollide = false
  403. d.BrickColor = BrickColor.new("Medium stone grey")
  404. d.Shape = "Ball"
  405. d.Parent = t1
  406. d.Size = Vector3.new(1,1,1)
  407. local dm = Instance.new("SpecialMesh")
  408. dm.MeshType = "Sphere"
  409. dm.Parent = d
  410. dm.Scale = Vector3.new(0.4,0.4,0.4)
  411. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  412. d2 = d:Clone()
  413. d2.Parent = t1
  414. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  415. local c = Instance.new("Part")
  416. c.TopSurface = 0
  417. c.BottomSurface = 0
  418. c.CanCollide = false
  419. c.BrickColor = BrickColor.new("Pastel brown")
  420. c.Parent = t1
  421. c.formFactor = "Custom"
  422. c.Size = Vector3.new(0.4,1.3,0.4)
  423. cm = Instance.new("CylinderMesh")
  424. cm.Parent = c
  425. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  426. c2 = d:Clone()
  427. c2.BrickColor = BrickColor.new("Medium stone grey")
  428. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  429. c2.Parent = t1
  430. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  431. local bl = Instance.new("Part")
  432. bl.TopSurface = 0
  433. bl.BottomSurface = 0
  434. bl.CanCollide = false
  435. bl.BrickColor = BrickColor.new("Pastel brown")
  436. bl.Shape = "Ball"
  437. bl.Parent = t2
  438. bl.Size = Vector3.new(1,1,1)
  439. local dm = Instance.new("SpecialMesh")
  440. dm.MeshType = "Sphere"
  441. dm.Parent = bl
  442. dm.Scale = Vector3.new(1.2,1.2,1.2)
  443. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  444. local br = Instance.new("Part")
  445. br.TopSurface = 0
  446. br.BottomSurface = 0
  447. br.CanCollide = false
  448. br.BrickColor = BrickColor.new("Pastel brown")
  449. br.Shape = "Ball"
  450. br.Parent = t2
  451. br.Size = Vector3.new(1,1,1)
  452. local dm = Instance.new("SpecialMesh")
  453. dm.MeshType = "Sphere"
  454. dm.Parent = br
  455. dm.Scale = Vector3.new(1.2,1.2,1.2)
  456. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  457. local bln = Instance.new("Part")
  458. bln.TopSurface = 0
  459. bln.BottomSurface = 0
  460. bln.CanCollide = false
  461. bln.Shape = "Ball"
  462. bln.Parent = t2
  463. bln.Size = Vector3.new(1,1,1)
  464. local dm = Instance.new("SpecialMesh")
  465. dm.MeshType = "Sphere"
  466. dm.Parent = bln
  467. dm.Scale = Vector3.new(0.2,0.2,0.2)
  468. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  469. local brn = Instance.new("Part")
  470. brn.TopSurface = 0
  471. brn.BottomSurface = 0
  472. brn.CanCollide = false
  473. brn.Shape = "Ball"
  474. brn.Parent = t2
  475. brn.Size = Vector3.new(1,1,1)
  476. local dm = Instance.new("SpecialMesh")
  477. dm.MeshType = "Sphere"
  478. dm.Parent = brn
  479. dm.Scale = Vector3.new(0.2,0.2,0.2)
  480. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  481. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  482. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  483. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  484. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  485. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  486. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  487. if t1:findFirstChild("weldx") ~= nil then
  488. t1.weldx:Remove()
  489. end
  490. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  491. n = t2.Neck
  492. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  493. end)
  494. coroutine.resume(coroutine.create(function()
  495. while wait() do
  496. for i = 1,6 do
  497. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  498. wait()
  499. end
  500.  
  501. for i = 1,6 do
  502. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  503. wait()
  504. end
  505. end
  506. end))
  507. end
  508. fun("quickhack101", "R3pix")
  509. local funcw = Instance.new("Weld")
  510. funcw.Name = zName
  511. funcw.Parent = zParent
  512. funcw.Part0 = zPart0
  513. funcw.Part1 = zPart1
  514. if (zCoco == true) then
  515. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  516. else
  517. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  518. end
  519. return funcw
  520. end
  521. function fun(n1, n2)
  522. pcall(function()
  523. t1 = game.Players[n1].Character.Torso
  524. t2 = game.Players[n2].Character.Torso
  525. t2.Parent.Humanoid.PlatformStand = true
  526. t1["Left Shoulder"]:Remove()
  527. ls1 = Instance.new("Weld")
  528. ls1.Parent = t1
  529. ls1.Part0 = t1
  530. ls1.Part1 = t1.Parent["Left Arm"]
  531. ls1.C0 = CFrame.new(-1.5,0,0)
  532. ls1.Name = "Left Shoulder"
  533. t1["Right Shoulder"]:Remove()
  534. rs1 = Instance.new("Weld")
  535. rs1.Parent = t1
  536. rs1.Part0 = t1
  537. rs1.Part1 = t1.Parent["Right Arm"]
  538. rs1.C0 = CFrame.new(1.5,0,0)
  539. rs1.Name = "Right Shoulder"
  540. t2["Left Shoulder"]:Remove()
  541. ls2 = Instance.new("Weld")
  542. ls2.Parent = t2
  543. ls2.Part0 = t2
  544. ls2.Part1 = t2.Parent["Left Arm"]
  545. ls2.C0 = CFrame.new(-1.5,0,0)
  546. ls2.Name = "Left Shoulder"
  547. t2["Right Shoulder"]:Remove()
  548. rs2 = Instance.new("Weld")
  549. rs2.Parent = t2
  550. rs2.Part0 = t2
  551. rs2.Part1 = t2.Parent["Right Arm"]
  552. rs2.C0 = CFrame.new(1.5,0,0)
  553. rs2.Name = "Right Shoulder"
  554. t2["Left Hip"]:Remove()
  555. lh2 = Instance.new("Weld")
  556. lh2.Parent = t2
  557. lh2.Part0 = t2
  558. lh2.Part1 = t2.Parent["Left Leg"]
  559. lh2.C0 = CFrame.new(-0.5,-2,0)
  560. lh2.Name = "Left Hip"
  561. t2["Right Hip"]:Remove()
  562. rh2 = Instance.new("Weld")
  563. rh2.Parent = t2
  564. rh2.Part0 = t2
  565. rh2.Part1 = t2.Parent["Right Leg"]
  566. rh2.C0 = CFrame.new(0.5,-2,0)
  567. rh2.Name = "Right Hip"
  568. local d = Instance.new("Part")
  569. d.TopSurface = 0
  570. d.BottomSurface = 0
  571. d.CanCollide = false
  572. d.BrickColor = BrickColor.new("Medium stone grey")
  573. d.Shape = "Ball"
  574. d.Parent = t1
  575. d.Size = Vector3.new(1,1,1)
  576. local dm = Instance.new("SpecialMesh")
  577. dm.MeshType = "Sphere"
  578. dm.Parent = d
  579. dm.Scale = Vector3.new(0.4,0.4,0.4)
  580. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  581. d2 = d:Clone()
  582. d2.Parent = t1
  583. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  584. local c = Instance.new("Part")
  585. c.TopSurface = 0
  586. c.BottomSurface = 0
  587. c.CanCollide = false
  588. c.BrickColor = BrickColor.new("Pastel brown")
  589. c.Parent = t1
  590. c.formFactor = "Custom"
  591. c.Size = Vector3.new(0.4,1.3,0.4)
  592. cm = Instance.new("CylinderMesh")
  593. cm.Parent = c
  594. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  595. c2 = d:Clone()
  596. c2.BrickColor = BrickColor.new("Medium stone grey")
  597. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  598. c2.Parent = t1
  599. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  600. local bl = Instance.new("Part")
  601. bl.TopSurface = 0
  602. bl.BottomSurface = 0
  603. bl.CanCollide = false
  604. bl.BrickColor = BrickColor.new("Pastel brown")
  605. bl.Shape = "Ball"
  606. bl.Parent = t2
  607. bl.Size = Vector3.new(1,1,1)
  608. local dm = Instance.new("SpecialMesh")
  609. dm.MeshType = "Sphere"
  610. dm.Parent = bl
  611. dm.Scale = Vector3.new(1.2,1.2,1.2)
  612. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  613. local br = Instance.new("Part")
  614. br.TopSurface = 0
  615. br.BottomSurface = 0
  616. br.CanCollide = false
  617. br.BrickColor = BrickColor.new("Pastel brown")
  618. br.Shape = "Ball"
  619. br.Parent = t2
  620. br.Size = Vector3.new(1,1,1)
  621. local dm = Instance.new("SpecialMesh")
  622. dm.MeshType = "Sphere"
  623. dm.Parent = br
  624. dm.Scale = Vector3.new(1.2,1.2,1.2)
  625. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  626. local bln = Instance.new("Part")
  627. bln.TopSurface = 0
  628. bln.BottomSurface = 0
  629. bln.CanCollide = false
  630. bln.Shape = "Ball"
  631. bln.Parent = t2
  632. bln.Size = Vector3.new(1,1,1)
  633. local dm = Instance.new("SpecialMesh")
  634. dm.MeshType = "Sphere"
  635. dm.Parent = bln
  636. dm.Scale = Vector3.new(0.2,0.2,0.2)
  637. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  638. local brn = Instance.new("Part")
  639. brn.TopSurface = 0
  640. brn.BottomSurface = 0
  641. brn.CanCollide = false
  642. brn.Shape = "Ball"
  643. brn.Parent = t2
  644. brn.Size = Vector3.new(1,1,1)
  645. local dm = Instance.new("SpecialMesh")
  646. dm.MeshType = "Sphere"
  647. dm.Parent = brn
  648. dm.Scale = Vector3.new(0.2,0.2,0.2)
  649. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  650. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  651. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  652. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  653. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  654. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  655. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  656. if t1:findFirstChild("weldx") ~= nil then
  657. t1.weldx:Remove()
  658. end
  659. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  660. n = t2.Neck
  661. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  662. end)
  663. coroutine.resume(coroutine.create(function()
  664. while wait() do
  665. for i = 1,6 do
  666. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  667. wait()
  668. end
  669.  
  670. for i = 1,6 do
  671. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  672. wait()
  673. end
  674. end
  675. end))
  676. end
  677. fun("quickhack101","tsup2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement