Advertisement
OfficeR0808

[NEW UI] Champion Roblox

Dec 11th, 2019
3,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 26.59 KB | None | 0 0
  1. -- Made by MoranPlay :3
  2. local opn = false
  3. local seconds_for_autosell = 3000 -- this is 50 minutes
  4. local on = false
  5. local on1 = false
  6. local on2 = false
  7. local on3 = false
  8. local on4 = false
  9. local on5 = false
  10. local on6 = false
  11. local on7 = false
  12. local on8 = false
  13. local on9 = false
  14.  
  15.  
  16. local Champion_Simulator = Instance.new("ScreenGui")
  17. local Changelag = Instance.new("TextLabel")
  18. local Unpatch = Instance.new("TextLabel")
  19. local UpdGui = Instance.new("TextLabel")
  20. local Addautosell = Instance.new("TextLabel")
  21. local OpenBtn = Instance.new("TextButton")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local Minigame_location = Instance.new("TextButton")
  24. local Great_Day = Instance.new("TextLabel")
  25. local Gui_name_CS = Instance.new("TextLabel")
  26. local Autosell = Instance.new("TextButton")
  27. local Script_V3RMILLION = Instance.new("TextLabel")
  28. local Test = Instance.new("TextLabel")
  29. local teleports_tab = Instance.new("TextLabel")
  30. local Version = Instance.new("TextLabel")
  31. local AutoFarmBTN = Instance.new("TextButton")
  32. local AutoFarm_Coin = Instance.new("TextButton")
  33. local Autofarm_gems = Instance.new("TextButton")
  34. local Close = Instance.new("TextButton")
  35. local FLAGS = Instance.new("TextButton")
  36. local Hoops = Instance.new("TextButton")
  37. local King_OF_Hill = Instance.new("TextButton")
  38. local UnlockIsl = Instance.new("TextButton")
  39. local Farms_tab = Instance.new("TextLabel")
  40. local Func = Instance.new("TextLabel")
  41. local Apply_jump = Instance.new("TextButton")
  42. local jumps = Instance.new("TextBox")
  43. local speed = Instance.new("TextBox")
  44. local Apply_jump_2 = Instance.new("TextButton")
  45. local Made_BY = Instance.new("TextLabel")
  46.  
  47. --Properties:
  48.  
  49. Champion_Simulator.Name = "Champion_Simulator"
  50. Champion_Simulator.Parent = game.CoreGui
  51. Champion_Simulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  52.  
  53. Changelag.Name = "Changelag"
  54. Changelag.Parent = Champion_Simulator
  55. Changelag.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. Changelag.Position = UDim2.new(0.931464195, 0, 0, 0)
  57. Changelag.Size = UDim2.new(0, 88, 0, 30)
  58. Changelag.Font = Enum.Font.SourceSans
  59. Changelag.Text = "Changelog"
  60. Changelag.TextColor3 = Color3.new(1, 1, 1)
  61. Changelag.TextScaled = true
  62. Changelag.TextSize = 14
  63. Changelag.TextWrapped = true
  64.  
  65. Unpatch.Name = "Unpatch"
  66. Unpatch.Parent = Changelag
  67. Unpatch.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  68. Unpatch.Position = UDim2.new(-0.0104545355, 0, 0.966666639, 1)
  69. Unpatch.Size = UDim2.new(0, 88, 0, 30)
  70. Unpatch.Font = Enum.Font.SourceSans
  71. Unpatch.Text = "Unpatched Farm_Gems"
  72. Unpatch.TextColor3 = Color3.new(1, 1, 1)
  73. Unpatch.TextScaled = true
  74. Unpatch.TextSize = 14
  75. Unpatch.TextWrapped = true
  76.  
  77. UpdGui.Name = "UpdGui"
  78. UpdGui.Parent = Changelag
  79. UpdGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. UpdGui.Position = UDim2.new(-0.0104550449, 0, 1.9666667, 1)
  81. UpdGui.Size = UDim2.new(0, 88, 0, 31)
  82. UpdGui.Font = Enum.Font.SourceSans
  83. UpdGui.Text = "Updated UI to 2.0"
  84. UpdGui.TextColor3 = Color3.new(1, 1, 1)
  85. UpdGui.TextScaled = true
  86. UpdGui.TextSize = 14
  87. UpdGui.TextWrapped = true
  88.  
  89. Addautosell.Name = "Addautosell"
  90. Addautosell.Parent = Changelag
  91. Addautosell.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  92. Addautosell.Position = UDim2.new(-0.0104545355, 0, 3, 1)
  93. Addautosell.Size = UDim2.new(0, 88, 0, 30)
  94. Addautosell.Font = Enum.Font.SourceSans
  95. Addautosell.Text = "Added Auto-sell"
  96. Addautosell.TextColor3 = Color3.new(1, 1, 1)
  97. Addautosell.TextScaled = true
  98. Addautosell.TextSize = 14
  99. Addautosell.TextWrapped = true
  100.  
  101. OpenBtn.Name = "OpenBtn"
  102. OpenBtn.Parent = Champion_Simulator
  103. OpenBtn.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  104. OpenBtn.BorderColor3 = Color3.new(0, 0.666667, 0)
  105. OpenBtn.Position = UDim2.new(0, 1, 0, 0)
  106. OpenBtn.Size = UDim2.new(0, 58, 0, 22)
  107. OpenBtn.Visible = false
  108. OpenBtn.Font = Enum.Font.SourceSans
  109. OpenBtn.Text = "Open"
  110. OpenBtn.TextColor3 = Color3.new(1, 1, 1)
  111. OpenBtn.TextScaled = true
  112. OpenBtn.TextSize = 14
  113. OpenBtn.TextWrapped = true
  114. OpenBtn.MouseButton1Down:connect(function()
  115.     ScrollingFrame.Visible = true
  116.     wait(1)
  117.     OpenBtn.Visible = false
  118. end)
  119.  
  120.  
  121. ScrollingFrame.Parent = Champion_Simulator
  122. ScrollingFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  123. ScrollingFrame.BackgroundTransparency = 0.40000000596046
  124. ScrollingFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  125. ScrollingFrame.Position = UDim2.new(0.672520161, 0, 0.602658808, 0)
  126. ScrollingFrame.Size = UDim2.new(0, 282, 0, 268)
  127. ScrollingFrame.CanvasPosition = Vector2.new(0, 402)
  128. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 4, 0)
  129. ScrollingFrame.Active = true
  130. ScrollingFrame.Draggable = true
  131.  
  132. Minigame_location.Name = "Minigame_location"
  133. Minigame_location.Parent = ScrollingFrame
  134. Minigame_location.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  135. Minigame_location.Position = UDim2.new(0.0578227043, 0, 0.0179319642, 0)
  136. Minigame_location.Size = UDim2.new(0, 123, 0, 23)
  137. Minigame_location.Font = Enum.Font.SourceSans
  138. Minigame_location.Text = "Minigame_area"
  139. Minigame_location.TextColor3 = Color3.new(1, 1, 1)
  140. Minigame_location.TextScaled = true
  141. Minigame_location.TextSize = 14
  142. Minigame_location.TextWrapped = true
  143. Minigame_location.MouseButton1Down:connect(function()
  144.     if on1 == false then
  145.         on1 = true
  146.     end
  147.     if on1 == true then
  148.         Minigame_location.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  149.         Minigame_location.Text = "Minigame_area [ON]"
  150.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(238, 17, -6))
  151.     else
  152.         on1 = false
  153.         Minigame_location.BackgroundColor3 = Color3.new(200, 0, 0)
  154.         Minigame_location.Text = "Minigame_area [OFF]"
  155.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))   
  156.     end
  157. end)
  158.  
  159. Great_Day.Name = "Great_Day"
  160. Great_Day.Parent = ScrollingFrame
  161. Great_Day.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  162. Great_Day.Position = UDim2.new(0.329787254, 0, 0.0595262647, 0)
  163. Great_Day.Size = UDim2.new(0, 86, 0, 17)
  164. Great_Day.Font = Enum.Font.SourceSans
  165. Great_Day.Text = "Have Great DAY!"
  166. Great_Day.TextColor3 = Color3.new(1, 1, 1)
  167. Great_Day.TextScaled = true
  168. Great_Day.TextSize = 14
  169. Great_Day.TextWrapped = true
  170.  
  171. Gui_name_CS.Name = "Gui_name_CS"
  172. Gui_name_CS.Parent = ScrollingFrame
  173. Gui_name_CS.BackgroundColor3 = Color3.new(0.32549, 0.658824, 0.486275)
  174. Gui_name_CS.Position = UDim2.new(0.701897025, 0, -1.15999997, 0)
  175. Gui_name_CS.Size = UDim2.new(0, 177, 0, 41)
  176. Gui_name_CS.Font = Enum.Font.SourceSans
  177. Gui_name_CS.Text = "Champion Simulator"
  178. Gui_name_CS.TextColor3 = Color3.new(1, 1, 1)
  179. Gui_name_CS.TextScaled = true
  180. Gui_name_CS.TextSize = 14
  181. Gui_name_CS.TextWrapped = true
  182.  
  183. Autosell.Name = "Auto-sell"
  184. Autosell.Parent = ScrollingFrame
  185. Autosell.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  186. Autosell.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  187. Autosell.Position = UDim2.new(0.0330000371, 0, 0.183284998, 0)
  188. Autosell.Size = UDim2.new(0, 108, 0, 23)
  189. Autosell.Font = Enum.Font.SourceSans
  190. Autosell.Text = "Auto-Sell [NEW]"
  191. Autosell.TextColor3 = Color3.new(1, 1, 1)
  192. Autosell.TextScaled = true
  193. Autosell.TextSize = 14
  194. Autosell.TextWrapped = true
  195. Autosell.MouseButton1Down:connect(function()
  196.     -- Made by moranplay :3
  197.     if opn == false then
  198.         opn = true
  199.     else
  200.         opn = false
  201.         game.Players.LocalPlayer.Boosts.AutoTrain.Value = 0
  202.         game.Players.LocalPlayer.Boosts.AutoSell.Value = 0
  203.         Autosell.Text = "Auto-Sell [OFF]"
  204.         _G.active = false
  205.     end
  206.     if opn == true then
  207.         game.Players.LocalPlayer.Boosts.AutoTrain.Value = 3000
  208.         Autosell.Text = "Auto-Sell [ON]"
  209.         _G.active = true
  210.         while _G.active == true do
  211.             wait(1)
  212.             game.Players.LocalPlayer.Boosts.AutoSell.Value = 0
  213.             print('0 work')
  214.             wait(1) -- change this value when you need sell!
  215.             game.Players.LocalPlayer.Boosts.AutoSell.Value = 1
  216.             print('1 work')
  217.         end
  218.     end
  219. end)
  220.  
  221. Script_V3RMILLION.Name = "Script_V3RMILLION"
  222. Script_V3RMILLION.Parent = ScrollingFrame
  223. Script_V3RMILLION.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  224. Script_V3RMILLION.Position = UDim2.new(0.417344183, 0, -0.25999999, 0)
  225. Script_V3RMILLION.Size = UDim2.new(0, 113, 0, 20)
  226. Script_V3RMILLION.Font = Enum.Font.SourceSans
  227. Script_V3RMILLION.Text = "Script By V3RMILLION"
  228. Script_V3RMILLION.TextColor3 = Color3.new(1, 1, 1)
  229. Script_V3RMILLION.TextScaled = true
  230. Script_V3RMILLION.TextSize = 14
  231. Script_V3RMILLION.TextWrapped = true
  232.  
  233. Test.Name = "Test"
  234. Test.Parent = ScrollingFrame
  235. Test.BackgroundColor3 = Color3.new(0, 0.458824, 0.0980392)
  236. Test.Position = UDim2.new(1.80487812, 0, -0.25999999, 0)
  237. Test.Size = UDim2.new(0, 113, 0, 20)
  238. Test.Visible = false
  239. Test.Font = Enum.Font.SourceSans
  240. Test.Text = "GUI by Officer#0808"
  241. Test.TextColor3 = Color3.new(1, 1, 1)
  242. Test.TextScaled = true
  243. Test.TextSize = 14
  244. Test.TextWrapped = true
  245.  
  246. teleports_tab.Name = "teleports_tab"
  247. teleports_tab.Parent = ScrollingFrame
  248. teleports_tab.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  249. teleports_tab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  250. teleports_tab.Size = UDim2.new(0, 268, 0, 26)
  251. teleports_tab.Font = Enum.Font.SourceSans
  252. teleports_tab.Text = "Teleports"
  253. teleports_tab.TextColor3 = Color3.new(1, 1, 1)
  254. teleports_tab.TextScaled = true
  255. teleports_tab.TextSize = 14
  256. teleports_tab.TextWrapped = true
  257.  
  258. Version.Name = "Version"
  259. Version.Parent = ScrollingFrame
  260. Version.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  261. Version.Size = UDim2.new(0, 82, 0, 20)
  262. Version.Font = Enum.Font.SourceSans
  263. Version.Text = "Version 2.0"
  264. Version.TextColor3 = Color3.new(1, 1, 1)
  265. Version.TextScaled = true
  266. Version.TextSize = 14
  267. Version.TextWrapped = true
  268.  
  269. AutoFarmBTN.Name = "AutoFarmBTN"
  270. AutoFarmBTN.Parent = ScrollingFrame
  271. AutoFarmBTN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  272. AutoFarmBTN.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  273. AutoFarmBTN.Position = UDim2.new(0.557822704, 0, 0.0823568702, 0)
  274. AutoFarmBTN.Size = UDim2.new(0, 98, 0, 23)
  275. AutoFarmBTN.Font = Enum.Font.SourceSans
  276. AutoFarmBTN.Text = "Autofarm"
  277. AutoFarmBTN.TextColor3 = Color3.new(1, 1, 1)
  278. AutoFarmBTN.TextScaled = true
  279. AutoFarmBTN.TextSize = 14
  280. AutoFarmBTN.TextWrapped = true
  281. AutoFarmBTN.MouseButton1Down:connect(function()
  282.     if on2 == false then
  283.         on2 = true
  284.         AutoFarmBTN.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  285.         AutoFarmBTN.Text = "AutoFarmBTN [ON]"
  286.         _G.ScriptModule = {
  287.        ["Active"] = true,
  288.        ["LastPos"] = nil,
  289.        ["BuyAlt"] = 1,
  290.        ["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.
  291.     }
  292.     loadstring(game:HttpGet(('https://pastebin.com/raw/XKvqL2CZ'),true))()
  293.     else
  294.         on2 = false
  295.         AutoFarmBTN.BackgroundColor3 = Color3.new(200, 0, 0)
  296.         AutoFarmBTN.Text = "AutoFarmBTN [OFF]"
  297.         _G.ScriptModule = false
  298.     end
  299. end)
  300.  
  301.  
  302. AutoFarm_Coin.Name = "AutoFarm_Coin"
  303. AutoFarm_Coin.Parent = ScrollingFrame
  304. AutoFarm_Coin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  305. AutoFarm_Coin.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  306. AutoFarm_Coin.Position = UDim2.new(0.0684610456, 0, 0.0978816152, 0)
  307. AutoFarm_Coin.Size = UDim2.new(0, 108, 0, 23)
  308. AutoFarm_Coin.Font = Enum.Font.SourceSans
  309. AutoFarm_Coin.Text = "Farm_Coins"
  310. AutoFarm_Coin.TextColor3 = Color3.new(1, 1, 1)
  311. AutoFarm_Coin.TextScaled = true
  312. AutoFarm_Coin.TextSize = 14
  313. AutoFarm_Coin.TextWrapped = true
  314. AutoFarm_Coin.MouseButton1Down:connect(function()
  315.     if on3 == false then
  316.         on3 = true
  317.         AutoFarm_Coin.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  318.         AutoFarm_Coin.Text = "AutoFarm_Coin [ON]"
  319.         _G.Coins = true
  320.         while _G.Coins do
  321.         wait(.2) do
  322.         local plr = game.Players.LocalPlayer
  323.         for i,v in pairs(game.Workspace.Pickups.Coin:GetChildren()) do
  324.         if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("Part") then
  325.         plr.Character.HumanoidRootPart.CFrame = v.CFrame
  326.         end
  327.         end
  328.         end
  329.         end
  330.     else
  331.         on3 = false
  332.         AutoFarm_Coin.BackgroundColor3 = Color3.new(200, 0, 0)
  333.         AutoFarm_Coin.Text = "AutoFarm_Coin [OFF]"
  334.         _G.Coins = false   
  335.     end
  336. end)
  337.  
  338.  
  339. Autofarm_gems.Name = "Autofarm_gems"
  340. Autofarm_gems.Parent = ScrollingFrame
  341. Autofarm_gems.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  342. Autofarm_gems.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  343. Autofarm_gems.Position = UDim2.new(0.0684609935, 0, 0.0825043023, 0)
  344. Autofarm_gems.Size = UDim2.new(0, 108, 0, 23)
  345. Autofarm_gems.Font = Enum.Font.SourceSans
  346. Autofarm_gems.Text = "Farm_Gems"
  347. Autofarm_gems.TextColor3 = Color3.new(1, 1, 1)
  348. Autofarm_gems.TextScaled = true
  349. Autofarm_gems.TextSize = 14
  350. Autofarm_gems.TextWrapped = true
  351. Autofarm_gems.MouseButton1Down:connect(function()
  352.     if on8 == false then
  353.         on8 = true
  354.         Autofarm_gems.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  355.         Autofarm_gems.Text = "Autofarm_gems [ON]"
  356.         _G.Gems = true
  357.         while _G.Gems do
  358.         wait(.3) do
  359.         local plr = game.Players.LocalPlayer
  360.         for i,v in pairs(game.Workspace.Pickups.Gem:GetChildren()) do
  361.         if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  362.         plr.Character.HumanoidRootPart.CFrame = v.CFrame
  363.         end
  364.         end
  365.         end
  366.         end
  367.     else
  368.         on8 = false
  369.         Autofarm_gems.BackgroundColor3 = Color3.new(200, 0, 0)
  370.         Autofarm_gems.Text = "Autofarm_gems [OFF]"
  371.         _G.Gems = false
  372.     end
  373. end)
  374.  
  375.  
  376. Close.Name = "Close"
  377. Close.Parent = ScrollingFrame
  378. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  379. Close.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  380. Close.Position = UDim2.new(0.887609899, 0, -0.000179104507, 0)
  381. Close.Size = UDim2.new(0, 17, 0, 19)
  382. Close.Font = Enum.Font.SourceSans
  383. Close.Text = "X"
  384. Close.TextColor3 = Color3.new(1, 1, 1)
  385. Close.TextScaled = true
  386. Close.TextSize = 14
  387. Close.TextWrapped = true
  388. Close.MouseButton1Down:connect(function()
  389.     local xzz = 0.5
  390.     ScrollingFrame.Visible = false
  391.     wait(xzz)
  392.     OpenBtn.Visible = true
  393. end)
  394.  
  395.  
  396. FLAGS.Name = "FLAGS"
  397. FLAGS.Parent = ScrollingFrame
  398. FLAGS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  399. FLAGS.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  400. FLAGS.Position = UDim2.new(0.54009223, 0, 0.0976129323, 0)
  401. FLAGS.Size = UDim2.new(0, 108, 0, 23)
  402. FLAGS.Font = Enum.Font.SourceSans
  403. FLAGS.Text = "Flags"
  404. FLAGS.TextColor3 = Color3.new(1, 1, 1)
  405. FLAGS.TextScaled = true
  406. FLAGS.TextSize = 14
  407. FLAGS.TextWrapped = true
  408. FLAGS.MouseButton1Down:connect(function()
  409.         if on4 == false then
  410.         on4 = true
  411.         FLAGS.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  412.         FLAGS.Text = "FLAGS [ON]"
  413.         local x = 12
  414.         _G.Flags = true
  415.         while _G.Flags do
  416.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(209.88356, 71.0547943, 293.726776))
  417.             wait(x)
  418.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(173.952774, 60.6136589, -156.613556))
  419.             wait(x)
  420.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(122.336266, 96.0951996, 55.7453651))
  421.             wait(x)
  422.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(372.19574, 2.9136734, 109.987114))
  423.             wait(x)
  424.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(617.649719, 40.2196236, -305.933472))
  425.             wait(x)
  426.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-54.9968681, 598.713501, 231.409637))
  427.             wait(x)
  428.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(110.777985, 869.657104, 296.860901))
  429.             wait(x)
  430.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(168.37468, 1609.61316, 127.484863))
  431.             wait(x)
  432.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(118.866905, 1666.58765, 298.518677))
  433.             wait(x)
  434.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(76.9419098, 2424.21729, 311.689728))
  435.             wait(x)
  436.         end
  437.     else
  438.         on4 = false
  439.         FLAGS.BackgroundColor3 = Color3.new(200, 0, 0)
  440.         FLAGS.Text = "FLAGS [OFF]"
  441.         _G.Flags = false
  442.     end
  443. end)
  444.  
  445.  
  446. Hoops.Name = "Hoops"
  447. Hoops.Parent = ScrollingFrame
  448. Hoops.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  449. Hoops.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  450. Hoops.Position = UDim2.new(0.291865259, 0, 0.110262051, 0)
  451. Hoops.Size = UDim2.new(0, 108, 0, 23)
  452. Hoops.Font = Enum.Font.SourceSans
  453. Hoops.Text = "Hoops"
  454. Hoops.TextColor3 = Color3.new(1, 1, 1)
  455. Hoops.TextScaled = true
  456. Hoops.TextSize = 14
  457. Hoops.TextWrapped = true
  458. Hoops.MouseButton1Down:connect(function()
  459.     if on5 == false then
  460.         on5 = true
  461.         Hoops.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  462.         Hoops.Text = "Hoops [ON]"
  463.         local y = .4
  464.         _G.Hoops = true
  465.         while _G.Hoops do
  466.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(271.664856, 137.174957, 209.503082))
  467.             wait(y)
  468.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(311.920898, 172.809341, 110.799057))
  469.             wait(y)
  470.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(178.715622, 350.740692, 166.314041))
  471.             wait(y)
  472.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(11.2795591, 333.63855, 170.908356))
  473.             wait(y)
  474.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(163.865128, 420.307648, 30.0916424))
  475.             wait(y)
  476.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(132.92247, 414.289948, -58.2123985))
  477.             wait(y)
  478.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(60.2700577, 453.797363, -66.627449))
  479.             wait(y)
  480.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(96.7146454, 559.672119, 126.076958))
  481.             wait(y)
  482.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-28.4861317, 623.832214, 128.697556))
  483.             wait(y)
  484.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5.14368248, 677.031372, 255.402206))
  485.             wait(y)
  486.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113.502899, 720.09259, 286.013733))
  487.             wait(y)
  488.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(141.365204, 1040.54504, 205.121109))
  489.             wait(y)
  490.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(59.4096375, 1062.11072, 129.920975))
  491.             wait(y)
  492.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(192.319443, 1333.41846, 62.0371437))
  493.             wait(y)
  494.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(194.995941, 1396.35999, 120.992439))
  495.             wait(y)
  496.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(27.3820763, 1432.77014, -11.683219))
  497.             wait(y)
  498.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(304.545288, 1771.9054, 190.223663))
  499.             wait(y)
  500.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(223.59903, 1942.74426, 92.7498779))
  501.             wait(y)
  502.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(267.838776, 1961.88879, -24.5702648))
  503.             wait(y)
  504.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-23.666008, 2006.94922, 266.628235))
  505.             wait(y)
  506.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(57.5974426, 2120.07129, 80.2312164))
  507.             wait(y)
  508.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(302.413727, 2118.6001, -15.6277399))
  509.             wait(y)
  510.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-20.5289783, 2288.74146, 178.395844))
  511.             wait(y)
  512.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(32.561367, 2312.90771, 290.473267))
  513.             wait(y)
  514.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(246.676697, 2388.3855, 216.121628))
  515.             wait(y)
  516.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(154.907776, 2559.24634, 167.340942))
  517.             wait(y)
  518.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-41.5522575, 2663.75781, 78.4898071))
  519.             wait(y)
  520.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-37.3715324, 1510.42566, 145.106644))
  521.             wait(y)
  522.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(56.2173882, 2798.31958, 128.409943))
  523.             wait(y)
  524.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260.322937, 2766.38086, 194.496185))
  525.             wait(y)
  526.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(215.456833, 2875.11768, 355.458038))
  527.             wait(y)
  528.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-63.1260948, 2941.8418, 356.51004))
  529.             wait(y)
  530.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-110.387093, 2862.0127, 71.420517))
  531.             wait(y)
  532.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(103.90789, 2995.43823, 96.7542114))
  533.             wait(y)
  534.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(139.27301, 3155.08276, -45.9548225))
  535.             wait(y)
  536.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(269.671143, 3199.80005, 11.9849739))
  537.             wait(1)
  538.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258.942719, 100.778015, 4.27662992))
  539.             wait(1)
  540.         end
  541.     else
  542.         on5 = false
  543.         Hoops.BackgroundColor3 = Color3.new(200, 0, 0)
  544.         Hoops.Text = "Hoops [OFF]"
  545.         _G.Hoops = false
  546.     end
  547. end)
  548.  
  549.  
  550. King_OF_Hill.Name = "King_OF_Hill"
  551. King_OF_Hill.Parent = ScrollingFrame
  552. King_OF_Hill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  553. King_OF_Hill.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  554. King_OF_Hill.Position = UDim2.new(0.306049645, 0, 0.0334691256, 0)
  555. King_OF_Hill.Size = UDim2.new(0, 108, 0, 23)
  556. King_OF_Hill.Font = Enum.Font.SourceSans
  557. King_OF_Hill.Text = "King_of_Hill"
  558. King_OF_Hill.TextColor3 = Color3.new(1, 1, 1)
  559. King_OF_Hill.TextScaled = true
  560. King_OF_Hill.TextSize = 14
  561. King_OF_Hill.TextWrapped = true
  562. King_OF_Hill.MouseButton1Down:connect(function()
  563.     if on6 == false then
  564.         on6 = true
  565.         King_OF_Hill.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  566.         King_OF_Hill.Text = "King_OF_Hill [ON]"
  567.         _G.KOTH = true
  568.         while _G.KOTH do
  569.             wait(0.5)
  570.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-35.6743584, 101.061218, -106.684868))
  571.             wait(.3)
  572.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-25.516468, 101.061218, -113.203789))
  573.             wait(.3)
  574.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-30.496418, 101.061234, -121.401047))
  575.             wait(.3)
  576.             game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.5891342, 101.061218, -112.159691))
  577.     end
  578.     else
  579.         on6 = false
  580.         King_OF_Hill.BackgroundColor3 = Color3.new(200, 0, 0)
  581.         King_OF_Hill.Text = "King_OF_Hill [OFF]"
  582.         _G.KOTH = false
  583.     end
  584. end)
  585.  
  586.  
  587. UnlockIsl.Name = "UnlockIsl"
  588. UnlockIsl.Parent = ScrollingFrame
  589. UnlockIsl.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  590. UnlockIsl.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  591. UnlockIsl.Position = UDim2.new(0.547184348, 0, 0.0175626948, 0)
  592. UnlockIsl.Size = UDim2.new(0, 108, 0, 23)
  593. UnlockIsl.Font = Enum.Font.SourceSans
  594. UnlockIsl.Text = "Unlock Islands"
  595. UnlockIsl.TextColor3 = Color3.new(1, 1, 1)
  596. UnlockIsl.TextScaled = true
  597. UnlockIsl.TextSize = 14
  598. UnlockIsl.TextWrapped = true
  599. UnlockIsl.MouseButton1Down:connect(function()
  600.     if on7 == false then
  601.         on7 = true
  602.         UnlockIsl.BackgroundColor3 = Color3.fromRGB(0, 130, 25)
  603.         UnlockIsl.Text = "UnlockIsl [ON]"
  604.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(124.771751, 815.296021, 115.089088))
  605.         wait(.3)
  606.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(131.25531, 1608.5957, 103.393738))
  607.         wait(.3)
  608.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(100.815781, 2369.88062, 132.018478))
  609.         wait(.3)
  610.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(129.174408, 3290.17407, 112.796577))
  611.     else
  612.         on7 = false
  613.         UnlockIsl.BackgroundColor3 = Color3.new(200, 0, 0)
  614.         UnlockIsl.Text = "UnlockIsl [OFF]"
  615.         print('OFF')   
  616.     end
  617. end)
  618.  
  619.  
  620. Farms_tab.Name = "Farms_tab"
  621. Farms_tab.Parent = ScrollingFrame
  622. Farms_tab.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  623. Farms_tab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  624. Farms_tab.Position = UDim2.new(1.86264515e-09, 0, 0.0659089088, 0)
  625. Farms_tab.Size = UDim2.new(0, 268, 0, 26)
  626. Farms_tab.Font = Enum.Font.SourceSans
  627. Farms_tab.Text = "Auto-Farms"
  628. Farms_tab.TextColor3 = Color3.new(1, 1, 1)
  629. Farms_tab.TextScaled = true
  630. Farms_tab.TextSize = 14
  631. Farms_tab.TextWrapped = true
  632.  
  633. Func.Name = "Func"
  634. Func.Parent = ScrollingFrame
  635. Func.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  636. Func.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  637. Func.Position = UDim2.new(-0.00354610011, 0, 0.137548491, 0)
  638. Func.Size = UDim2.new(0, 268, 0, 26)
  639. Func.Font = Enum.Font.SourceSans
  640. Func.Text = "Functions"
  641. Func.TextColor3 = Color3.new(1, 1, 1)
  642. Func.TextScaled = true
  643. Func.TextSize = 14
  644. Func.TextWrapped = true
  645.  
  646. Apply_jump.Name = "Apply_jump"
  647. Apply_jump.Parent = ScrollingFrame
  648. Apply_jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  649. Apply_jump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  650. Apply_jump.Position = UDim2.new(0.0330000371, 0, 0.153004348, 0)
  651. Apply_jump.Size = UDim2.new(0, 108, 0, 23)
  652. Apply_jump.Font = Enum.Font.SourceSans
  653. Apply_jump.Text = "Apply_Jumps"
  654. Apply_jump.TextColor3 = Color3.new(1, 1, 1)
  655. Apply_jump.TextScaled = true
  656. Apply_jump.TextSize = 14
  657. Apply_jump.TextWrapped = true
  658. Apply_jump.MouseButton1Down:connect(function()
  659.     local valueJumps = jumps.Text
  660.     game.Players.LocalPlayer.Others.DoubleJumps.Value = valueJumps
  661. end)
  662.  
  663. jumps.Name = "jumps"
  664. jumps.Parent = ScrollingFrame
  665. jumps.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  666. jumps.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  667. jumps.Position = UDim2.new(0.4906241, 0, 0.152892172, 0)
  668. jumps.Size = UDim2.new(0, 103, 0, 24)
  669. jumps.Font = Enum.Font.SourceSans
  670. jumps.PlaceholderText = "Send Double Jumps you want"
  671. jumps.Text = ""
  672. jumps.TextColor3 = Color3.new(1, 1, 1)
  673. jumps.TextScaled = true
  674. jumps.TextSize = 14
  675. jumps.TextWrapped = true
  676.  
  677. speed.Name = "speed"
  678. speed.Parent = ScrollingFrame
  679. speed.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  680. speed.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  681. speed.Position = UDim2.new(0.4906241, 0, 0.16987887, 0)
  682. speed.Size = UDim2.new(0, 103, 0, 24)
  683. speed.Font = Enum.Font.SourceSans
  684. speed.PlaceholderText = "Place Speed max  10"
  685. speed.Text = ""
  686. speed.TextColor3 = Color3.new(1, 1, 1)
  687. speed.TextScaled = true
  688. speed.TextSize = 14
  689. speed.TextWrapped = true
  690.  
  691. Apply_jump_2.Name = "Apply_jump"
  692. Apply_jump_2.Parent = ScrollingFrame
  693. Apply_jump_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  694. Apply_jump_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  695. Apply_jump_2.Position = UDim2.new(0.0330000371, 0, 0.169991046, 0)
  696. Apply_jump_2.Size = UDim2.new(0, 108, 0, 23)
  697. Apply_jump_2.Font = Enum.Font.SourceSans
  698. Apply_jump_2.Text = "Apply_Speed"
  699. Apply_jump_2.TextColor3 = Color3.new(1, 1, 1)
  700. Apply_jump_2.TextScaled = true
  701. Apply_jump_2.TextSize = 14
  702. Apply_jump_2.TextWrapped = true
  703. Apply_jump.MouseButton1Down:connect(function()
  704.     local valueSpeed = speed.Text
  705.     game.Players.LocalPlayer.Variables.WalkspeedMulti.Value = valueSpeed
  706. end)
  707.  
  708. Made_BY.Name = "Made_BY"
  709. Made_BY.Parent = Champion_Simulator
  710. Made_BY.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.686275)
  711. Made_BY.Position = UDim2.new(0.913476646, 0, 0.931079745, 0)
  712. Made_BY.Size = UDim2.new(0, 111, 0, 46)
  713. Made_BY.Font = Enum.Font.SourceSans
  714. Made_BY.Text = "GUI by Officer#0808"
  715. Made_BY.TextColor3 = Color3.new(1, 1, 1)
  716. Made_BY.TextScaled = true
  717. Made_BY.TextSize = 14
  718. Made_BY.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement