Advertisement
Hack6661

Champion Sim

Jan 25th, 2020
4,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. -- OfficerGui
  2. -- CHECK MY VIDEO AND SUBSCRIBE == https://www.youtube.com/watch?v=SzJD8EFsdPU
  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 PATCHED = 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.  
  18. --Properties:
  19.  
  20. Champion_Simulator.Name = "Champion_Simulator"
  21. Champion_Simulator.Parent = game.CoreGui
  22. Champion_Simulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = Champion_Simulator
  25. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  26. Frame.BorderSizePixel = 0
  27. Frame.Position = UDim2.new(0.325545162, 0, 0.453471184, 0)
  28. Frame.Size = UDim2.new(0, 369, 0, 200)
  29. Frame.Visible = true
  30. Frame.Active = true
  31. Frame.Draggable = true
  32.  
  33. AutoFarmBTN.Name = "AutoFarmBTN"
  34. AutoFarmBTN.Parent = Frame
  35. AutoFarmBTN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. AutoFarmBTN.Position = UDim2.new(0.37940377, 0, 0.439999998, 0)
  37. AutoFarmBTN.Size = UDim2.new(0, 108, 0, 23)
  38. AutoFarmBTN.Font = Enum.Font.SourceSans
  39. AutoFarmBTN.Text = "Autofarm"
  40. AutoFarmBTN.TextColor3 = Color3.new(1, 1, 1)
  41. AutoFarmBTN.TextScaled = true
  42. AutoFarmBTN.TextSize = 14
  43. AutoFarmBTN.TextWrapped = true
  44. AutoFarmBTN.MouseButton1Down:connect(function()
  45. loadstring(game:HttpGet(('https://pastebin.com/raw/LdUy6AzF'),true))()
  46. end)
  47.  
  48. Made_BY.Name = "Made_BY"
  49. Made_BY.Parent = Frame
  50. Made_BY.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  51. Made_BY.Position = UDim2.new(0.693766952, 0, 0.899999976, 0)
  52. Made_BY.Size = UDim2.new(0, 113, 0, 20)
  53. Made_BY.Font = Enum.Font.SourceSans
  54. Made_BY.Text = "GUI by Officer#0808"
  55. Made_BY.TextColor3 = Color3.new(1, 1, 1)
  56. Made_BY.TextScaled = true
  57. Made_BY.TextSize = 14
  58. Made_BY.TextWrapped = true
  59.  
  60. Inf_Jump.Name = "Inf_Jump"
  61. Inf_Jump.Parent = Frame
  62. Inf_Jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. Inf_Jump.Position = UDim2.new(0.032520324, 0, 0.439999998, 0)
  64. Inf_Jump.Size = UDim2.new(0, 132, 0, 23)
  65. Inf_Jump.Font = Enum.Font.SourceSans
  66. Inf_Jump.Text = "Infinite Double Jumps"
  67. Inf_Jump.TextColor3 = Color3.new(1, 1, 1)
  68. Inf_Jump.TextScaled = true
  69. Inf_Jump.TextSize = 14
  70. Inf_Jump.TextWrapped = true
  71. Inf_Jump.MouseButton1Down:connect(function()
  72. game.Players.LocalPlayer.Others.DoubleJumps.Value = 99999999
  73. end)
  74.  
  75. Minigame_location.Name = "Minigame_location"
  76. Minigame_location.Parent = Frame
  77. Minigame_location.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  78. Minigame_location.Position = UDim2.new(0.0460704863, 0, 0.569999993, 0)
  79. Minigame_location.Size = UDim2.new(0, 123, 0, 23)
  80. Minigame_location.Font = Enum.Font.SourceSans
  81. Minigame_location.Text = "Minigame_area"
  82. Minigame_location.TextColor3 = Color3.new(1, 1, 1)
  83. Minigame_location.TextScaled = true
  84. Minigame_location.TextSize = 14
  85. Minigame_location.TextWrapped = true
  86. Minigame_location.MouseButton1Down:connect(function()
  87. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(238, 17, -6))
  88. end)
  89.  
  90. AutoFarm_Coin.Name = "AutoFarm_Coin"
  91. AutoFarm_Coin.Parent = Frame
  92. AutoFarm_Coin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. AutoFarm_Coin.Position = UDim2.new(0.3794038, 0, 0.569999993, 0)
  94. AutoFarm_Coin.Size = UDim2.new(0, 108, 0, 23)
  95. AutoFarm_Coin.Font = Enum.Font.SourceSans
  96. AutoFarm_Coin.Text = "Farm_Coins"
  97. AutoFarm_Coin.TextColor3 = Color3.new(1, 1, 1)
  98. AutoFarm_Coin.TextScaled = true
  99. AutoFarm_Coin.TextSize = 14
  100. AutoFarm_Coin.TextWrapped = true
  101. AutoFarm_Coin.MouseButton1Down:connect(function()
  102. _G.Coins = true
  103. while _G.Coins do
  104. wait(.2) do
  105. local plr = game.Players.LocalPlayer
  106. for i,v in pairs(game.Workspace.Pickups.Coin:GetChildren()) do
  107. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("Part") then
  108. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  109. end
  110. end
  111. end
  112. end
  113. end)
  114.  
  115. PATCHED.Name = "PATCHED"
  116. PATCHED.Parent = Frame
  117. PATCHED.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. PATCHED.Position = UDim2.new(0.3794038, 0, 0.730000019, 0)
  119. PATCHED.Size = UDim2.new(0, 108, 0, 23)
  120. PATCHED.Font = Enum.Font.SourceSans
  121. PATCHED.Text = "Farm_Gems(PATCHED)"
  122. PATCHED.TextColor3 = Color3.new(1, 1, 1)
  123. PATCHED.TextScaled = true
  124. PATCHED.TextSize = 14
  125. PATCHED.TextWrapped = true
  126.  
  127. King_OF_Hill.Name = "King_OF_Hill"
  128. King_OF_Hill.Parent = Frame
  129. King_OF_Hill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  130. King_OF_Hill.Position = UDim2.new(0.0677506924, 0, 0.730000019, 0)
  131. King_OF_Hill.Size = UDim2.new(0, 108, 0, 23)
  132. King_OF_Hill.Font = Enum.Font.SourceSans
  133. King_OF_Hill.Text = "King_of_Hill"
  134. King_OF_Hill.TextColor3 = Color3.new(1, 1, 1)
  135. King_OF_Hill.TextScaled = true
  136. King_OF_Hill.TextSize = 14
  137. King_OF_Hill.TextWrapped = true
  138. King_OF_Hill.MouseButton1Down:connect(function()
  139. _G.KOTH = true
  140. while _G.KOTH do
  141. wait(0.5)
  142. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  143. wait(.3)
  144. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-25.516468, 101.061218, -113.203789))
  145. wait(.3)
  146. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-30.496418, 101.061234, -121.401047))
  147. wait(.3)
  148. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.5891342, 101.061218, -112.159691))
  149. end
  150. end)
  151.  
  152. Hoops.Name = "Hoops"
  153. Hoops.Parent = Frame
  154. Hoops.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  155. Hoops.Position = UDim2.new(0.693766952, 0, 0.61500001, 0)
  156. Hoops.Size = UDim2.new(0, 108, 0, 23)
  157. Hoops.Font = Enum.Font.SourceSans
  158. Hoops.Text = "Hoops"
  159. Hoops.TextColor3 = Color3.new(1, 1, 1)
  160. Hoops.TextScaled = true
  161. Hoops.TextSize = 14
  162. Hoops.TextWrapped = true
  163. Hoops.MouseButton1Down:connect(function()
  164. local y = 0.4
  165. _G.Hoops = true
  166. while _G.Hoops do
  167. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(312.14743, 180.066559, 111.097343))
  168. wait(y)
  169. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(179.139999, 354.774994, 169.079788))
  170. wait(y)
  171. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(10.9455509, 328.678955, 179.585999))
  172. wait(y)
  173. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(161.133331, 434.100464, 27.7052479))
  174. wait(y)
  175. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(132.997238, 421.964661, -60.3059425))
  176. wait(y)
  177. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(60.3288078, 460.184601, -68.5756989))
  178. wait(y)
  179. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(94.3016815, 561.374023, 126.672112))
  180. wait(y)
  181. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-26.2415409, 626.033081, 128.873444))
  182. wait(y)
  183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2.97087312, 675.068176, 256.374237))
  184. wait(y)
  185. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(115.576469, 731.035339, 286.518951))
  186. wait(y)
  187. end
  188. end)
  189.  
  190. FLAGS.Name = "FLAGS"
  191. FLAGS.Parent = Frame
  192. FLAGS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. FLAGS.Position = UDim2.new(0.693766952, 0, 0.730000019, 0)
  194. FLAGS.Size = UDim2.new(0, 108, 0, 23)
  195. FLAGS.Font = Enum.Font.SourceSans
  196. FLAGS.Text = "Flags"
  197. FLAGS.TextColor3 = Color3.new(1, 1, 1)
  198. FLAGS.TextScaled = true
  199. FLAGS.TextSize = 14
  200. FLAGS.TextWrapped = true
  201. FLAGS.MouseButton1Down:connect(function()
  202. local x = 12
  203. _G.Flags = true
  204. while _G.Flags do
  205. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(209.88356, 71.0547943, 293.726776))
  206. wait(x)
  207. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(173.952774, 60.6136589, -156.613556))
  208. wait(x)
  209. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(122.336266, 96.0951996, 55.7453651))
  210. wait(x)
  211. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(372.19574, 2.9136734, 109.987114))
  212. wait(x)
  213. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.649719, 40.2196236, -305.933472))
  214. wait(x)
  215. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  216. wait(x)
  217. end
  218. end)
  219.  
  220. Script_V3RMILLION.Name = "Script_V3RMILLION"
  221. Script_V3RMILLION.Parent = Frame
  222. Script_V3RMILLION.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  223. Script_V3RMILLION.Position = UDim2.new(0, 0, 0.899999976, 0)
  224. Script_V3RMILLION.Size = UDim2.new(0, 113, 0, 20)
  225. Script_V3RMILLION.Font = Enum.Font.SourceSans
  226. Script_V3RMILLION.Text = "Script By V3RMILLION"
  227. Script_V3RMILLION.TextColor3 = Color3.new(1, 1, 1)
  228. Script_V3RMILLION.TextScaled = true
  229. Script_V3RMILLION.TextSize = 14
  230. Script_V3RMILLION.TextWrapped = true
  231.  
  232. Great_Day.Name = "Great_Day"
  233. Great_Day.Parent = Frame
  234. Great_Day.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  235. Great_Day.Position = UDim2.new(0.346883476, 0, 0.899999976, 0)
  236. Great_Day.Size = UDim2.new(0, 113, 0, 20)
  237. Great_Day.Font = Enum.Font.SourceSans
  238. Great_Day.Text = "Have Great DAY!"
  239. Great_Day.TextColor3 = Color3.new(1, 1, 1)
  240. Great_Day.TextScaled = true
  241. Great_Day.TextSize = 14
  242. Great_Day.TextWrapped = true
  243.  
  244. Gui_name_CS.Name = "Gui_name_CS"
  245. Gui_name_CS.Parent = Frame
  246. Gui_name_CS.BackgroundColor3 = Color3.new(0.32549, 0.658824, 0.486275)
  247. Gui_name_CS.Position = UDim2.new(0.284552842, 0, 0, 0)
  248. Gui_name_CS.Size = UDim2.new(0, 177, 0, 41)
  249. Gui_name_CS.Font = Enum.Font.SourceSans
  250. Gui_name_CS.Text = "Champion Simulator"
  251. Gui_name_CS.TextColor3 = Color3.new(1, 1, 1)
  252. Gui_name_CS.TextScaled = true
  253. Gui_name_CS.TextSize = 14
  254. Gui_name_CS.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement