Advertisement
Guest User

Naruto Roblox Script (With Controls)

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