Advertisement
VoltixDevelopment

(Synapse X) Auto-farm for Impossible Glass Bridge Obby! (Squid Game)

Sep 15th, 2022
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. wait(1)
  2. isrbxactive()
  3. local LP=game.Players.LocalPlayer
  4. local uis = game:GetService("UserInputService")
  5. local on=true
  6. local c=0
  7. while on==true do
  8.     wait(0.5)
  9.     if (uis:GetFocusedTextBox()) then
  10.         return; -- make sure player's not chatting!
  11.     end
  12.     LP.Character.HumanoidRootPart.CFrame=CFrame.new(1105, 60, 115)
  13.     keypress(0x41)
  14.     wait(0.25)
  15.     keyrelease(0x41)
  16.     keypress(0x44)
  17.     wait(0.25)
  18.     keyrelease(0x44)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement