STEEP STEPS Script | AIRWALK

Png-1-12-300x169-1.png

Created by Koragon

Features:

  • AIRWALK
    • Hold “v” after executing

EXECUTE THE BELOW SCRIPT BEFORE YOU CAN SEE VIDEOS

local UIS = game:GetService("UserInputService")

local isClimbing = false

local tracker = nil

UIS.InputBegan:Connect(function(input,gpe)
	if gpe then return end
	
	if(input.KeyCode == Enum.KeyCode.V) then
		isClimbing = true
		
		if(tracker) then
			tracker:Destroy()
		end
		
		local instance = Instance.new("Part")
		
		tracker = instance
		
		while isClimbing do
			wait()
			instance.Parent = workspace
			instance.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-2,0)
			instance.Anchored = true
			
		end
	end
end)

UIS.InputEnded:Connect(function(input,gpe)
	if gpe then return end

	if(input.KeyCode == Enum.KeyCode.V) then
		isClimbing = false
	end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us arpong[email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service