Advertisement
LuaXe

Goal Kick Simulator

Dec 2nd, 2022 (edited)
1,497
-1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.63 KB | Source Code | 0 1
  1. local EV
  2. local CV
  3.  
  4. getgenv().ABall = false;
  5. getgenv().AUpg = false;
  6. getgenv().ARUpg = false;
  7. getgenv().AChest = false;
  8. getgenv().ACard = false;
  9. getgenv().ARe = false;
  10. getgenv().APTR = false;
  11. getgenv().AWorld = false;
  12.  
  13. function ABall()
  14.     spawn(function ()
  15.         while getgenv().ABall == true do
  16. local args = {[1] = "Throw",[2] = 1} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  17.         end
  18.     end)
  19. end
  20. function AutoUpgrade()
  21.     spawn(function ()
  22.         while getgenv().AUpg == true do
  23. local args = {[1] = "UpgradeStats",[2] = "KickPower",[3] = 1,[4] = "Money"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  24. local args = {[1] = "UpgradeStats",[2] = "KickAccuracy",[3] = 1,[4] = "Money"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  25. local args = {[1] = "UpgradeStats",[2] = "Speed",[3] = 1,[4] = "Money"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  26.         end
  27.     end)
  28. end
  29. function AutoRUpgrade()
  30.     spawn(function ()
  31.         while getgenv().ARUpg == true do
  32. local args = {[1] = "RebirthUpgrade",[2] = "CoinMulti"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  33. local args = {[1] = "RebirthUpgrade",[2] = "XPMulti"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  34. local args = {[1] = "RebirthUpgrade",[2] = "StarSlots"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  35. local args = {[1] = "RebirthUpgrade",[2] = "Luck"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.02)
  36.         end
  37.     end)
  38. end
  39. function ACard()
  40.     spawn(function ()
  41.         while getgenv().ACard == true do
  42.             if CV == "Basic" then
  43. local args = {[1] = "PromptPurchasePack",[2] = workspace.Environment.Cards.Basic} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(1)
  44.             end
  45.             if CV == "Big" then
  46. local args = {[1] = "PromptPurchasePack",[2] = workspace.Environment.Cards.Basic} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(1)
  47.             end
  48.             if CV == "Super" then
  49. local args = {[1] = "PromptPurchasePack",[2] = workspace.Environment.Cards.Basic} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(1)
  50.             end
  51.         end
  52.     end)
  53. end
  54. function ARe()
  55.     spawn(function ()
  56.         while getgenv().ARe == true do
  57. local args = {[1] = "Rebirth"}game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  58.         end
  59.     end)
  60. end
  61. function AutoChest(C)
  62.     spawn(function ()
  63.         while getgenv().AChest == true do
  64. local args = {[1] = "PromptPurchaseChest",[2] = workspace.ChestStands:FindFirstChild(C)} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  65.         end
  66.     end)
  67. end
  68. function AutoPTR()
  69.     spawn(function ()
  70.         while getgenv().APTR == true do
  71. local args = {[1] = "ClaimPlayTimeReward",[2] = "300"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  72. local args = {[1] = "ClaimPlayTimeReward",[2] = "600"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  73. local args = {[1] = "ClaimPlayTimeReward",[2] = "900"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  74. local args = {[1] = "ClaimPlayTimeReward",[2] = "1500"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  75. local args = {[1] = "ClaimPlayTimeReward",[2] = "2100"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  76. local args = {[1] = "ClaimPlayTimeReward",[2] = "3600"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  77. local args = {[1] = "ClaimPlayTimeReward",[2] = "4500"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  78. local args = {[1] = "ClaimPlayTimeReward",[2] = "5400"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  79. local args = {[1] = "ClaimPlayTimeReward",[2] = "7200"} game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args)) wait(0.1)
  80.         end
  81.     end)
  82. end
  83.  
  84. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  85.  
  86. local w = library:CreateWindow("Goal Kick Simulator")
  87.  
  88. local b = w:CreateFolder("Autofarm")
  89.  
  90. b:Toggle("Auto Kick 100%",function(val)
  91. getgenv().ABall = val
  92. ABall()
  93. end)
  94.  
  95. b:Toggle("Auto Rebirth",function(val)
  96. getgenv().ARe = val
  97. ARe()
  98. end)
  99.  
  100. b:Toggle("Auto Upgrade",function(val)
  101. getgenv().AUpg = val
  102. AutoUpgrade()
  103. end)
  104.  
  105. b:Toggle("Auto ReUpgrade",function(val)
  106. getgenv().ARUpg = val
  107. AutoRUpgrade()
  108. end)
  109.  
  110. b:Toggle("Auto Playtime",function(val)
  111. getgenv().APTR = val
  112. AutoPTR()
  113. end)
  114.  
  115. b:Toggle("Auto Chest",function(val)
  116. getgenv().AChest = val
  117. AutoChest(EV)
  118. end)
  119.  
  120. b:Toggle("Auto Card",function(val)
  121. getgenv().ACard = val
  122. ACard()
  123. end)
  124.  
  125. b:Box("Chest Name","Name",function(val)
  126.     EV = val
  127. end)
  128.  
  129. b:Dropdown("Select Card",{"Basic","Big","Super"},true,function(val)
  130.     CV = val
  131. end)
  132.  
  133. local w = library:CreateWindow("Areas")
  134.  
  135. local b = w:CreateFolder("World 1")
  136.  
  137. b:Button("Unlock Park",function()
  138. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Park}
  139. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  140. end)
  141.  
  142. b:Button("Unlock Park Tree",function()
  143. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Park Tree")}
  144. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  145. end)
  146.  
  147. b:Button("Unlock Distorted Skyscraper",function()
  148. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Distorted Skyscraper")}
  149. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  150. end)
  151.  
  152. b:Button("Unlock Desert",function()
  153. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Desert}
  154. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  155. end)
  156.  
  157. b:Button("Unlock Grand Pyramid",function()
  158. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Grand Pyramid")}
  159. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  160. end)
  161.  
  162. b:Button("Unlock Rocket City",function()
  163. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.City}
  164. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  165. end)
  166.  
  167. b:Button("Unlock Beach",function()
  168. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Beach}
  169. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  170. end)
  171.  
  172. b:Button("Unlock Rocket Ship",function()
  173. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Rocket Ship")}
  174. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  175. end)
  176.  
  177. b:Button("Unlock Moon",function()
  178. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Moon}
  179. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  180. end)
  181.  
  182. b:Button("Unlock Moon Base",function()
  183. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Moon Base")}
  184. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  185. end)
  186.  
  187. b:Button("Unlock Moon Extractor",function()
  188. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Moon Extractor")}
  189. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  190. end)
  191.  
  192. b:Button("Unlock Mars",function()
  193. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Mars}
  194. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  195. end)
  196.  
  197. b:Button("Unlock World 2 Portal",function()
  198. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("World 2 Portal")}
  199. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  200. end)
  201.  
  202. b:Button("Unlock Mars Rocket Ship",function()
  203. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones:FindFirstChild("Mars Rocket Ship")}
  204. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  205. end)
  206.  
  207. b:Button("Unlock Jupiter",function()
  208. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Jupiter}
  209. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  210. end)
  211.  
  212. b:Button("Unlock Saturn",function()
  213. local args = {[1] = "UnlockArea",[2] = workspace.Environment.Zones.World1.Zones.Saturn}
  214. game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
  215. end)
  216.  
  217. local w = library:CreateWindow("Others")
  218.  
  219. local S
  220. local J
  221. local H
  222. local G
  223. local C
  224. local CF
  225.  
  226. local b = w:CreateFolder("LocalPlayer")
  227.  
  228. b:Box("Speed","number",function(val)
  229. S = val
  230. end)
  231. b:Box("Jump","number",function(val)
  232. J = val
  233. end)
  234. b:Box("Hip Height","number",function(val)
  235. H = val
  236. end)
  237. b:Box("Gravity","number",function(val)
  238. G = val
  239. end)
  240.  
  241. b:Toggle("Speed",function(bool)
  242. getgenv().Speed = bool
  243. Speed(S)
  244. end)
  245. b:Toggle("Jump",function(bool)
  246. getgenv().Jump = bool
  247. Jump(J)
  248. end)
  249. b:Toggle("Hip Height",function(bool)
  250. getgenv().Hip = bool
  251. Hip(H)
  252. end)
  253. b:Toggle("Gravity",function(bool)
  254. getgenv().Grav = bool
  255. Grav(G)
  256. end)
  257.  
  258. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
  259.     game.workspace.CurrentCamera.FieldOfView = val
  260.     end)
  261.  
  262. b:Button("Print Current XYZ",function()
  263. function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS())
  264. end)
  265.  
  266. local b = w:CreateFolder("Stuff")
  267.  
  268. b:Box("Chat","Message",function(val)
  269.     C = val
  270. end)
  271.  
  272. b:Box("Cooldown","Speed",function(val)
  273.     CF = val
  274. end)
  275.  
  276. b:Toggle("Spam",function(bool)
  277.     getgenv().Chat = bool
  278.     Chat(C, CF)
  279. end)
  280.  
  281. b:Button("Rejoin",function()
  282.     loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))()
  283. end)
  284.  
  285. b:Button("Giant",function()
  286.     loadstring(game:HttpGet("https://pastebin.com/raw/2jnKKARG", true))()
  287. end)
  288.  
  289. b:Button("Noclip",function()
  290.     loadstring(game:HttpGet("https://pastebin.com/raw/hd03Vdwm", true))()
  291. end)
  292.  
  293. b:Button("Reset",function()
  294.     loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))()
  295. end)
  296.  
  297. b:Button("RTX Summer",function()
  298.     loadstring(game:HttpGet("https://paste.ee/r/h4fL2", true))()
  299. end)
  300.  
  301. b:Button("RTX Autumn",function()
  302.     loadstring(game:HttpGet("https://paste.ee/r/9eV0M", true))()
  303. end)
  304.  
  305. b:Button("Anti-Report",function()
  306.     loadstring(game:HttpGet("https://paste.ee/r/GphmF", true))()
  307. end)
  308.  
  309. local b = w:CreateFolder("Credits")
  310.  
  311. b:Label("Made by X_LuaF#0705",{
  312.     TextSize = 21;
  313.     TextColor = Color3.fromRGB(255,255,255);
  314.     BgColor = Color3.fromRGB(69,69,69);
  315. })
  316.  
  317. b:Button("Copy Discord Invite",function()
  318.     setclipboard("https://discord.gg/8tRb8MQcW5")
  319. end)
  320.  
  321. b:DestroyGui()
  322.  
  323. getgenv().Speed = false;
  324. getgenv().Jump = false;
  325. getgenv().Hip = false;
  326. getgenv().Chat = false;
  327. getgenv().Grav = false;
  328.  
  329. function Chat(Mes, Freq)
  330.     spawn(function ()
  331.         while getgenv().Chat == true do
  332. local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  333. wait(Freq)
  334.         end
  335.     end)
  336. end
  337.  
  338. function Speed(Nume)
  339.     spawn(function ()
  340.         if getgenv().Speed == true then
  341.             while getgenv().Speed == true do
  342.                 game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume
  343.                 wait()
  344.             end
  345.         elseif getgenv().Speed == false then
  346.             game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  347.         end
  348.     end)
  349. end
  350. function Jump(Nume)
  351.     spawn(function ()
  352.         if getgenv().Jump == true then
  353.             while getgenv().Jump == true do
  354.                 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume
  355.                 wait()
  356.         end
  357.     elseif getgenv().Jump == false then
  358.             game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  359.         end
  360.     end)
  361. end
  362. function Hip(Nume)
  363.     spawn(function ()
  364.         if getgenv().Hip == true then
  365.             while getgenv().Hip == true do
  366.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume
  367.             wait()
  368.         end
  369.     elseif getgenv().Hip == false then
  370.             game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1
  371.         end
  372.     end)
  373. end
  374. function Grav(Nume)
  375.     spawn(function ()
  376.         if getgenv().Grav == true then
  377.             while getgenv().Grav == true do
  378.                 game:GetService("Workspace").Gravity = Nume
  379.             wait()
  380.         end
  381.     elseif getgenv().Grav == false then
  382.         game:GetService("Workspace").Gravity = 196.2
  383.         end
  384.     end)
  385. end
  386.  
  387. function TPTo(PCFrame)
  388.     local plr = game.Players.LocalPlayer;
  389.            if plr.Character then
  390.             plr.Character.HumanoidRootPart.CFrame = PCFrame
  391.         end
  392.     end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement