DontBlinkDrWho

Untitled

Jun 8th, 2017
5,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.36 KB | None | 0 0
  1.     wait(1)
  2. local p = game:GetService("Players")
  3. pp = p.LocalPlayer--The variable is named after your small 'thing'.
  4. local ChatService = game:GetService("Chat")
  5. local mouse = pp:GetMouse()
  6. local skidspace = game:GetService("Workspace") --This is a script intended for script builder
  7. plr = skidspace[pp.Name] --You have to deal with all this idiots; Just like school.
  8. local hum = plr:FindFirstChildOfClass("Humanoid")
  9. hum.WalkSpeed = 11.5*6
  10. hum.DisplayDistanceType = "None"
  11. function ChatFunction(loc, msg)
  12.     local ChatGuiPart1 = Instance.new("BillboardGui",loc)
  13.     ChatGuiPart1.Name = "ChatGui"
  14.     ChatGuiPart1.AlwaysOnTop = true
  15.     ChatGuiPart1.ExtentsOffset = Vector3.new(0, 5, 0)
  16.     ChatGuiPart1.Size = UDim2.new(0, 200, 0, 50)
  17.     local ChatGuiPart2 = Instance.new("TextLabel")
  18.     ChatGuiPart2.BorderColor3 = Color3.new(1, 0, 0)
  19.     ChatGuiPart2.BorderSizePixel = 3
  20.     ChatGuiPart2.BackgroundColor3 = Color3.new(255, 255, 255)
  21.     ChatGuiPart2.Size = UDim2.new(0, 200, 0, 50)
  22.     ChatGuiPart2.Font = Enum.Font.Arcade
  23.     ChatGuiPart2.FontSize = Enum.FontSize.Size14
  24.     ChatGuiPart2.TextColor3 = Color3.new(1, 0, 0)
  25.     ChatGuiPart2.TextWrapped = true
  26.     ChatGuiPart2.Parent = ChatGuiPart1
  27.     ChatGuiPart2.Text = msg
  28.     wait()
  29.     --ChatGuiPart1:Destroy()
  30. end
  31.  
  32. --------------------------------------------------
  33. --186942568
  34. local theme = Instance.new("Sound",pp.Character)
  35. theme.Name = "Girei"
  36. theme.SoundId = "rbxassetid://324905722"
  37. theme.Volume = 3
  38. theme.Looped = true
  39. theme:Play()
  40.  
  41. --------------------------------------------------
  42.  
  43. for _,v in pairs(plr:GetChildren()) do
  44.     if v:IsA("Accessory") or v:IsA("Hat") or v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh") then
  45.         v:Destroy()
  46.     end
  47. end
  48.  
  49. bc = plr["Body Colors"]
  50. black = BrickColor.new("Really black")
  51. bc.LeftArmColor = black
  52. bc.LeftLegColor = black
  53. bc.RightArmColor = black
  54. bc.RightLegColor = black
  55. bc.TorsoColor = black
  56. bc.HeadColor = black
  57.  
  58. sbt = Instance.new("SelectionBox",plr.Torso)
  59. sbt.Adornee = sbt.Parent
  60. sbt.LineThickness = 0.01
  61. sbra = Instance.new("SelectionBox",plr["Right Arm"])
  62. sbra.Adornee = sbra.Parent
  63. sbra.LineThickness = 0.01
  64. sbla = Instance.new("SelectionBox",plr["Left Arm"])
  65. sbla.Adornee = sbla.Parent
  66. sbla.LineThickness = 0.01
  67. sbrl = Instance.new("SelectionBox",plr["Right Leg"])
  68. sbrl.Adornee = sbrl.Parent
  69. sbrl.LineThickness = 0.01
  70. sbll = Instance.new("SelectionBox",plr["Left Leg"])
  71. sbll.Adornee = sbll.Parent
  72. sbll.LineThickness = 0.01
  73. --sbh = Instance.new("SelectionBox",plr.Head)
  74. --sbh.Adornee = sbh.Parent
  75.  
  76.  
  77. sbt.Color3 = Color3.new(math.random(), math.random(), math.random())
  78. sbra.Color3 = Color3.new(math.random(), math.random(), math.random())
  79. sbla.Color3 = Color3.new(math.random(), math.random(), math.random())
  80. sbrl.Color3 = Color3.new(math.random(), math.random(), math.random())
  81. sbll.Color3 = Color3.new(math.random(), math.random(), math.random())
  82. --sbh.Color3 = Color3.new(math.random(), math.random(), math.random())
  83.     local Title1 = Instance.new("BillboardGui",plr.Head)
  84.     Title1.Adornee = plr.Head
  85.     Title1.AlwaysOnTop = true
  86.     Title1.Size = UDim2.new(0, 200, 0, 50)
  87.     local Title2 = Instance.new("TextLabel")
  88.     Title2.BackgroundTransparency = 1
  89.     Title2.Position = UDim2.new(0, 0, -0.899999976, 0)
  90.     Title2.Size = UDim2.new(0, 200, 0, 50)
  91.     Title2.Font = Enum.Font.Arcade
  92.     Title2.FontSize = Enum.FontSize.Size24
  93.     Title2.Text = "Demon of Insanity"
  94.     Title2.TextColor3 = Color3.new(1, 0, 0)
  95.     Title2.TextScaled = true
  96.     Title2.TextWrapped = true
  97.     Title2.Parent = Title1
  98.  
  99. --Commented neatness stops here, along with all other forms of organization.
  100.  
  101. for i = 1,50 do
  102.     wait(0.0005)
  103.     game:GetService("Lighting").Brightness = game:GetService("Lighting").Brightness - 0.2
  104. end
  105.     ChatFunction(pp.Character.Head, "The Demon of Insanity has arrived, this world is now mine.")
  106.     wait(3)
  107.     pp.Character.Head.ChatGui:Destroy()
  108.     --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "My incarnation is complete. The Demon of Insanity is here.","Red")
  109. game:GetService("Lighting").Brightness = 0
  110.  
  111. function md()
  112.     ChatFunction(pp.Character.Head, "This world shall be rid of all sanity!")  
  113.     --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "This world shall be rid of all sanity!","Red")
  114.     game:GetService("Lighting").Ambient = Color3.new(255/255, 0/255, 0,255)
  115.     game:GetService("Lighting").TimeOfDay = 24000004
  116. local destruction = Instance.new("Part")
  117. destruction.Touched:connect(function(hit)
  118.     if hit.Parent:FindFirstChildOfClass("Humanoid") then
  119.         if hit.Parent.Name == pp.Name or hit.Parent.Parent.Name == pp.Name then
  120.         else
  121.         hit.Parent:FindFirstChildOfClass("Humanoid").Health = 0
  122. end
  123.     end
  124. end)
  125. destruction.Parent = plr
  126. destruction.Material = Enum.Material.Ice
  127. destruction.BrickColor = BrickColor.new("Maroon")
  128. destruction.Transparency = 0.25
  129. destruction.CFrame = plr["Right Arm"].CFrame
  130. destruction.Shape = Enum.PartType.Ball
  131. destruction.Size = Vector3.new(4, 4, 4)
  132. destruction.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  133. destruction.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  134. destruction.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  135. destruction.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  136. destruction.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  137. destruction.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  138. destruction.CanCollide = false
  139. destruction.Color = Color3.new(0.458824, 0, 0)
  140. local bp = Instance.new("BodyPosition",destruction)
  141. bp.MaxForce = Vector3.new(10000, 10000, 10000)
  142. position = mouse.Hit
  143. bp.Position = mouse.Hit.p
  144. wait(2.5)
  145. destruction.Anchored = true
  146. local boom = Instance.new("Sound",pp.Character)
  147. boom.SoundId = "rbxassetid://144699494"
  148. boom.Pitch = 0.45
  149. boom:Play()
  150. boom.Volume = 10
  151. for i = 1,75 do
  152.     wait(0.00005)
  153. destruction.CFrame = position
  154. destruction.Size = Vector3.new(4, 4, 4) * i*0.75
  155. destruction.CFrame = position
  156. destruction.Transparency = 0.25 * (i/18)
  157. end
  158.     pp.Character.Head.ChatGui:Destroy()
  159. destruction:Destroy()
  160. end
  161.  
  162.  
  163. mouse.KeyDown:connect(function(key)
  164.     if key == "q" then
  165.         md()
  166.     end
  167. end)
  168.  
  169.  
  170.  
  171. local player = game.Players.LocalPlayer
  172. local pchar = player.Character
  173. local mouse = player:GetMouse()
  174. local cam = workspace.CurrentCamera
  175. root = plr.HumanoidRootPart
  176.  
  177. local rad = math.rad
  178. bodyparts = {}
  179. local keysDown = {}
  180. local flySpeed = 0
  181. local MAX_FLY_SPEED = 150
  182.  
  183. local canFly = false
  184. local flyToggled = false
  185.  
  186. local forward, side = 0, 0
  187. local lastForward, lastSide = 0, 0
  188.  
  189. local floatBP = Instance.new("BodyPosition")
  190. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  191. local flyBV = Instance.new("BodyVelocity")
  192. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  193. local turnBG = Instance.new("BodyGyro")
  194. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  195.  
  196. mouse.KeyDown:connect(function(key)
  197.         keysDown[key] = true
  198.  
  199.         if key == "f" then
  200.                 flyToggled = not flyToggled
  201.  
  202.         if not flyToggled then
  203.                 stanceToggle = "Normal"
  204.                 floatBP.Parent = nil
  205.                 flyBV.Parent = nil
  206.                 turnBG.Parent = nil
  207.                 root.Velocity = Vector3.new()
  208.                 pchar:FindFirstChildOfClass("Humanoid").PlatformStand = false
  209.         end
  210. end
  211.  
  212. end)
  213. mouse.KeyUp:connect(function(key)
  214.         keysDown[key] = nil
  215. end)
  216.  
  217. local function updateFly()
  218.    
  219.    
  220.    
  221.  
  222.         if not flyToggled then return end
  223.  
  224.         lastForward = forward
  225.         lastSide = side
  226.  
  227.         forward = 0
  228.         side = 0
  229.  
  230.         if keysDown.w then
  231.                 forward = forward + 1
  232.         end
  233.         if keysDown.s then
  234.                 forward = forward - 1
  235.         end
  236.         if keysDown.a then
  237.                 side = side - 1
  238.         end
  239.         if keysDown.d then
  240.                 side = side + 1
  241.         end
  242.  
  243.         canFly = (forward ~= 0 or side ~= 0)
  244.  
  245.         if canFly then
  246.                 stanceToggle = "Floating"
  247.                 turnBG.Parent = root
  248.                 floatBP.Parent = nil
  249.                 flyBV.Parent = root
  250.  
  251.                 flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  252.                 if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  253.         else
  254.                 floatBP.position = root.Position
  255.                 floatBP.Parent = root
  256.  
  257.                 flySpeed = flySpeed - 1
  258.                 if flySpeed < 0 then flySpeed = 0 end
  259.         end
  260.  
  261.         local camCF = cam.CoordinateFrame
  262.         local in_forward = canFly and forward or lastForward
  263.         local in_side = canFly and side or lastSide
  264.  
  265.         flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  266.  
  267.         turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,0)
  268. end
  269.  
  270. game:service'RunService'.RenderStepped:connect(function()
  271.         if flyToggled then
  272.                 pchar:FindFirstChildOfClass("Humanoid").PlatformStand = true
  273.         end
  274.         updateFly()
  275. end)
  276.  
  277.  
  278.  
  279. function bringforthe() 
  280. if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") then
  281. ChatFunction(pp.Character.Head, "Your existence has brought my attention, so I have brought you.")
  282.     --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "Your existence has brought my attention, so I have brought you.","Red")
  283.     local bodyposition = Instance.new("BodyPosition",mouse.Target)
  284.     bodyposition.MaxForce = Vector3.new(10000, 10000, 10000)
  285.     bodyposition.Position = plr["Right Arm"].Position
  286.     wait(5)
  287.     bodyposition:Destroy()
  288.         pp.Character.Head.ChatGui:Destroy()
  289.     end
  290.     end
  291.  
  292.  
  293.  
  294. mouse.KeyDown:connect(function(key)
  295.     if key == "r" then
  296.         bringforthe()
  297.     end
  298. end)
  299.  
  300.  
  301.  
  302.  
  303. function relay()
  304.     ChatFunction(pp.Character.Head, "Foolish mortals, my methods of transportation are far more superior.")
  305. --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "Foolish mortals, my methods of transportation are far more superior.","Red")
  306. local r1 = Instance.new("Part")
  307. r1.Parent = plr
  308. r1.BrickColor = BrickColor.new("Really black")
  309. r1.CFrame = CFrame.new(-7, 2.25, 71, 0, -1, 0, -1, 0, 0, 0, 0, -1)
  310. r1.CFrame = mouse.Hit
  311. r1.Rotation = Vector3.new(-180, 0, 90)
  312. r1.Shape = Enum.PartType.Cylinder
  313. r1.Size = Vector3.new(0.5, 3, 3)
  314. r1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  315. r1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  316. r1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  317. r1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  318. r1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  319. r1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  320. r1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  321. r1.Anchored = true
  322. plr.Torso.CFrame = CFrame.new(r1.CFrame.x, r1.CFrame.y + 5, r1.CFrame.z)
  323. for i = 1,100 do
  324.     wait(0.005)
  325.     r1.Transparency = r1.Transparency + 0.01
  326. end
  327. r1:Destroy()
  328.     pp.Character.Head.ChatGui:Destroy()
  329. end
  330.  
  331. mouse.KeyDown:connect(function(key)
  332.     if key == "b" then
  333.         relay()
  334.     end
  335. end)
  336.  
  337.  
  338.  
  339.  
  340. function ps()
  341.     ChatFunction(pp.Character.Head, "The term 'Personal Space', is one of the few terms humans have made that is actually smart.")
  342. --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "Your term 'Personal Space', is one of the terms humans have made that is actually smart.","Red")
  343.     local push = Instance.new("Part")
  344. push.Touched:connect(function(hit)
  345.     if hit.Parent:FindFirstChildOfClass("Humanoid") then
  346.         if hit.Parent.Name == pp.Name or hit.Parent.Parent.Name == pp.Name then
  347.         else
  348.         hit.Parent:FindFirstChildOfClass("Humanoid").Health = 0
  349. end
  350.     end
  351. end)
  352. push.Parent = game.Workspace
  353. push.Material = Enum.Material.Neon
  354. push.BrickColor = BrickColor.new("Really black")
  355. push.Transparency = 0.25
  356. push.Shape = Enum.PartType.Ball
  357. push.Size = Vector3.new(8, 8, 8)
  358. push.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  359. push.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  360. push.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  361. push.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  362. push.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  363. push.CanCollide = false
  364. push.Anchored = false
  365. push.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  366. push.CFrame = plr.Torso.CFrame
  367. wait(0.05)
  368. local weld = Instance.new("Weld",push)
  369. weld.Part0 = push
  370. --weld.C0 = push.CFrame:inverse()
  371. weld.Part1 = plr.Torso
  372. --weld.C1 = plr.Torso.CFrame:inverse()
  373. wait(1.5)
  374. push:Destroy()
  375.     pp.Character.Head.ChatGui:Destroy()
  376. end
  377.  
  378.  
  379. function aieou()
  380.     if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") then
  381.         if mouse.Target.Parent:FindFirstChild("Torso") then
  382.    
  383.            
  384.             for i,v in pairs(mouse.Target.Parent:GetChildren()) do
  385.                 if v:IsA("Part") then
  386.                     if v.Name == "Torso" then
  387.                    
  388.                         --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "Your torso, it will make a fine addition to my collection.","Red")
  389.            
  390. mouse.Target.Parent:FindFirstChild("Torso").Size = Vector3.new(1, 1, 1)
  391.                     else
  392.                         v:Destroy()
  393.                            
  394.                     end
  395.                 end
  396.             end
  397.         end
  398.    
  399.     end
  400. end
  401.  
  402.  
  403. function minion()
  404.     if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") then
  405. ChatFunction(pp.Character.Head, "You're now my minion, "..mouse.Target.Parent.Name..", now kill in my name.")  
  406.     --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "You're now my minion, "..mouse.Target.Parent.Name..", now kill in my name.","Red")
  407. wait(2.5)
  408.     pp.Character.Head.ChatGui:Destroy()
  409. minion = mouse.Target.Parent
  410. local push = Instance.new("Part")
  411. push.Touched:connect(function(hit)
  412.     if hit.Parent:FindFirstChildOfClass("Humanoid") then
  413.         if hit.Parent.Name == pp.Name or hit.Parent.Parent.Name == pp.Name or hit.Parent.Name == mouse.Target.Parent.Name or hit.Parent.Parent.Name == mouse.Target.Parent.Name then
  414.         else
  415. ChatFunction(minion.Head, "Master "..pp.Name..", I have killed for you, in your name.")
  416.     --game:GetService("Chat"):Chat(minion.Head, "Master "..pp.Name..", I have killed for you, in your name.","Red")
  417.         hit.Parent:FindFirstChildOfClass("Humanoid").Health = 0
  418.         wait(1.5)
  419.         minion.Head.ChatGui:Destroy()
  420. end
  421.     end
  422. end)
  423.     local Minion1 = Instance.new("BillboardGui",mouse.Target.Parent:FindFirstChild("Head"))
  424.     Minion1.Adornee = mouse.Target.Parent:FindFirstChild("Head")
  425.     Minion1.AlwaysOnTop = true
  426.     Minion1.Size = UDim2.new(0, 200, 0, 50)
  427.     local Minion2 = Instance.new("TextLabel")
  428.     Minion2.BackgroundTransparency = 1
  429.     Minion2.Position = UDim2.new(0, 0, -0.899999976, 0)
  430.     Minion2.Size = UDim2.new(0, 200, 0, 50)
  431.     Minion2.Font = Enum.Font.Arcade
  432.     Minion2.FontSize = Enum.FontSize.Size24
  433.     Minion2.Text = "Minion of Insanity"
  434.     Minion2.TextColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  435.     Minion2.TextScaled = true
  436.     Minion2.TextWrapped = true
  437.     Minion2.Parent = Minion1
  438. push.Parent = mouse.Target.Parent
  439. push.Material = Enum.Material.Neon
  440. push.BrickColor = BrickColor.new("Really black")
  441. push.Transparency = 0.25
  442. push.Shape = Enum.PartType.Ball
  443. push.Size = Vector3.new(8, 8, 8)
  444. push.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  445. push.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  446. push.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  447. push.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  448. push.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  449. push.CanCollide = false
  450. push.Anchored = false
  451. push.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  452. push.CFrame = mouse.Target.Parent:FindFirstChild("Torso").CFrame
  453. wait(0.05)
  454. local weld = Instance.new("Weld",push)
  455. weld.Part0 = push
  456. --weld.C0 = push.CFrame:inverse()
  457. weld.Part1 = mouse.Target.Parent:FindFirstChild("Torso")
  458. --weld.C1 = plr.Torso.CFrame:inverse()
  459. end
  460. end
  461.  
  462. mouse.KeyDown:connect(function(key)
  463.     if key == "v" then
  464. minion()
  465. end
  466. end)
  467.  
  468. mouse.KeyDown:connect(function(key)
  469.     if key == "g" then
  470.         aieou()
  471.     end
  472. end)
  473.  
  474. mouse.KeyDown:connect(function(key)
  475.     if key == "e" then
  476.         ps()
  477.     end
  478. end)
  479.  
  480.  
  481.  
  482. function possessed()
  483.     if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") then
  484.         local possessee = mouse.Target.Parent
  485.         local curse = Instance.new("Model")
  486.         curse.Name = "Curse"
  487.         curse.Parent = possessee
  488. ChatFunction(possessee.Head, "Master "..pp.Name..", I shall be your servant, command me whenever you are ready.")      
  489.         --game:GetService("Chat"):Chat(possessee.Head, "Master "..pp.Name..", I shall be your servant, command me whenever you are ready.","Red")
  490.     wait(3)
  491.     possessee.Head.ChatGui:Destroy()
  492.     end
  493. end
  494.  
  495. mouse.KeyDown:connect(function(key)
  496. if key == "z" then
  497. possessed()
  498.    
  499. end
  500. end)
  501.  
  502. function curse()
  503. ChatFunction(pp.Character.Head, "Servants! The time is now! Rid this world of all sanity!")
  504. wait(2)
  505. pp.Character.Head.ChatGui:Destroy()
  506. --game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character, "Servants! The time is now! Rid this world of all sanity!","Red")
  507.     for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  508.         if v:IsA("Model") then
  509.             if v:FindFirstChild("Curse") then
  510.                
  511.                 wait(0.5)
  512. ChatFunction(v.Head, "Master "..pp.Name.." has commanded me to do this.")
  513. --game:GetService("Chat"):Chat(v.Head, "Master "..pp.Name.." has commanded me to do this.","Red")
  514. --bp = Instance.new("BodyPosition",v)
  515. --bp.MaxForce = Vector3.new(10000, 10000, 10000)
  516. --bp.Position = Vector3.new(0, 3, 0)
  517. wait(4)
  518. v.Head.ChatGui:Destroy()
  519. local servantdestruction = Instance.new("Part")
  520. servantdestruction.Parent = v
  521. servantdestruction.Material = Enum.Material.Ice
  522. servantdestruction.BrickColor = BrickColor.new("Maroon")
  523. servantdestruction.Transparency = 0.25
  524. servantdestruction.Shape = Enum.PartType.Ball
  525. servantdestruction.Size = Vector3.new(4, 4, 4)
  526. servantdestruction.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  527. servantdestruction.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  528. servantdestruction.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  529. servantdestruction.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  530. servantdestruction.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  531. servantdestruction.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  532. servantdestruction.CanCollide = false
  533. servantdestruction.Color = Color3.new(0.458824, 0, 0)
  534. servantdestruction.Anchored = true
  535. servantdestruction.CFrame = v.Torso.CFrame
  536. wait(0.25)
  537. servantdestruction.Touched:connect(function(hit)
  538.     if hit.Parent:FindFirstChildOfClass("Humanoid") then
  539.         if hit.Parent.Name == pp.Name or hit.Parent.Parent.Name == pp.Name then
  540.         else
  541.         hit.Parent:FindFirstChildOfClass("Humanoid").Health = 0
  542. end
  543.     end
  544. end)
  545. sboom = Instance.new("Sound",game:GetService("Workspace"))
  546. sboom.SoundId = "rbxassetid://144699494"
  547. sboom.Pitch = 0.45
  548. sboom:Play()
  549. sboom.Volume = 10
  550. for i = 1,25 do
  551.     wait(0.00005)
  552. servantdestruction.CFrame = v.Torso.CFrame
  553. servantdestruction.Size = Vector3.new(4, 4, 4) * i*0.5
  554. servantdestruction.CFrame = v.Torso.CFrame
  555. servantdestruction.Transparency = 0.60 * (i/18)
  556. end
  557. servantdestruction:Destroy()
  558. wait(1.5)
  559. ChatFunction(v.Head, "So this is what Master "..pp.Name.." is capable of.")
  560. --game:GetService("Chat"):Chat(v.Head, "So this is what Master "..pp.Name.." is capable of.","Red")
  561.  
  562.             end
  563.         end
  564.     end
  565. end
  566.  
  567. mouse.KeyDown:connect(function(key)
  568.     if key == "x" then
  569.         curse()
  570.     end
  571. end)
  572.  
  573. function clean()
  574. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  575.     if v:IsA("Model") then
  576.         if v:FindFirstChildOfClass("Humanoid") then
  577.         else
  578.             v:Destroy()
  579.             if v:IsA("Part") then
  580.                 if v.Name == "Base" then
  581.                 else
  582.                     v:Destroy()
  583.                 end
  584.             end
  585.         end
  586.     end
  587. end
  588. end
  589.  
  590. mouse.KeyDown:connect(function(key)
  591.     if key == "c" then
  592.         clean()
  593.     end
  594. end)
  595.  
  596. mouse.KeyDown:connect(function(key)
  597.     if key == "t" then --In case unnamed objects that you need the name of appear, or unnamed players, take this.
  598.         print(mouse.Target.Name)
  599.         print(mouse.Target.Parent.Name)
  600.         print(mouse.Target.Parent.Parent.Name)
  601.     end
  602. end)
  603.  
  604. print("Demon of Insanity")
  605. print()
  606. warn("By DontBlinkDrWho")
  607. print("-_-_-_-_-_-_-_-_-")
  608. print()
  609. print("Q = World Riddening.")
  610. print("E = Personal space.")
  611. print("R = Pull.")
  612. print("T = Demons Knowledge.")
  613. print("F = Stolen gift of Flight.")
  614. print("G = Torsi attack (Shrinks torso, destroys everything else).")
  615. print("Z = Servant.")
  616. print("X = Servants curse.")
  617. print("C = Clean.")
  618. print("V = Minion.")
  619.  
  620. --This is the end of the script.
  621. while wait() do
  622.     hum.MaxHealth = math.huge -- God mode
  623.     hum.Name = math.random(167.432) --Break other scripts (Especially on sb), killing you will be harder
  624.     hum.Health = math.huge -- God mode
  625.     sbt.Color3 = Color3.new(math.random(), math.random(), math.random())
  626. sbra.Color3 = Color3.new(math.random(), math.random(), math.random())
  627. sbla.Color3 = Color3.new(math.random(), math.random(), math.random())
  628. sbrl.Color3 = Color3.new(math.random(), math.random(), math.random())
  629. sbll.Color3 = Color3.new(math.random(), math.random(), math.random())
  630. wait()
  631. end
Advertisement
Add Comment
Please, Sign In to add comment