Stair Tappers Script | AUTOPLAY

Png-1-17-300x169-1.png

Created by Sjors

Features:

  • AUTOPLAY
    • hold E to use
local delay = 0.07 -- anything lower breaks i think

local mapModule = require(game:GetService("Players").LocalPlayer.PlayerScripts.GameClient.MapGenModule)
local char = workspace:FindFirstChild(game.Players.LocalPlayer.Name)

local indicator = Drawing.new("Text")
indicator.Position = Vector2.new(25,500)
indicator.Size = 13
indicator.Font = 2
indicator.Visible = true
indicator.Outline = true
indicator.Color = Color3.new(1,1,1)

while wait(delay) do
   if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.E) then
       local next = debug.getupvalues(mapModule.GetCurrentStair)[1][2]
       local dir = next.Position.Z - char.HumanoidRootPart.Position.Z
       if dir < 0 then
           mouse2click()
       else
           mouse1click()
       end
       indicator.Text = "stair game haxnstate -> onndir = "..(dir < 0 and "right" or "left")
   else
       indicator.Text = "stair game haxnstate -> offndir = none"
   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 [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Â