Advertisement
Rawscript

Untitled

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