Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2.  
  3. Simple Clone script
  4. Cronnie#8709
  5.  
  6. --]]
  7.  
  8. --[[ Controls
  9.  
  10. H = Replaces you with a Clone so people think they killed you but they actually did not.
  11. I = Become visible, usually helpful when you're invisible after you press H
  12. T = Tp to your mouse
  13. C = Remove clones
  14. Q = toggle mouse follow (default is non mouse follow)
  15. E = Summons 5 clones around you
  16. L = Spawns a clone on ur mouse
  17. R = Rasengan only for you
  18. F = Rasengan for clones
  19. X = Make clones ride each other ( buggy )
  20.  
  21. --]]
  22.  
  23. plr = game:service'Players'.LocalPlayer
  24. char = plr.Character
  25. cam = workspace.Camera
  26. m = plr:GetMouse()
  27. char.Archivable = true
  28.  
  29. cooldown = true
  30. disable = true
  31. rad = math.rad
  32. cloneamount = 0
  33. mfol = false
  34. biju = false
  35. rid = false
  36. rs = false
  37.  
  38. ras = {
  39.  
  40. }
  41.  
  42. welds= {
  43.  
  44. }
  45.  
  46. welds2 = {
  47.  
  48. }
  49.  
  50. mcs = {
  51.  
  52. }
  53.  
  54. clones = {
  55.  
  56. }
  57.  
  58. char:FindFirstChildOfClass'Humanoid'.WalkSpeed = 32
  59. char:FindFirstChildOfClass'Humanoid'.JumpPower = 100
  60.  
  61. hair = Instance.new("Part", char)
  62. hair.Size = Vector3.new(0.2,0.2,0.2)
  63. hairmesh = Instance.new("SpecialMesh", hair)
  64. hairmesh.MeshId = "rbxassetid://658622591"
  65. hairmesh.Scale = Vector3.new(0.07, 0.07, 0.074)
  66. hairmesh.TextureId = "rbxassetid://520462269"
  67. hair.Transparency = 0
  68. hair.CanCollide = false
  69. hair.Name = "plrhair"
  70. hair.Anchored = false
  71. hair.BrickColor = BrickColor.new("Really black")
  72. Weld = Instance.new("Weld", char)
  73. Weld.Part0 = char["Head"]
  74. Weld.Part1 = hair
  75. Weld.C1 = CFrame.new(0, 0.4, 0.1)*CFrame.Angles(0,rad(180),0)
  76.  
  77. for _, a in pairs(char:children()) do
  78. if a:IsA'Accessory' or a:IsA'CharacterMesh' or a:IsA'Pants' or a:IsA'Shirt' then
  79. a:Destroy()
  80. end
  81. end
  82.  
  83. char.Head.face.Texture = "https://www.roblox.com/library/299971458"
  84.  
  85. function crasengan(a)
  86. coroutine.resume(coroutine.create(function()
  87. local sou =Instance.new("Sound")
  88. sou.Pitch =1
  89. sou.Volume= 2
  90. sou.SoundId= "rbxassetid://738548104"
  91. sou.Parent= a["Head"]
  92. sou:Play()
  93. local arm= {a["Right Arm"]}
  94. a.Torso["Right Shoulder"].Archivable =true
  95. part1 =Instance.new("Part")
  96. table.insert(ras,part1)
  97. part1.CFrame =a["Right Arm"].CFrame
  98. part1.Parent =a
  99. part1.Name= "TriggerR"
  100. part1.Transparency =0.560
  101. part1.Shape ="Ball"
  102. part1.BrickColor= BrickColor.new("Toothpaste")
  103. part1.TopSurface =0
  104. part1.Material="Neon"
  105. part1.BottomSurface =0
  106. part1.CanCollide=false
  107. part1.Size =Vector3.new(2,2,2)
  108. part1.Anchored =false
  109. local mc =a.Torso["Right Shoulder"]:Clone()
  110. table.insert(mcs,mc)
  111. weld = Instance.new("Weld",arm[1])
  112. table.insert(welds,mc)
  113. weld.Part0=a.Torso
  114. weld.Part1=weld.Parent
  115. weld.C1 =CFrame.new(-1.5,.5,.5)*CFrame.Angles(math.rad(-90),0,0)
  116. part1.CFrame = a["Right Arm"].CFrame* CFrame.new(0,1, 1.75)
  117. local Weld= Instance.new("Weld", a)
  118. Weld.Part0= a["Right Arm"]
  119. Weld.Part1=part1
  120. Weld.C1=CFrame.new(0,1.75,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
  121.  
  122. part1.Touched:connect(function(hit)
  123. part1.Transparency = 1
  124. if hit.Parent:FindFirstChild("Humanoid") then
  125. if hit.Parent.Name ~= plr.Name and rs then
  126. rs = false
  127. for _, a in pairs(ras) do
  128. a:Destroy()
  129. end
  130. local part2 = part1:Clone()
  131. table.insert(ras,part2)
  132. part2.Name = "FakeR"
  133. part1:Destroy()
  134. weld:Destroy()
  135. mc.Parent = a.Torso
  136. for _, a in pairs(mcs) do
  137. for _, b in pairs(clones) do
  138. if b:FindFirstChild'Torso' then
  139. a.Parent = b.Torso
  140. end
  141. end
  142. end
  143. part2.Parent = hit.Parent
  144. part2.Transparency = 0
  145. local Weld = Instance.new("Weld", a)
  146. Weld.Part0 = hit.Parent.HumanoidRootPart
  147. Weld.Part1 = part2
  148. Weld.C1 = CFrame.new(0, 1, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  149. local bv = Instance.new('BodyVelocity')
  150. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  151. bv.P = 7555
  152. bv.Velocity = hit.Parent:FindFirstChild("Head").CFrame.lookVector + Vector3.new(math.random(-100,1),math.random(0,1),math.random(-100,1))
  153. bv.Parent = hit.Parent:FindFirstChild("HumanoidRootPart")
  154. game.Debris:AddItem(bv, 0.6)
  155. wait(0.6)
  156. ypcall(function()
  157. hit.Parent:FindFirstChild('HumanoidRootPart').Anchored = true
  158. end)
  159. part2.Anchored = true
  160. for i=0,15,1 do
  161. wait(.05)
  162. part2.Transparency = part2.Transparency + 0.1
  163. part2.Size = part2.Size + Vector3.new(10,10,10)
  164. end
  165. part2:Destroy()
  166. ypcall(function()
  167. hit.Parent:FindFirstChild('HumanoidRootPart').Anchored = false
  168. hit.Parent:BreakJoints()
  169. end)
  170. end
  171. end
  172. end)
  173. end))
  174. end
  175.  
  176. function rasengan(a)
  177. coroutine.resume(coroutine.create(function()
  178. local sou =Instance.new("Sound")
  179. sou.Pitch =1
  180. sou.Volume= 2
  181. sou.SoundId= "rbxassetid://738548104"
  182. sou.Parent= a["Head"]
  183. sou:Play()
  184. local arm= {a["Right Arm"]}
  185. a.Torso["Right Shoulder"].Archivable =true
  186. part1 =Instance.new("Part")
  187. table.insert(ras,part1)
  188. part1.CFrame =a["Right Arm"].CFrame
  189. part1.Parent =a
  190. part1.Name= "TriggerR"
  191. part1.Transparency =0.560
  192. part1.Shape ="Ball"
  193. part1.BrickColor= BrickColor.new("Toothpaste")
  194. part1.TopSurface =0
  195. part1.Material="Neon"
  196. part1.BottomSurface =0
  197. part1.CanCollide=false
  198. part1.Size =Vector3.new(2,2,2)
  199. part1.Anchored =false
  200. local mc =a.Torso["Right Shoulder"]:Clone()
  201. weld = Instance.new("Weld",arm[1])
  202. weld.Part0=a.Torso
  203. weld.Part1=weld.Parent
  204. weld.C1 =CFrame.new(-1.5,.5,.5)*CFrame.Angles(math.rad(-90),0,0)
  205. part1.CFrame = a["Right Arm"].CFrame* CFrame.new(0,1, 1.75)
  206. local Weld= Instance.new("Weld", a)
  207. Weld.Part0= a["Right Arm"]
  208. Weld.Part1=part1
  209. Weld.C1=CFrame.new(0,1.75,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
  210.  
  211. part1.Touched:connect(function(hit)
  212. part1.Transparency = 1
  213. if hit.Parent:FindFirstChild("Humanoid") then
  214. if hit.Parent.Name ~= plr.Name and rs then
  215. rs = false
  216. for _, a in pairs(ras) do
  217. a:Destroy()
  218. end
  219. local part2 = part1:Clone()
  220. table.insert(ras,part2)
  221. part2.Name = "FakeR"
  222. part1:Destroy()
  223. weld:Destroy()
  224. mc.Parent = a.Torso
  225. part2.Parent = hit.Parent
  226. part2.Transparency = 0
  227. local Weld = Instance.new("Weld", a)
  228. Weld.Part0 = hit.Parent.HumanoidRootPart
  229. Weld.Part1 = part2
  230. Weld.C1 = CFrame.new(0, 1, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  231. local bv = Instance.new('BodyVelocity')
  232. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  233. bv.P = 7555
  234. bv.Velocity = hit.Parent:FindFirstChild("Head").CFrame.lookVector + Vector3.new(math.random(-100,1),math.random(0,1),math.random(-100,1))
  235. bv.Parent = hit.Parent:FindFirstChild("HumanoidRootPart")
  236. game.Debris:AddItem(bv, 0.6)
  237. wait(0.6)
  238. ypcall(function()
  239. hit.Parent:FindFirstChild('HumanoidRootPart').Anchored = true
  240. end)
  241. part2.Anchored = true
  242. for i=0,15,1 do
  243. wait(.05)
  244. part2.Transparency = part2.Transparency + 0.1
  245. part2.Size = part2.Size + Vector3.new(10,10,10)
  246. end
  247. part2:Destroy()
  248. ypcall(function()
  249. hit.Parent:FindFirstChild('HumanoidRootPart').Anchored = false
  250. hit.Parent:BreakJoints()
  251. end)
  252. end
  253. end
  254. end)
  255. end))
  256. end
  257.  
  258. function ride()
  259. ypcall(function()
  260. local b = 1
  261. local last = #clones
  262. for _, a in pairs(clones) do
  263. wait(.05)
  264. local minus = #clones
  265. local plus = #clones - 1
  266. local total = plus - minus
  267. local cur = b
  268. local nex = cur - total
  269. p = Instance.new('Weld', clones[cur])
  270. table.insert(welds2, p)
  271. p.Part0 = clones[cur]:FindFirstChild("Torso") or clones[cur]:FindFirstChild("UpperTorso")
  272. p.Part1 = clones[nex]:FindFirstChild("Torso") or clones[nex]:FindFirstChild("UpperTorso")
  273. p.C0 = CFrame.new(0,-2.2,-.50)
  274. clones[cur].Humanoid.Sit = true
  275. b = b + 1
  276. end
  277. p = Instance.new('Weld', clones[last])
  278. table.insert(welds2, p)
  279. p.Part0 = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  280. p.Part1 = clones[last]:FindFirstChild("Torso") or clones[last]:FindFirstChild("UpperTorso")
  281. p.C0 = CFrame.new(0,-2.2,-.50)
  282. end)
  283. end
  284.  
  285. function clonerasengan()
  286. for _, a in pairs(clones) do
  287. if a ~= nil and a:FindFirstChildOfClass'Humanoid' then
  288. crasengan(a)
  289. end
  290. end
  291. end
  292.  
  293. function hai(b)
  294. hair = Instance.new("Part", b.Head)
  295. hairmesh = Instance.new("SpecialMesh", hair)
  296. hairmesh.MeshId = "rbxassetid://520462258"
  297. hairmesh.Scale = Vector3.new(0.07, 0.07, 0.074)
  298. hairmesh.TextureId = "rbxassetid://520462269"
  299. hair.Transparency = 0
  300. hair.CanCollide = false
  301. hair.Name = "plrhair"
  302. hair.Anchored = false
  303. hair.BrickColor = BrickColor.new("Really black")
  304. Weld = Instance.new("Weld",b)
  305. Weld.Part0 = b["Head"]
  306. Weld.Part1 = hair
  307. Weld.C1 = CFrame.new(0, 0.4, 0.1)*CFrame.Angles(0,rad(180),0)
  308. end
  309.  
  310. function cclones()
  311. cloneamount = 0
  312. for _, a in pairs(char:children()) do
  313. if a:FindFirstChild('Id'..plr.Name) then
  314. local p = Instance.new('Part', char)
  315. p.Transparency = 1
  316. p.CanCollide = false
  317. p.Anchored = true
  318. p.Size = Vector3.new(0.2,0.2,0.2)
  319. if a:FindFirstChild'Torso' then
  320. p.CFrame = a.Torso.CFrame
  321. elseif not a:FindFirstChild'Torso' then
  322. for _, b in pairs(a:children()) do
  323. if b:IsA'Part' then
  324. p.CFrame = b.CFrame
  325. end
  326. end
  327. end
  328. local sou = Instance.new("Sound")
  329. sou.Pitch = 1
  330. sou.Volume = 1.2
  331. sou.SoundId = "rbxassetid://722960601"
  332. sou.Parent = p
  333. sou:Play()
  334. local pe = Instance.new("ParticleEmitter")
  335. pe.Acceleration = Vector3.new(0, 8, 0)
  336. pe.Lifetime = NumberRange.new(1, 1.5)
  337. pe.Rate = 20000
  338. pe.RotSpeed = NumberRange.new(-30, 30)
  339. pe.Rotation = NumberRange.new(0, 360)
  340. pe.Size = NumberSequence.new({
  341. NumberSequenceKeypoint.new(0, 4.38, 0),
  342. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  343. NumberSequenceKeypoint.new(1, 1.48, 0)
  344. })
  345. pe.Texture = "rbxassetid://244221440"
  346. pe.Transparency = NumberSequence.new({
  347. NumberSequenceKeypoint.new(0, 0, 0),
  348. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  349. NumberSequenceKeypoint.new(1, 1, 1)
  350. })
  351. pe.ZOffset = 5
  352. pe.VelocitySpread = 360
  353. pe.Parent = p
  354. pe.Enabled = true
  355. wait(0.1)
  356. pe.Enabled = false
  357. a:Destroy()
  358. end
  359. end
  360. end
  361.  
  362. function id(a)
  363. local num = Instance.new'NumberValue'
  364. num.Parent = a
  365. num.Name = "Id"..plr.Name
  366. end
  367.  
  368. function invis(b)
  369. hair.Transparency = 1
  370. b.Head.face.Transparency = 1
  371. for _, a in pairs(b:children()) do
  372. if a:IsA'Part' and a.Name ~= 'HumanoidRootPart' then
  373. a.Transparency = 1
  374. elseif a:IsA'Accessory' then
  375. a.Handle.Transparency = 1
  376. end
  377. end
  378. hair.Transparency = 1
  379. end
  380.  
  381. function vis(b)
  382. hair.Transparency = 0
  383. b.Head.face.Transparency = 0
  384. for _, a in pairs(b:children()) do
  385. if a:IsA'BasePart' and a.Name ~= 'HumanoidRootPart' then
  386. a.Transparency = 0
  387. elseif a:IsA'Accessory' then
  388. a.Handle.Transparency = 0
  389. end
  390. end
  391. end
  392.  
  393. function clear(b)
  394. for _, a in pairs(b:children()) do
  395. if a:IsA'Model' and a.Name == plr.Name and plr.Parent then
  396. a:Destroy()
  397. end
  398. end
  399. end
  400.  
  401. function add(b)
  402. table.insert(clones,b)
  403. end
  404.  
  405. function sub()
  406. hair.Transparency = 1
  407. local p = Instance.new('Part', char.Torso)
  408. p.Anchored = true
  409. p.CanCollide = false
  410. p.Transparency = 1
  411. p.Size = Vector3.new(0.1,.1,.1)
  412. p.Anchored = true
  413. p.CFrame = char.Torso.CFrame
  414. local v = char:Clone()
  415. cloneamount = cloneamount + 1
  416. clear(v)
  417. hai(v)
  418. add(v)
  419. vis(v)
  420. id(v)
  421. invis(char)
  422. v.Parent = char
  423. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0,15,0)
  424. v.Torso.CFrame = p.CFrame
  425. v.Humanoid.MaxHealth = 100
  426. for _, a in pairs(char:children()) do
  427. if a:IsA'Part' then
  428. a.Transparency = 1
  429. elseif a:IsA'Accessory' then
  430. a.Handle.Transparency = 1
  431. end
  432. end
  433. char.Head["face"].Transparency = 1
  434. if v:FindFirstChildOfClass'Humanoid' then
  435. health = v:FindFirstChildOfClass'Humanoid'.Health
  436. end
  437. if v:FindFirstChildOfClass'Humanoid' then
  438. v:FindFirstChildOfClass'Humanoid'.Changed:connect(function()
  439. if v:FindFirstChildOfClass'Humanoid' and v:FindFirstChildOfClass'Humanoid'.Health < health then
  440. local part = Instance.new('Part', game.Workspace)
  441. cloneamount = cloneamount - 1
  442. part.Transparency = 1
  443. part.CanCollide = false
  444. part.Size = Vector3.new(0.2,0.2,0.2)
  445. part.CFrame = v.Torso.CFrame
  446. v:Destroy()
  447. local sou = Instance.new("Sound")
  448. sou.Pitch = 1
  449. sou.Volume = 1.2
  450. sou.SoundId = "rbxassetid://722960601"
  451. sou.Parent = part
  452. sou:Play()
  453. local pe = Instance.new("ParticleEmitter")
  454. pe.Acceleration = Vector3.new(0, 8, 0)
  455. pe.Lifetime = NumberRange.new(1, 1.5)
  456. pe.Rate = 20000
  457. pe.RotSpeed = NumberRange.new(-30, 30)
  458. pe.Rotation = NumberRange.new(0, 360)
  459. pe.Size = NumberSequence.new({
  460. NumberSequenceKeypoint.new(0, 4.38, 0),
  461. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  462. NumberSequenceKeypoint.new(1, 1.48, 0)
  463. })
  464. pe.Texture = "rbxassetid://244221440"
  465. pe.Transparency = NumberSequence.new({
  466. NumberSequenceKeypoint.new(0, 0, 0),
  467. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  468. NumberSequenceKeypoint.new(1, 1, 1)
  469. })
  470. pe.ZOffset = 5
  471. pe.VelocitySpread = 360
  472. pe.Parent = part
  473. pe.Enabled = true
  474. wait(0.1)
  475. pe.Enabled = false
  476. end
  477. if v:FindFirstChildOfClass'Humanoid' then
  478. health = v:FindFirstChildOfClass'Humanoid'.Health
  479. end
  480. end)
  481. end
  482. end
  483.  
  484. function tp()
  485. for i = 1,25 do
  486. wait()
  487. for _, a in pairs(char:children()) do
  488. if a:IsA'Part' and a.Name ~= 'HumanoidRootPart' then
  489. a.Transparency = a.Transparency + 0.1
  490. char.Head.face.Transparency = char.Head.face.Transparency + 0.1
  491. hair.Transparency = hair.Transparency + 0.1
  492. end
  493. end
  494. end
  495. char.Torso.CFrame = m.Hit
  496. for i = 1,25 do
  497. wait()
  498. for _, a in pairs(char:children()) do
  499. if a:IsA'Part' and a.Name ~= 'HumanoidRootPart' then
  500. a.Transparency = a.Transparency - 0.1
  501. char.Head.face.Transparency = char.Head.face.Transparency - 0.1
  502. hair.Transparency = hair.Transparency - 0.1
  503. end
  504. end
  505. end
  506. end
  507.  
  508. function bijuu()
  509. for _, a in pairs(char:children()) do
  510. for i = 1,1 do
  511. wait()
  512. if a:IsA'Part' then
  513. local red = Instance.new('Part', char)
  514. red.Anchored = false
  515. red.CanCollide = false
  516. red.Material = 'Neon'
  517. red.BrickColor = BrickColor.new'Crimson'
  518. red.Size = a.Size + Vector3.new(.05,.05,.05)
  519. red.Shape = a.Shape
  520. red.Transparency = 0.6
  521. local weld = Instance.new('Weld', red)
  522. weld.Part0 = a
  523. weld.Part1 = red
  524. weld.C0 = CFrame.new(0,0,0)
  525. if a.Name == "Head" then
  526. a:FindFirstChildOfClass'SpecialMesh':Clone().Parent = red
  527. end
  528. end
  529. end
  530. end
  531. end
  532.  
  533. function around()
  534. local position = char.Torso.CFrame
  535. local number = 5
  536. local radius = 25
  537.  
  538. for i=1, number do
  539. local clone = char:Clone()
  540. clone.Parent = char
  541. cloneamount = cloneamount + 1
  542. clear(clone)
  543. hai(clone)
  544. add(clone)
  545. vis(clone)
  546. id(clone)
  547. local sine = math.sin((360/number + 360/number*i)/(180/math.pi))
  548. local cosine = math.cos((360/number + 360/number*i)/(180/math.pi))
  549. clone.Torso.CFrame = position + Vector3.new(radius*sine, 0, radius*cosine)
  550. clone.Torso.CFrame = clone.Torso.CFrame*CFrame.fromEulerAnglesXYZ(0, (360/number + 360/number*i)/(180/math.pi), 0)
  551. clone.Torso.CFrame = CFrame.new(clone.Torso.Position, plr.Character.Torso.Position)
  552. local sou = Instance.new("Sound")
  553. sou.Pitch = 1
  554. sou.Volume = 0.9
  555. sou.SoundId = "rbxassetid://722960601"
  556. sou.Parent = clone.Torso
  557. sou:Play()
  558. local pe = Instance.new("ParticleEmitter")
  559. pe.Acceleration = Vector3.new(0, 8, 0)
  560. pe.Lifetime = NumberRange.new(1, 1.5)
  561. pe.Rate = 20000
  562. pe.RotSpeed = NumberRange.new(-30, 30)
  563. pe.Rotation = NumberRange.new(0, 360)
  564. pe.Size = NumberSequence.new({
  565. NumberSequenceKeypoint.new(0, 4.38, 0),
  566. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  567. NumberSequenceKeypoint.new(1, 1.48, 0)
  568. })
  569. pe.Texture = "rbxassetid://244221440"
  570. pe.Transparency = NumberSequence.new({
  571. NumberSequenceKeypoint.new(0, 0, 0),
  572. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  573. NumberSequenceKeypoint.new(1, 1, 1)
  574. })
  575. pe.ZOffset = 5
  576. pe.VelocitySpread = 360
  577. pe.Parent = clone.Torso
  578. pe.Enabled = true
  579. wait(0.1)
  580. pe.Enabled = false
  581. end
  582. end
  583.  
  584. function mawn()
  585. local clone = char:Clone()
  586. clone.Parent = char
  587. clone.Torso.CFrame = m.Hit
  588. cloneamount = cloneamount + 1
  589. clear(clone)
  590. hai(clone)
  591. add(clone)
  592. vis(clone)
  593. id(clone)
  594. local part = Instance.new('Part', game.Workspace)
  595. part.Transparency = 1
  596. part.CanCollide = false
  597. part.Size = Vector3.new(0.2,0.2,0.2)
  598. part.CFrame = clone.Torso.CFrame
  599. local sou = Instance.new("Sound")
  600. sou.Pitch = 1
  601. sou.Volume = 1.2
  602. sou.SoundId = "rbxassetid://722960601"
  603. sou.Parent = part
  604. sou:Play()
  605. local pe = Instance.new("ParticleEmitter")
  606. pe.Acceleration = Vector3.new(0, 8, 0)
  607. pe.Lifetime = NumberRange.new(1, 1.5)
  608. pe.Rate = 20000
  609. pe.RotSpeed = NumberRange.new(-30, 30)
  610. pe.Rotation = NumberRange.new(0, 360)
  611. pe.Size = NumberSequence.new({
  612. NumberSequenceKeypoint.new(0, 4.38, 0),
  613. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  614. NumberSequenceKeypoint.new(1, 1.48, 0)
  615. })
  616. pe.Texture = "rbxassetid://244221440"
  617. pe.Transparency = NumberSequence.new({
  618. NumberSequenceKeypoint.new(0, 0, 0),
  619. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  620. NumberSequenceKeypoint.new(1, 1, 1)
  621. })
  622. pe.ZOffset = 5
  623. pe.VelocitySpread = 360
  624. pe.Parent = part
  625. pe.Enabled = true
  626. wait(0.1)
  627. pe.Enabled = false
  628. end
  629.  
  630. function visible()
  631. for i = 1,15 do
  632. wait()
  633. for _, a in pairs(char:children()) do
  634. if a:IsA'Part' and a.Name ~= 'HumanoidRootPart' then
  635. a.Transparency = a.Transparency - 0.1
  636. char.Head.face.Transparency = char.Head.face.Transparency - 0.1
  637. hair.Transparency = hair.Transparency - 0.1
  638. end
  639. end
  640. end
  641. end
  642.  
  643. m.KeyDown:connect(function(key)
  644. if key == "h" and disable then
  645. sub()
  646. elseif key == "i" and cooldown then
  647. cooldown = false
  648. visible()
  649. cooldown = true
  650. elseif key == "t" and cooldown then
  651. cooldown = false
  652. tp()
  653. cooldown = true
  654. elseif key == "c" and cooldown then
  655. cooldown = false
  656. cclones()
  657. cooldown = true
  658. elseif key == "q" then
  659. if mfol == false then
  660. mfol = true
  661. elseif mfol then
  662. mfol = false
  663. end
  664. elseif key == "e" and cooldown and disable then
  665. cooldown = false
  666. around()
  667. cooldown = true
  668. elseif key == "l" and cooldown and disable then
  669. cooldown = false
  670. mawn()
  671. cooldown = true
  672. elseif key == "r" and cooldown then
  673. cooldown = false
  674. rs = true
  675. rasengan(char)
  676. cooldown = true
  677. elseif key == "f" then
  678. cooldown = false
  679. rs = true
  680. clonerasengan()
  681. cooldown = true
  682. elseif key == "g" then
  683. cooldown = false
  684. bijuu()
  685. cooldown = true
  686. elseif key == "x" then
  687. if rid == false and cooldown then
  688. rid = true
  689. cooldown = false
  690. ride()
  691. cooldown = true
  692. elseif rid and cooldown then
  693. rid = false
  694. cooldown = false
  695. for _, a in pairs(welds2) do
  696. a:Destroy()
  697. end
  698. welds2 = {}
  699. cooldown = true
  700. end
  701. end
  702. end)
  703.  
  704. game:GetService('RunService').RenderStepped:connect(function()
  705. if cloneamount >= 10 then
  706. disable = false
  707. elseif cloneamount <= 9 then
  708. disable = true
  709. end
  710. end)
  711.  
  712. local jump = false
  713. m.Button1Down:connect(function()
  714. if mfol then
  715. jump = true
  716. wait(.08)
  717. jump = false
  718. end
  719. end)
  720.  
  721.  
  722. game:GetService('RunService').RenderStepped:connect(function()
  723. for _, a in pairs(clones) do
  724. if a ~= nil and a:FindFirstChildOfClass'Humanoid' then
  725. if mfol == false then
  726. local random = math.random(1,100)
  727. if random == 7 then
  728. a.Humanoid.Jump = true
  729. end
  730. a.Humanoid:MoveTo(Vector3.new(math.random(100,255),math.random(100,255),math.random(100,255)))
  731. elseif mfol then
  732. if jump then
  733. a.Humanoid.Jump = true
  734. end
  735. a.Humanoid:MoveTo(m.Hit.p)
  736. end
  737. end
  738. end
  739. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement