ToxicWHOMakesGUIS

SIMDESTROYER

Dec 30th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.91 KB | None | 0 0
  1. -- GUI Created by Rocco#3636 (Credits of every script on their respective button)
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local DestroyerGUI = Instance.new("ScreenGui")
  6. local Open = Instance.new("Frame")
  7. local OpenButton = Instance.new("TextButton")
  8. local GUI = Instance.new("Frame")
  9. local SptsLab = Instance.new("TextLabel")
  10. local PetSimLab = Instance.new("TextLabel")
  11. local MiningSimLab = Instance.new("TextLabel")
  12. local MiningOP = Instance.new("TextLabel")
  13. local IceCreamSimLab = Instance.new("TextLabel")
  14. local GuiLab = Instance.new("TextLabel")
  15. local BubbleSimLab = Instance.new("TextLabel")
  16. local BubbleOP = Instance.new("TextLabel")
  17. local BanditSimLab = Instance.new("TextLabel")
  18. local BanditOP = Instance.new("TextLabel")
  19. local SptsB2 = Instance.new("TextButton")
  20. local SptsB1 = Instance.new("TextButton")
  21. local PetSimB = Instance.new("TextButton")
  22. local MiningSimB = Instance.new("TextButton")
  23. local IceCreamSimB = Instance.new("TextButton")
  24. local GuiCloseB = Instance.new("TextButton")
  25. local BubbleSimB = Instance.new("TextButton")
  26. local BanditSimB = Instance.new("TextButton")
  27. local BeeSwarmSimLab = Instance.new("TextLabel")
  28. local BeeSwarmSimB = Instance.new("TextButton")
  29. local DestructionSimLab = Instance.new("TextLabel")
  30. local DestructionSimB = Instance.new("TextButton")
  31. local DestructionOP = Instance.new("TextLabel")
  32. local LocalPlayerGUI = Instance.new("Frame")
  33. local LocalLab = Instance.new("TextLabel")
  34. local CtrlDeleteB = Instance.new("TextButton")
  35. local CtrlTpB = Instance.new("TextButton")
  36. local InfJumpB = Instance.new("TextButton")
  37. --Properties:
  38. DestroyerGUI.Name = "DestroyerGUI"
  39. DestroyerGUI.Parent = game.CoreGui
  40.  
  41. Open.Name = "Open"
  42. Open.Parent = DestroyerGUI
  43. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  44. Open.BorderColor3 = Color3.new(0, 0, 0)
  45. Open.BorderSizePixel = 3
  46. Open.Position = UDim2.new(0.0067859292, 0, 0.888206422, 0)
  47. Open.Size = UDim2.new(0, 110, 0, 42)
  48. Open.Style = Enum.FrameStyle.RobloxRound
  49.  
  50. OpenButton.Name = "OpenButton"
  51. OpenButton.Parent = Open
  52. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  53. OpenButton.BackgroundTransparency = 1
  54. OpenButton.Position = UDim2.new(-0.0454545468, 0, -0.238095254, 0)
  55. OpenButton.Size = UDim2.new(0, 102, 0, 34)
  56. OpenButton.Font = Enum.Font.SourceSansBold
  57. OpenButton.Text = "Open"
  58. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  59. OpenButton.TextSize = 30
  60. OpenButton.MouseButton1Click:connect(function()
  61. GUI.Visible = true
  62. LocalPlayerGUI.Visible = true
  63. end)
  64.  
  65. GUI.Name = "GUI"
  66. GUI.Parent = DestroyerGUI
  67. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  68. GUI.Position = UDim2.new(0.299814939, 0, 0.0638820603, 0)
  69. GUI.Size = UDim2.new(0, 356, 0, 679)
  70. GUI.Style = Enum.FrameStyle.RobloxSquare
  71. GUI.Visible = false
  72. GUI.Active = true
  73. GUI.Draggable = true
  74.  
  75. SptsLab.Name = "SptsLab"
  76. SptsLab.Parent = GUI
  77. SptsLab.BackgroundColor3 = Color3.new(0, 0, 0)
  78. SptsLab.Position = UDim2.new(-0.0248841699, 0, 0.302265108, 0)
  79. SptsLab.Size = UDim2.new(0, 355, 0, 15)
  80. SptsLab.Font = Enum.Font.SourceSans
  81. SptsLab.Text = "Super Power Training Simulator Destroyer"
  82. SptsLab.TextColor3 = Color3.new(1, 1, 1)
  83. SptsLab.TextSize = 15
  84.  
  85. PetSimLab.Name = "PetSimLab"
  86. PetSimLab.Parent = GUI
  87. PetSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  88. PetSimLab.Position = UDim2.new(-0.0248841699, 0, 0.0747615471, 0)
  89. PetSimLab.Size = UDim2.new(0, 355, 0, 15)
  90. PetSimLab.Font = Enum.Font.SourceSans
  91. PetSimLab.Text = "Pet Simulator Destroyer"
  92. PetSimLab.TextColor3 = Color3.new(1, 1, 1)
  93. PetSimLab.TextSize = 15
  94.  
  95. MiningSimLab.Name = "MiningSimLab"
  96. MiningSimLab.Parent = GUI
  97. MiningSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  98. MiningSimLab.Position = UDim2.new(-0.0248841699, 0, 0.538386166, 0)
  99. MiningSimLab.Size = UDim2.new(0, 355, 0, 15)
  100. MiningSimLab.Font = Enum.Font.SourceSans
  101. MiningSimLab.Text = "Mining Simulator Destroyer"
  102. MiningSimLab.TextColor3 = Color3.new(1, 1, 1)
  103. MiningSimLab.TextSize = 15
  104.  
  105. MiningOP.Name = "MiningOP"
  106. MiningOP.Parent = GUI
  107. MiningOP.BackgroundColor3 = Color3.new(1, 1, 1)
  108. MiningOP.BackgroundTransparency = 1
  109. MiningOP.Position = UDim2.new(0.764455199, 0, 0.591748059, 0)
  110. MiningOP.Size = UDim2.new(0, 58, 0, 17)
  111. MiningOP.Font = Enum.Font.SourceSans
  112. MiningOP.Text = "OP"
  113. MiningOP.TextColor3 = Color3.new(1, 1, 1)
  114. MiningOP.TextSize = 14
  115.  
  116. IceCreamSimLab.Name = "IceCreamSimLab"
  117. IceCreamSimLab.Parent = GUI
  118. IceCreamSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  119. IceCreamSimLab.Position = UDim2.new(-0.0248841699, 0, 0.655584991, 0)
  120. IceCreamSimLab.Size = UDim2.new(0, 355, 0, 15)
  121. IceCreamSimLab.Font = Enum.Font.SourceSans
  122. IceCreamSimLab.Text = "Ice Cream Simulator Destroyer"
  123. IceCreamSimLab.TextColor3 = Color3.new(1, 1, 1)
  124. IceCreamSimLab.TextSize = 15
  125.  
  126. GuiLab.Name = "GuiLab"
  127. GuiLab.Parent = GUI
  128. GuiLab.BackgroundColor3 = Color3.new(0, 0, 0)
  129. GuiLab.Position = UDim2.new(-0.0353163816, 0, -0.012645131, 0)
  130. GuiLab.Size = UDim2.new(0, 363, 0, 22)
  131. GuiLab.Font = Enum.Font.SourceSans
  132. GuiLab.Text = "Simulator Destroyer GUI (Made by Rocco#3636)"
  133. GuiLab.TextColor3 = Color3.new(1, 1, 1)
  134. GuiLab.TextSize = 18
  135.  
  136. BubbleSimLab.Name = "BubbleSimLab"
  137. BubbleSimLab.Parent = GUI
  138. BubbleSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  139. BubbleSimLab.Position = UDim2.new(-0.0248841699, 0, 0.190236807, 0)
  140. BubbleSimLab.Size = UDim2.new(0, 355, 0, 15)
  141. BubbleSimLab.Font = Enum.Font.SourceSans
  142. BubbleSimLab.Text = "Bubble Gum Simulator Destroyer"
  143. BubbleSimLab.TextColor3 = Color3.new(1, 1, 1)
  144. BubbleSimLab.TextSize = 15
  145.  
  146. BubbleOP.Name = "BubbleOP"
  147. BubbleOP.Parent = GUI
  148. BubbleOP.BackgroundColor3 = Color3.new(1, 1, 1)
  149. BubbleOP.BackgroundTransparency = 1
  150. BubbleOP.Position = UDim2.new(0.689338446, 0, 0.23842822, 0)
  151. BubbleOP.Size = UDim2.new(0, 58, 0, 17)
  152. BubbleOP.Font = Enum.Font.SourceSans
  153. BubbleOP.Text = "OP"
  154. BubbleOP.TextColor3 = Color3.new(1, 1, 1)
  155. BubbleOP.TextSize = 14
  156.  
  157. BanditSimLab.Name = "BanditSimLab"
  158. BanditSimLab.Parent = GUI
  159. BanditSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  160. BanditSimLab.Position = UDim2.new(-0.0248841699, 0, 0.419463784, 0)
  161. BanditSimLab.Size = UDim2.new(0, 355, 0, 15)
  162. BanditSimLab.Font = Enum.Font.SourceSans
  163. BanditSimLab.Text = "Bandit Simulator Destroyer"
  164. BanditSimLab.TextColor3 = Color3.new(1, 1, 1)
  165. BanditSimLab.TextSize = 15
  166.  
  167. BanditOP.Name = "BanditOP"
  168. BanditOP.Parent = GUI
  169. BanditOP.BackgroundColor3 = Color3.new(1, 1, 1)
  170. BanditOP.BackgroundTransparency = 1
  171. BanditOP.Position = UDim2.new(0.689338446, 0, 0.47799632, 0)
  172. BanditOP.Size = UDim2.new(0, 58, 0, 17)
  173. BanditOP.Font = Enum.Font.SourceSans
  174. BanditOP.Text = "OP"
  175. BanditOP.TextColor3 = Color3.new(1, 1, 1)
  176. BanditOP.TextSize = 14
  177.  
  178. SptsB2.Name = "SptsB2"
  179. SptsB2.Parent = GUI
  180. SptsB2.BackgroundColor3 = Color3.new(1, 1, 1)
  181. SptsB2.Position = UDim2.new(0.519148588, 0, 0.358442128, 0)
  182. SptsB2.Size = UDim2.new(0, 130, 0, 16)
  183. SptsB2.Font = Enum.Font.SourceSans
  184. SptsB2.Text = "SPTS Kill GUI (Andreas21)"
  185. SptsB2.TextColor3 = Color3.new(0, 0, 0)
  186. SptsB2.TextSize = 14
  187. SptsB2.MouseButton1Down:connect(function()
  188. loadstring(game:HttpGet('https://pastebin.com/raw/YJqWMZvN', true))()
  189. end)
  190.  
  191. SptsB1.Name = "SptsB1"
  192. SptsB1.Parent = GUI
  193. SptsB1.BackgroundColor3 = Color3.new(1, 1, 1)
  194. SptsB1.Position = UDim2.new(0.0635003895, 0, 0.357074708, 0)
  195. SptsB1.Size = UDim2.new(0, 122, 0, 16)
  196. SptsB1.Font = Enum.Font.SourceSans
  197. SptsB1.Text = "SPTS GUI (luckymmb)"
  198. SptsB1.TextColor3 = Color3.new(0, 0, 0)
  199. SptsB1.TextSize = 14
  200. SptsB1.MouseButton1Down:connect(function()
  201. loadstring(game:HttpGet('https://pastebin.com/raw/K0nRHHpm', true))()
  202. end)
  203.  
  204. PetSimB.Name = "PetSimB"
  205. PetSimB.Parent = GUI
  206. PetSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  207. PetSimB.Position = UDim2.new(0.220989108, 0, 0.129690185, 0)
  208. PetSimB.Size = UDim2.new(0, 180, 0, 16)
  209. PetSimB.Font = Enum.Font.SourceSans
  210. PetSimB.Text = "Pet Simulator GUI (luckymmb)"
  211. PetSimB.TextColor3 = Color3.new(0, 0, 0)
  212. PetSimB.TextSize = 14
  213. PetSimB.MouseButton1Down:connect(function()
  214. loadstring(game:HttpGet('https://pastebin.com/raw/3b7r0yV0', true))()
  215. end)
  216.  
  217. MiningSimB.Name = "MiningSimB"
  218. MiningSimB.Parent = GUI
  219. MiningSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  220. MiningSimB.Position = UDim2.new(0.157396466, 0, 0.595390737, 0)
  221. MiningSimB.Size = UDim2.new(0, 226, 0, 16)
  222. MiningSimB.Font = Enum.Font.SourceSans
  223. MiningSimB.Text = "Mining Simulator GUI (DSDamn/Mushkrem)"
  224. MiningSimB.TextColor3 = Color3.new(0, 0, 0)
  225. MiningSimB.TextSize = 14
  226. MiningSimB.MouseButton1Down:connect(function()
  227. loadstring(game:HttpGet('https://pastebin.com/raw/CCHHMuM9', true))()
  228. end)
  229.  
  230. IceCreamSimB.Name = "IceCreamSimB"
  231. IceCreamSimB.Parent = GUI
  232. IceCreamSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  233. IceCreamSimB.Position = UDim2.new(0.223671913, 0, 0.707066476, 0)
  234. IceCreamSimB.Size = UDim2.new(0, 180, 0, 16)
  235. IceCreamSimB.Font = Enum.Font.SourceSans
  236. IceCreamSimB.Text = "Ice Cream Simulator GUI (Aztup)"
  237. IceCreamSimB.TextColor3 = Color3.new(0, 0, 0)
  238. IceCreamSimB.TextSize = 14
  239. IceCreamSimB.MouseButton1Down:connect(function()
  240. loadstring(game:HttpGet('https://pastebin.com/raw/W7NrWu5b', true))()
  241. end)
  242.  
  243. GuiCloseB.Name = "GuiCloseB"
  244. GuiCloseB.Parent = GUI
  245. GuiCloseB.BackgroundColor3 = Color3.new(1, 1, 1)
  246. GuiCloseB.BackgroundTransparency = 0.75
  247. GuiCloseB.BorderColor3 = Color3.new(1, 1, 1)
  248. GuiCloseB.Position = UDim2.new(0.954099476, 0, -0.0106651522, 0)
  249. GuiCloseB.Size = UDim2.new(0, 23, 0, 18)
  250. GuiCloseB.Font = Enum.Font.SourceSans
  251. GuiCloseB.Text = "X"
  252. GuiCloseB.TextColor3 = Color3.new(1, 1, 1)
  253. GuiCloseB.TextSize = 17
  254. GuiCloseB.MouseButton1Click:connect(function()
  255. GUI.Visible = false
  256. LocalPlayerGUI.Visible = false
  257. end)
  258.  
  259. BubbleSimB.Name = "BubbleSimB"
  260. BubbleSimB.Parent = GUI
  261. BubbleSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  262. BubbleSimB.Position = UDim2.new(0.220989108, 0, 0.239994913, 0)
  263. BubbleSimB.Size = UDim2.new(0, 180, 0, 16)
  264. BubbleSimB.Font = Enum.Font.SourceSans
  265. BubbleSimB.Text = "Bubble Gum Simulator GUI (ak47)"
  266. BubbleSimB.TextColor3 = Color3.new(0, 0, 0)
  267. BubbleSimB.TextSize = 14
  268. BubbleSimB.MouseButton1Down:connect(function()
  269. loadstring(game:HttpGet('https://pastebin.com/raw/JsG34e9n', true))()
  270. end)
  271.  
  272. BanditSimB.Name = "BanditSimB"
  273. BanditSimB.Parent = GUI
  274. BanditSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  275. BanditSimB.Position = UDim2.new(0.220989108, 0, 0.47783947, 0)
  276. BanditSimB.Size = UDim2.new(0, 180, 0, 16)
  277. BanditSimB.Font = Enum.Font.SourceSans
  278. BanditSimB.Text = "Bandit Simulator GUI (qaisg)"
  279. BanditSimB.TextColor3 = Color3.new(0, 0, 0)
  280. BanditSimB.TextSize = 14
  281. BanditSimB.MouseButton1Down:connect(function()
  282. loadstring(game:HttpGet('https://pastebin.com/raw/ru02TiaQ', true))()
  283. end)
  284.  
  285. BeeSwarmSimLab.Name = "BeeSwarmSimLab"
  286. BeeSwarmSimLab.Parent = GUI
  287. BeeSwarmSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  288. BeeSwarmSimLab.Position = UDim2.new(-0.0248841699, 0, 0.755732298, 0)
  289. BeeSwarmSimLab.Size = UDim2.new(0, 355, 0, 15)
  290. BeeSwarmSimLab.Font = Enum.Font.SourceSans
  291. BeeSwarmSimLab.Text = "Bee Swarm Simulator Destroyer"
  292. BeeSwarmSimLab.TextColor3 = Color3.new(1, 1, 1)
  293. BeeSwarmSimLab.TextSize = 15
  294.  
  295. BeeSwarmSimB.Name = "BeeSwarmSimB"
  296. BeeSwarmSimB.Parent = GUI
  297. BeeSwarmSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  298. BeeSwarmSimB.Position = UDim2.new(0.199821055, 0, 0.807352304, 0)
  299. BeeSwarmSimB.Size = UDim2.new(0, 204, 0, 16)
  300. BeeSwarmSimB.Font = Enum.Font.SourceSans
  301. BeeSwarmSimB.Text = "Bee Swarm Simulator GUI (luckymmb)"
  302. BeeSwarmSimB.TextColor3 = Color3.new(0, 0, 0)
  303. BeeSwarmSimB.TextSize = 14
  304. BeeSwarmSimB.MouseButton1Click:connect(function()
  305. loadstring(game:HttpGet('https://pastebin.com/raw/eWxjzjnM', true))()
  306. end)
  307.  
  308. DestructionSimLab.Name = "DestructionSimLab"
  309. DestructionSimLab.Parent = GUI
  310. DestructionSimLab.BackgroundColor3 = Color3.new(0, 0, 0)
  311. DestructionSimLab.Position = UDim2.new(-0.0220751818, 0, 0.86177057, 0)
  312. DestructionSimLab.Size = UDim2.new(0, 355, 0, 15)
  313. DestructionSimLab.Font = Enum.Font.SourceSans
  314. DestructionSimLab.Text = "Destruction Simulator Destroyer"
  315. DestructionSimLab.TextColor3 = Color3.new(1, 1, 1)
  316. DestructionSimLab.TextSize = 15
  317.  
  318. DestructionSimB.Name = "DestructionSimB"
  319. DestructionSimB.Parent = GUI
  320. DestructionSimB.BackgroundColor3 = Color3.new(1, 1, 1)
  321. DestructionSimB.Position = UDim2.new(0.171177372, 0, 0.912555397, 0)
  322. DestructionSimB.Size = UDim2.new(0, 224, 0, 16)
  323. DestructionSimB.Font = Enum.Font.SourceSans
  324. DestructionSimB.Text = "Destruction Simulator GUI (Orange Doggo)"
  325. DestructionSimB.TextColor3 = Color3.new(0, 0, 0)
  326. DestructionSimB.TextSize = 14
  327. DestructionSimB.MouseButton1Click:connect(function()
  328. loadstring(game:HttpGet("https://pastebin.com/raw/yfnvMwut",true))()
  329. end)
  330.  
  331. DestructionOP.Name = "Destruction OP"
  332. DestructionOP.Parent = GUI
  333. DestructionOP.BackgroundColor3 = Color3.new(1, 1, 1)
  334. DestructionOP.BackgroundTransparency = 1
  335. DestructionOP.Position = UDim2.new(0.784118116, 0, 0.914281249, 0)
  336. DestructionOP.Size = UDim2.new(0, 58, 0, 17)
  337. DestructionOP.Font = Enum.Font.SourceSans
  338. DestructionOP.Text = "OP"
  339. DestructionOP.TextColor3 = Color3.new(1, 1, 1)
  340. DestructionOP.TextSize = 14
  341.  
  342. LocalPlayerGUI.Name = "LocalPlayerGUI"
  343. LocalPlayerGUI.Parent = DestroyerGUI
  344. LocalPlayerGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  345. LocalPlayerGUI.Position = UDim2.new(0.095619984, 0, 0.837837815, 0)
  346. LocalPlayerGUI.Size = UDim2.new(0, 267, 0, 83)
  347. LocalPlayerGUI.Style = Enum.FrameStyle.RobloxSquare
  348. LocalPlayerGUI.Visible = false
  349. LocalPlayerGUI.Active = true
  350. LocalPlayerGUI.Draggable = true
  351.  
  352. LocalLab.Name = "LocalLab"
  353. LocalLab.Parent = LocalPlayerGUI
  354. LocalLab.BackgroundColor3 = Color3.new(0, 0, 0)
  355. LocalLab.Position = UDim2.new(-0.0299625471, 0, -0.0992196277, 0)
  356. LocalLab.Size = UDim2.new(0, 265, 0, 15)
  357. LocalLab.Font = Enum.Font.SourceSans
  358. LocalLab.Text = "Local Player Scripts"
  359. LocalLab.TextColor3 = Color3.new(1, 1, 1)
  360. LocalLab.TextSize = 14
  361.  
  362. CtrlDeleteB.Name = "CtrlDeleteB"
  363. CtrlDeleteB.Parent = LocalPlayerGUI
  364. CtrlDeleteB.BackgroundColor3 = Color3.new(1, 1, 1)
  365. CtrlDeleteB.Position = UDim2.new(0.0121486792, 0, 0.230657756, 0)
  366. CtrlDeleteB.Size = UDim2.new(0, 114, 0, 17)
  367. CtrlDeleteB.Font = Enum.Font.SourceSans
  368. CtrlDeleteB.Text = "LftAlt + Click Delete"
  369. CtrlDeleteB.TextColor3 = Color3.new(0, 0, 0)
  370. CtrlDeleteB.TextSize = 14
  371. CtrlDeleteB.MouseButton1Click:connect(function()
  372. loadstring(game:HttpGet("https://pastebin.com/raw/KXfmgkQy",true))()
  373. end)
  374.  
  375. CtrlTpB.Name = "CtrlTpB"
  376. CtrlTpB.Parent = LocalPlayerGUI
  377. CtrlTpB.BackgroundColor3 = Color3.new(1, 1, 1)
  378. CtrlTpB.Position = UDim2.new(0.540322065, 0, 0.240382925, 0)
  379. CtrlTpB.Size = UDim2.new(0, 113, 0, 17)
  380. CtrlTpB.Font = Enum.Font.SourceSans
  381. CtrlTpB.Text = "LftCtrl + Click Teleport"
  382. CtrlTpB.TextColor3 = Color3.new(0, 0, 0)
  383. CtrlTpB.TextSize = 14
  384. CtrlTpB.MouseButton1Click:connect(function()
  385. loadstring(game:GetObjects("rbxassetid://509249639")[1].Source)()
  386. end)
  387.  
  388. InfJumpB.Name = "InfJumpB"
  389. InfJumpB.Parent = LocalPlayerGUI
  390. InfJumpB.BackgroundColor3 = Color3.new(1, 1, 1)
  391. InfJumpB.Position = UDim2.new(0.272364199, 0, 0.609024942, 0)
  392. InfJumpB.Size = UDim2.new(0, 111, 0, 17)
  393. InfJumpB.Font = Enum.Font.SourceSans
  394. InfJumpB.Text = "Infinite Jump"
  395. InfJumpB.TextColor3 = Color3.new(0, 0, 0)
  396. InfJumpB.TextSize = 14
  397. InfJumpB.MouseButton1Click:connect(function()
  398. loadstring(game:HttpGet("https://pastebin.com/raw/UUa1kx3c",true))()
  399. end)
Add Comment
Please, Sign In to add comment