Roblox Mobile Auto Jump Disabler

public
vxpreen Jun 05, 2024 Never 102
Clone
Lua paste1.lua 11 lines (7 loc) | 294 Bytes
1
-- loadstring(game:HttpGet("https://pastecode.dev/raw/vixocw5c/paste1.lua"))()
2
3
-- RESET AFTER EXECUTED
4
5
local player = game.Players.LocalPlayer
6
7
local UserInputService = game:GetService("UserInputService")
8
9
if UserInputService.TouchEnabled then
10
player.AutoJumpEnabled = false
11
end