Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is an copyRighted!
- script.Parent = nil
- FUNCTION fly()
- FOR i,v in pairs(script:GetChildren()) DO
- pcall(FUNCTION() v.Value = "" END)
- game:GetService("Debris"):AddItem(v,.1)
- END
- FUNCTION weld(p0,p1,c0,c1,par)
- local w = Instance.new("Weld",p0 OR par)
- w.Part0 = p0
- w.Part1 = p1
- w.C0 = c0 OR CFrame.new()
- w.C1 = c1 OR CFrame.new()
- RETURN w
- END
- local motors = {}
- FUNCTION motor(p0,p1,c0,c1,des,vel,par)
- local w = Instance.new("Motor6D",p0 OR par)
- w.Part0 = p0
- w.Part1 = p1
- w.C0 = c0 OR CFrame.new()
- w.C1 = c1 OR CFrame.new()
- w.MaxVelocity = tonumber(vel) OR .05
- w.DesiredAngle = tonumber(des) OR 0
- RETURN w
- END
- FUNCTION lerp(a,b,c)
- RETURN a+(b-a)*c
- END
- FUNCTION clerp(c1,c2,al)
- local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
- local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
- FOR i,v in pairs(com1) DO
- com1[i] = lerp(v,com2[i],al)
- END
- RETURN CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
- END
- FUNCTION ccomplerp(c1,c2,al)
- local com1 = {c1:components()}
- local com2 = {c2:components()}
- FOR i,v in pairs(com1) DO
- com1[i] = lerp(v,com2[i],al)
- END
- RETURN CFrame.new(unpack(com1))
- END
- FUNCTION tickwave(time,length,offset)
- RETURN (math.ABS((tick()+(offset OR 0))%time-time/2)*2-time/2)/time/2*length
- END
- FUNCTION invcol(c)
- c = c.Color
- RETURN BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
- END
- local oc = oc OR FUNCTION(...) RETURN ... END
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local tor = char.Torso
- local hum = char.Humanoid
- hum.PlatformStand = false
- pcall(FUNCTION()
- char.Wings:Destroy()
- END)
- pcall(FUNCTION()
- char.Angel:Destroy() -- hat
- END)
- local MOD = Instance.new("Model",char)
- MOD.Name = "Wings"
- local special = {
- --antiboomz0r = {"Really black","Institutional white",0,0,false,Color3.new(1,1,.95),Color3.new(1,1,.6)},
- antiboomz0r = {"New Yeller",nil,0.4,0.7,true,Color3.new(1,1,.95),Color3.new(1,1,.6)},
- --antiboomz0r = {"Cyan","Toothpaste",0,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
- taart = {"Royal purple",nil,.4,.4,true},
- mitta = {"Black",nil,0,0,false},
- penjuin3 = {"White",nil,0,0,false},
- ethandrtyayaurusgirl = {"Black","Bright red",.5,0,true,Color3.new(1,0,0),Color3.new(0,0,0)},
- nonspeaker = {"Cyan","Toothpaste",0,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
- littleau999 = {"Reddish brown",1030,0,0,false},
- unscripter = {"Really black","Really black",.2,0,true,Color3.new(0,0,0),Color3.new(0,0,0)},
- oxcool1 = {"Really black","White",.2,0,false,Color3.new(0,0,0),Color3.new(0,0,0)},
- krodmiss = {"Really black",nil,0,0,false},
- }
- local topcolor = invcol(char.Torso.BrickColor)
- local feacolor = char.Torso.BrickColor
- local ptrans = 0
- local pref = 0
- local fire = false
- local fmcol = Color3.new()
- local fscol = Color3.new()
- local spec = special[plr.Name:lower()]
- IF spec THEN
- topcolor,feacolor,ptrans,pref,fire,fmcol,fscol = spec[1] AND BrickColor.new(spec[1]) OR topcolor,spec[2] AND BrickColor.new(spec[2]) OR feacolor,spec[3],spec[4],spec[5],spec[6],spec[7]
- END
- local part = Instance.new("Part")
- part.FormFactor = "Custom"
- part.Size = Vector3.new(.2,.2,.2)
- part.TopSurface,part.BottomSurface = 0,0
- part.CanCollide = false
- part.BrickColor = topcolor
- part.Transparency = ptrans
- part.Reflectance = pref
- local ef = Instance.new("Fire",fire AND part OR nil)
- ef.Size = .15
- ef.Color = fmcol OR Color3.new()
- ef.SecondaryColor = fscol OR Color3.new()
- part:BreakJoints()
- FUNCTION newpart()
- local clone = part:Clone()
- clone.Parent = MOD
- clone:BreakJoints()
- RETURN clone
- END
- local feath = newpart()
- feath.BrickColor = feacolor
- feath.Transparency = 0
- Instance.new("SpecialMesh",feath).MeshType = "Sphere"
- FUNCTION newfeather()
- local clone = feath:Clone()
- clone.Parent = MOD
- clone:BreakJoints()
- RETURN clone
- END
- ---------- RIGHT WING
- local r1 = newpart()
- r1.Size = Vector3.new(.3,1.5,.3)*1.2
- local rm1 = motor(tor,r1,CFrame.new(.35,.6,.4) * CFrame.Angles(0,0,math.rad(-60)) * CFrame.Angles(math.rad(30),math.rad(-25),0),CFrame.new(0,-.8,0),.1)
- local r2 = newpart()
- r2.Size = Vector3.new(.4,1.8,.4)*1.2
- local rm2 = motor(r1,r2,CFrame.new(0,.75,0) * CFrame.Angles(0,0,math.rad(50)) * CFrame.Angles(math.rad(-30),math.rad(15),0),CFrame.new(0,-.9,0),.1)
- local r3 = newpart()
- r3.Size = Vector3.new(.3,2.2,.3)*1.2
- local rm3 = motor(r2,r3,CFrame.new(.1,.9,0) * CFrame.Angles(0,0,math.rad(-140)) * CFrame.Angles(math.rad(-3),0,0),CFrame.new(0,-1.1,0),.1)
- local r4 = newpart()
- r4.Size = Vector3.new(.25,1.2,.25)*1.2
- local rm4 = motor(r3,r4,CFrame.new(0,1.1,0) * CFrame.Angles(0,0,math.rad(-10)) * CFrame.Angles(math.rad(-3),0,0),CFrame.new(0,-.6,0),.1)
- local feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.4,3,.3)
- weld(r4,feather,CFrame.new(-.1,-.3,0),CFrame.new(0,-1.5,0))
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.4,2.3,.3)
- weld(r4,feather,CFrame.new(.1,-.1,0) * CFrame.Angles(0,math.random()*.1,0),CFrame.new(0,-1.1,0))
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.35,2.2,.25)
- weld(r4,feather,CFrame.new(.1,-.3,0) * CFrame.Angles(0,math.random()*.1,math.rad(-10)),CFrame.new(0,-1.1,0))
- local rf3 = {}
- FOR i=0,7 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.45,2.2,.35)
- table.insert(rf3,motor(r3,feather,CFrame.new(.05,1-i*.285,0) * CFrame.Angles(0,math.random()*.1,math.rad(-25-i*2)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- local rf2 = {}
- FOR i=0,6 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.45,2.2-i*.08,.3)
- table.insert(rf2,motor(r2,feather,CFrame.new(.05,.75-i*.26,0) * CFrame.Angles(0,math.random()*.1,math.rad(-75-i*4)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- local rf1 = {}
- FOR i=0,6 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.37,1.65-i*.06,.25)
- table.insert(rf1,motor(r1,feather,CFrame.new(.05,.63-i*.21,0) * CFrame.Angles(0,math.random()*.05,math.rad(-75)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- ---------- LEFT WING
- local l1 = newpart()
- l1.Size = Vector3.new(.3,1.5,.3)*1.2
- local lm1 = motor(tor,l1,CFrame.new(-.35,.6,.4) * CFrame.Angles(0,0,math.rad(60)) * CFrame.Angles(math.rad(30),math.rad(25),0) * CFrame.Angles(0,-math.PI,0),CFrame.new(0,-.8,0) ,.1)
- local l2 = newpart()
- l2.Size = Vector3.new(.4,1.8,.4)*1.2
- local lm2 = motor(l1,l2,CFrame.new(0,.75,0) * CFrame.Angles(0,0,math.rad(50)) * CFrame.Angles(math.rad(30),math.rad(-15),0),CFrame.new(0,-.9,0),.1)
- local l3 = newpart()
- l3.Size = Vector3.new(.3,2.2,.3)*1.2
- local lm3 = motor(l2,l3,CFrame.new(.1,.9,0) * CFrame.Angles(0,0,math.rad(-140)) * CFrame.Angles(math.rad(3),0,0),CFrame.new(0,-1.1,0),.1)
- local l4 = newpart()
- l4.Size = Vector3.new(.25,1.2,.25)*1.2
- local lm4 = motor(l3,l4,CFrame.new(0,1.1,0) * CFrame.Angles(0,0,math.rad(-10)) * CFrame.Angles(math.rad(3),0,0),CFrame.new(0,-.6,0),.1)
- local feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.4,3,.3)
- weld(l4,feather,CFrame.new(-.1,-.3,0),CFrame.new(0,-1.5,0))
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.4,2.3,.3)
- weld(l4,feather,CFrame.new(.1,-.1,0) * CFrame.Angles(0,math.random()*.1,0),CFrame.new(0,-1.1,0))
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.35,2.2,.25)
- weld(l4,feather,CFrame.new(.1,-.3,0) * CFrame.Angles(0,math.random()*.1,math.rad(-10)),CFrame.new(0,-1.1,0))
- local lf3 = {}
- FOR i=0,7 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.45,2.2,.35)
- table.insert(lf3,motor(l3,feather,CFrame.new(.05,1-i*.285,0) * CFrame.Angles(0,math.random()*.1,math.rad(-25-i*2)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- local lf2 = {}
- FOR i=0,6 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.45,2.2-i*.08,.3)
- table.insert(lf2,motor(l2,feather,CFrame.new(.05,.75-i*.26,0) * CFrame.Angles(0,math.random()*.1,math.rad(-75-i*4)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- local lf1 = {}
- FOR i=0,6 DO
- feather = newfeather()
- feather.Mesh.Scale = Vector3.new(1,1,1)
- feather.Size = Vector3.new(.37,1.65-i*.06,.25)
- table.insert(lf1,motor(l1,feather,CFrame.new(.05,.63-i*.21,0) * CFrame.Angles(0,math.random()*.05,math.rad(-75)),CFrame.new(0,-feather.Size.Y/2,0)))
- END
- local rwing = {rm1,rm2,rm3,rm4}
- local lwing = {lm1,lm2,lm3,lm4}
- local oc0 = {}
- FOR i,v in pairs(rwing) DO
- oc0[v] = v.C0
- END
- FOR i,v in pairs(lwing) DO
- oc0[v] = v.C0
- END
- FUNCTION gotResized()
- IF lastsize THEN
- IF tor.Size == lastsize THEN RETURN END -- This shouldn't happen?
- local scaleVec = tor.Size/lastsize
- FOR i,v in pairs(oc0) DO
- oc0[i] = v-v.p+scaleVec*v.p
- END
- lastsize = tor.Size
- END
- lastsize = tor.Size
- END
- tor.Changed:connect(FUNCTION(p)
- IF p == "Size" THEN
- gotResized()
- END
- END)
- gotResized()
- local idle = {0,0.5,-.2,0; .05,.05,.1,.05; -.6,-1.5,.1,0;}--0,.3,0,0
- local outlow = {-.7,-.2,1.8,0; .3,.05,.1,.05; .2,0,0,0}
- local outhigh = {.5,-.2,1.8,0; .3,.05,.1,.05; .2,0,0,0}
- local veryhigh = {.9,-.3,1.9,0; .3,.05,.1,.05; .2,0,0,0}
- local flap1 = {-.3,.3,1.1,-.2; .3,.05,.1,.05; .2,-.6,0,0}
- local divebomb = {0,.2,.4,-.7; .3,.05,.1,.05; 0,-.5,-.6,0}
- FUNCTION setwings(tab,time)
- time = time OR 10
- FOR i=1,4 DO
- rwing[i].DesiredAngle = tab[i]
- lwing[i].DesiredAngle = tab[i]
- rwing[i].MaxVelocity = math.ABS(tab[i]-rwing[i].CurrentAngle)/time
- lwing[i].MaxVelocity = math.ABS(tab[i]-lwing[i].CurrentAngle)/time
- local rcf = oc0[rwing[i]] * (tab[12+i] OR CFrame.new())
- local lcf = oc0[lwing[i]] * (tab[12+i] OR CFrame.new())
- END
- FOR i,v in pairs(rf1) DO
- v.DesiredAngle = tab[9]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- FOR i,v in pairs(lf1) DO
- v.DesiredAngle = tab[9]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- FOR i,v in pairs(rf2) DO
- v.DesiredAngle = tab[10]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- FOR i,v in pairs(lf2) DO
- v.DesiredAngle = tab[10]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- FOR i,v in pairs(rf3) DO
- v.DesiredAngle = tab[11]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- FOR i,v in pairs(lf3) DO
- v.DesiredAngle = tab[11]
- v.MaxVelocity = math.ABS(v.DesiredAngle-v.CurrentAngle)/time
- END
- END
- setwings(outhigh,1)
- flying = false
- moving = false
- FOR i,v in pairs(tor:GetChildren()) DO
- IF v.ClassName:lower():match("body") THEN
- v:Destroy()
- END
- END
- local ctor = tor:Clone()
- ctor:ClearAllChildren()
- ctor.Name = "cTorso"
- ctor.Transparency = 1
- ctor.CanCollide = false
- ctor.FormFactor = "Custom"
- ctor.Size = Vector3.new(.2,.2,.2)
- ctor.Parent = MOD
- weld(tor,ctor)
- local bg = Instance.new("BodyGyro",ctor)
- bg.maxTorque = Vector3.new()
- bg.P = 15000
- bg.D = 1000
- local bv = Instance.new("BodyVelocity",ctor)
- bv.maxForce = Vector3.new()
- bv.P = 15000
- vel = Vector3.new()
- cf = CFrame.new()
- flspd = 0
- keysdown = {}
- keypressed = {}
- ktime = {}
- descendtimer = 0
- jumptime = tick()
- hum.Jumping:connect(FUNCTION()
- jumptime = tick()
- END)
- cam = workspace.CurrentCamera
- kd = plr:GetMouse().KeyDown:connect(oc(FUNCTION(key)
- keysdown[key] = true
- keypressed[key] = true
- IF key == "q" THEN
- descendtimer = tick()
- ELSEIF key == " " AND NOT hum.Jump THEN
- jumptime = tick()
- ELSEIF (key == "a" OR key == "d") AND ktime[key] AND tick()-ktime[key] < .3 AND math.ABS(reqrotx) < .3 THEN
- reqrotx = key == "a" AND math.PI*2 OR -math.PI*2
- END
- ktime[key] = tick()
- END))
- ku = plr:GetMouse().KeyUp:connect(FUNCTION(key)
- keysdown[key] = false
- IF key == " " THEN
- descendtimer = tick()
- END
- END)
- FUNCTION mid(a,b,c)
- RETURN math.max(a,math.min(b,c OR -a))
- END
- FUNCTION bn(a)
- RETURN a AND 1 OR 0
- END
- FUNCTION gm(tar)
- local m = 0
- FOR i,v in pairs(tar:GetChildren()) DO
- IF v:IsA("BasePart") THEN
- m = m + v:GetMass()
- END
- m = m + gm(v)
- END
- RETURN m
- END
- reqrotx = 0
- local grav = 196.2
- local con
- con = game:GetService("RunService").Stepped:connect(oc(FUNCTION()
- --[[IF NOT MOD:IsDescendantOf(workspace) THEN
- pcall(FUNCTION() kd:disconnect() END)
- pcall(FUNCTION() ku:disconnect() END)
- bg:Destroy()
- bv:Destroy()
- con:disconnect()
- script:Destroy()
- RETURN
- END]]
- local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
- local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
- IF flying THEN
- local lfldir = fldir
- fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
- local lmoving = moving
- moving = fldir.magnitude > .1
- IF lmoving AND NOT moving THEN
- idledir = lfldir*Vector3.new(1,0,1)
- descendtimer = tick()
- END
- local dbomb = fldir.Y < -.6 OR (moving AND keysdown["1"])
- IF moving AND keysdown["0"] AND lmoving THEN
- fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
- END
- local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
- local descending = (NOT moving AND keysdown["q"] AND NOT keysdown[" "])
- cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(NOT moving AND idledir OR fldir)),keysdown["0"] AND .02 OR .07)
- local gdown = NOT dbomb AND cf.lookVector.Y < -.2 AND tor.Velocity.unit.Y < .05
- hum.PlatformStand = true
- bg.maxTorque = Vector3.new(1,1,1)*9e5
- local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
- bg.cframe = cf * CFrame.Angles(NOT moving AND -.1 OR -math.PI/2+.2,moving AND mid(-2.5,rotvel.X/1.5) + reqrotx OR 0,0)
- reqrotx = reqrotx - reqrotx/10
- bv.maxForce = Vector3.new(1,1,1)*9e4*.5
- local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
- local ani = tickwave(1.5-anioff,1)
- bv.velocity = bv.velocity:Lerp(Vector3.new(0,bn(NOT moving)*-ani*15+(descending AND math.min(20,tick()-descendtimer)*-8 OR bn(keysdown[" "])-bn(keysdown["q"]))*15,0)+vel,.6)
- vel = moving AND cf.lookVector*flspd OR Vector3.new()
- flspd = math.min(120,lerp(flspd,moving AND (fldir.Y<0 AND flspd+(-fldir.Y)*grav/60 OR math.max(50,flspd-fldir.Y*grav/300)) OR 60,.4))
- setwings(moving AND (gdown AND outlow OR dbomb AND divebomb) OR (descending AND veryhigh OR flap1),15)
- FOR i=1,4 DO
- --CFrame.Angles(-.5+bn(i==3)*2.4+bn(i==4)*.5,.1+bn(i==2)*.5-bn(i==3)*1.1,bn(i==3)*.1)
- rwing[i].C0 = clerp(rwing[i].C0,oc0[rwing[i]] * (gdown AND CFrame.new() OR dbomb AND CFrame.Angles(-.5+bn(i==3)*.4+bn(i==4)*.5,.1+bn(i==2)*.5-bn(i==3)*1.1,bn(i==3)*.1) OR descending AND CFrame.Angles(.3,0,0) OR CFrame.Angles((i*.1+1.5)*ani,ani*-.5,1*ani)),descending AND .8 OR .2)
- lwing[i].C0 = clerp(lwing[i].C0,oc0[lwing[i]] * (gdown AND CFrame.new() OR dbomb AND CFrame.Angles(-(-.5+bn(i==3)*.4+bn(i==4)*.5),-(.1+bn(i==2)*.5-bn(i==3)*1.1),bn(i==3)*.1) OR descending AND CFrame.Angles(-.3,0,0) OR CFrame.Angles(-(i*.1+1.5)*ani,ani*.5,1*ani)),descending AND .8 OR .2)
- END
- local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
- IF hit AND down.Y < -.85 AND tick()-flystart > 1 THEN
- flying = false
- hum.PlatformStand = false
- tor.Velocity = Vector3.new()
- END
- ELSE
- bg.maxTorque = Vector3.new()
- bv.maxForce = Vector3.new()
- local ani = tickwave(walking AND .8 OR 4.5,1)
- setwings(idle,10)
- local x,y,z = fspd/160,uspd/700,sspd/900
- FOR i=1,4 DO
- rwing[i].C0 = clerp(rwing[i].C0,oc0[rwing[i]] * CFrame.Angles(ani*.1 + -mid(-.1,x),0 + -mid(-.1,y) + bn(i==2)*.6,ani*.02 + -mid(-.1,z)),.2)
- lwing[i].C0 = clerp(lwing[i].C0,oc0[lwing[i]] * CFrame.Angles(ani*-.05 + mid(-.1,x),0 + mid(-.1,y) + -bn(i==2)*.6,ani*.02 + mid(-.1,z)),.2)
- END
- IF keypressed[" "] AND NOT flying AND (tick()-jumptime > .05 AND (tick()-jumptime < 3 OR hum.Jump)) THEN
- vel = Vector3.new(0,50,0)
- bv.velocity = vel
- idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
- cf = tor.CFrame * CFrame.Angles(-.01,0,0)
- tor.CFrame = cf
- bg.cframe = cf
- flystart = tick()
- flying = true
- END
- END
- keypressed = {}
- END))
- END fly()
- --Bird Wings By Rosemarijohn2
- jun = game.Players.LocalPlayer
- Stuff = false
- --password
- FUNCTION ssj()
- IF Stuff == false THEN
- Stuff = true
- FOR u, c in pairs (jun.Character:GetChildren()) DO
- IF c.className == "Hat" AND c.Name ~= "Swordpack" AND c.Name ~= "GlassesBlackFrame" THEN
- c.Handle.Transparency = 1
- END
- END
- Hair22 = Instance.new("Part")
- Hair22 = Instance.new("Part")
- Hair22.Parent = jun.Character
- Hair22.Name = "Hair"
- Hair22.formFactor = "Symmetric"
- Hair22.Size = Vector3.new(1, 1, 1)
- Hair22.CFrame = jun.Character.Head.CFrame
- Hair22:BreakJoints()
- Hair22.CanCollide = false
- Hair22.TopSurface = "Smooth"
- Hair22.BottomSurface = "Smooth"
- Hair22.BrickColor = BrickColor.new("Really black")
- Weld = Instance.new("Weld")
- Weld.Part0 = jun.Character.Head
- Weld.Part1 = Hair22
- Weld.Parent = jun.Character.Head
- Weld.C0 = CFrame.new(0, 0.26, 0.2)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair22
- Mesh.MeshId = "http://www.roblox.com/asset/?id=62246019"
- Mesh.Scale = Vector3.new(1, 1, 1)
- BlastRing = Instance.new("Part")
- BlastRing.Parent = game.Lighting
- BlastRing.Name = "Blast"
- BlastRing.formFactor = "Symmetric"
- BlastRing.Size = Vector3.new(1, 1, 1)
- BlastRing.CanCollide = false
- BlastRing.TopSurface = "Smooth"
- BlastRing.BottomSurface = "Smooth"
- BlastRing.BrickColor = BrickColor.new("Really black")
- BlastRing.Reflectance = 0
- BlastRing.Anchored = true
- Mesh2 = Instance.new("SpecialMesh")
- Mesh2.Parent = BlastRing
- Mesh2.MeshType = "FileMesh"
- Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- Mesh2.Scale = Vector3.new(1, 5.8, 1)
- blastring2 = BlastRing:clone()
- Hair4 = Instance.new("Part")
- Hair4.Parent = jun.Character
- Hair4.Name = "Hair"
- Hair4.CanCollide = false
- Hair4.Locked = true
- Hair4.TopSurface = "Smooth"
- Hair4.BottomSurface = "Smooth"
- Hair4.formFactor = "Symmetric"
- Hair4.BrickColor = BrickColor.new("Really black")
- Hair4.CFrame = jun.Character.Torso.CFrame
- Hair4.Size = Vector3.new(1, 1, 1)
- Weld = Instance.new("Weld")
- Weld.Parent = jun.Character.Head
- Weld.Part0 = jun.Character.Head
- Weld.Part1 = Hair4
- Weld.C0 = CFrame.new(0, 1, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair4
- Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
- Mesh.TextureId = ""
- Hair42 = Instance.new("Part")
- Hair42.Parent = jun.Character
- Hair42.Name = "Hair"
- Hair42.CanCollide = false
- Hair42.Locked = true
- Hair42.TopSurface = "Smooth"
- Hair42.BottomSurface = "Smooth"
- Hair42.formFactor = "Symmetric"
- Hair42.BrickColor = BrickColor.new("Bright black")
- Hair42.CFrame = jun.Character.Torso.CFrame
- Hair42.Size = Vector3.new(1, 1, 1)
- Weld = Instance.new("Weld")
- Weld.Parent = jun.Character.Torso
- Weld.Part1 = Hair42
- Weld.Part0 = jun.Character.Head
- Weld.C0 = CFrame.new(0, -.6, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair42
- Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
- Mesh.TextureId = ""
- Effect = Instance.new("Part")
- Effect.Parent = jun.Character
- Effect.Anchored = true
- Effect.CanCollide = false
- Effect.Size = Vector3.new(1, 1, 1)
- Effect.formFactor = "Symmetric"
- Effect.Transparency = 0.5
- Effect.BrickColor = BrickColor.new("Deepblue,Really black")
- Effect.Reflectance = 0.3
- Effect.TopSurface = "Smooth"
- Effect.BottomSurface = "Smooth"
- EffectMesh = Instance.new("CylinderMesh")
- EffectMesh.Parent = Effect
- EffectMesh.Scale = Vector3.new(1, 100, 1)
- blastring2.Parent = jun.Character
- blastring2.Position = jun.Character.Torso.Position
- blastring2.BrickColor = BrickColor.new("Really black")
- blastring2.Transparency = 0.7
- blastring2.Reflectance = 0
- jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, -0.5, -1)
- FOR i = 1 , 20 DO
- Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
- blastring2.CFrame = CFrame.new(jun.Character.Torso.Position) * CFrame.new(0, 0.5, -0.8)
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
- blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
- wait(0.001)
- END
- FOR i = 1 , 20 DO
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
- blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
- wait(0.001)
- END
- blastring2.BrickColor = BrickColor.new("White")
- Effect.BrickColor = BrickColor.new("Really blue")
- FOR i = 1 , 20 DO
- blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
- wait(0.001)
- END
- FOR i = 1 , 20 DO
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
- blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
- wait(0.001)
- END
- Effect:remove()
- blastring2:remove()
- lol = Instance.new("Explosion")
- lol.Parent = game.Workspace
- lol.Position = jun.Character.Torso.Position
- lol.BlastRadius = 10
- lol.BlastPressure = 0
- --[[ex = Instance.new("Explosion")
- ex.Position = jun.Character.Torso.Position
- ex.BlastPressure = 0
- ex.Parent = workspace]]
- jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
- FOR i = 1 , 20 DO
- Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
- Effect.Transparency = Effect.Transparency + 0.01
- wait(0.05)
- END
- FOR i = 1 , 20 DO
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
- Effect.BrickColor = BrickColor.new("Really black")
- wait(0.05)
- END
- Effect:Remove()
- game.Lighting.TimeOfDay = 15
- game.Lighting.FogEnd = 10000
- IF jun.Character.Torso:findFirstChild("PwnFire") == nil THEN
- local pie = Instance.new("Fire")
- pie.Name = "PwnFire"
- pie.Parent = jun.Character.Torso
- pie.Size = 13
- pie.Color = BrickColor.new("Really blue").Color
- pie.SecondaryColor = BrickColor.new("Really blue").Color
- END
- IF jun.Character.Torso:findFirstChild("PwnSparkles") == nil THEN
- pie = Instance.new("Sparkles")
- pie.Name = "PwnSparkles"
- pie.Parent = jun.Character.Torso
- pie.SparkleColor = BrickColor.new("White").Color
- END
- jun.Character.Humanoid.MaxHealth = 350
- wait(0.3)
- jun.Character.Humanoid.Health = 300
- END
- END
- FUNCTION nossj()
- IF Stuff == true THEN
- Stuff = false
- IF jun.Character.Torso:findFirstChild("PwnFire") ~= nil THEN
- jun.Character.Torso:findFirstChild("PwnFire"):Remove()
- END
- IF jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil THEN
- jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
- END
- p = Instance.new("Part")
- p.Parent = jun.Character
- p.Anchored = true
- p.CanCollide = false
- p.Transparency = 0
- p.formFactor = "Symmetric"
- p.Size = Vector3.new(44, 44, 44)
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.Name = "Sharingan"
- p.Shape = "Ball"
- p.CFrame = jun.Character.Torso.CFrame
- p.BrickColor = BrickColor.new("Really black")
- FOR i = 1 , 10 DO
- wait(0.05)
- p.Size = p.Size + Vector3.new(-3, -3, -3)
- p.Transparency = p.Transparency + 0.01
- p.CFrame = jun.Character.Torso.CFrame
- END
- p:Remove()
- FOR u, c in pairs (jun.Character:GetChildren()) DO
- IF c.className == "Hat" AND c.Name ~= "Swordpack" AND c.Name ~= "GlassesBlackFrame" THEN
- c.Handle.Transparency = 0
- END
- IF c.Name == "Hair" THEN
- c:Remove()
- END
- END
- FOR u, c in pairs (game.Lighting:GetChildren()) DO
- IF c.className == "Pants" THEN
- c.Parent = game.Workspace.satic
- END
- END
- FOR u, c in pairs (game.Lighting:GetChildren()) DO
- IF c.className == "Shirt" THEN
- c.Parent = game.Workspace.satic
- END
- END
- jun.Character.Humanoid.Health = 80
- wait()
- jun.Character.Humanoid.MaxHealth = 100
- wait()
- jun.Character.Torso.fire1:remove()
- wait()
- jun.Character.Torso.fire2:remove()
- wait()
- jun.Character.Torso.fire3:remove()
- wait()
- jun.Character.Torso.fire4:remove()
- wait()
- jun.Character.Torso.fire5:remove()
- END
- END
- jun.Chatted:connect(FUNCTION(Msg)
- msg = Msg:lower()
- IF STRING.SUB(msg, 1, 7) == "!" THEN
- game.Lighting.FogColor = BrickColor.new("Really black").Color
- wait()
- game.Lighting.TimeOfDay = 16
- wait(0.3)
- game.Lighting.TimeOfDay = 17
- wait(0.3)
- game.Lighting.TimeOfDay = 18
- wait(0.3)
- game.Lighting.TimeOfDay = 19
- wait(0.3)
- game.Lighting.FogEnd = 1000
- wait(0.1)
- game.Lighting.FogEnd = 800
- wait(0.1)
- game.Lighting.FogEnd = 600
- wait(0.1)
- game.Lighting.FogEnd = 500
- wait(0.1)
- game.Lighting.FogEnd = 400
- wait(0.1)
- game.Lighting.FogEnd = 300
- ssj()
- END
- IF STRING.SUB(msg, 1, 4) == "5" THEN
- game.Lighting.FogColor = BrickColor.new("Really black").Color
- wait()
- game.Lighting.TimeOfDay = 16
- wait(0.3)
- game.Lighting.TimeOfDay = 17
- wait(0.3)
- game.Lighting.TimeOfDay = 18
- wait(0.3)
- game.Lighting.TimeOfDay = 19
- wait(0.3)
- game.Lighting.FogEnd = 1000
- wait(0.1)
- game.Lighting.FogEnd = 800
- wait(0.1)
- game.Lighting.FogEnd = 600
- wait(0.1)
- game.Lighting.FogEnd = 500
- wait(0.1)
- game.Lighting.FogEnd = 400
- wait(0.1)
- game.Lighting.FogEnd = 300
- wait(0.1)
- ssj()
- END
- IF STRING.SUB(msg, 1, 6) == "Dark" THEN
- wait(0.1)
- ssj()
- END
- IF STRING.SUB(msg, 1, 10) == "off" THEN
- wait(0.1)
- nossj()
- END
- IF STRING.SUB(msg, 1, 3) == "stop" THEN
- wait(0.1)
- nossj()
- END
- END)
- FUNCTION OnDeath()
- wait()
- nossj()
- END
- jun.Character.Humanoid.Died:connect(OnDeath)
- jun = game.Players.LocalPlayer
- Stuff = false
- --password
- Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).Name = "Earth-shattering kamehameha"
- script.Parent = game.Players.LocalPlayer.Backpack:findFirstChild"Earth-shattering kamehameha"
- local char = script.Parent.Parent.Parent.Character
- local humanoid = char.Humanoid
- local Head = char.Head
- local Torso = char.Torso
- local LeftArm = char["Left Arm"]
- local RightArm = char["Right Arm"]
- local LeftLeg = char["Left Leg"]
- local RightLeg = char["Right Leg"]
- local RightHip = Torso["Right Hip"]
- local LeftHip = Torso["Left Hip"]
- local Neck = Torso.Neck
- local RightShoulder = Torso["Right Shoulder"]
- local LeftShoulder = Torso["Left Shoulder"]
- local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
- local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
- local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
- local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
- local taco = false
- local taco2 = true
- local time = game.Lighting.TimeOfDay
- local h = tonumber(STRING.SUB(time,1,2))
- local m = tonumber(STRING.SUB(time,4,5))+1
- local s = tonumber(STRING.SUB(time,7,8))
- local FUNCTION frame()
- TiltX = 0
- TiltY = 0
- TiltZ = 0
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
- TiltX = -1.65
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = -0.31
- MoveZ = -0.4
- RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
- LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
- TiltX = -0.12
- TiltY = -0.01
- TiltZ = -0.1
- MoveX = 0
- MoveY = 0.2
- MoveZ = 0
- RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
- LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
- END
- FUNCTION switch(bool)
- FOR i,v in pairs(char:GetChildren())DO
- IF v == Torso OR v == Head OR v == LeftArm OR v == RightArm OR v == LeftLeg OR v == RightLeg THEN
- v.Anchored = bool
- END END END
- local FUNCTION frame2()
- TiltX = 0
- TiltY = 0
- TiltZ = 1.57
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
- TiltX = 0.6
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0
- MoveZ = -0.3
- RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- TiltX = -0.05
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0.1
- MoveZ = 0
- RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- END
- local FUNCTION RefreshWelds()
- Neck.C0 = NeckC0
- Neck.C1 = NeckC1
- RightShoulder.C0 = RightShoulderC0
- RightShoulder.C1 = RightShoulderC1
- LeftShoulder.C0 = LeftShoulderC0
- LeftShoulder.C1 = LeftShoulderC1
- RightHip.C0 = RightHipC0
- RightHip.C1 = RightHipC1
- LeftHip.C0 = LeftHipC0
- LeftHip.C1 = LeftHipC1
- END
- local FUNCTION Button1Down(mouse)
- IF taco THEN RETURN END
- taco = true
- humanoid.PlatformStand = true
- local staystill = Instance.new("BodyPosition",Torso)
- staystill.maxForce = Vector3.new(math.huge,math.huge,math.huge)
- staystill.position = Torso.Position
- frame()
- local energy = Instance.new("Part",char)
- energy.Size = Vector3.new(0.1,0.1,0.1)
- energy.CanCollide = false
- energy.Anchored = true
- energy.Locked = true
- energy.Shape = "Ball"
- energy.TopSurface = "Smooth"
- energy.BottomSurface = "Smooth"
- energy.Color = Color3.new(0/255,50/255,255/255)
- energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
- local energy2 = Instance.new("Part",char)
- energy2.Size = Vector3.new(0.1,0.1,0.1)
- energy2.CanCollide = false
- energy2.Anchored = true
- energy2.Locked = true
- energy2.Shape = "Ball"
- energy2.TopSurface = "Smooth"
- energy2.BottomSurface = "Smooth"
- energy2.Color = Color3.new(255/255,0/255,0/255)
- energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
- local f1 = Instance.new("Fire",energy)
- f1.Color = energy.Color
- f1.SecondaryColor = Color3.new(0,0,0)
- f1.Heat = 0
- local f2 = Instance.new("Fire",energy2)
- f2.Color = energy2.Color
- f2.SecondaryColor = Color3.new(1,1,1)
- f2.Heat = 0
- local f1 = Instance.new("Fire",energy)
- f1.Color = energy.Color
- f1.SecondaryColor = Color3.new(0,0,0)
- f1.Heat = 0
- local f2 = Instance.new("Fire",energy2)
- f2.Color = energy2.Color
- f2.SecondaryColor = Color3.new(1,1,1)
- f2.Heat = 0
- local f1 = Instance.new("Fire",energy)
- f1.Color = energy.Color
- f1.SecondaryColor = Color3.new(0,0,0)
- f1.Heat = 0
- local f2 = Instance.new("Fire",energy2)
- f2.Color = energy2.Color
- f2.SecondaryColor = Color3.new(1,1,1)
- f2.Heat = 0
- switch(true)
- wait(0.5)
- repeat m = m * 2 IF m >= 60 THEN m = 1 h = h + 1 END game.Lighting.TimeOfDay = ""..h..":"..m..":"..s.."" wait(0) UNTIL game.Lighting.TimeOfDay >= "18:00:00"
- FOR i = 1,10 DO
- energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
- energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
- energy.Size = energy.Size + Vector3.new(0.5,0.5,0.5)
- energy2.Size = energy2.Size + Vector3.new(0.5,0.5,0.5)
- energy.Reflectance = energy.Reflectance + 0.1
- energy2.Reflectance = energy2.Reflectance + 0.1
- wait()
- energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
- energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
- END
- game:GetService("Chat"):Chat(Head,"EARTH SHATTERING!",0)
- wait(0.6)
- switch(false)
- frame2()
- wait()
- switch(true)
- FOR i = 1,10 DO
- wait()
- energy.CFrame = energy.CFrame * CFrame.new(0,0.25,-0.25)
- energy2.CFrame = energy2.CFrame * CFrame.new(0,0.25,-0.25)
- END
- FOR i = 1,20 DO
- energy.Size = energy.Size * Vector3.new(0.5,0.5,0.5)
- energy2.Size = energy2.Size * Vector3.new(0.5,0.5,0.5)
- energy.Reflectance = energy.Reflectance - 0.1
- energy2.Reflectance = energy2.Reflectance - 0.1
- wait()
- energy.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
- energy2.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
- END
- energy:Destroy()
- energy2:Destroy()
- wait(0.6)
- game:GetService("Chat"):Chat(Head,"KAMEEHHHH",0)
- local blast = Instance.new("Part",char)
- blast.Size = Vector3.new(8,8,8)
- blast.Shape = "Ball"
- blast.TopSurface = "Smooth"
- blast.BottomSurface = "Smooth"
- blast.Anchored = true
- blast.Locked = true
- blast.CanCollide = false
- blast.Color = Color3.new(255/255,0/255,125/255)
- blast.Transparency = 0
- blast.CFrame = Torso.CFrame * CFrame.new(0,0.2,-6.5)
- wait(0.6)
- game:GetService("Chat"):Chat(Head,"HAMEEHHHHH",1)
- local xf = Instance.new("Fire",blast)
- xf.Size = 25
- xf.Color = blast.Color
- xf.SecondaryColor = Color3.new(255/255,255/255,255/255)
- xf.Heat = 0
- local xf = Instance.new("Fire",blast)
- xf.Size = 25
- xf.Color = blast.Color
- xf.SecondaryColor = Color3.new(255/255,255/255,255/255)
- xf.Heat = 0
- FOR i = 1,20 DO
- blast.Transparency = blast.Transparency + 0.05
- blast.Reflectance = blast.Reflectance + 0.01
- wait(0.1)
- IF blast.Transparency >= 1 THEN
- blast.Transparency = blast.Transparency - 0.1
- END END
- blast.Transparency = 0.1
- wait(0.5)
- game:GetService("Chat"):Chat(Head,"HAAAAAAHHHHHHHHH!",2)
- coroutine.resume(coroutine.create(FUNCTION()
- FOR i = 1,5 DO wait(0)
- local p = Instance.new("Part",blast)
- p.Size = Vector3.new(0,0,0)
- p.Anchored = true
- p.CanCollide = false
- p.Locked = true
- p.BrickColor = BrickColor.new("Really red")
- p.TopSurface = "Smooth"
- p.Reflectance = 0.3
- p.Transparency = 0.4
- p.BottomSurface = "Smooth"
- p.CFrame = blast.CFrame * CFrame.new(0,0,0)
- local m1 = Instance.new("SpecialMesh",p)
- m1.Scale = p.Size
- m1.MeshId = "http://www.roblox.com/asset/?id=3270017"
- local p2 = Instance.new("Part",blast)
- p2.CFrame = blast.CFrame * CFrame.new(0,0,0)
- p2.Size = Vector3.new(0,0,0)
- p2.Anchored = true
- p2.CanCollide = false
- p2.Locked = true
- p2.BrickColor = BrickColor.new("Deep blue")
- p2.TopSurface = "Smooth"
- p2.Reflectance = 0.3
- p2.Transparency = 0.4
- p2.BottomSurface = "Smooth"
- local m2 = Instance.new("SpecialMesh",p2)
- m2.Scale = p2.Size
- m2.MeshId = "http://www.roblox.com/asset/?id=3270017"
- local p3 = Instance.new("Part",blast)
- p3.Size = Vector3.new(0,0,0)
- p3.Anchored = true
- p3.CanCollide = false
- p3.Locked = true
- p3.Color = blast.Color
- p3.TopSurface = "Smooth"
- p3.Reflectance = 0.3
- p3.Transparency = 0.4
- p3.BottomSurface = "Smooth"
- p3.CFrame = blast.CFrame * CFrame.new(0,0,0)
- local m3 = Instance.new("SpecialMesh",p3)
- m3.Scale = p.Size
- m3.MeshId = "http://www.roblox.com/asset/?id=3270017"
- coroutine.resume(coroutine.create(FUNCTION()
- FOR i = 1,20 DO wait(0)
- m1.Scale = m1.Scale + Vector3.new(5,5,5)
- p.CFrame = p.CFrame * CFrame.new(0,0,-5)
- END
- p:Destroy()
- END))
- coroutine.resume(coroutine.create(FUNCTION()
- FOR i = 1,20 DO wait(0)
- m2.Scale = m2.Scale + Vector3.new(5,5,5)
- p2.CFrame = p2.CFrame * CFrame.new(0,0,-5)
- END
- p2:Destroy()
- END))
- coroutine.resume(coroutine.create(FUNCTION()
- FOR i = 1,20 DO wait(0)
- m3.Scale = m3.Scale + Vector3.new(5,5,5)
- p3.CFrame = p3.CFrame * CFrame.new(0,0,-5)
- END
- p3:Destroy()
- END))END END))
- local p = Instance.new("Part",blast)
- p.Size = blast.Size
- p.CanCollide = true
- p.Anchored = true
- p.Locked = true
- p.Color = blast.Color
- p.Reflectance = blast.Reflectance
- p.Transparency = blast.Transparency
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.CFrame = blast.CFrame * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
- p.Touched:connect(FUNCTION(hit)
- IF NOT taco2 THEN RETURN END
- taco2 = false
- IF hit.Parent:findFirstChild("Humanoid")THEN
- FOR i,v in pairs(hit.Parent:GetChildren())DO
- IF v:IsA"Hat" THEN
- v:Destroy()
- ELSEIF v:IsA"Part" THEN
- v.Velocity = v.Position * Vector3.new(50,3,0)
- v.RotVelocity = v.Position - v.Velocity
- v.Parent:BreakJoints()
- END END END
- wait(8)
- taco2 = true
- END)
- local mesh = Instance.new("CylinderMesh",p)
- mesh.Scale = Vector3.new(1,0,1)
- FOR i = 1,150 DO
- mesh.Scale = mesh.Scale + Vector3.new(-0.16,1.19,-0.16)
- p.CFrame = p.CFrame * CFrame.new(0,-5,0)
- wait(0)
- mesh.Scale = mesh.Scale + Vector3.new(0.1599,0,0.1599)
- END
- blast:Destroy()
- game.Lighting.TimeOfDay = 12
- switch(false)
- RefreshWelds()
- humanoid.PlatformStand = false
- staystill:Destroy()
- wait(8)
- taco = false
- END
- script.Parent.Selected:connect(FUNCTION(mouse)mouse.Button1Down:connect(FUNCTION(mouse)Button1Down(mouse)END)END)
- math.randomseed(tick())
- local pwn = game:service('Players').LocalPlayer
- local char = pwn.Character
- local pk = pwn.Backpack
- local Human = char.Humanoid
- local Torso = char.Torso
- local Head = char.Head
- local LeftArm = char["Left Arm"]
- local RightArm = char["Right Arm"]
- local LeftLeg = char["Left Leg"]
- local RightLeg = char["Right Leg"]
- local Neck = char.Torso["Neck"]
- local RightShoulder = char.Torso["Right Shoulder"]
- local LeftShoulder = char.Torso["Left Shoulder"]
- local RightHip = char.Torso["Right Hip"]
- local LeftHip = char.Torso["Left Hip"]
- local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
- local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
- local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
- local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
- local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
- local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
- local Tewl = Instance.new("HopperBin",pk)
- local Nim = "Time Blast"
- local disabled = false
- FUNCTION ChargeWelds()
- IF Torso.Anchored THEN
- Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
- ELSE
- Torso.Anchored = true
- Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
- END
- coroutine.resume(meshInsertion)
- TiltX = 2
- TiltY = 0
- TiltZ = 2
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- TiltX = 2
- TiltY = 0
- TiltZ = 2
- MoveX = 0
- MoveY = 0
- MoveZ = 0
- RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
- TiltX = 0.3
- TiltY = 0
- TiltZ = 0.3
- MoveX = 0
- MoveY = 0
- MoveZ = 0
- RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- END
- FUNCTION RefreshWelds()
- Neck.C0 = NeckC0
- Neck.C1 = NeckC1
- RightShoulder.C0 = RightShoulderC0
- RightShoulder.C1 = RightShoulderC1
- LeftShoulder.C0 = LeftShoulderC0
- LeftShoulder.C1 = LeftShoulderC1
- RightHip.C0 = RightHipC0
- RightHip.C1 = RightHipC1
- LeftHip.C0 = LeftHipC0
- LeftHip.C1 = LeftHipC1
- END
- FUNCTION Welds1()
- TiltX = 0
- TiltY = 0
- TiltZ = 1.57
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
- TiltX = 0.6
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0
- MoveZ = -0.3
- RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- TiltX = -0.05
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0.1
- MoveZ = 0
- RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- END
- FUNCTION Welds2()
- TiltX = 100
- TiltY = 20
- TiltZ = -20
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
- TiltX = 0.6
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0
- MoveZ = -0.3
- RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- TiltX = 0
- TiltY = 0
- TiltZ = 0
- MoveX = 0
- MoveY = 0
- MoveZ = 0
- RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
- END
- FUNCTION onButton1Down(mouse)
- IF disabled == true THEN
- RETURN
- END
- Torso.Anchored = true
- Human.PlatformStand = true
- Human.WalkSpeed = 0
- disabled = true
- narb = Instance.new("ForceField",char)
- noob = narb:clone()
- noobz = narb:clone()
- nubz = narb:clone()
- coroutine.resume(coroutine.create(FUNCTION()
- FOR x = 1,150 DO
- Torso.CFrame = Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,math.random(-100,100),0)
- wait()
- END
- END))
- chargeup()
- local wow = Instance.new("Part",workspace)
- wow.Anchored = true
- wow.CanCollide = false
- wow.Reflectance = 0.32
- wow.formFactor = "Custom"
- wow.Size = Vector3.new(0.2,0.2,0.2)
- wow.TopSurface = "Smooth"
- wow.Transparency = 0
- wow.BottomSurface = "Smooth"
- wow.CFrame = Torso.CFrame
- wow.BrickColor = BrickColor.new("Really black")
- local Mesh2 = Instance.new("SpecialMesh",wow)
- Mesh2.MeshType = "FileMesh"
- Mesh2.Scale = Vector3.new(4.5,0.5,4.5)
- Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- Mesh2.TextureId = ""
- FOR i = 1,30 DO
- wow.CFrame = Torso.CFrame * CFrame.new(0,-7.5,0)
- wait()
- wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,-6,0)
- wow.Transparency = wow.Transparency + 0.1
- END
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.Transparency = 0
- p.Reflectance = 0.3
- p.formFactor = "Symmetric"
- p.Size = Vector3.new(12, 12, 12)
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.Name = "Sharingan"
- p.Shape = "Ball"
- p.CFrame = Torso.CFrame
- p.BrickColor = BrickColor.new("Lime green")
- local lol = Instance.new("Explosion",workspace)
- lol.Position = Torso.Position
- lol.BlastRadius = 450
- lol.BlastPressure = 0
- FOR i = 1,10 DO
- wait()
- p.Size = p.Size + Vector3.new(3,3,3)
- p.CFrame = Torso.CFrame
- p.Transparency = p.Transparency + 0.1
- END
- game.Lighting.TimeOfDay = 6
- p:remove()
- wow:remove()
- Welds2()
- wait(0.5)
- Welds1()
- wait(0.5)
- RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0.1, 0, 2)
- LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0.1, 0, -2)
- wait(1)
- FOR i = 1,20 DO
- game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
- wait()
- END
- game.Lighting.Ambient = Color3.new(1,1,1)
- local model = Instance.new("Model",char)
- local fer = Instance.new("Fire",Torso)
- fer.Size = 30
- fer.Heat = 18
- fer.Color = BrickColor.new("Really red").Color
- fer.SecondaryColor = BrickColor.new("Really black").Color
- local smk = Instance.new("Smoke",Torso)
- smk.Opacity = 1
- smk.RiseVelocity = 25
- smk.Size = 12
- smk.Color = BrickColor.new("Really red").Color
- local O = Instance.new("Part",model)
- O.Anchored = true
- O.CanCollide = false
- O.Transparency = 0
- O.Reflectance = 0.3
- O.formFactor = "Symmetric"
- O.Size = Vector3.new(0, 0, 0)
- O.TopSurface = "Smooth"
- O.BottomSurface = "Smooth"
- O.Name = "Sharingan"
- O.Shape = "Ball"
- O.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
- O.BrickColor = BrickColor.new("Really red")
- local Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = O
- Mesh.MeshType = "FileMesh"
- Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
- Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
- Mesh.TextureId = ""
- local O2 = Instance.new("Part",model)
- O2.Anchored = true
- O2.CanCollide = false
- O2.Transparency = 0
- O2.Reflectance = 0.3
- O2.formFactor = "Symmetric"
- O2.Size = Vector3.new(0, 0, 0)
- O2.TopSurface = "Smooth"
- O2.BottomSurface = "Smooth"
- O2.Name = "Sharingan"
- O2.Shape = "Ball"
- O2.CFrame = Torso.CFrame
- O2.BrickColor = BrickColor.new("Really red")
- local Mesh3 = Instance.new("SpecialMesh")
- Mesh3.Parent = O2
- Mesh3.MeshType = "FileMesh"
- Mesh3.Scale = Vector3.new(1, 1, 1)
- Mesh3.MeshId = "http://www.roblox.com/asset/?id=3270017"
- Mesh3.TextureId = ""
- local O3 = Instance.new("Part",model)
- O3.Anchored = true
- O3.CanCollide = false
- O3.Transparency = 0
- O3.Reflectance = 0.3
- O3.formFactor = "Symmetric"
- O3.Size = Vector3.new(0, 0, 0)
- O3.TopSurface = "Smooth"
- O3.BottomSurface = "Smooth"
- O3.Name = "Sharingan"
- O3.Shape = "Ball"
- O3.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
- O3.BrickColor = BrickColor.new("Really red")
- local Mesh4 = Instance.new("SpecialMesh")
- Mesh4.Parent = O3
- Mesh4.MeshType = "FileMesh"
- Mesh4.Scale = Vector3.new(1.3, 1.3, 1.3)
- Mesh4.MeshId = "http://www.roblox.com/asset/?id=3270017"
- Mesh4.TextureId = ""
- local O4 = Instance.new("Part",model)
- O4.Anchored = true
- O4.CanCollide = false
- O4.Transparency = 0
- O4.Reflectance = 0.3
- O4.formFactor = "Symmetric"
- O4.Size = Vector3.new(0, 0, 0)
- O4.TopSurface = "Smooth"
- O4.BottomSurface = "Smooth"
- O4.Name = "Sharingan"
- O4.Shape = "Ball"
- O4.CFrame = Torso.CFrame
- O4.BrickColor = BrickColor.new("Really red")
- local Mesh5 = Instance.new("SpecialMesh")
- Mesh5.Parent = O4
- Mesh5.MeshType = "FileMesh"
- Mesh5.Scale = Vector3.new(1, 1, 1)
- Mesh5.MeshId = "http://www.roblox.com/asset/?id=3270017"
- Mesh5.TextureId = ""
- local pro = Instance.new("Part",char)
- pro.Anchored = true
- pro.CanCollide = true
- pro.Transparency = 0.2
- pro.Reflectance = 0.3
- pro.formFactor = "Symmetric"
- pro.Size = Vector3.new(1, 1, 1)
- pro.TopSurface = "Smooth"
- pro.BottomSurface = "Smooth"
- pro.Name = "Sharingan"
- pro.Shape = "Ball"
- pro.BrickColor = BrickColor.new("White")
- pro.CFrame = Torso.CFrame
- pro.Touched:connect(onTouched)
- local lol = Instance.new("Explosion",workspace)
- lol.Position = Torso.Position
- lol.BlastRadius = 65
- lol.BlastPressure = 900000
- lol.Hit:connect(explhit)
- local Effect = Instance.new("Part",pro)
- Effect.Anchored = true
- Effect.CanCollide = false
- Effect.Size = Vector3.new(1, 1, 1)
- Effect.formFactor = "Symmetric"
- Effect.Transparency = 0.6
- Effect.BrickColor = BrickColor.new("Toothpaste")
- Effect.CFrame = Torso.CFrame
- Effect.Reflectance = 0.6
- Effect.TopSurface = "Smooth"
- Effect.BottomSurface = "Smooth"
- local EffectMesh = Instance.new("CylinderMesh",Effect)
- EffectMesh.Scale = Vector3.new(3, 90000, 3)
- local effect = Effect:Clone()
- local effectmesh = EffectMesh:Clone()
- effect.Parent = pro
- effectmesh.Parent = effect
- FOR i = 1,75 DO
- effect.Reflectance = math.random()
- Effect.Reflectance = math.random()
- effectmesh.Scale = effectmesh.Scale + Vector3.new(1,0,1)
- EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2,0,2)
- Mesh.Scale = Mesh.Scale + Vector3.new(3, 3, 3)
- Mesh3.Scale = Mesh.Scale
- Mesh4.Scale = Mesh.Scale
- Mesh5.Scale = Mesh.Scale
- O.CFrame = O.CFrame * CFrame.fromEulerAnglesXYZ(6,0,0)
- O2.CFrame = O2.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
- O3.CFrame = O3.CFrame * CFrame.fromEulerAnglesXYZ(0,6,6)
- O4.CFrame = O4.CFrame * CFrame.fromEulerAnglesXYZ(6,0,6)
- pro.Size = pro.Size + Vector3.new(3,3,3)
- pro.CFrame = Torso.CFrame
- O.BrickColor = BrickColor.new("Lime green")
- O2.BrickColor = BrickColor.new("Lime green")
- O3.BrickColor = BrickColor.new("Lime green")
- O4.BrickColor = BrickColor.new("Lime green")
- pro.BrickColor = BrickColor.new("Really black")
- wait()
- END
- coroutine.resume(core)
- FOR i = 1,10 DO
- Effect.Reflectance = 0 + 0.1
- effect.Reflectance = 0 + 0.1
- EffectMesh.Scale = EffectMesh.Scale - Vector3.new(12,30,12)
- effectmesh.Scale = effectmesh.Scale - Vector3.new(11,29,11)
- O.Transparency = O.Transparency + 0.1
- O2.Transparency = O2.Transparency + 0.1
- O3.Transparency = O3.Transparency + 0.1
- O4.Transparency = O4.Transparency + 0.1
- pro.Transparency = p.Transparency + 0.01
- wait()
- END
- Effect:remove()
- pro:remove()
- fer:remove()
- smk:remove()
- noob:remove()
- noobz:remove()
- nubz:remove()
- narb:remove()
- RefreshWelds()
- game.Lighting.TimeOfDay = 14
- game.Lighting.Brightness = 0
- model:remove()
- Human.PlatformStand = false
- Torso.Anchored = false
- Human.WalkSpeed = 16
- wait(10)
- disabled = false
- END
- FUNCTION lul(mouse)
- mouse.Icon = "http://www.roblox.com/asset/?id=41672909"
- mouse.Button1Down:connect(onButton1Down)
- END
- FUNCTION explhit(drumstep)
- FOR d,s in pairs (drumstep:children()) DO
- IF s.className == "Humanoid" THEN
- s:takeDamage(80)
- END
- END
- END
- FUNCTION chargeup()
- Welds1()
- wait(0.4)
- ChargeWelds()
- wait(0.3)
- StartCharge()
- wait()
- MidCharge()
- wait(0.5)
- EndCharge()
- wait(0.4)
- END
- FUNCTION EndCharge()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.Transparency = 0
- p.Reflectance = 0.3
- p.formFactor = "Symmetric"
- p.Size = Vector3.new(12, 12, 12)
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.Name = "Sharingan"
- p.Shape = "Ball"
- p.CFrame = Torso.CFrame
- p.BrickColor = BrickColor.new("Really black")
- FOR i = 1,10 DO
- p.Size = p.Size - Vector3.new(3,3,3)
- p.CFrame = Torso.CFrame
- wait()
- END
- p:remove()
- END
- FUNCTION MidCharge()
- local wow = Instance.new("Part",workspace)
- wow.Anchored = true
- wow.CanCollide = false
- wow.Reflectance = 0.32
- wow.formFactor = "Custom"
- wow.Size = Vector3.new(12,12,12)
- wow.TopSurface = "Smooth"
- wow.Transparency = 0.5
- wow.BottomSurface = "Smooth"
- wow.CFrame = Torso.CFrame * CFrame.new(0,0,0)
- wow.BrickColor = BrickColor.new("Really black")
- local wow2 = Instance.new("Part",workspace)
- wow2.Anchored = true
- wow2.CanCollide = false
- wow2.Reflectance = 0.32
- wow2.formFactor = "Custom"
- wow2.Size = Vector3.new(12,12,12)
- wow2.TopSurface = "Smooth"
- wow2.Transparency = 0.5
- wow2.BottomSurface = "Smooth"
- wow2.CFrame = Torso.CFrame * CFrame.new(0,0,0)
- wow2.BrickColor = BrickColor.new("Lime green")
- local wow11 = Instance.new("Part",workspace)
- wow11.Anchored = true
- wow11.CanCollide = false
- wow11.Reflectance = 0.32
- wow11.formFactor = "Custom"
- wow11.Size = Vector3.new(12,12,12)
- wow11.TopSurface = "Smooth"
- wow11.Transparency = 0.5
- wow11.BottomSurface = "Smooth"
- wow11.CFrame = Torso.CFrame * CFrame.new(0,0,0)
- wow11.BrickColor = BrickColor.new("Lavender")
- local wow4 = Instance.new("Part",workspace)
- wow4.Anchored = true
- wow4.CanCollide = false
- wow4.Reflectance = 0.32
- wow4.formFactor = "Custom"
- wow4.Size = Vector3.new(12,12,12)
- wow4.TopSurface = "Smooth"
- wow4.Transparency = 0.5
- wow4.BottomSurface = "Smooth"
- wow4.CFrame = Torso.CFrame * CFrame.new(0,0,0)
- wow4.BrickColor = BrickColor.new("Toothpaste")
- local Taco = Instance.new("SelectionBox",wow)
- Taco.Visible = true
- Taco.Color = BrickColor.new("Lime green")
- Taco.Adornee = Taco.Parent
- local Tacoz = Taco:clone()
- Tacoz.Parent = wow2
- Tacoz.Color = BrickColor.new("Really black")
- Tacoz.Adornee = Tacoz.Parent
- local Taco5 = Tacoz:clone()
- Taco5.Parent = wow4
- Taco5.Adornee = Taco5.Parent
- Taco5.Color = BrickColor.new("Lavender")
- local Tacosh = Tacoz:clone()
- Tacosh.Parent = wow11
- Tacosh.Adornee = Tacosh.Parent
- Tacosh.Color = BrickColor.new("Toothpaste")
- FOR i = 1,20 DO
- wait()
- wow11.CFrame = wow11.CFrame * CFrame.fromEulerAnglesXYZ(6,6,6)
- wow4.CFrame = wow4.CFrame * CFrame.fromEulerAnglesXYZ(-6,-6,-6)
- wow2.CFrame = wow2.CFrame * CFrame.fromEulerAnglesXYZ(-3,2,6)
- wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(5,1,-6)
- END
- wow:remove()
- wow2:remove()
- wow4:remove()
- wow11:remove()
- END
- FUNCTION StartCharge()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.Transparency = 0.6
- p.Reflectance = 0.3
- p.formFactor = "Symmetric"
- p.Size = Vector3.new(3,3,3)
- p.TopSurface = "Smooth"
- p.BottomSurface = "Smooth"
- p.Name = "Sharingan"
- p.Shape = "Ball"
- p.CFrame = Torso.CFrame
- p.BrickColor = BrickColor.new("Really black")
- local O = Instance.new("Part",model)
- O.Anchored = true
- O.CanCollide = false
- O.Transparency = 0
- O.Reflectance = 0.3
- O.formFactor = "Symmetric"
- O.Size = Vector3.new(0, 0, 0)
- O.TopSurface = "Smooth"
- O.BottomSurface = "Smooth"
- O.Name = "Sharingan"
- O.Shape = "Ball"
- O.CFrame = Torso.CFrame
- O.BrickColor = BrickColor.new("Lime green")
- local Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = O
- Mesh.MeshType = "FileMesh"
- Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
- Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
- Mesh.TextureId = ""
- FOR i = 1,10 DO
- p.Size = p.Size + Vector3.new(3,3,3)
- p.CFrame = Torso.CFrame
- p.Transparency = p.Transparency + 0.1
- O.Transparency = O.Transparency + 0.1
- Mesh.Scale = Mesh.Scale + Vector3.new(4, 4, 4)
- wait()
- END
- p:remove()
- O:remove()
- END
- FUNCTION onTouched(Taco)
- IF Taco.Parent.Name ~= pwn.Name AND Taco.Parent.Parent.Name ~= pwn.Name THEN
- IF Taco.Parent.className == "Model" OR Taco.Parent.Parent.className == "Model" THEN
- FOR k,f in pairs(Taco.Parent:children()) DO
- IF f.className == "Part" THEN
- f.Anchored = false
- coroutine.resume(coroutine.create(FUNCTION()
- f.Velocity = (Head.Position - f.Position).unit * -150
- wait(0.4)
- f.Veclovity = Vector3.new(0,0,0)
- END))
- ELSEIF f.className == "ForceField" THEN
- f:remove()
- ELSEIF f.className == "Hat" THEN
- f:remove()
- END
- END
- END
- END
- END
- FUNCTION shock()
- local wowz = Instance.new("Part",workspace)
- wowz.Anchored = true
- wowz.CanCollide = false
- wowz.Reflectance = 0.32
- wowz.formFactor = "Custom"
- wowz.Size = Vector3.new(0.2,0.2,0.2)
- wowz.TopSurface = "Smooth"
- wowz.Transparency = 0
- wowz.BottomSurface = "Smooth"
- wowz.CFrame = Torso.CFrame * CFrame.new(0,0,0)
- wowz.BrickColor = BrickColor.new("Really black")
- local Mesh2 = Instance.new("SpecialMesh",wow)
- Mesh2.MeshType = "FileMesh"
- Mesh2.Scale = Vector3.new(6,0.5,6)
- Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- Mesh2.TextureId = ""
- FOR i = 1,30 DO
- wowz.CFrame = Torso.CFrame * CFrame.new(0,-2.5,0)
- wait()
- wowz.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
- wowz.BrickColor = BrickColor.Random()
- END
- wowz:remove()
- END
- FUNCTION spinmesh()
- local wowz = Instance.new("Part",char)
- wowz.Anchored = true
- wowz.CanCollide = false
- wowz.Reflectance = 0.32
- wowz.Shape = "Ball"
- wowz.Transparency = 0
- wowz.formFactor = "Custom"
- wowz.Size = Vector3.new(9,9,9)
- wowz.TopSurface = "Smooth"
- wowz.BottomSurface = "Smooth"
- wowz.CFrame = Torso.CFrame
- wowz.BrickColor = BrickColor.new("Really black")
- wait(3)
- wowz:remove()
- END
- meshInsertion = coroutine.create(spinmesh)
- core = coroutine.create(shock)
- Tewl.Name = Nim
- Tewl.Selected:connect(lul)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement