carlosname

Untitled

Apr 28th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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("n - make the player your mouse is pointing at fat")
  177. print("m - 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("z - 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.  
  207.  
  208.  
  209. tool.Equipped:connect(function()
  210. remoteequipped = true
  211. function pressed(key)
  212. if remoteequipped == true then
  213. if key == "x" then
  214. light.TimeOfDay = 21
  215. elseif key == "z" then
  216. light.TimeOfDay = 7
  217. elseif key == "j" then
  218. for i,v in pairs(workspace:GetChildren()) do
  219. if v:IsA("Part") and v.Name ~= "Base" then
  220. v.Locked = false
  221. v:remove()
  222. end
  223. if v:IsA("Model") and not v:FindFirstChildOfClass("Humanoid") then
  224. v:remove()
  225. end
  226. end
  227. elseif key == "p" then
  228. hum.Health = 0
  229. elseif key == "k" then
  230. for i,v in pairs(workspace:GetChildren()) do
  231. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  232. khum = v:FindFirstChildOfClass("Humanoid")
  233. khum.Health = 0
  234. end
  235. end
  236. elseif key == "r" then
  237. for i,v in pairs(workspace:GetChildren()) do
  238. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  239. vtor = v:FindFirstChild("Torso" )or v:FindFirstChild("UpperTorso")
  240. vtor.CFrame = tor.CFrame * CFrame.new(0, 0, -5)
  241. end
  242. end
  243. elseif key == "v" then
  244. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  245. mouhum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  246. mouhum.Health = mouhum.MaxHealth
  247. mouhead = mou.Target.Parent:FindFirstChild("Head")
  248. bill = Instance.new("BillboardGui", mouhead)
  249. bill.AlwaysOnTop = true
  250. bill.StudsOffset = Vector3.new(0, 2, 0)
  251. bill.Adornee = mouhead
  252. bill.Size = UDim2.new(5, 35, 5, 35)
  253. btext = Instance.new("TextLabel", bill)
  254. btext.Text = mou.Target.Parent.Name.." has been Healed!"
  255. btext.Font = "Bodoni"
  256. btext.TextSize = 30
  257. btext.TextScaled = true
  258. btext.BorderSizePixel = 0
  259. btext.BackgroundTransparency = 1
  260. btext.Size = UDim2.new(1.5, 0, 0.5, 0)
  261. btext.TextColor = BrickColor.new("Bright green")
  262. game:GetService("Debris"):AddItem(bill, 2)
  263. end
  264. elseif key == "e" then
  265. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  266. local nomoretor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  267. local nomorehum = mou.Target.parent:FindFirstChildOfClass("Humanoid")
  268. local explo = Instance.new("Explosion", workspace)
  269. explo.Position = nomoretor.Position
  270. nomorehum.Health = 0
  271. end
  272. elseif key == "n" then
  273. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  274. local fatman = mou.Target.Parent
  275. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  276. fatmanhum.WalkSpeed = 8
  277. local fattor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  278. local hinum = Instance.new("Sound", fattor)
  279. hinum.SoundId = "rbxassetid://1278031541"
  280. hinum.Volume = 10
  281. local realfat = Instance.new("Part", fattor)
  282. realfat.BrickColor = fattor.BrickColor
  283. realfat.Material = "SmoothPlastic"
  284. local supaweld = Instance.new("Weld", realfat)
  285. supaweld.Part0 = fattor
  286. supaweld.Part1 = realfat
  287. local fat = Instance.new("SpecialMesh", realfat)
  288. fat.MeshType = "Sphere"
  289. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  290. fat.Offset = Vector3.new(0, -0.4, -0.7)
  291. hinum:Play()
  292. if fatman:FindFirstChildOfClass("Shirt") then
  293. fatman:FindFirstChildOfClass("Shirt"):remove()
  294. end
  295. end
  296. elseif key == "b" then
  297. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") and controlling == false then
  298. controlling = true
  299. cman = mou.Target.Parent
  300. mtor = cman:FindFirstChild("Torso") or cman:FindFirstChild("UpperTorso")
  301. mlarm = cman:FindFirstChild("Left Arm") or cman:FindFirstChild("LeftUpperArm")
  302. mrarm = cman:FindFirstChild("Right Arm") or cman:FindFirstChild("RightUpperArm")
  303. mlleg = cman:FindFirstChild("Left Leg") or cman:FindFirstChild("LeftUpperLeg")
  304. mrleg = cman:FindFirstChild("Right Leg") or cman:FindFirstChild("RightUpperLeg")
  305. mhead = cman:FindFirstChild("Head")
  306. mhum = cman:FindFirstChildOfClass("Humanoid")
  307. mhum.PlatformStand = true
  308. hum.NameOcclusion = "NoOcclusion"
  309. mface = head:FindFirstChild("face")
  310. mface.Transparency = 1
  311. humroot.Transparency = 1
  312. for i,v in pairs(sauce:GetChildren()) do
  313. if v:IsA("Part") then
  314. v.Transparency = 1
  315. end
  316. if v:IsA("Accessory") then
  317. v.Handle.Transparency = 1
  318. end
  319. end
  320. ow1 = Instance.new("Weld", tor)
  321. ow1.Part0 = tor
  322. ow1.Part1 = mtor
  323. ow2 = Instance.new("Weld", larm)
  324. ow2.Part0 = larm
  325. ow2.Part1 = mlarm
  326. ow3 = Instance.new("Weld", rarm)
  327. ow3.Part0 = rarm
  328. ow3.Part1 = mrarm
  329. ow4 = Instance.new("Weld", lleg)
  330. ow4.Part0 = lleg
  331. ow4.Part1 = mlleg
  332. ow5 = Instance.new("Weld", rleg)
  333. ow5.Part0 = rleg
  334. ow5.Part1 = mrleg
  335. ow6 = Instance.new("Weld", head)
  336. ow6.Part0 = head
  337. ow6.Part1 = mhead
  338. elseif controlling == true then
  339. controlling = false
  340. ow1:Destroy()
  341. ow2:Destroy()
  342. ow3:Destroy()
  343. ow4:Destroy()
  344. ow5:Destroy()
  345. ow6:Destroy()
  346. mhum.PlatformStand = false
  347. hum.NameOcclusion = "OccludeAll"
  348. humrootTransparency = 1
  349. mface.Transparency = 0
  350. for i,v in pairs(sauce:GetChildren()) do
  351. if v:IsA("Part") and v ~= humroot then
  352. v.Transparency = 0
  353. end
  354. if v:IsA("Accessory") then
  355. v.Handle.Transparency = 0
  356. end
  357. end
  358. end
  359. elseif key == "m" then
  360. for i,v in pairs(workspace:GetChildren()) do
  361. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  362. local fatman = v
  363. local fatmanhum = fatman:FindFirstChildOfClass("Humanoid")
  364. fatmanhum.WalkSpeed = 8
  365. local fattor = fatman:FindFirstChild("Torso") or fatman:FindFirstChild("UpperTorso")
  366. local hinum2 = Instance.new("Sound", fattor)
  367. hinum2.SoundId = "rbxassetid://1278031541"
  368. hinum2.Volume = 10
  369. local realfat = Instance.new("Part", fattor)
  370. realfat.BrickColor = fattor.BrickColor
  371. realfat.Material = "SmoothPlastic"
  372. local supaweld = Instance.new("Weld", realfat)
  373. supaweld.Part0 = fattor
  374. supaweld.Part1 = realfat
  375. local fat = Instance.new("SpecialMesh", realfat)
  376. fat.MeshType = "Sphere"
  377. fat.Scale = Vector3.new(0.6, 1.6, 0.9)
  378. fat.Offset = Vector3.new(0, -0.4, -0.7)
  379. hinum2:Play()
  380. if fatman:FindFirstChildOfClass("Shirt") then
  381. fatman:FindFirstChildOfClass("Shirt"):remove()
  382. end
  383. end
  384. end
  385. elseif key == "t" then
  386. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  387. local goneman = mou.Target.Parent
  388. local gonehead = goneman:FindFirstChild("Head")
  389. local gonetor = goneman:FindFirstChild("Torso") or goneman:FindFirstChild("UpperTorso")
  390. local lightb = Instance.new("Part", goneman)
  391. lightb.Shape = "Cylinder"
  392. lightb.CanCollide = false
  393. lightb.Anchored = true
  394. lightb.Size = Vector3.new(500, 15, 15)
  395. lightb.Material = "Neon"
  396. lightb.Transparency = 0.5
  397. lightb.BrickColor = BrickColor.new("New Yeller")
  398. lightb.CFrame = gonetor.CFrame * CFrame.new(0, 140, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  399. local start = gonetor.CFrame
  400. local finish = lightb.CFrame * CFrame.new(140, 0, 0)
  401. for i = 0,1,.01 do
  402. gonetor.CFrame = start:lerp(finish, i)
  403. wait()
  404. end
  405. goneman:Destroy()
  406. lightb:Destroy()
  407. end
  408. elseif key == "q" then
  409. if mou.Target ~= nil then
  410. local dont = Instance.new("Part", sauce)
  411. dont.CFrame = mou.Hit
  412. dont.Material = "Sand"
  413. dont.BrickColor = BrickColor.new("Pastel yellow")
  414. dont.Size = Vector3.new(3, 3, 3)
  415. dont.Shape = "Ball"
  416. dont.Anchored = true
  417. local obj = Instance.new("Sound", dont)
  418. local feats = {463838589, 691897627, 179270320, 425407550, 1074595721, 1065045593, 142688397, 1308566029, 1402510823}
  419. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  420. obj.Volume = 10
  421. obj.Looped = true
  422. obj:Play()
  423. oil.Chatted:connect(function(msg)
  424. if msg:lower():sub(1, 7) == "plastic" then
  425. dont.Material = "Plastic"
  426. elseif msg:lower():sub(1, 5) == "slate" then
  427. dont.Material = "Slate"
  428. elseif msg:lower():sub(1, 3) == "ice" then
  429. dont.Material = "Ice"
  430. elseif msg:lower():sub(1, 5) == "metal" then
  431. dont.Material = "Metal"
  432. elseif msg:lower():sub(1, 4) == "neon" then
  433. dont.Material = "Neon"
  434. elseif msg:lower():sub(1, 5) == "grass" then
  435. dont.Material = "Grass"
  436. elseif msg:lower():sub(1, 4) == "sand" then
  437. dont.Material = "Sand"
  438. elseif msg:lower():sub(1, 9) == "woodplank" then
  439. dont.Material = "WoodPlanks"
  440. elseif msg:lower():sub(1, 4) == "wood" then
  441. dont.Material = "Wood"
  442. elseif msg:lower():sub(1, 6) == "marble" then
  443. dont.Material = "Marble"
  444. elseif msg:lower():sub(1, 8) == "concrete" then
  445. dont.Material = "Concrete"
  446. elseif msg:lower():sub(1, 5) == "brick" then
  447. dont.Material = "Brick"
  448. elseif msg:lower():sub(1, 7) == "granite" then
  449. dont.Material = "Granite"
  450. elseif msg:lower():sub(1, 6) == "pebble" then
  451. dont.Material = "Pebble"
  452. elseif msg:lower():sub(1, 11) == "cobblestone" then
  453. dont.Material = "Cobblestone"
  454. elseif msg:lower():sub(1, 13) == "corrodedmetal" then
  455. dont.Material = "CorrodedMetal"
  456. elseif msg:lower():sub(1, 12) == "diamondplate" then
  457. dont.Material = "DiamondPlate"
  458. elseif msg:lower():sub(1, 4) == "foil" then
  459. dont.Material = "Foil"
  460. elseif msg:lower():sub(1, 6) == "fabric" then
  461. dont.Material = "Fabric"
  462. elseif msg:lower():sub(1, 6) == "yellow" then
  463. dont.BrickColor = BrickColor.new("New Yeller")
  464. elseif msg:lower():sub(1, 6) == "purple" then
  465. dont.BrickColor = BrickColor.new("Bright violet")
  466. elseif msg:lower():sub(1, 3) == "red" then
  467. dont.BrickColor = BrickColor.new("Crimson")
  468. elseif msg:lower():sub(1, 5) == "black" then
  469. dont.BrickColor = BrickColor.new("Really black")
  470. elseif msg:lower():sub(1, 5) == "white" then
  471. dont.BrickColor = BrickColor.new("Institutional white")
  472. elseif msg:lower():sub(1, 4) == "pink" then
  473. dont.BrickColor = BrickColor.new("Hot pink")
  474. elseif msg:lower():sub(1, 5) == "green" then
  475. dont.BrickColor = BrickColor.new("Bright green")
  476. elseif msg:lower():sub(1, 4) == "grey" then
  477. dont.BrickColor = BrickColor.new("Medium stone grey")
  478. elseif msg:lower():sub(1, 5) == "brown" then
  479. dont.BrickColor = BrickColor.new("Burnt Sienna")
  480. elseif msg:lower():sub(1, 6) == "orange" then
  481. dont.BrickColor = BrickColor.new("Deep orange")
  482. elseif msg:lower():sub(1, 4) == "blue" then
  483. dont.BrickColor = BrickColor.new("Really blue")
  484. elseif msg:lower():sub(1, 4) == "cyan" then
  485. dont.BrickColor = BrickColor.new("Cyan")
  486. elseif msg:lower():sub(1, 6) == "pastel" then
  487. dont.BrickColor = BrickColor.new("Pastel yellow")
  488. elseif msg:lower():sub(1, 5) == "ghost" then
  489. dont.Transparency = 0.7
  490. elseif msg:lower():sub(1, 5) == "alive" then
  491. dont.Transparency = 0
  492. elseif msg:lower():sub(1, 5) == "block" then
  493. dont.Shape = "Block"
  494. elseif msg:lower():sub(1, 4) == "ball" then
  495. dont.Shape = "Ball"
  496. elseif msg:lower():sub(1, 3) == "bye" then
  497. dont:Destroy()
  498. elseif msg:lower():sub(1, 17) == "pick another song" then
  499. obj:Stop()
  500. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  501. obj.Volume = 10
  502. obj.Looped = true
  503. obj:Play()
  504. elseif msg:lower():sub(1, 4) == "play" then
  505. obj:Play()
  506. elseif msg:lower():sub(1, 4) == "stop" then
  507. obj:Stop()
  508. elseif msg:lower():sub(1, 3) == "add" then
  509. obj:Stop()
  510. local arg = msg:sub(5, 999)
  511. obj.SoundId = "rbxassetid://"..arg
  512. obj:Play()
  513. end
  514. end)
  515. while true do
  516. for i = 0,1,.001 do
  517. dont.CFrame = dont.CFrame:lerp(tor.CFrame * CFrame.new(0, 5, 3), i)
  518. dont.Size = Vector3.new(obj.PlaybackLoudness/80, obj.PlaybackLoudness/80, obj.PlaybackLoudness/80)
  519. wait()
  520. end
  521. wait()
  522. end
  523. end
  524. elseif key == "z" then
  525. if mou.Target ~= nil then
  526. local MAN = mou.Target.Parent
  527. local MANT = MAN:FindFirstChild("Torso") or MAN:FindFirstChild("UpperTorso")
  528. local hole = Instance.new("Part", workspace)
  529. hole.Shape = "Ball"
  530. hole.Size = Vector3.new(0.7, 0.7, 0.7)
  531. hole.BrickColor = BrickColor.new("Eggplant")
  532. hole.Anchored = true
  533. hole.Material = "Neon"
  534. hole.CFrame = mou.Hit
  535. for i,v in pairs(workspace:GetChildren()) do
  536. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  537. local owtor = v
  538. blacktor = owtor:FindFirstChild("Torso") or owtor:FindFirstChild("UpperTorso")
  539. bodpos = Instance.new("BodyPosition", blacktor)
  540. bodpos.Position = hole.Position
  541. bodpos.P = 5000000000
  542. bodpos.MaxForce = Vector3.new(500000000, 500000000, 500000000)
  543. end
  544. end
  545. end
  546.  
  547. end
  548. end
  549. end
  550. mou.KeyDown:connect(pressed)
  551. end)
  552. tool.Unequipped:connect(function()
  553. remoteequipped = false
  554. end)
Add Comment
Please, Sign In to add comment