Advertisement
erfecdwxsthgevfcd

Untitled

Jan 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local MusicGui = Instance.new("ScreenGui")
  7. local MusicPlayer = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Play = Instance.new("TextButton")
  10. local Songs = Instance.new("Frame")
  11. local s01 = Instance.new("TextButton")
  12. local s02 = Instance.new("TextButton")
  13. local Volume = Instance.new("Frame")
  14. local Current = Instance.new("TextButton")
  15. local MouseArea = Instance.new("Frame")
  16. local Title_2 = Instance.new("TextLabel")
  17. local Collapse = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. MusicGui.Name = "MusicGui"
  22. MusicGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. MusicPlayer.Name = "MusicPlayer"
  25. MusicPlayer.Parent = MusicGui
  26. MusicPlayer.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  27. MusicPlayer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  28. MusicPlayer.BorderSizePixel = 0
  29. MusicPlayer.Position = UDim2.new(0, 10, 0.939999998, -10)
  30. MusicPlayer.Size = UDim2.new(0, 250, 0, -440)
  31. MusicPlayer.Style = Enum.FrameStyle.RobloxRound
  32.  
  33. Title.Name = "Title"
  34. Title.Parent = MusicPlayer
  35. Title.Position = UDim2.new(0.5, 0, 0, 0)
  36. Title.Font = Enum.Font.ArialBold
  37. Title.Text = "Music Player"
  38. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. Title.TextSize = 14.000
  40.  
  41. Play.Name = "Play"
  42. Play.Parent = MusicPlayer
  43. Play.Active = false
  44. Play.Position = UDim2.new(0.100000001, 0, 1, 0)
  45. Play.Size = UDim2.new(0, 75, 0, -30)
  46. Play.Style = Enum.ButtonStyle.RobloxButtonDefault
  47. Play.Font = Enum.Font.ArialBold
  48. Play.Text = ""
  49. Play.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. Play.TextSize = 12.000
  51.  
  52. Songs.Name = "Songs"
  53. Songs.Parent = MusicPlayer
  54. Songs.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  55. Songs.BackgroundTransparency = 1.000
  56. Songs.BorderColor3 = Color3.fromRGB(0, 0, 0)
  57. Songs.Position = UDim2.new(0, 0, 0, 30)
  58. Songs.Size = UDim2.new(1, 0, 1, -50)
  59.  
  60. s01.Name = "s01"
  61. s01.Parent = Songs
  62. s01.Size = UDim2.new(1, 0, 0, 20)
  63. s01.AutoButtonColor = false
  64. s01.Style = Enum.ButtonStyle.RobloxButton
  65. s01.Font = Enum.Font.ArialBold
  66. s01.Text = "ZEROTWOOOOOOOOOOOOO"
  67. s01.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. s01.TextSize = 14.000
  69. s01.TextXAlignment = Enum.TextXAlignment.Left
  70.  
  71. s02.Name = "s02"
  72. s02.Parent = Songs
  73. s02.Position = UDim2.new(0, 0, 0, 20)
  74. s02.Size = UDim2.new(1, 0, 0, 20)
  75. s02.AutoButtonColor = false
  76. s02.Style = Enum.ButtonStyle.RobloxButton
  77. s02.Font = Enum.Font.ArialBold
  78. s02.Text = "WAAAAaAaAAAAaA"
  79. s02.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. s02.TextSize = 14.000
  81. s02.TextXAlignment = Enum.TextXAlignment.Left
  82.  
  83. Volume.Name = "Volume"
  84. Volume.Parent = MusicPlayer
  85. Volume.BackgroundColor3 = Color3.fromRGB(248, 248, 248)
  86. Volume.BorderColor3 = Color3.fromRGB(255, 255, 255)
  87. Volume.BorderSizePixel = 0
  88. Volume.Position = UDim2.new(0.899999976, -75, 1, -16)
  89. Volume.Size = UDim2.new(0, 75, 0, 2)
  90.  
  91. Current.Name = "Current"
  92. Current.Parent = Volume
  93. Current.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  94. Current.BorderColor3 = Color3.fromRGB(255, 255, 255)
  95. Current.Position = UDim2.new(1.03999996, -3, 0.5, -15)
  96. Current.Size = UDim2.new(0, 6, 0, 30)
  97. Current.ZIndex = 2
  98. Current.Text = ""
  99. Current.TextColor3 = Color3.fromRGB(255, 255, 255)
  100.  
  101. MouseArea.Name = "MouseArea"
  102. MouseArea.Parent = Volume
  103. MouseArea.BackgroundTransparency = 1.000
  104. MouseArea.Position = UDim2.new(0, -10, 0, -15)
  105. MouseArea.Size = UDim2.new(1, 20, 1, 30)
  106.  
  107. Title_2.Name = "Title"
  108. Title_2.Parent = Volume
  109. Title_2.Position = UDim2.new(0.5, 0, 5, 0)
  110. Title_2.ZIndex = 3
  111. Title_2.Font = Enum.Font.ArialBold
  112. Title_2.Text = "Volume"
  113. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. Title_2.TextSize = 12.000
  115.  
  116. Collapse.Name = "Collapse"
  117. Collapse.Parent = MusicPlayer
  118. Collapse.Position = UDim2.new(1, 0, 0, -6)
  119. Collapse.Size = UDim2.new(0, -32, 0, 16)
  120. Collapse.Style = Enum.ButtonStyle.RobloxButton
  121. Collapse.Font = Enum.Font.ArialBold
  122. Collapse.Text = "<<"
  123. Collapse.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. Collapse.TextSize = 12.000
  125.  
  126. -- Scripts:
  127.  
  128. local function RPUBPCW_fake_script() -- MusicPlayer.Main
  129. local script = Instance.new('LocalScript', MusicPlayer)
  130.  
  131. -- This is the main control of the whole music player. Changing or deleting anything (other than this green text) will break the music player.
  132.  
  133. loadstring("\10\108\111\99\97\108\32\115\111\110\103\115\32\61\32\123\125\10\108\111\99\97\108\32\115\101\108\101\99\116\101\100\32\61\32\123\98\117\116\116\111\110\61\110\105\108\59\115\111\110\103\61\110\105\108\125\10\108\111\99\97\108\32\112\108\97\121\105\110\103\32\61\32\123\98\117\116\116\111\110\61\110\105\108\59\115\111\110\103\61\110\105\108\125\10\108\111\99\97\108\32\112\108\97\121\66\32\61\32\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\108\97\121\10\108\111\99\97\108\32\118\111\108\117\109\101\32\61\32\115\99\114\105\112\116\46\80\97\114\101\110\116\46\86\111\108\117\109\101\10\10\108\111\99\97\108\32\112\108\97\121\101\114\32\61\32\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\97\114\101\110\116\46\80\97\114\101\110\116\46\80\97\114\101\110\116\10\10\108\111\99\97\108\32\99\114\101\100\105\116\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\34\84\101\120\116\76\97\98\101\108\34\41\10\10\102\117\110\99\116\105\111\110\32\115\101\116\67\114\101\100\105\116\40\41\10\9\99\114\101\100\105\116\46\78\97\109\101\32\61\32\34\67\114\101\100\105\116\34\10\9\99\114\101\100\105\116\46\70\111\110\116\32\61\32\34\65\114\105\97\108\66\111\108\100\34\10\9\99\114\101\100\105\116\46\70\111\110\116\83\105\122\101\32\61\32\34\83\105\122\101\49\49\34\10\9\99\114\101\100\105\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\46\53\44\48\44\48\44\50\48\41\10\9\99\114\101\100\105\116\46\83\105\122\101\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\48\44\48\44\48\41\10\9\99\114\101\100\105\116\46\84\101\120\116\32\61\32\34\67\114\101\97\116\101\100\32\98\121\32\99\114\97\122\121\109\97\110\51\50\34\10\9\99\114\101\100\105\116\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\49\44\49\44\49\41\10\9\99\114\101\100\105\116\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\10\9\99\114\101\100\105\116\46\66\97\99\107\103\114\111\117\110\100\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\9\99\114\101\100\105\116\46\90\73\110\100\101\120\32\61\32\40\115\99\114\105\112\116\46\80\97\114\101\110\116\46\90\73\110\100\101\120\43\49\41\10\9\99\114\101\100\105\116\46\97\114\99\104\105\118\97\98\108\101\32\61\32\116\114\117\101\10\9\99\114\101\100\105\116\46\86\105\115\105\98\108\101\32\61\32\116\114\117\101\10\9\99\114\101\100\105\116\46\80\97\114\101\110\116\32\61\32\115\99\114\105\112\116\46\80\97\114\101\110\116\10\101\110\100\10\10\115\101\116\67\114\101\100\105\116\40\41\10\99\114\101\100\105\116\46\67\104\97\110\103\101\100\58\99\111\110\110\101\99\116\40\115\101\116\67\114\101\100\105\116\41\10\10\102\117\110\99\116\105\111\110\32\103\101\116\83\111\110\103\115\40\41\10\9\102\111\114\32\95\44\118\32\105\110\32\112\97\105\114\115\40\115\99\114\105\112\116\46\80\97\114\101\110\116\46\83\111\110\103\115\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\9\9\116\97\98\108\101\46\105\110\115\101\114\116\40\115\111\110\103\115\44\123\98\117\116\116\111\110\61\118\59\115\111\110\103\61\118\46\83\111\110\103\125\41\10\9\101\110\100\10\101\110\100\10\10\102\117\110\99\116\105\111\110\32\115\101\116\117\112\40\41\10\9\102\111\114\32\95\44\100\97\116\97\48\32\105\110\32\112\97\105\114\115\40\115\111\110\103\115\41\32\100\111\10\9\9\100\97\116\97\48\46\98\117\116\116\111\110\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\9\9\9\102\111\114\32\95\44\100\97\116\97\49\32\105\110\32\112\97\105\114\115\40\115\111\110\103\115\41\32\100\111\10\9\9\9\9\100\97\116\97\49\46\98\117\116\116\111\110\46\83\116\121\108\101\32\61\32\50\10\9\9\9\101\110\100\10\9\9\9\105\102\32\40\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\32\61\61\32\100\97\116\97\48\46\98\117\116\116\111\110\41\32\116\104\101\110\10\9\9\9\9\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\44\115\101\108\101\99\116\101\100\46\115\111\110\103\32\61\32\110\105\108\44\110\105\108\10\9\9\9\9\112\108\97\121\66\46\65\99\116\105\118\101\32\61\32\102\97\108\115\101\10\9\9\9\9\112\108\97\121\66\46\84\101\120\116\32\61\32\34\34\10\9\9\9\101\108\115\101\10\9\9\9\9\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\44\115\101\108\101\99\116\101\100\46\115\111\110\103\32\61\32\100\97\116\97\48\46\98\117\116\116\111\110\44\100\97\116\97\48\46\115\111\110\103\10\9\9\9\9\112\108\97\121\66\46\65\99\116\105\118\101\32\61\32\116\114\117\101\10\9\9\9\9\112\108\97\121\66\46\84\101\120\116\32\61\32\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\32\61\61\32\100\97\116\97\48\46\98\117\116\116\111\110\32\97\110\100\32\34\83\84\79\80\34\32\111\114\32\34\80\76\65\89\34\41\10\9\9\9\9\100\97\116\97\48\46\98\117\116\116\111\110\46\83\116\121\108\101\32\61\32\49\10\9\9\9\101\110\100\10\9\9\101\110\100\41\10\9\101\110\100\10\9\108\111\99\97\108\32\102\117\110\99\116\105\111\110\32\114\101\100\40\98\41\10\9\9\100\101\108\97\121\40\48\44\102\117\110\99\116\105\111\110\40\41\10\9\9\9\102\111\114\32\105\32\61\32\49\44\48\44\45\48\46\49\32\100\111\10\9\9\9\9\98\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\40\48\46\54\43\40\105\42\48\46\52\41\41\44\105\44\105\41\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\98\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\48\46\54\44\48\44\48\41\10\9\9\101\110\100\41\10\9\101\110\100\10\9\108\111\99\97\108\32\102\117\110\99\116\105\111\110\32\119\104\105\116\101\40\98\41\10\9\9\100\101\108\97\121\40\48\44\102\117\110\99\116\105\111\110\40\41\10\9\9\9\102\111\114\32\105\32\61\32\48\44\49\44\48\46\49\32\100\111\10\9\9\9\9\98\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\40\48\46\54\43\40\105\42\48\46\52\41\41\44\105\44\105\41\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\98\46\84\101\120\116\67\111\108\111\114\51\32\61\32\67\111\108\111\114\51\46\110\101\119\40\49\44\49\44\49\41\10\9\9\101\110\100\41\10\9\101\110\100\10\9\112\108\97\121\66\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\9\9\105\102\32\40\110\111\116\32\112\108\97\121\66\46\65\99\116\105\118\101\41\32\116\104\101\110\32\114\101\116\117\114\110\32\101\110\100\10\9\9\105\102\32\40\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\32\126\61\32\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\32\116\104\101\110\10\9\9\9\105\102\32\40\112\108\97\121\105\110\103\46\115\111\110\103\41\32\116\104\101\110\32\112\108\97\121\105\110\103\46\115\111\110\103\58\115\116\111\112\40\41\32\101\110\100\10\9\9\9\105\102\32\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\32\116\104\101\110\32\119\104\105\116\101\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\32\101\110\100\10\9\9\9\112\108\97\121\105\110\103\46\98\117\116\116\111\110\44\112\108\97\121\105\110\103\46\115\111\110\103\32\61\32\110\105\108\44\110\105\108\10\9\9\101\110\100\10\9\9\105\102\32\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\32\116\104\101\110\10\9\9\9\112\108\97\121\105\110\103\46\115\111\110\103\58\115\116\111\112\40\41\10\9\9\9\119\104\105\116\101\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\10\9\9\9\112\108\97\121\105\110\103\46\98\117\116\116\111\110\44\112\108\97\121\105\110\103\46\115\111\110\103\32\61\32\110\105\108\44\110\105\108\10\9\9\9\112\108\97\121\66\46\84\101\120\116\32\61\32\34\80\76\65\89\34\10\9\9\101\108\115\101\105\102\32\40\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\41\32\116\104\101\110\10\9\9\9\112\108\97\121\105\110\103\46\98\117\116\116\111\110\44\112\108\97\121\105\110\103\46\115\111\110\103\32\61\32\115\101\108\101\99\116\101\100\46\98\117\116\116\111\110\44\115\101\108\101\99\116\101\100\46\115\111\110\103\10\9\9\9\112\108\97\121\105\110\103\46\115\111\110\103\58\112\108\97\121\40\41\10\9\9\9\114\101\100\40\112\108\97\121\105\110\103\46\98\117\116\116\111\110\41\10\9\9\9\112\108\97\121\66\46\84\101\120\116\32\61\32\34\83\84\79\80\34\10\9\9\101\110\100\10\9\101\110\100\41\10\9\118\111\108\117\109\101\46\86\111\108\46\67\104\97\110\103\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\9\9\102\111\114\32\95\44\100\97\116\97\32\105\110\32\112\97\105\114\115\40\115\111\110\103\115\41\32\100\111\10\9\9\9\100\97\116\97\46\115\111\110\103\46\86\111\108\117\109\101\32\61\32\118\111\108\117\109\101\46\86\111\108\46\86\97\108\117\101\10\9\9\101\110\100\10\9\101\110\100\41\10\9\108\111\99\97\108\32\100\114\97\103\32\61\32\102\97\108\115\101\10\9\108\111\99\97\108\32\102\117\110\99\116\105\111\110\32\115\101\116\67\117\114\40\120\41\10\9\9\105\102\32\40\110\111\116\32\100\114\97\103\41\32\116\104\101\110\32\114\101\116\117\114\110\32\101\110\100\10\9\9\108\111\99\97\108\32\83\116\97\114\116\32\61\32\118\111\108\117\109\101\46\65\98\115\111\108\117\116\101\80\111\115\105\116\105\111\110\46\120\10\9\9\108\111\99\97\108\32\69\110\100\32\61\32\40\118\111\108\117\109\101\46\65\98\115\111\108\117\116\101\80\111\115\105\116\105\111\110\46\120\43\118\111\108\117\109\101\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\41\10\9\9\108\111\99\97\108\32\102\117\108\108\32\61\32\40\69\110\100\45\83\116\97\114\116\41\10\9\9\108\111\99\97\108\32\99\117\114\32\61\32\40\120\45\83\116\97\114\116\41\10\9\9\108\111\99\97\108\32\114\97\116\105\111\32\61\32\40\99\117\114\47\102\117\108\108\41\10\9\9\114\97\116\105\111\32\61\32\40\114\97\116\105\111\32\60\32\48\46\48\53\32\97\110\100\32\48\32\111\114\32\114\97\116\105\111\32\62\32\48\46\57\53\32\97\110\100\32\49\32\111\114\32\114\97\116\105\111\41\10\9\9\118\111\108\117\109\101\46\67\117\114\114\101\110\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\114\97\116\105\111\44\45\51\44\48\44\45\49\53\41\10\9\9\118\111\108\117\109\101\46\86\111\108\46\86\97\108\117\101\32\61\32\114\97\116\105\111\10\9\101\110\100\10\9\108\111\99\97\108\32\99\117\114\32\61\32\49\10\9\108\111\99\97\108\32\99\111\108\32\61\32\115\99\114\105\112\116\46\80\97\114\101\110\116\46\67\111\108\108\97\112\115\101\10\9\99\111\108\46\77\111\117\115\101\66\117\116\116\111\110\49\67\108\105\99\107\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\10\9\9\105\102\32\40\99\117\114\32\61\61\32\48\41\32\116\104\101\110\32\114\101\116\117\114\110\10\9\9\101\108\115\101\105\102\32\40\99\117\114\32\61\61\32\49\41\32\116\104\101\110\10\9\9\9\99\117\114\32\61\32\48\10\9\9\9\100\101\108\97\121\40\48\44\102\117\110\99\116\105\111\110\40\41\10\9\9\9\9\102\111\114\32\105\32\61\32\48\44\52\54\44\52\32\100\111\10\9\9\9\9\9\99\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\105\44\48\44\45\54\41\10\9\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\40\105\47\52\54\41\10\9\9\9\9\9\119\97\105\116\40\41\10\9\9\9\9\101\110\100\10\9\9\9\9\99\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\52\54\44\48\44\45\54\41\10\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\9\9\9\101\110\100\41\10\9\9\9\102\111\114\32\105\32\61\32\49\48\44\45\115\99\114\105\112\116\46\80\97\114\101\110\116\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\44\45\50\48\32\100\111\10\9\9\9\9\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\105\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\83\99\97\108\101\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\79\102\102\115\101\116\41\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\45\115\99\114\105\112\116\46\80\97\114\101\110\116\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\83\99\97\108\101\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\79\102\102\115\101\116\41\10\9\9\9\99\111\108\46\84\101\120\116\32\61\32\34\62\62\34\10\9\9\9\102\111\114\32\105\32\61\32\49\44\48\44\45\48\46\49\32\100\111\10\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\105\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\10\9\9\9\99\117\114\32\61\32\45\49\10\9\9\101\108\115\101\10\9\9\9\99\117\114\32\61\32\48\10\9\9\9\100\101\108\97\121\40\48\44\102\117\110\99\116\105\111\110\40\41\10\9\9\9\9\102\111\114\32\105\32\61\32\52\54\44\48\44\45\52\32\100\111\10\9\9\9\9\9\99\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\105\44\48\44\45\54\41\10\9\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\40\49\45\40\105\47\52\54\41\41\10\9\9\9\9\9\119\97\105\116\40\41\10\9\9\9\9\101\110\100\10\9\9\9\9\99\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\48\44\48\44\45\54\41\10\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\49\10\9\9\9\101\110\100\41\10\9\9\9\102\111\114\32\105\32\61\32\45\115\99\114\105\112\116\46\80\97\114\101\110\116\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\44\49\48\44\50\48\32\100\111\10\9\9\9\9\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\105\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\83\99\97\108\101\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\79\102\102\115\101\116\41\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\49\48\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\83\99\97\108\101\44\115\99\114\105\112\116\46\80\97\114\101\110\116\46\80\111\115\105\116\105\111\110\46\89\46\79\102\102\115\101\116\41\10\9\9\9\99\111\108\46\84\101\120\116\32\61\32\34\60\60\34\10\9\9\9\102\111\114\32\105\32\61\32\49\44\48\44\45\48\46\49\32\100\111\10\9\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\105\10\9\9\9\9\119\97\105\116\40\41\10\9\9\9\101\110\100\10\9\9\9\99\111\108\46\84\101\120\116\84\114\97\110\115\112\97\114\101\110\99\121\32\61\32\48\10\9\9\9\99\117\114\32\61\32\49\10\9\9\101\110\100\10\9\101\110\100\41\10\9\118\111\108\117\109\101\46\67\117\114\114\101\110\116\46\77\111\117\115\101\66\117\116\116\111\110\49\68\111\119\110\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\120\41\32\100\114\97\103\32\61\32\116\114\117\101\32\115\101\116\67\117\114\40\120\41\32\101\110\100\41\10\9\118\111\108\117\109\101\46\67\117\114\114\101\110\116\46\77\111\117\115\101\66\117\116\116\111\110\49\85\112\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\32\100\114\97\103\32\61\32\102\97\108\115\101\32\101\110\100\41\10\9\118\111\108\117\109\101\46\67\117\114\114\101\110\116\46\77\111\117\115\101\77\111\118\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\120\41\32\115\101\116\67\117\114\40\120\41\32\101\110\100\41\10\9\118\111\108\117\109\101\46\77\111\117\115\101\65\114\101\97\46\77\111\117\115\101\77\111\118\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\120\41\32\115\101\116\67\117\114\40\120\41\32\101\110\100\41\10\9\118\111\108\117\109\101\46\77\111\117\115\101\65\114\101\97\46\77\111\117\115\101\76\101\97\118\101\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\41\32\100\114\97\103\32\61\32\102\97\108\115\101\32\101\110\100\41\10\101\110\100\10\10\103\101\116\83\111\110\103\115\40\41\10\115\101\116\117\112\40\41\10\10")()
  134. end
  135. coroutine.wrap(RPUBPCW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement