Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.72 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. if Index == "PlrObj" then
  88. return RealPlayer
  89. end
  90. return RealPlayer[Index]
  91. end
  92. end;
  93. __tostring = function(self)
  94. return RealPlayer.Name
  95. end
  96. })
  97. end
  98. end
  99. if RealGame[Index] then
  100. local Type = type(RealGame[Index])
  101. if Type == "function" then
  102. if Index:lower() == "getservice" or Index:lower() == "service" then
  103. return function (self,Service)
  104. if Service:lower() == "players" then
  105. return setmetatable({},{
  106. __index = function (self2,Index2)
  107. local RealService = RealGame:GetService(Service)
  108. local Type2 = type(Index2)
  109. if Type2 == "function" then
  110. return function (self,...)
  111. return RealService[Index2](RealService,...)
  112. end
  113. else
  114. if Index2:lower() == "localplayer" then
  115. return Sandbox(owner)
  116. end
  117. return RealService[Index2]
  118. end
  119. end;
  120. __tostring = function(self)
  121. return RealGame:GetService(Service).Name
  122. end
  123. })
  124. elseif Service:lower() == "contextactionservice" then
  125. return InternalData["ContextActionService"]
  126. elseif Service:lower() == "contextactionservice" then
  127. return InternalData["UserInputService"]
  128. elseif Service:lower() == "runservice" then
  129. return setmetatable({},{
  130. __index = function(self2,Index2)
  131. local RealService = RealGame:GetService(Service)
  132. local Type2 = type(Index2)
  133. if Type2 == "function" then
  134. return function (self,...)
  135. return RealService[Index2](RealService,...)
  136. end
  137. else
  138. if Index2:lower() == "bindtorenderstep" then
  139. return function (self,Name,Priority,Function)
  140. return RealGame:GetService("RunService").Stepped:Connect(Function)
  141. end
  142. end
  143. if Index2:lower() == "renderstepped" then
  144. return RealService["Stepped"]
  145. end
  146. return RealService[Index2]
  147. end
  148. end
  149. })
  150. else
  151. return RealGame:GetService(Service)
  152. end
  153. end
  154. end
  155. return function (self,...)
  156. return RealGame[Index](RealGame,...)
  157. end
  158. else
  159. if game:GetService(Index) then
  160. return game:GetService(Index)
  161. end
  162. return RealGame[Index]
  163. end
  164. else
  165. return nil
  166. end
  167. end
  168. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  169. print("Complete! Running...")
  170.  
  171. print("controls:")
  172. print("z - make it morning")
  173. print("x - make it night")
  174. print("c - clean workspace")
  175. print("v - heal the player your mouse is pointing at")
  176. print("f - make the player your mouse is pointing at fat")
  177. print("n - make everyone fat")
  178. print("e - annihilate the player your mouse is pointing at")
  179. print("p - suicide")
  180. print("k - kill other players")
  181. print("b - control the player your mouse it pointing at")
  182. print("r - tp evryone to you")
  183. print("t - send the player your mouse is pointing at to 'heaven'")
  184. print("q - spawn pet")
  185. print("g - spawn a blackhole")
  186. oil = game.Players.LocalPlayer
  187. sauce = oil.Character
  188. tor = sauce:FindFirstChild("Torso") or sauce:FindFirstChild("UpperTorso")
  189. head = sauce:FindFirstChild("Head")
  190. larm = sauce:FindFirstChild("Left Arm") or sauce:FindFirstChild("LeftUpperArm")
  191. rarm = sauce:FindFirstChild("Right Arm") or sauce:FindFirstChild("RightUpperArm")
  192. rleg = sauce:FindFirstChild("Right Leg") or sauce:FindFirstChild("RightUpperLeg")
  193. lleg = sauce:FindFirstChild("Left Leg") or sauce:FindFirstChild("LeftUpperLeg")
  194. hum = sauce:FindFirstChildOfClass("Humanoid")
  195. humroot = sauce:FindFirstChild("HumanoidRootPart")
  196. mou = oil:GetMouse()
  197. remoteequipped = true
  198. controlling = false
  199. light = game:GetService("Lighting")
  200. tool = Instance.new("Tool", oil.Backpack)
  201. tool.Name = "Remote"
  202. hand = Instance.new("Part", tool)
  203. hand.Name = "Handle"
  204. hand.Size = Vector3.new(1, 1, 1)
  205. hand.Transparency = 1
  206. p1 = Instance.new("Part", hand)
  207. p1.Size = Vector3.new(0.6, 0.1, 1.2)
  208. p1.Material = "Metal"
  209. p1.Name = "p1"
  210. p2 = Instance.new("Part", hand)
  211. p2.Size = Vector3.new(0.4, 0.1, 0.1)
  212. p2.Material = "Metal"
  213. p2.Name = "p2"
  214. p2.Shape = "Cylinder"
  215. p3 = Instance.new("Part", hand)
  216. p3.Shape = "Ball"
  217. p3.Material = "Neon"
  218. p3.Size = Vector3.new(0.15, 0.15, 0.15)
  219. p3.BrickColor = BrickColor.new("Crimson")
  220. p3.Name = "p3"
  221. p4 = Instance.new("Part", hand)
  222. p4.Size = Vector3.new(0.2, 0.4, 0.4)
  223. p4.Material = "Neon"
  224. p4.Name = "p4"
  225. p4.BrickColor = BrickColor.new("Maroon")
  226. p4.Shape = "Cylinder"
  227. w1 = Instance.new("Weld", p1)
  228. w1.Part0 = hand
  229. w1.Part1 = p1
  230. w1.C1 = CFrame.new(0, 0, 0.6)
  231. w1.Name = "w1"
  232. w2 = Instance.new("Weld", p2)
  233. w2.Part0 = hand
  234. w2.Part1 = p2
  235. w2.C1 = CFrame.new(1.3, 0, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  236. w3 = Instance.new("Weld", p3)
  237. w3.Part0 = hand
  238. w3.Part1 = p3
  239. w3.C1 = CFrame.new(0, 0, 1.5)
  240. w4 = Instance.new("Weld", p4)
  241. w4.Part0 = hand
  242. w4.Part1 = p4
  243. w4.C1 = CFrame.new(0.1, 0, 0.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  244.  
  245.  
  246. tool.Equipped:connect(function()
  247. remoteequipped = true
  248. function pressed(key)
  249. if remoteequipped == true then
  250. if key == "x" then
  251. light.TimeOfDay = 21
  252. elseif key == "z" then
  253. light.TimeOfDay = 7
  254. elseif key == "c" then
  255. for i,v in pairs(workspace:GetChildren()) do
  256. if v:IsA("Part") and v.Name ~= "Base" then
  257. v.Locked = false
  258. v:remove()
  259. end
  260. if v:IsA("Model") and not v:FindFirstChildOfClass("Humanoid") then
  261. v:remove()
  262. end
  263. end
  264. elseif key == "p" then
  265. hum.Health = 0
  266. elseif key == "k" then
  267. for i,v in pairs(workspace:GetChildren()) do
  268. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  269. khum = v:FindFirstChildOfClass("Humanoid")
  270. khum.Health = 0
  271. end
  272. end
  273. elseif key == "r" then
  274. for i,v in pairs(workspace:GetChildren()) do
  275. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  276. vtor = v:FindFirstChild("Torso" )or v:FindFirstChild("UpperTorso")
  277. vtor.CFrame = tor.CFrame * CFrame.new(0, 0, -5)
  278. end
  279. end
  280. elseif key == "v" then
  281. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  282. mouhum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  283. mouhum.Health = mouhum.MaxHealth
  284. mouhead = mou.Target.Parent:FindFirstChild("Head")
  285. bill = Instance.new("BillboardGui", mouhead)
  286. bill.AlwaysOnTop = true
  287. bill.StudsOffset = Vector3.new(0, 2, 0)
  288. bill.Adornee = mouhead
  289. bill.Size = UDim2.new(5, 35, 5, 35)
  290. btext = Instance.new("TextLabel", bill)
  291. btext.Text = mou.Target.Parent.Name.." has been Healed!"
  292. btext.Font = "Bodoni"
  293. btext.TextSize = 30
  294. btext.TextScaled = true
  295. btext.BorderSizePixel = 0
  296. btext.BackgroundTransparency = 1
  297. btext.Size = UDim2.new(1.5, 0, 0.5, 0)
  298. btext.TextColor = BrickColor.new("Bright green")
  299. game:GetService("Debris"):AddItem(bill, 2)
  300. end
  301. elseif key == "e" then
  302. if mou.Target:Destroy()
  303. end
  304. elseif key == "f" then
  305. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  306. local fatman = mou.Target.Parent
  307. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  308. fatmanhum.WalkSpeed = 8
  309. local fattor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  310. local hinum = Instance.new("Sound", fattor)
  311. hinum.SoundId = "rbxassetid://1278031541"
  312. hinum.Volume = 10
  313. local realfat = Instance.new("Part", fattor)
  314. realfat.BrickColor = fattor.BrickColor
  315. realfat.Material = "SmoothPlastic"
  316. local supaweld = Instance.new("Weld", realfat)
  317. supaweld.Part0 = fattor
  318. supaweld.Part1 = realfat
  319. local fat = Instance.new("SpecialMesh", realfat)
  320. fat.MeshType = "Sphere"
  321. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  322. fat.Offset = Vector3.new(0, -0.4, -0.7)
  323. hinum:Play()
  324. if fatman:FindFirstChildOfClass("Shirt") then
  325. fatman:FindFirstChildOfClass("Shirt"):remove()
  326. end
  327. end
  328. elseif key == "b" then
  329. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") and controlling == false then
  330. controlling = true
  331. cman = mou.Target.Parent
  332. mtor = cman:FindFirstChild("Torso") or cman:FindFirstChild("UpperTorso")
  333. mlarm = cman:FindFirstChild("Left Arm") or cman:FindFirstChild("LeftUpperArm")
  334. mrarm = cman:FindFirstChild("Right Arm") or cman:FindFirstChild("RightUpperArm")
  335. mlleg = cman:FindFirstChild("Left Leg") or cman:FindFirstChild("LeftUpperLeg")
  336. mrleg = cman:FindFirstChild("Right Leg") or cman:FindFirstChild("RightUpperLeg")
  337. mhead = cman:FindFirstChild("Head")
  338. mhum = cman:FindFirstChildOfClass("Humanoid")
  339. mhum.PlatformStand = true
  340. hum.NameOcclusion = "NoOcclusion"
  341. mface = head:FindFirstChild("face")
  342. mface.Transparency = 1
  343. humroot.Transparency = 1
  344. for i,v in pairs(sauce:GetChildren()) do
  345. if v:IsA("Part") then
  346. v.Transparency = 1
  347. end
  348. if v:IsA("Accessory") then
  349. v.Handle.Transparency = 1
  350. end
  351. end
  352. ow1 = Instance.new("Weld", tor)
  353. ow1.Part0 = tor
  354. ow1.Part1 = mtor
  355. ow2 = Instance.new("Weld", larm)
  356. ow2.Part0 = larm
  357. ow2.Part1 = mlarm
  358. ow3 = Instance.new("Weld", rarm)
  359. ow3.Part0 = rarm
  360. ow3.Part1 = mrarm
  361. ow4 = Instance.new("Weld", lleg)
  362. ow4.Part0 = lleg
  363. ow4.Part1 = mlleg
  364. ow5 = Instance.new("Weld", rleg)
  365. ow5.Part0 = rleg
  366. ow5.Part1 = mrleg
  367. ow6 = Instance.new("Weld", head)
  368. ow6.Part0 = head
  369. ow6.Part1 = mhead
  370. elseif controlling == true then
  371. controlling = false
  372. ow1:Destroy()
  373. ow2:Destroy()
  374. ow3:Destroy()
  375. ow4:Destroy()
  376. ow5:Destroy()
  377. ow6:Destroy()
  378. mhum.PlatformStand = false
  379. hum.NameOcclusion = "OccludeAll"
  380. humrootTransparency = 1
  381. mface.Transparency = 0
  382. for i,v in pairs(sauce:GetChildren()) do
  383. if v:IsA("Part") and v ~= humroot then
  384. v.Transparency = 0
  385. end
  386. if v:IsA("Accessory") then
  387. v.Handle.Transparency = 0
  388. end
  389. end
  390. end
  391. elseif key == "n" then
  392. for i,v in pairs(workspace:GetChildren()) do
  393. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  394. local fatman = v
  395. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  396. fatmanhum.WalkSpeed = 8
  397. local fattor = fatman:FindFirstChild("Torso") or fatman:FindFirstChild("UpperTorso")
  398. local hinum2 = Instance.new("Sound", fattor)
  399. hinum2.SoundId = "rbxassetid://1278031541"
  400. hinum2.Volume = 10
  401. local realfat = Instance.new("Part", fattor)
  402. realfat.BrickColor = fattor.BrickColor
  403. realfat.Material = "SmoothPlastic"
  404. local supaweld = Instance.new("Weld", realfat)
  405. supaweld.Part0 = fattor
  406. supaweld.Part1 = realfat
  407. local fat = Instance.new("SpecialMesh", realfat)
  408. fat.MeshType = "Sphere"
  409. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  410. fat.Offset = Vector3.new(0, -0.4, -0.7)
  411. hinum2:Play()
  412. if fatman:FindFirstChildOfClass("Shirt") then
  413. fatman:FindFirstChildOfClass("Shirt"):remove()
  414. end
  415. end
  416. end
  417. elseif key == "t" then
  418. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  419. local goneman = mou.Target.Parent
  420. local gonehead = goneman:FindFirstChild("Head")
  421. local gonetor = goneman:FindFirstChild("Torso") or goneman:FindFirstChild("UpperTorso")
  422. local lightb = Instance.new("Part", goneman)
  423. lightb.Shape = "Cylinder"
  424. lightb.CanCollide = false
  425. lightb.Anchored = true
  426. lightb.Size = Vector3.new(300, 10, 10)
  427. lightb.Material = "Neon"
  428. lightb.Transparency = 0.5
  429. lightb.BrickColor = BrickColor.new("New Yeller")
  430. lightb.CFrame = gonetor.CFrame * CFrame.new(0, 140, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  431. local start = gonetor.CFrame
  432. local finish = lightb.CFrame * CFrame.new(140, 0, 0)
  433. for i = 0,1,.01 do
  434. gonetor.CFrame = start:lerp(finish, i)
  435. wait()
  436. end
  437. gonehead.Size = Vector3.new(50, 50, 50)
  438. lightb:Destroy()
  439. end
  440. elseif key == "q" then
  441. if mou.Target ~= nil then
  442. local dont = Instance.new("Part", sauce)
  443. dont.CFrame = mou.Hit
  444. dont.Material = "Sand"
  445. dont.BrickColor = BrickColor.new("Pastel yellow")
  446. dont.Size = Vector3.new(3, 3, 3)
  447. dont.Shape = "Ball"
  448. dont.Anchored = true
  449. local obj = Instance.new("Sound", dont)
  450. local feats = {463838589, 691897627, 179270320, 425407550, 1074595721, 1065045593, 142688397, 1308566029, 1402510823}
  451. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  452. obj.Volume = 10
  453. obj.Looped = true
  454. obj:Play()
  455. oil.Chatted:connect(function(msg)
  456. if msg:lower():sub(1, 7) == "plastic" then
  457. dont.Material = "Plastic"
  458. elseif msg:lower():sub(1, 5) == "slate" then
  459. dont.Material = "Slate"
  460. elseif msg:lower():sub(1, 3) == "ice" then
  461. dont.Material = "Ice"
  462. elseif msg:lower():sub(1, 5) == "metal" then
  463. dont.Material = "Metal"
  464. elseif msg:lower():sub(1, 4) == "neon" then
  465. dont.Material = "Neon"
  466. elseif msg:lower():sub(1, 5) == "grass" then
  467. dont.Material = "Grass"
  468. elseif msg:lower():sub(1, 4) == "sand" then
  469. dont.Material = "Sand"
  470. elseif msg:lower():sub(1, 9) == "woodplank" then
  471. dont.Material = "WoodPlanks"
  472. elseif msg:lower():sub(1, 4) == "wood" then
  473. dont.Material = "Wood"
  474. elseif msg:lower():sub(1, 6) == "marble" then
  475. dont.Material = "Marble"
  476. elseif msg:lower():sub(1, 8) == "concrete" then
  477. dont.Material = "Concrete"
  478. elseif msg:lower():sub(1, 5) == "brick" then
  479. dont.Material = "Brick"
  480. elseif msg:lower():sub(1, 7) == "granite" then
  481. dont.Material = "Granite"
  482. elseif msg:lower():sub(1, 6) == "pebble" then
  483. dont.Material = "Pebble"
  484. elseif msg:lower():sub(1, 11) == "cobblestone" then
  485. dont.Material = "Cobblestone"
  486. elseif msg:lower():sub(1, 13) == "corrodedmetal" then
  487. dont.Material = "CorrodedMetal"
  488. elseif msg:lower():sub(1, 12) == "diamondplate" then
  489. dont.Material = "DiamondPlate"
  490. elseif msg:lower():sub(1, 4) == "foil" then
  491. dont.Material = "Foil"
  492. elseif msg:lower():sub(1, 6) == "fabric" then
  493. dont.Material = "Fabric"
  494. elseif msg:lower():sub(1, 6) == "yellow" then
  495. dont.BrickColor = BrickColor.new("New Yeller")
  496. elseif msg:lower():sub(1, 6) == "purple" then
  497. dont.BrickColor = BrickColor.new("Bright violet")
  498. elseif msg:lower():sub(1, 3) == "red" then
  499. dont.BrickColor = BrickColor.new("Crimson")
  500. elseif msg:lower():sub(1, 5) == "black" then
  501. dont.BrickColor = BrickColor.new("Really black")
  502. elseif msg:lower():sub(1, 5) == "white" then
  503. dont.BrickColor = BrickColor.new("Institutional white")
  504. elseif msg:lower():sub(1, 4) == "pink" then
  505. dont.BrickColor = BrickColor.new("Hot pink")
  506. elseif msg:lower():sub(1, 5) == "green" then
  507. dont.BrickColor = BrickColor.new("Bright green")
  508. elseif msg:lower():sub(1, 4) == "grey" then
  509. dont.BrickColor = BrickColor.new("Medium stone grey")
  510. elseif msg:lower():sub(1, 5) == "brown" then
  511. dont.BrickColor = BrickColor.new("Burnt Sienna")
  512. elseif msg:lower():sub(1, 6) == "orange" then
  513. dont.BrickColor = BrickColor.new("Deep orange")
  514. elseif msg:lower():sub(1, 4) == "blue" then
  515. dont.BrickColor = BrickColor.new("Really blue")
  516. elseif msg:lower():sub(1, 4) == "cyan" then
  517. dont.BrickColor = BrickColor.new("Cyan")
  518. elseif msg:lower():sub(1, 6) == "pastel" then
  519. dont.BrickColor = BrickColor.new("Pastel yellow")
  520. elseif msg:lower():sub(1, 5) == "ghost" then
  521. dont.Transparency = 0.7
  522. elseif msg:lower():sub(1, 5) == "alive" then
  523. dont.Transparency = 0
  524. elseif msg:lower():sub(1, 5) == "block" then
  525. dont.Shape = "Block"
  526. elseif msg:lower():sub(1, 4) == "ball" then
  527. dont.Shape = "Ball"
  528. elseif msg:lower():sub(1, 3) == "bye" then
  529. dont:Destroy()
  530. elseif msg:lower():sub(1, 17) == "pick another song" then
  531. obj:Stop()
  532. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  533. obj.Volume = 10
  534. obj.Looped = true
  535. obj:Play()
  536. elseif msg:lower():sub(1, 4) == "play" then
  537. obj:Play()
  538. elseif msg:lower():sub(1, 4) == "stop" then
  539. obj:Stop()
  540. elseif msg:lower():sub(1, 3) == "add" then
  541. obj:Stop()
  542. local arg = msg:sub(5, 999)
  543. obj.SoundId = "rbxassetid://"..arg
  544. obj:Play()
  545. end
  546. end)
  547. while true do
  548. for i = 0,1,.001 do
  549. dont.CFrame = dont.CFrame:lerp(tor.CFrame * CFrame.new(0, 5, 3), i)
  550. dont.Size = Vector3.new(obj.PlaybackLoudness/80, obj.PlaybackLoudness/80, obj.PlaybackLoudness/80)
  551. wait()
  552. end
  553. wait()
  554. end
  555. end
  556. elseif key == "g" then
  557. if mou.Target ~= nil then
  558. local MAN = mou.Target.Parent
  559. local MANT = MAN:FindFirstChild("Torso") or MAN:FindFirstChild("UpperTorso")
  560. local hole = Instance.new("Part", workspace)
  561. hole.Shape = "Ball"
  562. hole.Size = Vector3.new(0.7, 0.7, 0.7)
  563. hole.BrickColor = BrickColor.new("Eggplant")
  564. hole.Anchored = true
  565. hole.Material = "Neon"
  566. hole.CFrame = mou.Hit
  567. for i,v in pairs(workspace:GetChildren()) do
  568. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  569. local owtor = v
  570. blacktor = owtor:FindFirstChild("Torso") or owtor:FindFirstChild("UpperTorso")
  571. bodpos = Instance.new("BodyPosition", blacktor)
  572. bodpos.Position = hole.Position
  573. bodpos.P = 5000000000
  574. bodpos.MaxForce = Vector3.new(500000000, 500000000, 500000000)
  575. end
  576. end
  577. end
  578.  
  579. end
  580. end
  581. end
  582. mou.KeyDown:connect(pressed)
  583. end)
  584. tool.Unequipped:connect(function()
  585. remoteequipped = false
  586. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement