Advertisement
Pou_help

Untitled

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