Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. -- OfficerGui
  2. -- CHECK MY VIDEO AND SUBSCRIBE == https://youtu.be/hmugwvBEsTk
  3. local Champion_Simulator = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local AutoFarmBTN = Instance.new("TextButton")
  6. local Made_BY = Instance.new("TextLabel")
  7. local Inf_Jump = Instance.new("TextButton")
  8. local Minigame_location = Instance.new("TextButton")
  9. local AutoFarm_Coin = Instance.new("TextButton")
  10. local Autofarm_gems = Instance.new("TextButton")
  11. local King_OF_Hill = Instance.new("TextButton")
  12. local Hoops = Instance.new("TextButton")
  13. local FLAGS = Instance.new("TextButton")
  14. local Script_V3RMILLION = Instance.new("TextLabel")
  15. local Great_Day = Instance.new("TextLabel")
  16. local Gui_name_CS = Instance.new("TextLabel")
  17. local Version = Instance.new("TextLabel")
  18. local Coming = Instance.new("TextButton")
  19. local Changelag = Instance.new("TextLabel")
  20. local Unpatch = Instance.new("TextLabel")
  21. local Unpatch_2 = Instance.new("TextLabel")
  22. work = false
  23.  
  24. --Properties:
  25.  
  26. Champion_Simulator.Name = "Champion_Simulator"
  27. Champion_Simulator.Parent = game.CoreGui
  28. Champion_Simulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Frame.Parent = Champion_Simulator
  31. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  32. Frame.BorderSizePixel = 0
  33. Frame.Position = UDim2.new(0.355919003, 0, 0.351550937, 0)
  34. Frame.Size = UDim2.new(0, 369, 0, 200)
  35. Frame.Visible = true
  36. Frame.Active = true
  37. Frame.Draggable = true
  38.  
  39. AutoFarmBTN.Name = "AutoFarmBTN"
  40. AutoFarmBTN.Parent = Frame
  41. AutoFarmBTN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. AutoFarmBTN.Position = UDim2.new(0.390243888, 0, 0.370000005, 0)
  43. AutoFarmBTN.Size = UDim2.new(0, 108, 0, 23)
  44. AutoFarmBTN.Font = Enum.Font.SourceSans
  45. AutoFarmBTN.Text = "Autofarm"
  46. AutoFarmBTN.TextColor3 = Color3.new(1, 1, 1)
  47. AutoFarmBTN.TextScaled = true
  48. AutoFarmBTN.TextSize = 14
  49. AutoFarmBTN.TextWrapped = true
  50. AutoFarmBTN.MouseButton1Click:connect(function()
  51. work = true
  52. if work == true then
  53. AutoFarmBTN.BackgroundColor3 = Color3.fromRGB(0, 115, 30)
  54. _G.ScriptModule = {
  55. ["Active"] = true,
  56. ["LastPos"] = nil,
  57. ["BuyAlt"] = 1,
  58. ["AutobuyType"] = "All" -- if this option is set to "All" it will buy all the possible DNA or Gloves, if it is just "Next" then it will buy the next one, instead of all possible ones.
  59. }
  60. loadstring(game:HttpGet(('https://pastebin.com/raw/XKvqL2CZ'),true))()
  61. end
  62. end)
  63. AutoFarmBTN.MouseButton2Click:connect(function()
  64. work = false
  65. if work == false then
  66. AutoFarmBTN.BackgroundColor3 = Color3.new(200, 0, 0)
  67. _G.ScriptModule = false
  68. end
  69. end)
  70.  
  71. Made_BY.Name = "Made_BY"
  72. Made_BY.Parent = Frame
  73. Made_BY.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  74. Made_BY.Position = UDim2.new(0.693766952, 0, 0.899999976, 0)
  75. Made_BY.Size = UDim2.new(0, 113, 0, 20)
  76. Made_BY.Font = Enum.Font.SourceSans
  77. Made_BY.Text = "GUI by Officer#0808"
  78. Made_BY.TextColor3 = Color3.new(1, 1, 1)
  79. Made_BY.TextScaled = true
  80. Made_BY.TextSize = 14
  81. Made_BY.TextWrapped = true
  82.  
  83. Inf_Jump.Name = "Inf_Jump"
  84. Inf_Jump.Parent = Frame
  85. Inf_Jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. Inf_Jump.Position = UDim2.new(0.032520324, 0, 0.370000005, 0)
  87. Inf_Jump.Size = UDim2.new(0, 132, 0, 23)
  88. Inf_Jump.Font = Enum.Font.SourceSans
  89. Inf_Jump.Text = "Infinite Double Jumps"
  90. Inf_Jump.TextColor3 = Color3.new(1, 1, 1)
  91. Inf_Jump.TextScaled = true
  92. Inf_Jump.TextSize = 14
  93. Inf_Jump.TextWrapped = true
  94. Inf_Jump.MouseButton1Click:connect(function()
  95. Inf_Jump.BackgroundColor3 = Color3.fromRGB(0, 117, 25)
  96. Inf_Jump.Text = "For disable click right click"
  97. game.Players.LocalPlayer.Others.DoubleJumps.Value = 99999999
  98. end)
  99. Inf_Jump.MouseButton2Click:connect(function()
  100. Inf_Jump.BackgroundColor3 = Color3.new(200, 0, 0)
  101. Inf_Jump.Text = "For activate click right click"
  102. game.Players.LocalPlayer.Others.DoubleJumps.Value = 10
  103. end)
  104.  
  105. Minigame_location.Name = "Minigame_location"
  106. Minigame_location.Parent = Frame
  107. Minigame_location.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  108. Minigame_location.Position = UDim2.new(0.0433604605, 0, 0.555000007, 0)
  109. Minigame_location.Size = UDim2.new(0, 123, 0, 23)
  110. Minigame_location.Font = Enum.Font.SourceSans
  111. Minigame_location.Text = "Minigame_area"
  112. Minigame_location.TextColor3 = Color3.new(1, 1, 1)
  113. Minigame_location.TextScaled = true
  114. Minigame_location.TextSize = 14
  115. Minigame_location.TextWrapped = true
  116. Minigame_location.MouseButton1Click:connect(function()
  117. Minigame_location.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  118. Minigame_location.Text = "For disable click right click"
  119. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(238, 17, -6))
  120. end)
  121. Minigame_location.MouseButton2Click:connect(function()
  122. Minigame_location.BackgroundColor3 = Color3.new(200, 0, 0)
  123. Minigame_location.Text = "For disable click right click"
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  125. end)
  126.  
  127.  
  128. AutoFarm_Coin.Name = "AutoFarm_Coin"
  129. AutoFarm_Coin.Parent = Frame
  130. AutoFarm_Coin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. AutoFarm_Coin.Position = UDim2.new(0.390243918, 0, 0.555000007, 0)
  132. AutoFarm_Coin.Size = UDim2.new(0, 108, 0, 23)
  133. AutoFarm_Coin.Font = Enum.Font.SourceSans
  134. AutoFarm_Coin.Text = "Farm_Coins"
  135. AutoFarm_Coin.TextColor3 = Color3.new(1, 1, 1)
  136. AutoFarm_Coin.TextScaled = true
  137. AutoFarm_Coin.TextSize = 14
  138. AutoFarm_Coin.TextWrapped = true
  139. AutoFarm_Coin.MouseButton1Click:connect(function()
  140. AutoFarm_Coin.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  141. AutoFarm_Coin.Text = "For disable click right click"
  142. _G.Coins = true
  143. while _G.Coins do
  144. wait(.2) do
  145. local plr = game.Players.LocalPlayer
  146. for i,v in pairs(game.Workspace.Pickups.Coin:GetChildren()) do
  147. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("Part") then
  148. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  149. end
  150. end
  151. end
  152. end
  153. end)
  154. AutoFarm_Coin.MouseButton2Click:connect(function()
  155. AutoFarm_Coin.BackgroundColor3 = Color3.new(200, 0, 0)
  156. AutoFarm_Coin.Text = "For disable click right click"
  157. _G.Coins = false
  158. end)
  159.  
  160.  
  161. Autofarm_gems.Name = "Autofarm_gems"
  162. Autofarm_gems.Parent = Frame
  163. Autofarm_gems.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  164. Autofarm_gems.Position = UDim2.new(0.3794038, 0, 0.730000019, 0)
  165. Autofarm_gems.Size = UDim2.new(0, 108, 0, 23)
  166. Autofarm_gems.Font = Enum.Font.SourceSans
  167. Autofarm_gems.Text = "Farm_Gems"
  168. Autofarm_gems.TextColor3 = Color3.new(1, 1, 1)
  169. Autofarm_gems.TextScaled = true
  170. Autofarm_gems.TextSize = 14
  171. Autofarm_gems.TextWrapped = true
  172. Autofarm_gems.MouseButton1Click:connect(function()
  173. Autofarm_gems.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  174. Autofarm_gems.Text = "For disable click right click"
  175. _G.Gems = true
  176. while _G.Gems do
  177. wait(.3) do
  178. local plr = game.Players.LocalPlayer
  179. for i,v in pairs(game.Workspace.Pickups.Gem:GetChildren()) do
  180. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  181. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  182. end
  183. end
  184. end
  185. end
  186. end)
  187. Autofarm_gems.MouseButton2Click:connect(function()
  188. Autofarm_gems.BackgroundColor3 = Color3.new(200, 0, 0)
  189. Autofarm_gems.Text = "For disable click right click"
  190. _G.Gems = false
  191. end)
  192.  
  193.  
  194. King_OF_Hill.Name = "King_OF_Hill"
  195. King_OF_Hill.Parent = Frame
  196. King_OF_Hill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  197. King_OF_Hill.Position = UDim2.new(0.0542005561, 0, 0.730000019, 0)
  198. King_OF_Hill.Size = UDim2.new(0, 108, 0, 23)
  199. King_OF_Hill.Font = Enum.Font.SourceSans
  200. King_OF_Hill.Text = "King_of_Hill"
  201. King_OF_Hill.TextColor3 = Color3.new(1, 1, 1)
  202. King_OF_Hill.TextScaled = true
  203. King_OF_Hill.TextSize = 14
  204. King_OF_Hill.TextWrapped = true
  205. King_OF_Hill.MouseButton1Click:connect(function()
  206. King_OF_Hill.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  207. King_OF_Hill.Text = "For disable click right click"
  208. _G.KOTH = true
  209. while _G.KOTH do
  210. wait(0.5)
  211. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  212. wait(.3)
  213. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-25.516468, 101.061218, -113.203789))
  214. wait(.3)
  215. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-30.496418, 101.061234, -121.401047))
  216. wait(.3)
  217. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.5891342, 101.061218, -112.159691))
  218. end
  219. end)
  220. King_OF_Hill.MouseButton2Click:connect(function()
  221. King_OF_Hill.BackgroundColor3 = Color3.new(200, 0, 0)
  222. King_OF_Hill.Text = "For enable click right click"
  223. _G.KOTH = false
  224. end)
  225.  
  226. Hoops.Name = "Hoops"
  227. Hoops.Parent = Frame
  228. Hoops.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  229. Hoops.Position = UDim2.new(0.693766952, 0, 0.555000007, 0)
  230. Hoops.Size = UDim2.new(0, 108, 0, 23)
  231. Hoops.Font = Enum.Font.SourceSans
  232. Hoops.Text = "Hoops"
  233. Hoops.TextColor3 = Color3.new(1, 1, 1)
  234. Hoops.TextScaled = true
  235. Hoops.TextSize = 14
  236. Hoops.TextWrapped = true
  237. Hoops.MouseButton1Click:connect(function()
  238. Hoops.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  239. Hoops.Text = "For disable click right click"
  240. local y = .4
  241. _G.Hoops = true
  242. while _G.Hoops do
  243. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(271.664856, 137.174957, 209.503082))
  244. wait(y)
  245. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(311.920898, 172.809341, 110.799057))
  246. wait(y)
  247. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(178.715622, 350.740692, 166.314041))
  248. wait(y)
  249. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(11.2795591, 333.63855, 170.908356))
  250. wait(y)
  251. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(163.865128, 420.307648, 30.0916424))
  252. wait(y)
  253. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(132.92247, 414.289948, -58.2123985))
  254. wait(y)
  255. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(60.2700577, 453.797363, -66.627449))
  256. wait(y)
  257. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(96.7146454, 559.672119, 126.076958))
  258. wait(y)
  259. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-28.4861317, 623.832214, 128.697556))
  260. wait(y)
  261. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5.14368248, 677.031372, 255.402206))
  262. wait(y)
  263. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113.502899, 720.09259, 286.013733))
  264. wait(y)
  265. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(141.365204, 1040.54504, 205.121109))
  266. wait(y)
  267. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(59.4096375, 1062.11072, 129.920975))
  268. wait(y)
  269. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(192.319443, 1333.41846, 62.0371437))
  270. wait(y)
  271. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(194.995941, 1396.35999, 120.992439))
  272. wait(y)
  273. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(27.3820763, 1432.77014, -11.683219))
  274. wait(y)
  275. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-37.3715324, 1510.42566, 145.106644))
  276. wait(1)
  277. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258.942719, 100.778015, 4.27662992))
  278. wait(1)
  279. end
  280. end)
  281. Hoops.MouseButton2Click:connect(function()
  282. Hoops.BackgroundColor3 = Color3.new(200, 0, 0)
  283. Hoops.Text = "For enable click right click"
  284. _G.Hoops = false
  285. end)
  286.  
  287. FLAGS.Name = "FLAGS"
  288. FLAGS.Parent = Frame
  289. FLAGS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  290. FLAGS.Position = UDim2.new(0.693766952, 0, 0.730000019, 0)
  291. FLAGS.Size = UDim2.new(0, 108, 0, 23)
  292. FLAGS.Font = Enum.Font.SourceSans
  293. FLAGS.Text = "Flags"
  294. FLAGS.TextColor3 = Color3.new(1, 1, 1)
  295. FLAGS.TextScaled = true
  296. FLAGS.TextSize = 14
  297. FLAGS.TextWrapped = true
  298. FLAGS.MouseButton1Click:connect(function()
  299. FLAGS.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  300. FLAGS.Text = "For disable click right click"
  301. local x = 12
  302. _G.Flags = true
  303. while _G.Flags do
  304. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(209.88356, 71.0547943, 293.726776))
  305. wait(x)
  306. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(173.952774, 60.6136589, -156.613556))
  307. wait(x)
  308. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(122.336266, 96.0951996, 55.7453651))
  309. wait(x)
  310. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(372.19574, 2.9136734, 109.987114))
  311. wait(x)
  312. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.649719, 40.2196236, -305.933472))
  313. wait(x)
  314. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  315. wait(x)
  316. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(110.777985, 869.657104, 296.860901))
  317. wait(x)
  318. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(168.37468, 1609.61316, 127.484863))
  319. wait(x)
  320. end
  321. end)
  322. FLAGS.MouseButton2Click:connect(function()
  323. FLAGS.BackgroundColor3 = Color3.new(200, 0, 0)
  324. FLAGS.Text = "For enable click right click"
  325. _G.Flags = false
  326. end)
  327.  
  328.  
  329. Script_V3RMILLION.Name = "Script_V3RMILLION"
  330. Script_V3RMILLION.Parent = Frame
  331. Script_V3RMILLION.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  332. Script_V3RMILLION.Position = UDim2.new(0, 0, 0.899999976, 0)
  333. Script_V3RMILLION.Size = UDim2.new(0, 113, 0, 20)
  334. Script_V3RMILLION.Font = Enum.Font.SourceSans
  335. Script_V3RMILLION.Text = "Script By V3RMILLION"
  336. Script_V3RMILLION.TextColor3 = Color3.new(1, 1, 1)
  337. Script_V3RMILLION.TextScaled = true
  338. Script_V3RMILLION.TextSize = 14
  339. Script_V3RMILLION.TextWrapped = true
  340.  
  341. Great_Day.Name = "Great_Day"
  342. Great_Day.Parent = Frame
  343. Great_Day.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  344. Great_Day.Position = UDim2.new(0.346883476, 0, 0.899999976, 0)
  345. Great_Day.Size = UDim2.new(0, 113, 0, 20)
  346. Great_Day.Font = Enum.Font.SourceSans
  347. Great_Day.Text = "Have Great DAY!"
  348. Great_Day.TextColor3 = Color3.new(1, 1, 1)
  349. Great_Day.TextScaled = true
  350. Great_Day.TextSize = 14
  351. Great_Day.TextWrapped = true
  352.  
  353. Gui_name_CS.Name = "Gui_name_CS"
  354. Gui_name_CS.Parent = Frame
  355. Gui_name_CS.BackgroundColor3 = Color3.new(0.32549, 0.658824, 0.486275)
  356. Gui_name_CS.Position = UDim2.new(0.284552842, 0, 0, 0)
  357. Gui_name_CS.Size = UDim2.new(0, 177, 0, 41)
  358. Gui_name_CS.Font = Enum.Font.SourceSans
  359. Gui_name_CS.Text = "Champion Simulator"
  360. Gui_name_CS.TextColor3 = Color3.new(1, 1, 1)
  361. Gui_name_CS.TextScaled = true
  362. Gui_name_CS.TextSize = 14
  363. Gui_name_CS.TextWrapped = true
  364.  
  365. Version.Name = "Version"
  366. Version.Parent = Frame
  367. Version.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  368. Version.Size = UDim2.new(0, 105, 0, 20)
  369. Version.Font = Enum.Font.SourceSans
  370. Version.Text = "Version 1.2"
  371. Version.TextColor3 = Color3.new(1, 1, 1)
  372. Version.TextScaled = true
  373. Version.TextSize = 14
  374. Version.TextWrapped = true
  375.  
  376. Coming.Name = "Coming"
  377. Coming.Parent = Frame
  378. Coming.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  379. Coming.Position = UDim2.new(0.682926834, 0, 0.370000005, 0)
  380. Coming.Size = UDim2.new(0, 108, 0, 23)
  381. Coming.Font = Enum.Font.SourceSans
  382. Coming.Text = "Close GUI"
  383. Coming.TextColor3 = Color3.new(1, 1, 1)
  384. Coming.TextScaled = true
  385. Coming.TextSize = 14
  386. Coming.TextWrapped = true
  387. Coming.MouseButton1Click:connect(function()
  388. Champion_Simulator:Destroy()
  389. end)
  390.  
  391. Changelag.Name = "Changelag"
  392. Changelag.Parent = Champion_Simulator
  393. Changelag.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  394. Changelag.Position = UDim2.new(0.931464195, 0, 0, 0)
  395. Changelag.Size = UDim2.new(0, 88, 0, 30)
  396. Changelag.Font = Enum.Font.SourceSans
  397. Changelag.Text = "Changelog"
  398. Changelag.TextColor3 = Color3.new(1, 1, 1)
  399. Changelag.TextScaled = true
  400. Changelag.TextSize = 14
  401. Changelag.TextWrapped = true
  402.  
  403. Unpatch.Name = "Unpatch"
  404. Unpatch.Parent = Changelag
  405. Unpatch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  406. Unpatch.Position = UDim2.new(-0.0104545355, 0, 0.966666639, 1)
  407. Unpatch.Size = UDim2.new(0, 88, 0, 30)
  408. Unpatch.Font = Enum.Font.SourceSans
  409. Unpatch.Text = "Unpatched Farm_Gems"
  410. Unpatch.TextColor3 = Color3.new(1, 1, 1)
  411. Unpatch.TextScaled = true
  412. Unpatch.TextSize = 14
  413. Unpatch.TextWrapped = true
  414.  
  415. Unpatch_2.Name = "Unpatch"
  416. Unpatch_2.Parent = Changelag
  417. Unpatch_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  418. Unpatch_2.Position = UDim2.new(-0.0104545355, 0, 1.9666667, 1)
  419. Unpatch_2.Size = UDim2.new(0, 88, 0, 30)
  420. Unpatch_2.Font = Enum.Font.SourceSans
  421. Unpatch_2.Text = "Updated GUI"
  422. Unpatch_2.TextColor3 = Color3.new(1, 1, 1)
  423. Unpatch_2.TextScaled = true
  424. Unpatch_2.TextSize = 14
  425. Unpatch_2.TextWrapped = true
  426.  
  427.  
  428.  
  429.  
  430. bye:RansKelixs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement