Advertisement
DaOMEGAa32

john doe script

Oct 25th, 2019
6,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ----creditz to all cuz i forgot wat user im fat and lazy to checc
  2. wait (1)
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Name"
  6. s.SoundId = "rbxassetid://1837216568"
  7. s.Volume = 3
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0.1)
  14.  
  15. s:play()
  16. local s = Instance.new("Sound")
  17.  
  18. s.Name = "Name"
  19. s.SoundId = "rbxassetid://191908123"
  20. s.Volume = 4
  21. s.Looped = true
  22. s.archivable = false
  23.  
  24. s.Parent = game.Workspace
  25.  
  26. wait(0.1)
  27.  
  28. s:play()
  29. plr = game.Players.LocalPlayer
  30. mouse = plr:GetMouse()
  31. function onClicked()
  32. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("i have hacked you now.." ,"All")
  33. local x = Instance.new("Explosion", workspace)
  34. x.Position = mouse.Hit.p
  35. x.BlastRadius = 1
  36. x.BlastPressure = 2
  37. end
  38. mouse.Button1Down:connect(onClicked)
  39. local face = script.Parent.Head.face
  40. face.Texture = ("http://www.roblox.com/asset/?id=1574872752")
  41. pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
  42. pe.Texture = "http://www.roblox.com/asset/?id=1542830485"
  43. pe.VelocitySpread = 5
  44. Effects = { }
  45. local Player = game.Players.localPlayer
  46. local Character = Player.Character
  47. local Humanoid = Character.Humanoid
  48. local Mouse = Player:GetMouse()
  49. local LeftArm = Character["Left Arm"]
  50. local RightArm = Character["Right Arm"]
  51. local LeftLeg = Character["Left Leg"]
  52. local RightLeg = Character["Right Leg"]
  53. local Head = Character.Head
  54. local Torso = Character.Torso
  55. local Camera = game.Workspace.CurrentCamera
  56. local RootPart = Character.HumanoidRootPart
  57. local RootJoint = RootPart.RootJoint
  58. local attack = false
  59. local Anim = 'Idle'
  60. local attacktype = 1
  61. local delays = false
  62. local play = true
  63. local targetted = nil
  64. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  65. local velocity = RootPart.Velocity.y
  66. local sine = 0
  67. local change = 1
  68. local doe = 0
  69. local Create = LoadLibrary("RbxUtility").Create
  70. P=Instance.new("ForceField", game.Players.LocalPlayer.Character)
  71. P.Visible = false
  72. local Lighty = game:GetService"Lighting"
  73. local Sitting = false
  74. local idleC = 0
  75. local m = Create("Model"){
  76. Parent = Character,
  77. Name = "WeaponModel",
  78. }
  79. spawn(function()
  80. Character.Humanoid.MaxHealth = math.huge
  81. Character.Humanoid.Health = math.huge
  82. while wait() do
  83. Head.BrickColor = BrickColor.new("Cool yellow")
  84. RightArm.BrickColor = BrickColor.new("Cool yellow")
  85. LeftArm.BrickColor = BrickColor.new("Cool yellow")
  86. Torso.BrickColor = BrickColor.new("Bright yellow")
  87. RightLeg.BrickColor = BrickColor.new("Medium blue")
  88. LeftLeg.BrickColor = BrickColor.new("Medium blue")
  89. end
  90. end)
  91. for i,v in pairs(Character:children()) do
  92. if v:IsA("Accessory") then
  93. v:Destroy()
  94. end
  95. end
  96. for i,v in pairs(Character:children()) do
  97. if v:IsA("Shirt") then
  98. v:Destroy()
  99. end
  100. end
  101. for i,v in pairs(Character:children()) do
  102. if v:IsA("Pants") then
  103. v:Destroy()
  104. end
  105. end
  106. for i,v in pairs(Character:children()) do
  107. if v:IsA("Graphic Shirt") then
  108. v:Destroy()
  109. end
  110. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement