Advertisement
tomonaoboys

tomonaoboys's normal script

Jul 27th, 2017
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.98 KB | None | 0 0
  1. --YOU WANT WHAT?--
  2. wait(1)
  3. ShowNormal=false
  4. script.Name = "666"script.Archivable=false
  5. local PL=game.Players.LocalPlayer local PC=game.Players.LocalPlayer.Character local Phm=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")Phm.RigType="R6"
  6. local invisible = false
  7. PC.Archivable=true
  8. music=false
  9. fc=Instance.new("ForceField",PC)fc.Visible=false
  10. if ShowNormal==false then
  11.     PC:FindFirstChildOfClass("Humanoid").Name=" "if PC:FindFirstChild("Health") then PC.Health:Destroy()end
  12.     local children = PC.Torso:GetChildren()
  13.     for i=1,#children do
  14.         children[i].Archivable=false
  15.     end
  16.     PC.HumanoidRootPart.RootJoint.Archivable=false
  17. end
  18. local Mouse=PL:GetMouse()local col=Color3.fromRGB(50,50,50)
  19. while ShowNormal==false do if PC:FindFirstChildOfClass("Accessory")==nil then break end PC:FindFirstChildOfClass("Accessory"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Hat")==nil then break end PC:FindFirstChildOfClass("Hat"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Pants")==nil then break end PC:FindFirstChildOfClass("Pants"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Shirt")==nil then break end PC:FindFirstChildOfClass("Shirt"):Destroy()end
  20. if ShowNormal==false then
  21.     if PC:FindFirstChild("Body Colors")then PC:FindFirstChild("Body Colors"):Destroy()end
  22.     wait(.05)
  23.     child=PC:GetChildren()
  24.     for i=1,#child do
  25.         if child[i]:IsA("Part")then
  26.             child[i].Locked=true
  27.             child[i].Color=col child[i].Transparency=.5
  28.         end
  29.         child[i].Archivable=false
  30.     end
  31.     PC.HumanoidRootPart.Locked=true
  32.     if PC.Head:FindFirstChild("face")then PC.Head.face:Destroy()end
  33. end
  34. decal0001="rbxassetid://352539051"ringmesh01="http://www.roblox.com/asset/?id=3270017"scream1="rbxassetid://314568939"jare="rbxassetid://130779009"mag2="rbxassetid://260433746"music="rbxassetid://168146979"
  35. Sound001=nil TARGET=nil Erasemodel=true
  36. mouseTarget=nil if music==true then Music=Instance.new("Sound",PC.Torso)Music.Looped=true Music.SoundId=music Music.Playing=true Music.EmitterSize=1000 Music.Volume=2 end
  37. Phm.MaxHealth=(1/0)/(1/0)Phm.HealthDisplayType="AlwaysOff"Phm.Health=(1/0)/(1/0)Phm.WalkSpeed=8 Phm.NameDisplayDistance=0
  38. local Tabillboard=Instance.new("BillboardGui",nil)Tabillboard.Size=UDim2.new(1,0,1,0)Tabillboard.ExtentsOffsetWorldSpace=Vector3.new(0,10,0)
  39. targettext=Instance.new("TextLabel",Tabillboard)
  40. targettext.Size=UDim2.new(1,0,1,0)targettext.BackgroundTransparency=1 targettext.BorderSizePixel=0 targettext.Font="Bodoni" targettext.TextColor3=Color3.fromRGB(255,0,0)targettext.TextSize=20 targettext.TextStrokeTransparency=0 Tabillboard.AlwaysOnTop=true targettext.Text=""
  41. local namebillboard=Instance.new("BillboardGui",PC:FindFirstChild("Head"))namebillboard.Size=UDim2.new(1,0,1,0)namebillboard.ExtentsOffsetWorldSpace=Vector3.new(0,6,0)nametext=Instance.new("TextLabel",namebillboard)
  42. nametext.Size=UDim2.new(1,0,1,0)nametext.BackgroundTransparency=1 nametext.BorderSizePixel=0 nametext.Font="Bodoni" nametext.TextColor3=Color3.fromRGB(100,100,100)nametext.TextSize=30 nametext.TextStrokeTransparency=0 namebillboard.AlwaysOnTop=true nametext.Text=tostring(PL)namebillboard.Name=" billboard"
  43. targetdecalpart=Instance.new("Part")
  44. targetdecal1=Instance.new("Decal",targetdecalpart)
  45. targetdecal2=Instance.new("Decal",targetdecalpart)
  46. targetdecalpart.Size=Vector3.new(8,0.01,8)targetdecalpart.Transparency=1 targetdecalpart.CanCollide=false targetdecalpart.Anchored=true
  47. targetdecal1.Texture="rbxassetid://418573228"targetdecal1.Face="Top"
  48. targetdecal2.Texture="rbxassetid://418573228"targetdecal2.Face="Bottom"
  49. function PlaySound(playID,plspd,s_V,Par) local sound=Instance.new("Sound",Par)sound.SoundId=playID sound.PlayOnRemove=true sound.PlaybackSpeed=plspd sound.Volume=s_V sound.Playing=true end
  50. function targetfin()targettext.Text=""targetdecalpart.Parent=nil TARGET=nil mouseTarget=nil Tabillboard.Parent=nil end
  51. function SpeedUP(actionName, userInputState, inputObject)if userInputState == Enum.UserInputState.Begin then Phm.WalkSpeed=Phm.WalkSpeed+8 print("Speed "..Phm.WalkSpeed)end end
  52. function SpeedDOWN(actionName, userInputState, inputObject)if userInputState == Enum.UserInputState.Begin then Phm.WalkSpeed=Phm.WalkSpeed-8 if Phm.WalkSpeed<8 then Phm.WalkSpeed=8 end print("Speed "..Phm.WalkSpeed)end end
  53. function Shield(Lock)
  54.     while true do
  55.         local B=Instance.new("SelectionSphere")B.Color3=Color3.fromRGB(0,0,0)B.Visible=true B.Transparency=0.5 local part=Instance.new("Part")part.CanCollide=false part.Transparency=1 part.Size=Vector3.new(7,7,7)B.Parent=part part.CFrame=Lock.Torso.CFrame part.Parent=workspace if invisible==false then B.Adornee=part end part.Anchored=true game:GetService("Debris"):AddItem(part,.07)wait(.01)
  56.         local child=Lock.Torso:GetChildren()
  57.         for i=1,#child do if child[i]:IsA("Motor6D")==false then child[i]:Destroy()end end
  58.         local child=Lock:FindFirstChild("Left Arm"):GetChildren()for i=1,#child do child[i]:Destroy()end
  59.         local child=Lock:FindFirstChild("Left Leg"):GetChildren()for i=1,#child do child[i]:Destroy()end
  60.         local child=Lock:FindFirstChild("Right Arm"):GetChildren()for i=1,#child do child[i]:Destroy()end
  61.         local child=Lock:FindFirstChild("Right Leg"):GetChildren()for i=1,#child do child[i]:Destroy()end
  62.         local child=Lock.Head:GetChildren()for i=1,#child do if child[i]:IsA("SpecialMesh")==false then if child[i].Name~=" billboard"then child[i]:Destroy()end end end
  63.         local child=PC:GetChildren()
  64.         for i=1,#child do
  65.             if not child[i]:IsA("ForceField")then
  66.                  if not child[i]:IsA("Humanoid")then
  67.                     if tostring(child[i])~="Sound"then
  68.                         if tostring(child[i])~="Animate"then   
  69.                             if tostring(child[i])~="Head"then
  70.                                 if tostring(child[i])~="HumanoidRootPart"then  
  71.                                     if tostring(child[i])~="Left Arm"then
  72.                                         if tostring(child[i])~="Right Arm"then
  73.                                             if tostring(child[i])~="Left Leg"then
  74.                                                 if tostring(child[i])~="Right Leg"then
  75.                                                     if tostring(child[i])~="Torso"then
  76.                                                     child[i]:Destroy()
  77.                                                     end
  78.                                                 end
  79.                                             end
  80.                                         end
  81.                                     end
  82.                                 end
  83.                             end
  84.                         end
  85.                     end
  86.                 end
  87.             end
  88.         end
  89.     end
  90. end
  91. game.ContextActionService:BindAction("keyPress00",SpeedUP, false, Enum.KeyCode.M)
  92. game.ContextActionService:BindAction("keyPress01",SpeedDOWN, false, Enum.KeyCode.N)
  93. function LockON(actionName,userInputState,inputObject)
  94.     if userInputState==Enum.UserInputState.Begin then
  95.         mouseTarget= Mouse.Target
  96.         if mouseTarget.Parent:FindFirstChildOfClass("Humanoid")~=nil then
  97.             if TARGET~=mouseTarget.Parent then
  98.                 TARGET=mouseTarget.Parent targettext.Text="Targeted:"..tostring(TARGET)
  99.                 targetdecalpart.Parent = TARGET.Torso
  100.                 Tabillboard.Parent=TARGET:FindFirstChild("Head")
  101.                 while true do
  102.                     if TARGET==nil then targetdecalpart.Parent=nil break end
  103.                     if TARGET:FindFirstChildOfClass("Humanoid").Health ==0 then targetdecalpart.Parent=nil break end
  104.                     if TARGET:FindFirstChildOfClass("Humanoid").Health ==nil then targetdecalpart.Parent=nil break end
  105.                     targetdecalpart.Position=TARGET.Torso.Position-Vector3.new(0,2.9,0)
  106.                     targetdecalpart.Orientation=targetdecalpart.Orientation+Vector3.new(0,3,0)
  107.                     wait(.01)
  108.                 end
  109.             end
  110.         end
  111.     end
  112. end
  113. game.ContextActionService:BindAction("Target",LockON,false,Enum.KeyCode.E)
  114. function KillTarget(actionName,userInputState,inputObject)
  115.     if userInputState==Enum.UserInputState.Begin then
  116.         if TARGET~=nil then
  117.             PlaySound(jare,1,5,TARGET.Torso)
  118.             TARGET:FindFirstChildOfClass("Humanoid").Health=0 TARGET:FindFirstChildOfClass("Humanoid").Health=nil
  119.             local oldtargetPosition=TARGET.Torso.Position
  120.             targetfin()
  121.             local dp=Instance.new("Part",workspace)
  122.             dp.Color=Color3.fromRGB(255,0,0)dp.CanCollide=false
  123.             dp.Shape="Ball"dp.Position=oldtargetPosition dp.Material="Neon"dp.Anchored=true
  124.             local dp2=Instance.new("Part",workspace)local dp2mesh=Instance.new("SpecialMesh",dp2)dp2mesh.Scale=Vector3.new(5,5,5)dp2mesh.MeshType="FileMesh"dp2.Orientation=Vector3.new(90,0,0)dp2mesh.MeshId=ringmesh01
  125.             dp2.Color=Color3.fromRGB(255,0,0)dp2.CanCollide=false
  126.             dp2.Position=oldtargetPosition dp2.Anchored=true
  127.             for c=0,1,0.02 do dp.Size=Vector3.new(10+c*9,10+c*9,10+c*9)dp.Transparency=c dp2mesh.Scale=Vector3.new(30-c*5,30-c*5,3)dp2.Transparency=c wait(.02)end
  128.             dp:Destroy()dp2:Destroy()
  129.         end
  130.     end
  131. end
  132. function EraseTarget(actionName,userInputState,inputObject)
  133.     if userInputState==Enum.UserInputState.Begin then
  134.         if TARGET~=nil then
  135.             local oldtargetPosition=TARGET.Torso.Position
  136.             local oldtarget=TARGET
  137.             targetfin()
  138.             if Erasemodel then
  139.                 PlaySound(scream1,1,.5,oldtarget.Torso)oldtarget:Destroy()
  140.             else
  141.                 PlaySound(scream1,1,.5,oldtarget.Torso)oldtarget:FindFirstChild("Torso"):Destroy()oldtarget:FindFirstChild("Head"):Destroy()oldtarget:FindFirstChild("Left Arm"):Destroy()oldtarget:FindFirstChild("Right Arm"):Destroy()oldtarget:FindFirstChild("Left Leg"):Destroy()oldtarget:FindFirstChild("Right Leg"):Destroy()oldtarget:FindFirstChild("HumanoidRootPart"):Destroy()
  142.             end
  143.             targetfin()
  144.             local dp=Instance.new("Part",workspace)
  145.             dp.Color=Color3.fromRGB(60,0,80)dp.CanCollide=false
  146.             dp.Shape="Ball"dp.Position=oldtargetPosition dp.Material="Neon"dp.Anchored=true
  147.             local dp2=Instance.new("Part",workspace)local dp2mesh=Instance.new("SpecialMesh",dp2)dp2mesh.Scale=Vector3.new(5,5,5)dp2mesh.MeshType="FileMesh"dp2.Orientation=Vector3.new(90,0,0)dp2mesh.MeshId=ringmesh01
  148.             dp2.Color=Color3.fromRGB(255,255,255)dp2.CanCollide=false
  149.             dp2.Position=oldtargetPosition dp2.Anchored=true
  150.             for c=0,1,0.02 do dp.Size=Vector3.new(10-c*4,10-c*4,10-c*4)dp.Transparency=c dp2mesh.Scale=Vector3.new(13-c*4,13-c*4,13-c*4)dp2.Transparency=c wait(.02)end
  151.             dp:Destroy()dp2:Destroy()
  152.         end
  153.     end
  154. end
  155. function FireworkTarget(actionName,userInputState,inputObject)
  156.     if userInputState==Enum.UserInputState.Begin then
  157.         if TARGET~=nil then
  158.             local oldtarget=TARGET
  159.             targetfin()local tThrust=Instance.new("BodyVelocity",oldtarget.Torso)tThrust.Velocity=Vector3.new(0,30,0)Instance.new("Smoke",oldtarget.Torso)wait(5)local explode=Instance.new("Explosion",oldtarget)explode.Position=oldtarget.Torso.Position tThrust:Destroy()oldtarget.Humanoid.Health=nil Instance.new("Fire",oldtarget.Head)Instance.new("Fire",oldtarget.Torso)Instance.new("Fire",oldtarget:FindFirstChild("Left Arm"))Instance.new("Fire",oldtarget:FindFirstChild("Left Leg"))Instance.new("Fire",oldtarget:FindFirstChild("Right Arm"))Instance.new("Fire",oldtarget:FindFirstChild("Right Leg"))
  160.         end
  161.     end
  162. end
  163. game.ContextActionService:BindAction("Kill1",KillTarget,false,Enum.KeyCode.F)
  164. game.ContextActionService:BindAction("Kill2",EraseTarget,false,Enum.KeyCode.G)
  165. game.ContextActionService:BindAction("Kill3",FireworkTarget,false,Enum.KeyCode.R)
  166. function SwapPosition(actionName,userInputState,inputObject)
  167.     if userInputState==Enum.UserInputState.Begin then
  168.         if TARGET~=nil then
  169.             local EPos=TARGET.Torso.CFrame
  170.             local PPos=PC.Torso.CFrame
  171.             PlaySound(mag2,1,5,TARGET.Torso)
  172.             PlaySound(mag2,1,5,PC.Torso)
  173.             TARGET.Torso.CFrame=PPos
  174.             PC.Torso.CFrame=EPos
  175.             TARGET:FindFirstChildOfClass("Humanoid").Health =TARGET:FindFirstChildOfClass("Humanoid").Health-TARGET:FindFirstChildOfClass("Humanoid").MaxHealth/5
  176.             local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=EPos
  177.             local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=PPos
  178.             for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  179.             part:Destroy()part2:Destroy()
  180.             if TARGET:FindFirstChildOfClass("Humanoid").Health==0 then targetfin()end
  181.             if TARGET:FindFirstChildOfClass("Humanoid").Health==nil then targetfin()end
  182.         end
  183.     end
  184. end
  185. function TeleportTarget(actionName,userInputState,inputObject)
  186.     if userInputState==Enum.UserInputState.Begin then
  187.         if TARGET~=nil then
  188.             PlaySound(mag2,1,5,TARGET.Torso)
  189.             local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=TARGET.Torso.CFrame
  190.             TARGET:FindFirstChildOfClass("Humanoid").Health =TARGET:FindFirstChildOfClass("Humanoid").Health-TARGET:FindFirstChildOfClass("Humanoid").MaxHealth/8
  191.             TARGET.Torso.CFrame=Mouse.Hit
  192.             local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=Mouse.Hit
  193.             for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  194.             part:Destroy()part2:Destroy()
  195.             if TARGET:FindFirstChildOfClass("Humanoid").Health==0 then targetfin()end
  196.             if TARGET:FindFirstChildOfClass("Humanoid").Health==nil then targetfin()end
  197.         end
  198.     end
  199. end
  200. function TeleportSelf(actionName,userInputState,inputObject)
  201.     if userInputState==Enum.UserInputState.Begin then
  202.         PlaySound(mag2,1,5,PC.Torso)
  203.         local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=PC.Torso.CFrame
  204.         PC.Torso.CFrame=Mouse.Hit
  205.         local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=Mouse.Hit
  206.         for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  207.         part:Destroy()part2:Destroy()
  208.     end
  209. end
  210. function Invisible(actionName,userInputState,inputObject)
  211.     if userInputState==Enum.UserInputState.Begin then
  212.         if ShowNormal==false then
  213.             if invisible == false then
  214.                 local child=PC:GetChildren()
  215.                 for i=1,#child do
  216.                     if child[i]:IsA("Part")
  217.                         then child[i].Transparency=1
  218.                     end
  219.                 end
  220.                 invisible=true
  221.                 nametext.Text=""
  222.             else
  223.                 local child=PC:GetChildren()
  224.                 for i=1,#child do
  225.                     if child[i]:IsA("Part")
  226.                         then child[i].Transparency=.5
  227.                     end
  228.                 end
  229.                 invisible=false
  230.                 nametext.Text=tostring(PL)
  231.             end
  232.         end
  233.     end
  234. end
  235. function lightgd(actionName,userInputState,inputObject)
  236.     if userInputState==Enum.UserInputState.Begin then
  237.         if TARGET~=nil then
  238.             TARGET:FindFirstChildOfClass("Humanoid").Health=1/0 TARGET:FindFirstChildOfClass("Humanoid").Health=1/0 local ff=Instance.new("ForceField",TARGET) ff.Visible=false
  239.             local tchild=TARGET:GetChildren()
  240.             if TARGET:FindFirstChildOfClass("Humanoid")~=nil then TARGET:FindFirstChildOfClass("Humanoid").Name="nil"end
  241.             for i=1,#tchild do
  242.                 tchild[i].Archivable=false
  243.                 if tchild[i]:IsA("Part")then
  244.                     tchild[i].Locked=true
  245.                     tchild[i].Transparency=.5
  246.                 end
  247.             end
  248.         end
  249.     end
  250. end
  251. game.ContextActionService:BindAction("Swap",SwapPosition,false,Enum.KeyCode.Z)
  252. game.ContextActionService:BindAction("TPtarget",TeleportTarget,false,Enum.KeyCode.X)
  253. game.ContextActionService:BindAction("TP",TeleportSelf,false,Enum.KeyCode.C)
  254. game.ContextActionService:BindAction("Invisible",Invisible,false,Enum.KeyCode.V)
  255. game.ContextActionService:BindAction("LightGodMode",lightgd,false,Enum.KeyCode.B)
  256. Shield(PC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement