Advertisement
refrop

vegito v1

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