Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Coin()
- while getgenv().Coin == true do
- game:GetService("ReplicatedStorage").NL:FireServer(game:GetService("Players").LocalPlayer,100000000000008)
- wait(0.2)
- end
- end
- function Power()
- while getgenv().Power == true do
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local args = {
- [1] = game:GetService("Players").LocalPlayer,
- [2] = 9999999999999 -- u can change the number here
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GP"):FireServer(unpack(args))
- wait(0.2)
- end
- end
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/mohamedyoo/owlhub/main/New%20ui"))()
- local Window = Library.CreateLib("Wall Punch Simulator", "DarkTheme")
- local Main = Window:NewTab("Main")
- local Section = Main:NewSection("INF")
- Section:NewToggle("Inf Coin", "Make your player auto click", function(state)
- getgenv().Coin = state
- if state then
- Coin()
- end
- end)
- Section:NewToggle("Inf Power", "Make your player auto click", function(state)
- getgenv().Power = state
- if state then
- Power()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement