Advertisement
ERROR_CODE

Beta calculator for ECCS•Executor

Sep 4th, 2023 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.42 KB | None | 0 0
  1. local Calculator = Instance.new("ScreenGui")
  2. local CalculatorWindow = Instance.new("TextLabel")
  3. local MainFrame = Instance.new("Frame")
  4. local UICorner = Instance.new("UICorner")
  5. local close = Instance.new("ImageButton")
  6. local ButtonsFrame = Instance.new("Frame")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local UIGridLayout = Instance.new("UIGridLayout")
  9. local _1 = Instance.new("TextButton")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local UIPadding = Instance.new("UIPadding")
  12. local _2 = Instance.new("TextButton")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local _3 = Instance.new("TextButton")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local TextButton = Instance.new("TextButton")
  17. local UICorner_6 = Instance.new("UICorner")
  18. local _4 = Instance.new("TextButton")
  19. local UICorner_7 = Instance.new("UICorner")
  20. local _5 = Instance.new("TextButton")
  21. local UICorner_8 = Instance.new("UICorner")
  22. local _6 = Instance.new("TextButton")
  23. local UICorner_9 = Instance.new("UICorner")
  24. local TextButton_2 = Instance.new("TextButton")
  25. local UICorner_10 = Instance.new("UICorner")
  26. local _7 = Instance.new("TextButton")
  27. local UICorner_11 = Instance.new("UICorner")
  28. local _8 = Instance.new("TextButton")
  29. local UICorner_12 = Instance.new("UICorner")
  30. local _9 = Instance.new("TextButton")
  31. local UICorner_13 = Instance.new("UICorner")
  32. local TextButton_3 = Instance.new("TextButton")
  33. local UICorner_14 = Instance.new("UICorner")
  34. local _0 = Instance.new("TextButton")
  35. local UICorner_15 = Instance.new("UICorner")
  36. local TextButton_4 = Instance.new("TextButton")
  37. local UICorner_16 = Instance.new("UICorner")
  38. local TextButton_5 = Instance.new("TextButton")
  39. local UICorner_17 = Instance.new("UICorner")
  40. local TextButton_6 = Instance.new("TextButton")
  41. local UICorner_18 = Instance.new("UICorner")
  42. local C = Instance.new("TextButton")
  43. local UICorner_19 = Instance.new("UICorner")
  44. local TextButton_7 = Instance.new("TextButton")
  45. local UICorner_20 = Instance.new("UICorner")
  46. local TextButton_8 = Instance.new("TextButton")
  47. local UICorner_21 = Instance.new("UICorner")
  48. local TextButton_9 = Instance.new("TextButton")
  49. local UICorner_22 = Instance.new("UICorner")
  50. local UIPadding_2 = Instance.new("UIPadding")
  51. local NumFrame = Instance.new("Frame")
  52. local UIPadding_3 = Instance.new("UIPadding")
  53. local UICorner_23 = Instance.new("UICorner")
  54. local UICorner_24 = Instance.new("UICorner")
  55. local UICorner_25 = Instance.new("UICorner")
  56. local Text = Instance.new("TextLabel")
  57.  
  58. Calculator.Name = "Calculator"
  59. Calculator.Parent = game:GetService("CoreGui")
  60. Calculator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  61.  
  62. MainFrame.Name = "MainFrame"
  63. MainFrame.Parent = Calculator
  64. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  65. MainFrame.BackgroundColor3 = Color3.fromRGB(0,0,0)
  66. MainFrame.Position = UDim2.new(0.5, 0, 0.49999994, 0)
  67. MainFrame.Size = UDim2.new(0, 250, 0, 400)
  68.  
  69. UICorner.Parent = MainFrame
  70.  
  71. ButtonsFrame.Name = "ButtonsFrame"
  72. ButtonsFrame.Parent = MainFrame
  73. ButtonsFrame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  74. ButtonsFrame.Position = UDim2.new(0, 0, 0.248210549, 0)
  75. ButtonsFrame.Size = UDim2.new(0, 230, 0, 285)
  76.  
  77. UICorner_2.Parent = ButtonsFrame
  78.  
  79. UIGridLayout.Parent = ButtonsFrame
  80. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  81. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  82. UIGridLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  83. UIGridLayout.CellSize = UDim2.new(0, 50, 0, 50)
  84.  
  85.  
  86.  
  87. CalculatorWindow.Name = "CalculatorWindow"
  88. CalculatorWindow.Parent = MainFrame
  89. CalculatorWindow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. CalculatorWindow.Position = UDim2.new(-0.03, 0, -0.08, 0)
  91. CalculatorWindow.Size = UDim2.new(0, 249, 0, 29)
  92. CalculatorWindow.Font = Enum.Font.GothamBold
  93. CalculatorWindow.Text = "Calculator"
  94. CalculatorWindow.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. CalculatorWindow.TextScaled = true
  96. CalculatorWindow.TextSize = 0.1
  97. CalculatorWindow.TextWrapped = true
  98. CalculatorWindow.TextXAlignment = Enum.TextXAlignment.Left
  99.  
  100. UICorner_24.Parent = CalculatorWindow
  101.  
  102. close.Name = "close"
  103. close.Parent = CalculatorWindow
  104. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. close.Position = UDim2.new(0.88, 0, 0.08, 0)
  106. close.Size = UDim2.new(0, 23, 0, 23)
  107. close.Image = "rbxassetid://385868188"
  108. close.MouseButton1Down:connect(function()
  109. MainFrame:Remove()
  110. end)
  111.  
  112. UICorner_25.Parent = close
  113.  
  114. _1.Name = "1"
  115. _1.Parent = ButtonsFrame
  116. _1.BackgroundColor3 = Color3.fromRGB(0,0,0)
  117. _1.LayoutOrder = 1
  118. _1.Size = UDim2.new(0, 200, 0, 50)
  119. _1.AutoButtonColor = false
  120. _1.Font = Enum.Font.GothamBold
  121. _1.Text = "1"
  122. _1.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. _1.TextScaled = true
  124. _1.TextSize = 14.000
  125. _1.TextWrapped = true
  126.  
  127. UICorner_3.Parent = _1
  128.  
  129. UIPadding.Parent = ButtonsFrame
  130. UIPadding.PaddingBottom = UDim.new(0, 5)
  131. UIPadding.PaddingLeft = UDim.new(0, 7)
  132. UIPadding.PaddingRight = UDim.new(0, 7)
  133. UIPadding.PaddingTop = UDim.new(0, 5)
  134.  
  135. _2.Name = "2"
  136. _2.Parent = ButtonsFrame
  137. _2.BackgroundColor3 = Color3.fromRGB(0,0,0)
  138. _2.LayoutOrder = 2
  139. _2.Size = UDim2.new(0, 200, 0, 50)
  140. _2.AutoButtonColor = false
  141. _2.Font = Enum.Font.GothamBold
  142. _2.Text = "2"
  143. _2.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. _2.TextScaled = true
  145. _2.TextSize = 14.000
  146. _2.TextWrapped = true
  147.  
  148. UICorner_4.Parent = _2
  149.  
  150. _3.Name = "3"
  151. _3.Parent = ButtonsFrame
  152. _3.BackgroundColor3 = Color3.fromRGB(0,0,0)
  153. _3.LayoutOrder = 3
  154. _3.Size = UDim2.new(0, 200, 0, 50)
  155. _3.AutoButtonColor = false
  156. _3.Font = Enum.Font.GothamBold
  157. _3.Text = "3"
  158. _3.TextColor3 = Color3.fromRGB(255, 255, 255)
  159. _3.TextScaled = true
  160. _3.TextSize = 14.000
  161. _3.TextWrapped = true
  162.  
  163. UICorner_5.Parent = _3
  164.  
  165. TextButton.Name = "+"
  166. TextButton.Parent = ButtonsFrame
  167. TextButton.BackgroundColor3 = Color3.fromRGB(0,0,0)
  168. TextButton.LayoutOrder = 4
  169. TextButton.Size = UDim2.new(0, 200, 0, 50)
  170. TextButton.AutoButtonColor = false
  171. TextButton.Font = Enum.Font.GothamBold
  172. TextButton.Text = "+"
  173. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. TextButton.TextScaled = true
  175. TextButton.TextSize = 14.000
  176. TextButton.TextWrapped = true
  177.  
  178. UICorner_6.Parent = TextButton
  179.  
  180. _4.Name = "4"
  181. _4.Parent = ButtonsFrame
  182. _4.BackgroundColor3 = Color3.fromRGB(0,0,0)
  183. _4.LayoutOrder = 5
  184. _4.Size = UDim2.new(0, 200, 0, 50)
  185. _4.AutoButtonColor = false
  186. _4.Font = Enum.Font.GothamBold
  187. _4.Text = "4"
  188. _4.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. _4.TextScaled = true
  190. _4.TextSize = 14.000
  191. _4.TextWrapped = true
  192.  
  193. UICorner_7.Parent = _4
  194.  
  195. _5.Name = "5"
  196. _5.Parent = ButtonsFrame
  197. _5.BackgroundColor3 = Color3.fromRGB(0,0,0)
  198. _5.LayoutOrder = 6
  199. _5.Size = UDim2.new(0, 200, 0, 50)
  200. _5.AutoButtonColor = false
  201. _5.Font = Enum.Font.GothamBold
  202. _5.Text = "5"
  203. _5.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. _5.TextScaled = true
  205. _5.TextSize = 14.000
  206. _5.TextWrapped = true
  207.  
  208. UICorner_8.Parent = _5
  209.  
  210. _6.Name = "6"
  211. _6.Parent = ButtonsFrame
  212. _6.BackgroundColor3 = Color3.fromRGB(0,0,0)
  213. _6.LayoutOrder = 7
  214. _6.Size = UDim2.new(0, 200, 0, 50)
  215. _6.AutoButtonColor = false
  216. _6.Font = Enum.Font.GothamBold
  217. _6.Text = "6"
  218. _6.TextColor3 = Color3.fromRGB(255, 255, 255)
  219. _6.TextScaled = true
  220. _6.TextSize = 14.000
  221. _6.TextWrapped = true
  222.  
  223. UICorner_9.Parent = _6
  224.  
  225. TextButton_2.Name = "-"
  226. TextButton_2.Parent = ButtonsFrame
  227. TextButton_2.BackgroundColor3 = Color3.fromRGB(0,0,0)
  228. TextButton_2.LayoutOrder = 8
  229. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  230. TextButton_2.AutoButtonColor = false
  231. TextButton_2.Font = Enum.Font.GothamBold
  232. TextButton_2.Text = "-"
  233. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. TextButton_2.TextScaled = true
  235. TextButton_2.TextSize = 14.000
  236. TextButton_2.TextWrapped = true
  237.  
  238. UICorner_10.Parent = TextButton_2
  239.  
  240. _7.Name = "7"
  241. _7.Parent = ButtonsFrame
  242. _7.BackgroundColor3 = Color3.fromRGB(0,0,0)
  243. _7.LayoutOrder = 9
  244. _7.Size = UDim2.new(0, 200, 0, 50)
  245. _7.AutoButtonColor = false
  246. _7.Font = Enum.Font.GothamBold
  247. _7.Text = "7"
  248. _7.TextColor3 = Color3.fromRGB(255, 255, 255)
  249. _7.TextScaled = true
  250. _7.TextSize = 14.000
  251. _7.TextWrapped = true
  252.  
  253. UICorner_11.Parent = _7
  254.  
  255. _8.Name = "8"
  256. _8.Parent = ButtonsFrame
  257. _8.BackgroundColor3 = Color3.fromRGB(0,0,0)
  258. _8.LayoutOrder = 10
  259. _8.Size = UDim2.new(0, 200, 0, 50)
  260. _8.AutoButtonColor = false
  261. _8.Font = Enum.Font.GothamBold
  262. _8.Text = "8"
  263. _8.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. _8.TextScaled = true
  265. _8.TextSize = 14.000
  266. _8.TextWrapped = true
  267.  
  268. UICorner_12.Parent = _8
  269.  
  270. _9.Name = "9"
  271. _9.Parent = ButtonsFrame
  272. _9.BackgroundColor3 = Color3.fromRGB(0,0,0)
  273. _9.LayoutOrder = 11
  274. _9.Size = UDim2.new(0, 200, 0, 50)
  275. _9.AutoButtonColor = false
  276. _9.Font = Enum.Font.GothamBold
  277. _9.Text = "9"
  278. _9.TextColor3 = Color3.fromRGB(255, 255, 255)
  279. _9.TextScaled = true
  280. _9.TextSize = 14.000
  281. _9.TextWrapped = true
  282.  
  283. UICorner_13.Parent = _9
  284.  
  285. TextButton_3.Name = "/"
  286. TextButton_3.Parent = ButtonsFrame
  287. TextButton_3.BackgroundColor3 = Color3.fromRGB(0,0,0)
  288. TextButton_3.LayoutOrder = 12
  289. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  290. TextButton_3.AutoButtonColor = false
  291. TextButton_3.Font = Enum.Font.GothamBold
  292. TextButton_3.Text = "÷"
  293. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  294. TextButton_3.TextScaled = true
  295. TextButton_3.TextSize = 14.000
  296. TextButton_3.TextWrapped = true
  297.  
  298. UICorner_14.Parent = TextButton_3
  299.  
  300. _0.Name = "0"
  301. _0.Parent = ButtonsFrame
  302. _0.BackgroundColor3 = Color3.fromRGB(0,0,0)
  303. _0.LayoutOrder = 14
  304. _0.Size = UDim2.new(0, 200, 0, 50)
  305. _0.AutoButtonColor = false
  306. _0.Font = Enum.Font.GothamBold
  307. _0.Text = "0"
  308. _0.TextColor3 = Color3.fromRGB(255, 255, 255)
  309. _0.TextScaled = true
  310. _0.TextSize = 14.000
  311. _0.TextWrapped = true
  312.  
  313. UICorner_15.Parent = _0
  314.  
  315. TextButton_4.Name = "."
  316. TextButton_4.Parent = ButtonsFrame
  317. TextButton_4.BackgroundColor3 = Color3.fromRGB(0,0,0)
  318. TextButton_4.LayoutOrder = 13
  319. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  320. TextButton_4.AutoButtonColor = false
  321. TextButton_4.Font = Enum.Font.GothamBold
  322. TextButton_4.Text = "."
  323. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  324. TextButton_4.TextScaled = true
  325. TextButton_4.TextSize = 14.000
  326. TextButton_4.TextWrapped = true
  327.  
  328. UICorner_16.Parent = TextButton_4
  329.  
  330. TextButton_5.Name = "^"
  331. TextButton_5.Parent = ButtonsFrame
  332. TextButton_5.BackgroundColor3 = Color3.fromRGB(0,0,0)
  333. TextButton_5.LayoutOrder = 15
  334. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  335. TextButton_5.AutoButtonColor = false
  336. TextButton_5.Font = Enum.Font.GothamBold
  337. TextButton_5.Text = "aˣ"
  338. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  339. TextButton_5.TextScaled = true
  340. TextButton_5.TextSize = 14.000
  341. TextButton_5.TextWrapped = true
  342.  
  343. UICorner_17.Parent = TextButton_5
  344.  
  345. TextButton_6.Name = "*"
  346. TextButton_6.Parent = ButtonsFrame
  347. TextButton_6.BackgroundColor3 = Color3.fromRGB(0,0,0)
  348. TextButton_6.LayoutOrder = 16
  349. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  350. TextButton_6.AutoButtonColor = false
  351. TextButton_6.Font = Enum.Font.GothamBold
  352. TextButton_6.Text = "×"
  353. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  354. TextButton_6.TextScaled = true
  355. TextButton_6.TextSize = 14.000
  356. TextButton_6.TextWrapped = true
  357.  
  358. UICorner_18.Parent = TextButton_6
  359.  
  360. C.Name = "C"
  361. C.Parent = ButtonsFrame
  362. C.BackgroundColor3 = Color3.fromRGB(0,0,0)
  363. C.LayoutOrder = 17
  364. C.Size = UDim2.new(0, 200, 0, 50)
  365. C.AutoButtonColor = false
  366. C.Font = Enum.Font.GothamBold
  367. C.Text = "C"
  368. C.TextColor3 = Color3.fromRGB(255, 255, 255)
  369. C.TextScaled = true
  370. C.TextSize = 14.000
  371. C.TextWrapped = true
  372.  
  373. UICorner_19.Parent = C
  374.  
  375. TextButton_7.Name = "("
  376. TextButton_7.Parent = ButtonsFrame
  377. TextButton_7.BackgroundColor3 = Color3.fromRGB(0,0,0)
  378. TextButton_7.LayoutOrder = 18
  379. TextButton_7.Size = UDim2.new(0, 200, 0, 50)
  380. TextButton_7.AutoButtonColor = false
  381. TextButton_7.Font = Enum.Font.GothamBold
  382. TextButton_7.Text = "("
  383. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  384. TextButton_7.TextScaled = true
  385. TextButton_7.TextSize = 14.000
  386. TextButton_7.TextWrapped = true
  387.  
  388. UICorner_20.Parent = TextButton_7
  389.  
  390. TextButton_8.Name = ")"
  391. TextButton_8.Parent = ButtonsFrame
  392. TextButton_8.BackgroundColor3 = Color3.fromRGB(0,0,0)
  393. TextButton_8.LayoutOrder = 18
  394. TextButton_8.Size = UDim2.new(0, 200, 0, 50)
  395. TextButton_8.AutoButtonColor = false
  396. TextButton_8.Font = Enum.Font.GothamBold
  397. TextButton_8.Text = ")"
  398. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  399. TextButton_8.TextScaled = true
  400. TextButton_8.TextSize = 14.000
  401. TextButton_8.TextWrapped = true
  402.  
  403. UICorner_21.Parent = TextButton_8
  404.  
  405. TextButton_9.Name = "="
  406. TextButton_9.Parent = ButtonsFrame
  407. TextButton_9.BackgroundColor3 = Color3.fromRGB(0,0,0)
  408. TextButton_9.LayoutOrder = 19
  409. TextButton_9.Size = UDim2.new(0, 200, 0, 50)
  410. TextButton_9.AutoButtonColor = false
  411. TextButton_9.Font = Enum.Font.GothamBold
  412. TextButton_9.Text = "="
  413. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  414. TextButton_9.TextScaled = true
  415. TextButton_9.TextSize = 14.000
  416. TextButton_9.TextWrapped = true
  417.  
  418. UICorner_22.Parent = TextButton_9
  419.  
  420. UIPadding_2.Parent = MainFrame
  421. UIPadding_2.PaddingBottom = UDim.new(0, 10)
  422. UIPadding_2.PaddingLeft = UDim.new(0, 10)
  423. UIPadding_2.PaddingRight = UDim.new(0, 10)
  424. UIPadding_2.PaddingTop = UDim.new(0, 10)
  425.  
  426. NumFrame.Name = "NumFrame"
  427. NumFrame.Parent = MainFrame
  428. NumFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  429. NumFrame.Size = UDim2.new(0, 230, 0, 85)
  430.  
  431. UIPadding_3.Parent = NumFrame
  432. UIPadding_3.PaddingBottom = UDim.new(0, 5)
  433. UIPadding_3.PaddingLeft = UDim.new(0, 7)
  434. UIPadding_3.PaddingRight = UDim.new(0, 7)
  435. UIPadding_3.PaddingTop = UDim.new(0, 5)
  436.  
  437. UICorner_23.Parent = NumFrame
  438.  
  439. Text.Name = "Text"
  440. Text.Parent = NumFrame
  441. Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  442. Text.BackgroundTransparency = 1.000
  443. Text.Size = UDim2.new(0, 215, 0, 80)
  444. Text.Font = Enum.Font.Gotham
  445. Text.Text = "0"
  446. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  447. Text.TextScaled = true
  448. Text.TextSize = 5
  449. Text.TextWrapped = true
  450. Text.TextXAlignment = Enum.TextXAlignment.Right
  451.  
  452.  
  453.  
  454. local numLabel = Calculator.MainFrame.NumFrame.Text
  455.  
  456. for _, v in pairs(Calculator.MainFrame.ButtonsFrame:GetChildren()) do
  457.     if v:IsA("TextButton") then
  458.         if v.Name == "=" then
  459.             v.MouseButton1Click:Connect(function()
  460.                 local ran, val = pcall(loadstring("local res = (".. numLabel.Text .."); return res"))
  461.                 if ran then
  462.                     numLabel.Text = val
  463.                 else
  464.                     numLabel.Text = "Invalid Syntax"
  465.                 end
  466.             end)
  467.         elseif v.Name == "C" then
  468.             v.MouseButton1Click:Connect(function()
  469.                 numLabel.Text = "0"
  470.             end)
  471.         else
  472.             v.MouseButton1Click:Connect(function()
  473.                 if numLabel.Text == "0" or numLabel.Text == "Invalid Syntax" then
  474.                     numLabel.Text = ""
  475.                 end
  476.                
  477.                 numLabel.Text = numLabel.Text.. v.Name
  478.             end)
  479.         end
  480.     end
  481. end
  482.  
  483. local UserInputService = game:GetService("UserInputService")
  484. local gui = Calculator.MainFrame
  485.  
  486. local dragging
  487. local dragInput
  488. local dragStart
  489. local startPos
  490.  
  491. local function update(input)
  492.     local delta = input.Position - dragStart
  493.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  494. end
  495.  
  496. gui.InputBegan:Connect(function(input)
  497.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  498.         dragging = true
  499.         dragStart = input.Position
  500.         startPos = gui.Position
  501.  
  502.         input.Changed:Connect(function()
  503.             if input.UserInputState == Enum.UserInputState.End then
  504.                 dragging = false
  505.             end
  506.         end)
  507.     end
  508. end)
  509.  
  510. gui.InputChanged:Connect(function(input)
  511.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  512.         dragInput = input
  513.     end
  514. end)
  515.  
  516. UserInputService.InputChanged:Connect(function(input)
  517.     if input == dragInput and dragging then
  518.         update(input)
  519.     end
  520. end)
  521.  
  522.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement