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