dsakljdsalk

Untitled

Dec 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.66 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = owner
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local h,t
  75. --Give the server mouse data 30 times every second, but only if the values changed
  76. --If player is not moving their mouse, client won't fire events
  77. while wait(1/30) do
  78. if h~=Mouse.Hit or t~=Mouse.Target then
  79. h,t=Mouse.Hit,Mouse.Target
  80. Event:FireServer({isMouse=true,Target=t,Hit=h})
  81. end
  82. end]==],Player.Character)
  83. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  84. end
  85.  
  86. -- This script has been converted to FE by iPxter
  87.  
  88.  
  89. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  90. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  91. do
  92. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  93. script.Parent = Player.Character
  94.  
  95. --RemoteEvent for communicating
  96. local Event = Instance.new("RemoteEvent")
  97. Event.Name = "UserInput_Event"
  98.  
  99. --Fake event to make stuff like Mouse.KeyDown work
  100. local function fakeEvent()
  101. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  102. t.connect = t.Connect
  103. return t
  104. end
  105.  
  106. --Creating fake input objects with fake variables
  107. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  108. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  109. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  110. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  111. end}
  112. --Merged 2 functions into one by checking amount of arguments
  113. CAS.UnbindAction = CAS.BindAction
  114.  
  115. --This function will trigger the events that have been :Connect()'ed
  116. local function te(self,ev,...)
  117. local t = m[ev]
  118. if t and t._fakeEvent and t.Function then
  119. t.Function(...)
  120. end
  121. end
  122. m.TrigEvent = te
  123. UIS.TrigEvent = te
  124.  
  125. Event.OnServerEvent:Connect(function(plr,io)
  126. if plr~=Player then return end
  127. if io.isMouse then
  128. m.Target = io.Target
  129. m.Hit = io.Hit
  130. else
  131. local b = io.UserInputState == Enum.UserInputState.Begin
  132. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  133. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  134. end
  135. for _,t in pairs(CAS.Actions) do
  136. for _,k in pairs(t.Keys) do
  137. if k==io.KeyCode then
  138. t.Function(t.Name,io.UserInputState,io)
  139. end
  140. end
  141. end
  142. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  143. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  144. end
  145. end)
  146. Event.Parent = NLS([==[
  147. local Player = owner
  148. local Event = script:WaitForChild("UserInput_Event")
  149.  
  150. local UIS = game:GetService("UserInputService")
  151. local input = function(io,a)
  152. if a then return end
  153. --Since InputObject is a client-side instance, we create and pass table instead
  154. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  155. end
  156. UIS.InputBegan:Connect(input)
  157. UIS.InputEnded:Connect(input)
  158.  
  159. local h,t
  160. --Give the server mouse data 30 times every second, but only if the values changed
  161. --If player is not moving their mouse, client won't fire events
  162. while wait(1/30) do
  163. if h~=Mouse.Hit or t~=Mouse.Target then
  164. h,t=Mouse.Hit,Mouse.Target
  165. Event:FireServer({isMouse=true,Target=t,Hit=h})
  166. end
  167. end]==],Player.Character)
  168. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  169. end
  170.  
  171. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  172.  
  173.  
  174. local Players = game:GetService("Players")
  175. local UserInputService = game:GetService("UserInputService")
  176. local RunService = game:GetService("RunService")
  177.  
  178. local Player = owner
  179. local Camera = workspace.CurrentCamera
  180.  
  181. local Character = Player.Character
  182. local Torso = Character.Torso
  183.  
  184. local Typing = false
  185. local TypingSub = 1
  186. local TypingSub2 = 1
  187.  
  188. local Neck = Torso.Neck
  189.  
  190. Neck.C1 = CFrame.new(0, -0.5, 0)
  191.  
  192. local RightArm = Character["Right Arm"]
  193. local LeftArm = Character["Left Arm"]
  194.  
  195. local RightShoulder = Instance.new("Weld", Torso)
  196. RightShoulder.Part0 = Torso
  197. RightShoulder.Part1 = RightArm
  198.  
  199. local LeftShoulder = Instance.new("Weld", Torso)
  200. LeftShoulder.Part0 = Torso
  201. LeftShoulder.Part1 = LeftArm
  202.  
  203. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  204. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  205.  
  206.  
  207. local Code = [[
  208. -- I failed at downloading ssf2
  209.  
  210. Server Proxy Connection Initializing...
  211.  
  212. USERNAME: Zneakyblox
  213. PASSWORD: ???
  214.  
  215.  
  216. ROBLOX Server Database Connecting...
  217.  
  218.  
  219. local Proxy = Server:GetMemeData(1011101)
  220. local Tracker = {}
  221.  
  222. __INIT__ setmetatable(getmetatable(Meme), {
  223. __metatable = {};
  224. __call = function(Self, ...)
  225. Proxy:GetArgumentData(MEME.Key, select(...))
  226. end;
  227. })
  228.  
  229. Proxy:TransferData("Lifetime_OBC_Charged",
  230. "ACCVERSION_89_MEME:GetAccount()
  231. {
  232. __newindex = function(Self, Key, Value)
  233. Tracker[Key] = Value
  234. rawset(Self, Key, Value)
  235. end
  236. })
  237.  
  238. Proxy:GetTransferredData().breakAssymetricEncryption(
  239. "NEW_MEME_KEY", true, 102, false
  240. )
  241.  
  242.  
  243. ROBLOX Server Log:
  244. > 420 Robux Transferred to Snoop Dog???
  245.  
  246. Spicy Memes
  247.  
  248. ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
  249. Deleting Sammyclassicsonicfan..50%
  250. Deleting Sammyclassicsonicfan..100%
  251. Successfully deleted Sammyclassicsonicfan.
  252. Message<WHY SONIC WHY SONIC WHY SONIC!!!
  253. NASA FOUND
  254. <div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
  255.  
  256.  
  257.  
  258.  
  259.  
  260. ]]
  261.  
  262.  
  263. local Argument = [[
  264.  
  265. You> 11000011001101
  266.  
  267. You> 00110000011110
  268.  
  269. You> 1100011
  270.  
  271. You> 000111100
  272.  
  273. You> End(Server)
  274.  
  275. Server> Server ended.
  276.  
  277. Discord> Joining VoidSB Discord..
  278.  
  279. Server> Joined VoidSB Discord!
  280.  
  281. You > afk 99 years
  282.  
  283. Server> You got banned for 9999 years because of afk for 99 years!
  284.  
  285. You> 11000011001101
  286.  
  287. You> 00110000011110
  288.  
  289. You> 1100011
  290.  
  291. You> 000111100
  292.  
  293. You> Delete(VoidSB)
  294.  
  295. Server> Server deleted.
  296.  
  297. Discord> Finding Dark Eccentric Party..
  298. Discord> Founded Dark's Party!
  299.  
  300. Google> Searching NASA
  301. Google> Success!
  302. IP : 15.90.138.102
  303. Money : 139.1B
  304. Phone : 202-555-0179
  305.  
  306. You> Damn, NASA got some money.
  307.  
  308. You> GET NASA MONEY
  309.  
  310. You> =GETTING NASA MONEY=
  311.  
  312. NEWS> we heard that nasa got no money
  313.  
  314. You> Now it's time for ROBLOX
  315.  
  316. You> <div class="navbar navbar-default navbar-static-top"
  317.  
  318. You> This should be happening now.
  319.  
  320. ROBLOX> Roblox is currently under going maintence.. We'll be back up soon!
  321.  
  322. You> I'm going to hack minecraft now.
  323.  
  324. You> <li class="item item-fandom" data-flag=""destroy:="
  325.  
  326. Notch> Peoples are getting premium accounts out of no where!
  327.  
  328. You> =Uses w33b hacks=
  329.  
  330. You> I added a new version of minecraft
  331.  
  332. You> 1337.666
  333.  
  334. Update : "Added Premium Mode"
  335. ]]
  336.  
  337.  
  338.  
  339. game.Lighting.GlobalShadows = false
  340. game.Lighting.Brightness = 0.25
  341.  
  342.  
  343. local function Smooth(Part)
  344. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  345. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  346. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  347. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  348. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  349. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  350. end
  351.  
  352.  
  353. local function SetLine(Line, Alpha, Beta)
  354. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  355. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  356. local Magnitude = math.sqrt(dx^2 + dy^2)
  357.  
  358. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  359. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  360. Line.Rotation = math.deg(math.atan2(dy, dx))
  361. end
  362.  
  363.  
  364. local Keyboard = Instance.new("Part")
  365. Keyboard.BrickColor = BrickColor.new("Lsvender")
  366. Keyboard.Material = Enum.Material.Neon
  367. Keyboard.Transparency = 0.6
  368. Keyboard.Size = Vector3.new(5, 0, 2)
  369. Keyboard.CanCollide = false
  370. Keyboard.Locked = true
  371.  
  372. Smooth(Keyboard)
  373.  
  374. local KeyboardWeld = Instance.new("Weld")
  375. KeyboardWeld.Part0 = Torso
  376. KeyboardWeld.Part1 = Keyboard
  377. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  378.  
  379. KeyboardWeld.Parent = Keyboard
  380. Keyboard.Parent = Character
  381.  
  382.  
  383. local Light = Instance.new("PointLight")
  384. Light.Brightness = 1.5
  385. Light.Range = 12
  386. Light.Parent = Keyboard
  387.  
  388.  
  389. local Screen = Instance.new("Part")
  390. Screen.BrickColor = BrickColor.new("Really black")
  391. Screen.Material = Enum.Material.Neon
  392. Screen.Transparency = 0.6
  393. Screen.Size = Vector3.new(6, 4, 0)
  394. Screen.CanCollide = false
  395. Screen.Locked = true
  396.  
  397. Smooth(Screen)
  398.  
  399. local ScreenWeld = Instance.new("Weld")
  400. ScreenWeld.Part0 = Torso
  401. ScreenWeld.Part1 = Screen
  402. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  403.  
  404. local animeh = Instance.new("Part")
  405. animeh.BrickColor = BrickColor.new("Really black")
  406. animeh.Material = Enum.Material.Neon
  407. animeh.Transparency = 0.6
  408. animeh.Size = Vector3.new(6, 4, 0)
  409. animeh.CanCollide = false
  410. animeh.Locked = true
  411.  
  412. local dekal = Instance.new("Decal",animeh)
  413. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  414. dekal.Transparency = 0.15
  415. dekal.Face = "Back"
  416.  
  417. Smooth(animeh)
  418.  
  419. local animehw = Instance.new("Weld")
  420. animehw.Part0 = Torso
  421. animehw.Part1 = animeh
  422. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  423.  
  424. animehw.Parent = animeh
  425. animeh.Parent = Character
  426.  
  427. local Gui = Instance.new("SurfaceGui")
  428. Gui.Face = "Back"
  429. Gui.Adornee = Screen
  430. Gui.Parent = Screen
  431.  
  432. local Text = Instance.new("TextBox")
  433. Text.BackgroundTransparency = 1
  434. Text.Position = UDim2.new(0, 0, 0, 0)
  435. Text.Size = UDim2.new(1, 0, 1, 0)
  436. Text.TextColor3 = Color3.new(1, 1, 1)
  437. Text.Font = Enum.Font.Code
  438. Text.Active = false
  439. Text.MultiLine = true
  440. Text.TextWrapped = true
  441. Text.FontSize = Enum.FontSize.Size32
  442. Text.TextXAlignment = Enum.TextXAlignment.Left
  443. Text.TextYAlignment = Enum.TextYAlignment.Top
  444. Text.Text = ""
  445.  
  446. Text.Parent = Gui
  447.  
  448. ScreenWeld.Parent = Screen
  449. Screen.Parent = Character
  450.  
  451.  
  452.  
  453. local Screen2 = Instance.new("Part")
  454. Screen2.BrickColor = BrickColor.new("Really black")
  455. Screen2.Material = Enum.Material.Neon
  456. Screen2.Transparency = 0.6
  457. Screen2.Size = Vector3.new(6, 4, 0)
  458. Screen2.CanCollide = false
  459. Screen2.Locked = true
  460.  
  461. Smooth(Screen2)
  462.  
  463. local Screen2Weld = Instance.new("Weld")
  464. Screen2Weld.Part0 = Torso
  465. Screen2Weld.Part1 = Screen2
  466. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  467.  
  468. local Gui2 = Instance.new("SurfaceGui")
  469. Gui2.Face = "Back"
  470. Gui2.Adornee = Screen2
  471. Gui2.Parent = Screen2
  472.  
  473. local Text2 = Instance.new("TextBox")
  474. Text2.BackgroundTransparency = 1
  475. Text2.Position = UDim2.new(0, 0, 0, 0)
  476. Text2.Size = UDim2.new(1, 0, 1, 0)
  477. Text2.TextColor3 = Color3.new(0, 1, 0)
  478. Text2.Font = Enum.Font.Code
  479. Text2.Active = false
  480. Text2.MultiLine = true
  481. Text2.TextWrapped = true
  482. Text2.FontSize = Enum.FontSize.Size32
  483. Text2.TextXAlignment = Enum.TextXAlignment.Left
  484. Text2.TextYAlignment = Enum.TextYAlignment.Top
  485. Text2.Text = ""
  486.  
  487. Text2.Parent = Gui2
  488.  
  489. local ImageKey = Instance.new("ImageLabel")
  490. ImageKey.BackgroundTransparency = 1
  491. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  492. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  493. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  494. ImageKey.ImageTransparency = 1
  495. ImageKey.Parent = Gui2
  496.  
  497. Screen2Weld.Parent = Screen2
  498. Screen2.Parent = Character
  499.  
  500.  
  501.  
  502. local Screen3 = Instance.new("Part")
  503. Screen3.BrickColor = BrickColor.new("Really black")
  504. Screen3.Material = Enum.Material.Neon
  505. Screen3.Transparency = 0.6
  506. Screen3.Size = Vector3.new(6, 4, 0)
  507. Screen3.CanCollide = false
  508. Screen3.Locked = true
  509.  
  510. local dekal = Instance.new("Decal",Screen3)
  511. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  512. dekal.Transparency = 0.15
  513. dekal.Face = "Back"
  514.  
  515. Smooth(Screen3)
  516.  
  517. local Screen3Weld = Instance.new("Weld")
  518. Screen3Weld.Part0 = Torso
  519. Screen3Weld.Part1 = Screen3
  520. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  521.  
  522. local Gui3 = Instance.new("SurfaceGui")
  523. Gui3.Face = "Back"
  524. Gui3.Adornee = Screen3
  525. Gui3.Parent = Screen3
  526.  
  527. local Map = Instance.new("ImageLabel")
  528. Map.BackgroundTransparency = 1
  529. Map.Position = UDim2.new(0, 0, 0, 0)
  530. Map.Size = UDim2.new(1, 0, 1, 0)
  531. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  532.  
  533. Map.Parent = Gui3
  534.  
  535. Screen3Weld.Parent = Screen3
  536. Screen3.Parent = Character
  537.  
  538. UserInputService.InputBegan:Connect(function(Input, Processed)
  539. if Processed then return end
  540.  
  541. if Input.UserInputType == Enum.UserInputType.Keyboard then
  542. local KeyCode = Input.KeyCode
  543.  
  544. if KeyCode == Enum.KeyCode.E then
  545. Typing = not Typing
  546. end
  547. end
  548. end)
  549.  
  550.  
  551.  
  552. RunService.Heartbeat:Connect(function()
  553. local Sine = math.sin(tick() * 8) / 8
  554.  
  555. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  556.  
  557. if Typing then
  558. if math.random(5) == 1 then
  559. local PressSound = Instance.new("Sound")
  560. PressSound.SoundId = "rbxassetid://265970978"
  561. PressSound.Pitch = 0.5 + math.random() / 5
  562. PressSound.Volume = 3
  563. PressSound.Parent = Keyboard
  564. PressSound:Play()
  565.  
  566. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  567. end
  568.  
  569. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  570.  
  571. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  572. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  573.  
  574. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  575. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  576.  
  577. if math.random(2) == 1 then
  578. if TypingSub < #Argument then
  579. TypingSub = TypingSub + 1
  580. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  581.  
  582. local nl = Text.Text:find("\n")
  583.  
  584. if nl and #Text.Text > 400 then
  585. Text.Text = Text.Text:sub(nl + 1)
  586. end
  587.  
  588. else
  589. TypingSub = 1
  590. end
  591. end
  592.  
  593. if math.random(3) == 1 then
  594. if TypingSub2 < #Code then
  595. TypingSub2 = TypingSub2 + 1
  596. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  597.  
  598. local nl = Text2.Text:find("\n")
  599.  
  600. if nl and #Text2.Text > 400 then
  601. Text2.Text = Text2.Text:sub(nl + 1)
  602. end
  603.  
  604. else
  605. TypingSub2 = 1
  606. end
  607. end
  608.  
  609. else
  610. Neck.C0 = CFrame.new(0, 1, 0)
  611.  
  612. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  613. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  614. end
  615. end)
Add Comment
Please, Sign In to add comment