Advertisement
kebbyfan

aweaweawewe11231312

Jun 1st, 2019 (edited)
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 KB | None | 0 0
  1. --IF YOU PLAN TO EDIT, CHANGE ALL credit (in script, not the freaking credits) TO YOUR NAME
  2. --AND DONT LEAK YA OOFING SKIDS
  3.  
  4.  
  5. plr = game.Players
  6. print("Executing X4142Y's anti script steal...")
  7. if plr.odyn20008 then
  8. print("You are the owner of this private script! Loading...")
  9. end
  10. if not plr == odyn20008 then
  11. error("skid")
  12. end
  13. if game:GetService("RunService"):IsClient() then error("lol u thot") end
  14. if not ple == odyn20008 then error("LOL YOU THOUGHT YOU COULD BYPASS MY ANTI STEAL") end
  15. InternalData = {}
  16. do
  17. script.Parent = owner.Character
  18. local Event = Instance.new("RemoteEvent")
  19. Event.Name = "UserInput"
  20. local function NewFakeEvent()
  21. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  22. return Fake
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Function then
  32. Trigger.Function(...)
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent
  36. UserInputService.TrigEvent = TriggerEvent
  37. Event.OnServerEvent:Connect(function(FiredBy,Input)
  38. if FiredBy.Name ~= owner.Name then end
  39. if Input.MouseEvent then
  40. Mouse.Target = Input.Target
  41. Mouse.Hit = Input.Hit
  42. else
  43. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  44. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  46. end
  47. for _,Action in pairs(ContextActionService.Actions) do
  48. for _,Key in pairs(Action.Keys) do
  49. if Key==Input.KeyCode then
  50. Action.Function(Action.Name,Input.UserInputState,Input)
  51. end
  52. end
  53. end
  54. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  55. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  56. end
  57. end)
  58. InternalData["Mouse"] = Mouse
  59. InternalData["ContextActionService"] = ContextActionService
  60. InternalData["UserInputService"] = UserInputService
  61. Event.Parent = NLS([[
  62. local Player = owner
  63. local Event = script:WaitForChild("UserInput")
  64. local UserInputService = game:GetService("UserInputService")
  65. local Mouse = Player:GetMouse()
  66. local Input = function(Input,gameProcessedEvent)
  67. if gameProcessedEvent then return end
  68. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  69. end
  70. UserInputService.InputBegan:Connect(Input)
  71. UserInputService.InputEnded:Connect(Input)
  72. local Hit,Target
  73. while wait(1/30) do
  74. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  75. Hit,Target = Mouse.Hit,Mouse.Target
  76. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  77. end
  78. end
  79. ]],owner.Character)
  80. end
  81. RealGame = game;game = setmetatable({},{
  82. __index = function (self,Index)
  83. local Sandbox = function (Thing)
  84. if Thing:IsA("Player") then
  85. local RealPlayer = Thing
  86. return setmetatable({},{
  87. __index = function (self,Index)
  88. local Type = type(RealPlayer[Index])
  89. if Type == "function" then
  90. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  91. return function (self)
  92. return InternalData["Mouse"]
  93. end
  94. end
  95. return function (self,...)
  96. return RealPlayer[Index](RealPlayer,...)
  97. end
  98. else
  99. if Index == "PlrObj" then
  100. return RealPlayer
  101. end
  102. return RealPlayer[Index]
  103. end
  104. end;
  105. __tostring = function(self)
  106. return RealPlayer.Name
  107. end
  108. })
  109. end
  110. end
  111. if RealGame[Index] then
  112. local Type = type(RealGame[Index])
  113. if Type == "function" then
  114. if Index:lower() == "getservice" or Index:lower() == "service" then
  115. return function (self,Service)
  116. if Service:lower() == "players" then
  117. return setmetatable({},{
  118. __index = function (self2,Index2)
  119. local RealService = RealGame:GetService(Service)
  120. local Type2 = type(Index2)
  121. if Type2 == "function" then
  122. return function (self,...)
  123. return RealService[Index2](RealService,...)
  124. end
  125. else
  126. if Index2:lower() == "localplayer" then
  127. return Sandbox(owner)
  128. end
  129. return RealService[Index2]
  130. end
  131. end;
  132. __tostring = function(self)
  133. return RealGame:GetService(Service).Name
  134. end
  135. })
  136. elseif Service:lower() == "contextactionservice" then
  137. return InternalData["ContextActionService"]
  138. elseif Service:lower() == "contextactionservice" then
  139. return InternalData["UserInputService"]
  140. elseif Service:lower() == "runservice" then
  141. return setmetatable({},{
  142. __index = function(self2,Index2)
  143. local RealService = RealGame:GetService(Service)
  144. local Type2 = type(Index2)
  145. if Type2 == "function" then
  146. return function (self,...)
  147. return RealService[Index2](RealService,...)
  148. end
  149. else
  150. if Index2:lower() == "bindtorenderstep" then
  151. return function (self,Name,Priority,Function)
  152. return RealGame:GetService("RunService").Stepped:Connect(Function)
  153. end
  154. end
  155. if Index2:lower() == "renderstepped" then
  156. return RealService["Stepped"]
  157. end
  158. return RealService[Index2]
  159. end
  160. end
  161. })
  162. else
  163. return RealGame:GetService(Service)
  164. end
  165. end
  166. end
  167. return function (self,...)
  168. return RealGame[Index](RealGame,...)
  169. end
  170. else
  171. if game:GetService(Index) then
  172. return game:GetService(Index)
  173. end
  174. return RealGame[Index]
  175. end
  176. else
  177. return nil
  178. end
  179. end
  180. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  181. print("dark eccentric is gay")
  182.  
  183. --dont change any X4142Y in here
  184.  
  185. warn("~:|-|<hello sir please dont abuse or leak thx u ;) >|-|:~")
  186. print("if u are not X4142Y then you cant get lmao lol. no point in leaking")
  187. print("VERSION: 1.6")
  188. print("edit by X4142Y! anyone who uses this whom is not whitelisted is a total f-Ing skid")
  189. print("nani there is a haxer in da server and no antivirus")
  190. print("------------------------------------------------------------------------------------------------------------------------------------------------------------")
  191. print("controls:")
  192. print("z - make it morning (COKLE DODO DU)")
  193. print("x - make it night (*owl noises*)")
  194. print("v - heal the player your mouse is pointing at (yay ur good haxer)")
  195. print("e - explode the player your mouse is pointing at (YEOUCH)")
  196. print("p - suicide (please dont do this at home lol)")
  197. print("k - kill other players (ABUSIVE!)")
  198. print("b - control the player your mouse it pointing at (not my fault if you get banned for abusing this)")
  199. print("r - tp evryone to you (Glitches a lot)")
  200. print("t - glitch the mesh of a player by sending them to the land of glitches (Funny)")
  201. print("q - spawn pet (Lags)")
  202. print("g - spawn a blackhole (ABUSIVE!)")
  203. print("n - hits the target player with a brick (what)")
  204. print("------------------------------------------------------------------------------------------------------------------------------------------------------------")
  205. print("CREDITS:")
  206. print("FE Compatibility: by WaverlyCole & Mokiros")
  207. print("Original by Oilsauce")
  208. print("Oilsauce Remote Control edit by X4142Y")
  209. print("Looped music by InfiniteOneWithDank")
  210.  
  211. --ok u may change any X4142Y below this line to your name, but dont do it if you see another "--*****" message like this
  212.  
  213. --Customization
  214.  
  215. oil = game.Players.LocalPlayer
  216. sauce = oil.Character
  217. tor = sauce:FindFirstChild("Torso") or sauce:FindFirstChild("UpperTorso")
  218. head = sauce:FindFirstChild("Head")
  219. larm = sauce:FindFirstChild("Left Arm") or sauce:FindFirstChild("LeftUpperArm")
  220. rarm = sauce:FindFirstChild("Right Arm") or sauce:FindFirstChild("RightUpperArm")
  221. rleg = sauce:FindFirstChild("Right Leg") or sauce:FindFirstChild("RightUpperLeg")
  222. lleg = sauce:FindFirstChild("Left Leg") or sauce:FindFirstChild("LeftUpperLeg")
  223. hum = sauce:FindFirstChildOfClass("Humanoid")
  224. humroot = sauce:FindFirstChild("HumanoidRootPart")
  225. mou = oil:GetMouse()
  226. remoteequipped = true
  227. controlling = false
  228. light = game:GetService("Lighting")
  229. tool = Instance.new("Tool", game.Players.odyn20008.Backpack)
  230. tool.Name = "01000111011010011 haxs"
  231. hand = Instance.new("Part", tool)
  232. hand.Name = "Handle"
  233. hand.Size = Vector3.new(1, 1, 1)
  234. hand.Transparency = 1
  235. p1 = Instance.new("Part", hand)
  236. p1.Size = Vector3.new(0.6, 0.1, 1.2)
  237. p1.Material = "Glass"
  238. p1.BrickColor = BrickColor.new("Black")
  239. p1.Name = "p1"
  240. p2 = Instance.new("Part", hand)
  241. p2.Size = Vector3.new(0.4, 0.1, 0.1)
  242. p2.Material = "DiamondPlate"
  243. p2.Name = "p2"
  244. p2.BrickColor = BrickColor.new("Gray")
  245. p2.Shape = "Cylinder"
  246. p3 = Instance.new("Part", hand)
  247. p3.Shape = "Ball"
  248. p3.Material = "Neon"
  249. p3.Size = Vector3.new(0.15, 0.15, 0.15)
  250. p3.BrickColor = BrickColor.new("Shamrock")
  251. p3.Name = "p3"
  252. p4 = Instance.new("Part", hand)
  253. p4.Size = Vector3.new(0.2, 0.4, 0.4)
  254. p4.Material = "Neon"
  255. p4.Name = "p4"
  256. p4.BrickColor = BrickColor.new("Shamrock")
  257. p4.Shape = "Cylinder"
  258. w1 = Instance.new("Weld", p1)
  259. w1.Part0 = hand
  260. w1.Part1 = p1
  261. w1.C1 = CFrame.new(0, 0, 0.6)
  262. w1.Name = "w1"
  263. w2 = Instance.new("Weld", p2)
  264. w2.Part0 = hand
  265. w2.Part1 = p2
  266. w2.C1 = CFrame.new(1.3, 0, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  267. w3 = Instance.new("Weld", p3)
  268. w3.Part0 = hand
  269. w3.Part1 = p3
  270. w3.C1 = CFrame.new(0, 0, 1.5)
  271. w4 = Instance.new("Weld", p4)
  272. w4.Part0 = hand
  273. w4.Part1 = p4
  274. w4.C1 = CFrame.new(0.1, 0, 0.6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  275.  
  276. --looped music
  277.  
  278. local s = Instance.new("Sound",workspace.odyn20008.Head)
  279. s.Name = "BGMusic"
  280. s.SoundId = "rbxassetid://328573277"
  281. s.Pitch = 1
  282. s.Volume = 300
  283. s.Looped = true
  284. s.archivable = false
  285. wait(0.1)
  286. s:play()
  287. print("song playing; the id is 328573277")
  288.  
  289. --Rest of Script
  290. -- replace ALL 328573277 with the song you want to play
  291. -- Want To Use This For Scripts With No Songs? Go Ahead Copy This, InfiniteOneWithdank created the looped song thing that is in this script anyways.
  292. --extract from virus deo by X4142Y (duh)
  293.  
  294. --speedy boi
  295.  
  296. game.Workspace.odyn20008.Humanoid.WalkSpeed = "100"
  297.  
  298. --moves (u can change the colors, size, or other minor variables and other stuff; but nothing else or you may break the script)
  299.  
  300. --▀▀▊▞▞▊▀▊▞▞▊▀ ⯐OOOOH GET NOSCOPED BOI⯐ --here have a dank meme--
  301.  
  302. --also to paste something on ROBLOX chat, use Ctrl + v to paste
  303.  
  304. --ok here have ur moves
  305.  
  306. tool.Equipped:connect(function()
  307. remoteequipped = true
  308. function pressed(key)
  309. if remoteequipped == true then
  310. if key == "x" then
  311. light.TimeOfDay = 21
  312. elseif key == "z" then
  313. light.TimeOfDay = 7
  314. elseif key == "c" then
  315. for i,v in pairs(workspace:GetChildren()) do
  316. if v:IsA("Part") and v.Name ~= "Base" then
  317. v.Locked = false
  318. v:remove()
  319. end
  320. if owner ~= odyn20008 then errror("skid") end
  321. if v:IsA("Model") and not v:FindFirstChildOfClass("Humanoid") then
  322. v:remove()
  323. end
  324. end
  325. elseif key == "p" then
  326. hum.Health = 0
  327. elseif key == "k" then
  328. for i,v in pairs(workspace:GetChildren()) do
  329. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  330. khum = v:FindFirstChildOfClass("Humanoid")
  331. khum.Health = 0
  332. warn("you committed suicide")
  333. end
  334. end
  335. elseif key == "r" then
  336. for i,v in pairs(workspace:GetChildren()) do
  337. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  338. vtor = v:FindFirstChild("Torso" )or v:FindFirstChild("UpperTorso")
  339. vtor.CFrame = tor.CFrame * CFrame.new(0, 0, -5)
  340. warn("you executed tp and got some peeps to u")
  341. end
  342. end
  343. elseif key == "v" then
  344. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  345. mouhum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  346. mouhum.Health = mouhum.MaxHealth
  347. mouhead = mou.Target.Parent:FindFirstChild("Head")
  348. bill = Instance.new("BillboardGui", mouhead)
  349. bill.AlwaysOnTop = true
  350. bill.StudsOffset = Vector3.new(0, 2, 0)
  351. bill.Adornee = mouhead
  352. bill.Size = UDim2.new(5, 35, 5, 35)
  353. btext = Instance.new("TextLabel", bill)
  354. btext.Text = mou.Target.Parent.Name.." has been healed!"
  355. btext.Font = "Arcade"
  356. btext.TextSize = 30
  357. btext.TextScaled = true
  358. btext.BorderSizePixel = 0
  359. btext.BackgroundTransparency = 1
  360. btext.Size = UDim2.new(1.5, 0, 0.5, 0)
  361. btext.TextColor = BrickColor.new("Shamrock")
  362. game:GetService("Debris"):AddItem(bill, 2)
  363. warn("you healed a player successfully!")
  364. end
  365. elseif key == "e" then
  366. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  367. local nomoretor = mou.Target.Parent:FindFirstChild("Torso") or mou.Target.Parent:FindFirstChild("UpperTorso")
  368. local nomorehum = mou.Target.parent:FindFirstChildOfClass("Humanoid")
  369. local explo = Instance.new("Explosion", workspace)
  370. explo.Position = nomoretor.Position
  371. nomorehum.Health = 0
  372. warn("exploded a player successfully")
  373. end
  374. elseif key == "b" then
  375. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") and controlling == false then
  376. controlling = true
  377. cman = mou.Target.Parent
  378. mtor = cman:FindFirstChild("Torso") or cman:FindFirstChild("UpperTorso")
  379. mlarm = cman:FindFirstChild("Left Arm") or cman:FindFirstChild("LeftUpperArm")
  380. mrarm = cman:FindFirstChild("Right Arm") or cman:FindFirstChild("RightUpperArm")
  381. mlleg = cman:FindFirstChild("Left Leg") or cman:FindFirstChild("LeftUpperLeg")
  382. mrleg = cman:FindFirstChild("Right Leg") or cman:FindFirstChild("RightUpperLeg")
  383. mhead = cman:FindFirstChild("Head")
  384. mhum = cman:FindFirstChildOfClass("Humanoid")
  385. mhum.PlatformStand = true
  386. hum.NameOcclusion = "NoOcclusion"
  387. mface = head:FindFirstChild("face")
  388. mface.Transparency = 1
  389. humroot.Transparency = 1
  390. for i,v in pairs(sauce:GetChildren()) do
  391. if v:IsA("Part") then
  392. v.Transparency = 1
  393. end
  394. if v:IsA("Accessory") then
  395. v.Handle.Transparency = 1
  396. end
  397. end
  398. ow1 = Instance.new("Weld", tor)
  399. ow1.Part0 = tor
  400. ow1.Part1 = mtor
  401. ow2 = Instance.new("Weld", larm)
  402. ow2.Part0 = larm
  403. ow2.Part1 = mlarm
  404. ow3 = Instance.new("Weld", rarm)
  405. ow3.Part0 = rarm
  406. ow3.Part1 = mrarm
  407. ow4 = Instance.new("Weld", lleg)
  408. ow4.Part0 = lleg
  409. ow4.Part1 = mlleg
  410. ow5 = Instance.new("Weld", rleg)
  411. ow5.Part0 = rleg
  412. ow5.Part1 = mrleg
  413. ow6 = Instance.new("Weld", head)
  414. ow6.Part0 = head
  415. ow6.Part1 = mhead
  416. warn("succeeded in controlling a player")
  417. elseif controlling == true then
  418. controlling = false
  419. ow1:Destroy()
  420. ow2:Destroy()
  421. ow3:Destroy()
  422. ow4:Destroy()
  423. ow5:Destroy()
  424. ow6:Destroy()
  425. mhum.PlatformStand = false
  426. hum.NameOcclusion = "OccludeAll"
  427. humrootTransparency = 1
  428. mface.Transparency = 0
  429. for i,v in pairs(sauce:GetChildren()) do
  430. if v:IsA("Part") and v ~= humroot then
  431. v.Transparency = 0
  432. end
  433. if v:IsA("Accessory") then
  434. v.Handle.Transparency = 0
  435. warn("succeeded in uncontrolling a player")
  436. end
  437. end
  438. end
  439. elseif key == "t" then
  440. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  441. local goneman = mou.Target.Parent
  442. local gonehead = goneman:FindFirstChild("Head")
  443. local gonetor = goneman:FindFirstChild("Torso") or goneman:FindFirstChild("UpperTorso")
  444. local lightb = Instance.new("Part", goneman)
  445. lightb.Shape = "Cylinder"
  446. lightb.CanCollide = false
  447. lightb.Anchored = true
  448. lightb.Size = Vector3.new(300, 10, 10)
  449. lightb.Material = "Neon"
  450. lightb.Transparency = 0.3
  451. lightb.BrickColor = BrickColor.new("Shamrock")
  452. lightb.CFrame = gonetor.CFrame * CFrame.new(0, 140, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  453. local start = gonetor.CFrame
  454. local finish = lightb.CFrame * CFrame.new(140, 0, 0)
  455. for i = 0,1,.01 do
  456. gonetor.CFrame = start:lerp(finish, i)
  457. wait()
  458. end
  459. gonehead.Size = Vector3.new(5, 25, 5)
  460. lightb:Destroy()
  461. warn("succeeded in glitching a player")
  462. end
  463. elseif key == "n" then
  464. if mou.Target.Parent and mou.Target.Parent:FindFirstChildOfClass("Humanoid") then
  465. local nomoretor = mou.Target.Parent:FindFirstChild("Head") or mou.Target.Parent:FindFirstChild("Head")
  466. local nomorehum = mou.Target.parent:FindFirstChildOfClass("Humanoid")
  467. local nomorealive = Instance.new("Explosion", workspace)
  468. local bam = Instance.new("Part", workspace)
  469. nomorealive.Position = nomoretor.Position
  470. bam.Position = nomoretor.Position
  471. nomorehum.Health = 0
  472. mouhum = mou.Target.Parent:FindFirstChildOfClass("Humanoid")
  473. mouhum.Health = mouhum.MaxHealth
  474. mouhead = mou.Target.Parent:FindFirstChild("Head")
  475. bill = Instance.new("BillboardGui", mouhead)
  476. bill.AlwaysOnTop = true
  477. bill.StudsOffset = Vector3.new(0, 2, 0)
  478. bill.Adornee = mouhead
  479. bill.Size = UDim2.new(5, 35, 5, 35)
  480. btext = Instance.new("TextLabel", bill)
  481. btext.Text = mou.Target.Parent.Name.."; because a brick went commit thonk you on head and kill u, duh"
  482. btext.Font = "Arcade"
  483. btext.TextSize = 30
  484. btext.TextScaled = true
  485. btext.BorderSizePixel = 0
  486. btext.BackgroundTransparency = 1
  487. btext.Size = UDim2.new(1.5, 0, 0.5, 0)
  488. btext.TextColor = BrickColor.new("Maroon")
  489. game:GetService("Debris"):AddItem(bill, 2)
  490. warn("brick-ed a player")
  491. end
  492. elseif key == "q" then
  493. if mou.Target ~= nil then
  494. local dont = Instance.new("Part", sauce)
  495. dont.CFrame = mou.Hit
  496. dont.Material = "Sand"
  497. dont.BrickColor = BrickColor.new("Pastel yellow")
  498. dont.Size = Vector3.new(3, 3, 3)
  499. dont.Shape = "Ball"
  500. dont.Anchored = true
  501. local obj = Instance.new("Sound", dont)
  502. local feats = {463838589, 691897627, 179270320, 425407550, 1074595721, 1065045593, 142688397, 1308566029, 1402510823}
  503. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  504. obj.Volume = 10
  505. obj.Looped = true
  506. obj:Play()
  507. oil.Chatted:connect(function(msg)
  508. if msg:lower():sub(1, 7) == "plastic" then
  509. dont.Material = "Plastic"
  510. elseif msg:lower():sub(1, 5) == "slate" then
  511. dont.Material = "Slate"
  512. elseif msg:lower():sub(1, 3) == "ice" then
  513. dont.Material = "Ice"
  514. elseif msg:lower():sub(1, 5) == "metal" then
  515. dont.Material = "Metal"
  516. elseif msg:lower():sub(1, 4) == "neon" then
  517. dont.Material = "Neon"
  518. elseif msg:lower():sub(1, 5) == "grass" then
  519. dont.Material = "Grass"
  520. elseif msg:lower():sub(1, 4) == "sand" then
  521. dont.Material = "Sand"
  522. elseif msg:lower():sub(1, 9) == "woodplank" then
  523. dont.Material = "WoodPlanks"
  524. elseif msg:lower():sub(1, 4) == "wood" then
  525. dont.Material = "Wood"
  526. elseif msg:lower():sub(1, 6) == "marble" then
  527. dont.Material = "Marble"
  528. elseif msg:lower():sub(1, 8) == "concrete" then
  529. dont.Material = "Concrete"
  530. elseif msg:lower():sub(1, 5) == "brick" then
  531. dont.Material = "Brick"
  532. elseif msg:lower():sub(1, 7) == "granite" then
  533. dont.Material = "Granite"
  534. elseif msg:lower():sub(1, 6) == "pebble" then
  535. dont.Material = "Pebble"
  536. elseif msg:lower():sub(1, 11) == "cobblestone" then
  537. dont.Material = "Cobblestone"
  538. elseif msg:lower():sub(1, 13) == "corrodedmetal" then
  539. dont.Material = "CorrodedMetal"
  540. elseif msg:lower():sub(1, 12) == "diamondplate" then
  541. dont.Material = "DiamondPlate"
  542. elseif msg:lower():sub(1, 4) == "foil" then
  543. dont.Material = "Foil"
  544. elseif msg:lower():sub(1, 6) == "fabric" then
  545. dont.Material = "Fabric"
  546. elseif msg:lower():sub(1, 6) == "yellow" then
  547. dont.BrickColor = BrickColor.new("New Yeller")
  548. elseif msg:lower():sub(1, 6) == "purple" then
  549. dont.BrickColor = BrickColor.new("Bright violet")
  550. elseif msg:lower():sub(1, 3) == "red" then
  551. dont.BrickColor = BrickColor.new("Crimson")
  552. elseif msg:lower():sub(1, 5) == "black" then
  553. dont.BrickColor = BrickColor.new("Really black")
  554. elseif msg:lower():sub(1, 5) == "white" then
  555. dont.BrickColor = BrickColor.new("Institutional white")
  556. elseif msg:lower():sub(1, 4) == "pink" then
  557. dont.BrickColor = BrickColor.new("Hot pink")
  558. elseif msg:lower():sub(1, 5) == "green" then
  559. dont.BrickColor = BrickColor.new("Bright green")
  560. elseif msg:lower():sub(1, 4) == "grey" then
  561. dont.BrickColor = BrickColor.new("Medium stone grey")
  562. elseif msg:lower():sub(1, 5) == "brown" then
  563. dont.BrickColor = BrickColor.new("Burnt Sienna")
  564. elseif msg:lower():sub(1, 6) == "orange" then
  565. dont.BrickColor = BrickColor.new("Deep orange")
  566. elseif msg:lower():sub(1, 4) == "blue" then
  567. dont.BrickColor = BrickColor.new("Really blue")
  568. elseif msg:lower():sub(1, 4) == "cyan" then
  569. dont.BrickColor = BrickColor.new("Cyan")
  570. elseif msg:lower():sub(1, 6) == "pastel" then
  571. dont.BrickColor = BrickColor.new("Pastel yellow")
  572. elseif msg:lower():sub(1, 5) == "ghost" then
  573. dont.Transparency = 0.7
  574. elseif msg:lower():sub(1, 5) == "alive" then
  575. dont.Transparency = 0
  576. elseif msg:lower():sub(1, 5) == "block" then
  577. dont.Shape = "Block"
  578. elseif msg:lower():sub(1, 4) == "ball" then
  579. dont.Shape = "Ball"
  580. elseif msg:lower():sub(1, 3) == "bye" then
  581. dont:Destroy()
  582. elseif msg:lower():sub(1, 17) == "pick another song" then
  583. obj:Stop()
  584. obj.SoundId = "rbxassetid://"..feats[math.random(1,#feats)]
  585. obj.Volume = 10
  586. obj.Looped = true
  587. obj:Play()
  588. elseif msg:lower():sub(1, 4) == "play" then
  589. obj:Play()
  590. elseif msg:lower():sub(1, 4) == "stop" then
  591. obj:Stop()
  592. elseif msg:lower():sub(1, 3) == "add" then
  593. obj:Stop()
  594. local arg = msg:sub(5, 999)
  595. obj.SoundId = "rbxassetid://"..arg
  596. obj:Play()
  597. end
  598. end)
  599. while true do
  600. for i = 0,1,.001 do
  601. dont.CFrame = dont.CFrame:lerp(tor.CFrame * CFrame.new(0, 5, 3), i)
  602. dont.Size = Vector3.new(obj.PlaybackLoudness/80, obj.PlaybackLoudness/80, obj.PlaybackLoudness/80)
  603. wait()
  604. end
  605. wait()
  606. end
  607. end
  608. elseif key == "g" then
  609. if mou.Target ~= nil then
  610. local MAN = mou.Target.Parent
  611. local MANT = MAN:FindFirstChild("Torso") or MAN:FindFirstChild("UpperTorso")
  612. local hole = Instance.new("Part", workspace)
  613. hole.Shape = "Ball"
  614. hole.Size = Vector3.new(1.5, 1.5, 1.5)
  615. hole.BrickColor = BrickColor.new("Black")
  616. hole.Anchored = true
  617. hole.Material = "Neon"
  618. hole.CFrame = mou.Hit
  619. for i,v in pairs(workspace:GetChildren()) do
  620. if v:IsA("Model") and v:FindFirstChildOfClass("Humanoid") and v.Name ~= sauce.Name then
  621. local owtor = v
  622. blacktor = owtor:FindFirstChild("Torso") or owtor:FindFirstChild("UpperTorso")
  623. bodpos = Instance.new("BodyPosition", blacktor)
  624. bodpos.Position = hole.Position
  625. bodpos.P = 5000000000
  626. bodpos.MaxForce = Vector3.new(500000000, 500000000, 500000000)
  627. warn("black hole spawned")
  628. end
  629. end
  630. end
  631.  
  632. --WRAP IT ALL UP
  633. if plr ~= odyn20008 then
  634. error("idiot you thought")
  635. end
  636. end
  637. end
  638. end
  639. mou.KeyDown:connect(pressed)
  640. end)
  641. tool.Unequipped:connect(function()
  642. remoteequipped = false
  643. end)
  644.  
  645. --END OF SCRIPT EDIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement