Advertisement
Liampdoherty

Rc7 Kid(NOT RC7) FIXED

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