Advertisement
OriginaliJxyem

Champion Simulator

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