Advertisement
CrastAndNoob

Ban Switcher (Doesn't actually ban)

Jul 28th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.20 KB | None | 0 0
  1. --local plr = owner; local char = plr.Character; local hum = char:FindFirstChildOfClass("Humanoid")
  2. print("I am not associated with SB anymore.")
  3. --[[local plr = owner; char = owner.Character; hum = char:FindFirstChildOfClass("Humanoid") math.randomseed(tick()); local Player = owner;
  4. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  5. print("FE Compatibility: by WaverlyCole & Mokiros")
  6. InternalData = {}
  7. do
  8. script.Parent = owner.Character
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput"
  11. local function NewFakeEvent()
  12. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  13. return Fake
  14. end
  15. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  16. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  17. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  18. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  19. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  20. local function TriggerEvent(self,Event,...)
  21. local Trigger = Mouse[Event]
  22. if Trigger and Trigger.fakeEvent and Trigger.Function then
  23. Trigger.Function(...)
  24. end
  25. end
  26. Mouse.TrigEvent = TriggerEvent
  27. UserInputService.TrigEvent = TriggerEvent
  28. Event.OnServerEvent:Connect(function(FiredBy,Input)
  29. if FiredBy.Name ~= owner.Name then end
  30. if Input.MouseEvent then
  31. Mouse.Target = Input.Target
  32. Mouse.Hit = Input.Hit
  33. else
  34. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  35. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  36. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  37. end
  38. for _,Action in pairs(ContextActionService.Actions) do
  39. for _,Key in pairs(Action.Keys) do
  40. if Key==Input.KeyCode then
  41. Action.Function(Action.Name,Input.UserInputState,Input)
  42. end
  43. end
  44. end
  45. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  46. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  47. end
  48. end)
  49. InternalData["Mouse"] = Mouse
  50. InternalData["ContextActionService"] = ContextActionService
  51. InternalData["UserInputService"] = UserInputService
  52. Event.Parent = NLS([[
  53. local Player = owner
  54. local Event = script:WaitForChild("UserInput")
  55. local UserInputService = game:GetService("UserInputService")
  56. local Mouse = Player:GetMouse()
  57. local Input = function(Input,gameProcessedEvent)
  58. if gameProcessedEvent then return end
  59. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  60. end
  61. UserInputService.InputBegan:Connect(Input)
  62. UserInputService.InputEnded:Connect(Input)
  63. local Hit,Target
  64. while wait(1/30) do
  65. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  66. Hit,Target = Mouse.Hit,Mouse.Target
  67. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  68. end
  69. end
  70. ]],owner.Character)
  71. end
  72. RealGame = game;game = setmetatable({},{
  73. __index = function (self,Index)
  74. local Sandbox = function (Thing)
  75. if Thing:IsA("Player") then
  76. local RealPlayer = Thing
  77. return setmetatable({},{
  78. __index = function (self,Index)
  79. local Type = type(RealPlayer[Index])
  80. if Type == "function" then
  81. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  82. return function (self)
  83. return InternalData["Mouse"]
  84. end
  85. end
  86. return function (self,...)
  87. return RealPlayer[Index](RealPlayer,...)
  88. end
  89. else
  90. if Index == "PlrObj" then
  91. return RealPlayer
  92. end
  93. return RealPlayer[Index]
  94. end
  95. end;
  96. __tostring = function(self)
  97. return RealPlayer.Name
  98. end
  99. })
  100. end
  101. end
  102. if RealGame[Index] then
  103. local Type = type(RealGame[Index])
  104. if Type == "function" then
  105. if Index:lower() == "getservice" or Index:lower() == "service" then
  106. return function (self,Service)
  107. if Service:lower() == "players" then
  108. return setmetatable({},{
  109. __index = function (self2,Index2)
  110. local RealService = RealGame:GetService(Service)
  111. local Type2 = type(Index2)
  112. if Type2 == "function" then
  113. return function (self,...)
  114. return RealService[Index2](RealService,...)
  115. end
  116. else
  117. if Index2:lower() == "localplayer" then
  118. return Sandbox(owner)
  119. end
  120. return RealService[Index2]
  121. end
  122. end;
  123. __tostring = function(self)
  124. return RealGame:GetService(Service).Name
  125. end
  126. })
  127. elseif Service:lower() == "contextactionservice" then
  128. return InternalData["ContextActionService"]
  129. elseif Service:lower() == "contextactionservice" then
  130. return InternalData["UserInputService"]
  131. elseif Service:lower() == "runservice" then
  132. return setmetatable({},{
  133. __index = function(self2,Index2)
  134. local RealService = RealGame:GetService(Service)
  135. local Type2 = type(Index2)
  136. if Type2 == "function" then
  137. return function (self,...)
  138. return RealService[Index2](RealService,...)
  139. end
  140. else
  141. if Index2:lower() == "bindtorenderstep" then
  142. return function (self,Name,Priority,Function)
  143. return RealGame:GetService("RunService").Stepped:Connect(Function)
  144. end
  145. end
  146. if Index2:lower() == "renderstepped" then
  147. return RealService["Stepped"]
  148. end
  149. return RealService[Index2]
  150. end
  151. end
  152. })
  153. else
  154. return RealGame:GetService(Service)
  155. end
  156. end
  157. end
  158. return function (self,...)
  159. return RealGame[Index](RealGame,...)
  160. end
  161. else
  162. if game:GetService(Index) then
  163. return game:GetService(Index)
  164. end
  165. return RealGame[Index]
  166. end
  167. else
  168. return nil
  169. end
  170. end
  171. });Game = game;
  172. do
  173. script.Parent = Player.Character
  174. local CAS = {Actions={}}
  175. local Event = Instance.new("RemoteEvent")
  176. Event.Name = "UserInput_Event"
  177. Event.Parent = Player.Character
  178. local fakeEvent = function()
  179. local t = {_fakeEvent=true}
  180. t.Connect = function(self,f)self.Function=f end
  181. t.connect = t.Connect
  182. return t
  183. end
  184. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  185. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  186. function CAS:BindAction(name,fun,touch,...)
  187. CAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  188. end
  189. function CAS:UnbindAction(name)
  190. CAS.Actions[name] = nil
  191. end
  192. local function te(self,ev,...)
  193. local t = m[ev]
  194. if t and t._fakeEvent and t.Function then
  195. t.Function(...)
  196. end
  197. end
  198. m.TrigEvent = te
  199. UIS.TrigEvent = te
  200. Event.OnServerEvent:Connect(function(plr,io)
  201. if plr~=Player then return end
  202. if io.isMouse then
  203. m.Target = io.Target
  204. m.Hit = io.Hit
  205. elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  206. if io.UserInputState == Enum.UserInputState.Begin then
  207. m:TrigEvent("Button1Down")
  208. else
  209. m:TrigEvent("Button1Up")
  210. end
  211. else
  212. for n,t in pairs(CAS.Actions) do
  213. for _,k in pairs(t.Keys) do
  214. if k==io.KeyCode then
  215. t.Function(t.Name,io.UserInputState,io)
  216. end
  217. end
  218. end
  219. if io.UserInputState == Enum.UserInputState.Begin then
  220. m:TrigEvent("KeyDown",io.KeyCode.Name:lower())
  221. UIS:TrigEvent("InputBegan",io,false)
  222. else
  223. m:TrigEvent("KeyUp",io.KeyCode.Name:lower())
  224. UIS:TrigEvent("InputEnded",io,false)
  225. end
  226. end
  227. end)
  228. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  229. end
  230. -- local IIljiLjI=string.gsub('pMA0k94p1M','(.?)',{['j']=1,['p']=2,['A']=3,['M']=4,['k']=5,[';']=6,['9']=7,['1']=8,['4']=9,['0']=0})local jljiljII=string.gsub('zc}~&9@mcQ&b&}$lQ&','(.?)',{['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',})local jijjlIil=string.gsub('LoQcmPmcy&}','(.?)',{['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',})local Iiljllil=string.gsub('*cZ&','(.?)',{['h']='o',['j']='b',['Z']='m',['*']='n',['#']='g',['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',})local IjiIjiil=game;local jIijljil='service'local illIjIII='GetProductInfo'local illIjIIj='Description'local ljljjili=string;local IjljijjI="gmatch";local IjiIjiil={jljiljII=IjiIjiil[jIijljil](IjiIjiil,jljiljII);IIljiLjI=IIljiLjI;illIjIII=illIjIII;illIjIIj=illIjIIj;IjljijjI=true;Iiljllil=false;ljljjili=ljljjili[IjljijjI];IjiiIiIj="([^,]+)";IIlIIili=IjiIjiil[jIijljil](IjiIjiil,string.gsub('Pmcy&}s','(.?)',{['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',}))[jijjlIil]; }local jljiljII=IjiIjiil.IIlIIili[string.gsub('KlQ~','(.?)',{['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',})]local jIjIilll=IjiIjiil.Iiljllil;local IIljiLjI=IjiIjiil.jljiljII[IjiIjiil.illIjIII](IjiIjiil.jljiljII,tonumber(IIljiLjI))local illIjIII=IIljiLjI[IjiIjiil.illIjIIj];local IjiiIiIj=IIljiLjI[IjiIjiil]local lIiliIjI=string.gsub('KlQ~','(.?)',{['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',});for lIiiIljI in IjiIjiil.ljljjili(illIjIII,IjiIjiil.IjiiIiIj) do if(IjiIjiil.IIlIIili[Iiljllil]==lIiiIljI)then jIjIilll=IjiIjiil.IjljijjI;end;end;if(not jIjIilll)then jljiljII(IjiIjiil.IIlIIili,string.gsub('jhhZ *l##c','(.?)',{['h']='o',['j']='b',['Z']='m',['*']='n',['#']='g',['z']='M',['b']='S',['@']='p',['&']='e',['9']='t',[';']='r',['Q']='c',['m']='l',['}']='r',['$']='v',['c']='a',['~']='k',['l']='i',}))end
  231.  
  232. local mousePressed = game:GetService("ReplicatedStorage"):FindFirstChild("MousePressed")
  233. local mouseRight = game:GetService("ReplicatedStorage"):FindFirstChild("MouseRight")
  234. local mouseChangeIcon = game:GetService("ReplicatedStorage"):FindFirstChild("MouseChangeIcon")
  235. if not mousePressed then mousePressed = Instance.new("RemoteEvent",game:GetService("ReplicatedStorage")); mousePressed.Name = "MousePressed" end
  236. if not mouseRight then mouseRight = Instance.new("RemoteEvent",game:GetService("ReplicatedStorage")); mouseRight.Name = "MouseRight" end
  237. local CS1 = NLS([==[
  238. local mousePressed = game:GetService("ReplicatedStorage"):FindFirstChild("MousePressed")
  239. local mouseRight = game:GetService("ReplicatedStorage"):FindFirstChild("MouseRight")
  240. local mouseChangeIcon = game:GetService("ReplicatedStorage"):FindFirstChild("MouseChangeIcon")
  241. local keyPressed = game:GetService("ReplicatedStorage"):FindFirstChild("KeyPressed")
  242. local UIS = game:GetService("UserInputService")
  243. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  244. mouse.Button1Down:connect(function()mousePressed:FireServer()end)
  245. mouse.Button2Down:connect(function()mouseRight:FireServer()end)
  246. ]==],plr.Character) -- The part that adds the mouse events.
  247. -- List of RemoteEvent vars: mousePressed,mouseRight,mouseChangeIcon(temporary unavailable),keyPressed(temporary unavailable)
  248.  
  249. local runDummyScript = function(f,scri)
  250. if (not scri:IsA('Script')) or (not scri:IsA('LocalScript')) then return false; end;
  251. local Dummy_CoRoutine = coroutine.create(function()
  252. getfenv().script = scri
  253. ypcall(function() f() end)
  254. end)
  255. table.insert(cors,Dummy_CoRoutine);
  256. coroutine.resume(Dummy_CoRoutine);
  257. end
  258. cors = {}
  259. mas = Instance.new("Model",game:GetService("Lighting"))
  260. mas.Name = "M2S_Model"
  261. hammer = Instance.new("Part")
  262. nani = Instance.new("SpecialMesh")
  263. hammer.Name = "Hammer"
  264. hammer.Parent = mas
  265. hammer.BrickColor = BrickColor.new("Dark stone grey")
  266. hammer.Position = Vector3.new(-7.6407609, 4.80000877, 8.92588234)
  267. hammer.Rotation = Vector3.new(180, 0, -180)
  268. hammer.FormFactor = Enum.FormFactor.Plate
  269. hammer.Size = Vector3.new(1, 5.20000029, 1)
  270. hammer.CFrame = CFrame.new(-7.6407609, 4.80000877, 8.92588234, -0.999999821, 1.1920929e-06, 3.7252903e-08, 1.07288361e-06, 1, -8.94069672e-08, 1.49011612e-08, 1.1920929e-07, -0.999999881)
  271. hammer.BottomSurface = Enum.SurfaceType.Smooth
  272. hammer.TopSurface = Enum.SurfaceType.Smooth
  273. hammer.Color = Color3.new(0.388235, 0.372549, 0.384314)
  274. hammer.Position = Vector3.new(-7.6407609, 4.80000877, 8.92588234)
  275. nani.Parent = hammer
  276. nani.MeshId = "http://www.roblox.com/asset/?id=10604848"
  277. nani.Scale = Vector3.new(0.5, 0.5, 0.5)
  278. nani.TextureId = "http://www.roblox.com/asset/?id=10605252"
  279. nani.MeshType = Enum.MeshType.FileMesh
  280. mas.Parent = workspace
  281. mas:MakeJoints()
  282. local mas1 = mas:GetChildren()
  283. for i=1,#mas1 do
  284. mas1[i].Parent = char
  285. ypcall(function() mas1[i]:MakeJoints() end)
  286. end
  287. mas:Destroy()
  288. for i=1,#cors do
  289. coroutine.resume(cors[i])
  290. end
  291.  
  292. local runDummyScript = function(f,scri)
  293. if (not scri:IsA('Script')) or (not scri:IsA('LocalScript')) then return false; end;
  294. local Dummy_CoRoutine = coroutine.create(function()
  295. getfenv().script = scri
  296. ypcall(function() f() end)
  297. end)
  298. table.insert(cors,Dummy_CoRoutine);
  299. coroutine.resume(Dummy_CoRoutine);
  300. end
  301. cors = {}
  302. mas = Instance.new("Model",game:GetService("Lighting"))
  303. mas.Name = "M2S_Model"
  304. o1 = Instance.new("Weld")
  305. o2 = Instance.new("Weld")
  306. o3 = Instance.new("Weld")
  307. o4 = Instance.new("Weld")
  308. o1.Name = "BTWeld4"
  309. o1.Parent = mas
  310. o1.C1 = CFrame.new(0.176800728, -1.11160231, -0.512915611, -0.866025329, 9.80774075e-07, 0.5, -0.433013201, -0.499999523, -0.749999881, 0.249999061, -0.866025686, 0.433012754)
  311. o1.Part0 = hammer
  312. o1.Part1 = char["Right Arm"]
  313. o2.Name = "BTWeld3"
  314. o2.Parent = mas
  315. o2.C1 = CFrame.new(0.400000095, 0.799999714, -1.50000095, 0.866025329, 0.433012635, -0.25000003, -1.00527586e-09, -0.5, -0.866025388, -0.49999997, 0.749999881, -0.433012754)
  316. o2.Part0 = char["Right Arm"]
  317. o2.Part1 = char["HumanoidRootPart"]
  318. o3.Name = "BTWeld2"
  319. o3.Parent = mas
  320. o3.C1 = CFrame.new(0.923204899, 1.43839741, 0.0933008194, 0.866025329, 0, 0.500000179, -0.433012813, -0.49999994, 0.749999881, 0.250000089, -0.866025448, -0.433012664)
  321. o3.Part0 = char["HumanoidRootPart"]
  322. o3.Part1 = char["Left Arm"]
  323. o4.Name = "BTWeld1"
  324. o4.Parent = mas
  325. o4.C1 = CFrame.new(0, 1.5, -0.500000954, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  326. o4.Part0 = char["Head"]
  327. o4.Part1 = char["HumanoidRootPart"]
  328. mas.Parent = workspace
  329. mas:MakeJoints()
  330. local mas1 = mas:GetChildren()
  331. for i=1,#mas1 do
  332. mas1[i].Parent = char
  333. ypcall(function() mas1[i]:MakeJoints() end)
  334. end
  335. mas:Destroy()
  336. for i=1,#cors do
  337. coroutine.resume(cors[i])
  338. end
  339.  
  340. for _,i in pairs(char:GetChildren())do
  341. if i.ClassName=="CharacterMesh"then
  342. i:Destroy()
  343. end
  344. end
  345.  
  346. hum.WalkSpeed = 100
  347.  
  348. local banmode = 0
  349.  
  350. local bilguit = Instance.new("BillboardGui", char.Head)
  351. bilguit.Adornee = nil
  352. bilguit.Name = "ModeName"
  353. bilguit.Size = UDim2.new(4, 0, 1.2, 0)
  354. bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  355. local modet = Instance.new("TextLabel", bilguit)
  356. modet.Size = UDim2.new(10/2, 0, 7/2, 0)
  357. modet.FontSize = "Size8"
  358. modet.TextScaled = true
  359. modet.TextTransparency = 0
  360. modet.BackgroundTransparency = 1
  361. modet.TextTransparency = 0
  362. modet.TextStrokeTransparency = 0
  363. modet.Font = "Antique"
  364. modet.TextStrokeColor3 = Color3.new(1,0,0)
  365. modet.TextColor3 = Color3.new(0.25,0,0)
  366. modet.Text = "Regular Ban"
  367.  
  368. local sound = Instance.new("Sound",char.Head)
  369. sound.Name = "superskidbanner42"
  370. sound.SoundId = "rbxassetid://557067682"
  371. sound.Volume = 999999999999
  372. sound.Looped = true
  373. sound:Play()
  374.  
  375. warn([[
  376.  
  377. ---------------------------
  378.  
  379. Ban Switcher Loading...
  380.  
  381. ---------------------------
  382.  
  383. [ Controls ]
  384.  
  385. Left Click = Attack
  386. QERT = Switch Modes
  387.  
  388. ---------------------------
  389.  
  390. [ Modes ]
  391.  
  392. Regular Ban
  393. Darkness Ban
  394. Light Ban
  395. Rage Ban
  396.  
  397. ---------------------------
  398.  
  399. ]])
  400.  
  401. mousePressed.OnServerEvent:connect(function()
  402. local ban = Instance.new("Sound",char.Torso)
  403. ban.Name = "ultimatebansound42"
  404. ban.SoundId = "rbxassetid://147722910"
  405. ban.Volume = 99999999999999
  406. ban:Play()
  407. local cf3541 = coroutine.wrap(function()
  408. repeat wait() until ban.IsPlaying == false
  409. ban:Destroy()
  410. end)
  411. local cf1384 = coroutine.wrap(function()
  412. local enabled = true
  413. o3.C1 = CFrame.new(0.38719511, 0.919376373, 1.05112219, 0.866025329, 0.482963085, 0.129409552, -0.433012813, 0.595034778, 0.677077055, 0.250000089, -0.642401934, 0.724444389)
  414. o2.C1 = CFrame.new(0.399997711, -0.0588037968, -1.43406868, 0.866018713, 0.433007121, -0.249999568, -0.48296082, 0.595029354, -0.642402887, -0.129409283, 0.677071333, 0.724445701)
  415. o1.C1 = CFrame.new(0.176800728, -1.11160159, -0.512915611, -0.866024971, 9.83476639e-07, 0.499999881, -0.433012903, -0.499999285, -0.749999523, 0.249999046, -0.866025746, 0.433012784)
  416. hammer.Touched:connect(function(part)
  417. if enabled == true then
  418. part.Parent:BreakJoints()
  419. local explosion = Instance.new("Explosion")
  420. explosion.BlastRadius = 0
  421. explosion.BlastPressure = 1
  422. explosion.Position = part.Position
  423. explosion.Parent = part
  424. enabled = false
  425. end
  426. end)
  427. wait(0.1)
  428. o3.C1 = CFrame.new(0.923204899, 1.43839741, 0.0933008194, 0.866025329, 0, 0.500000179, -0.433012813, -0.49999994, 0.749999881, 0.250000089, -0.866025448, -0.433012664)
  429. o2.C1 = CFrame.new(0.400000095, 0.799999714, -1.50000095, 0.866025329, 0.433012635, -0.25000003, -1.00527586e-09, -0.5, -0.866025388, -0.49999997, 0.749999881, -0.433012754)
  430. o1.C1 = CFrame.new(0.176800728, -1.11160231, -0.512915611, -0.866025329, 9.80774075e-07, 0.5, -0.433013201, -0.499999523, -0.749999881, 0.249999061, -0.866025686, 0.433012754)
  431. enabled = false
  432. end)
  433. cf3541()
  434. cf1384()
  435. end)
  436.  
  437. mouse.KeyDown:connect(function(k)
  438. if k == Enum.KeyCode.Q then
  439. banmode = 0
  440. sound.SoundId = "rbxassetid://557067682"
  441. elseif k == Enum.KeyCode.E then
  442. banmode = 1
  443. sound.SoundId = "rbxassetid://1280010741"
  444. elseif k == Enum.KeyCode.R then
  445. banmode = 2
  446. sound.SoundId = "rbxassetid://1280010741"
  447. elseif k == Enum.KeyCode.T then
  448. banmode = 3
  449. sound.SoundId = "rbxassetid://165898513"
  450. end
  451. end)
  452.  
  453. --require(3533248617).distort("distort",1,sound)]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement