Advertisement
Guest User

Roblox Force Close Bind

a guest
Aug 4th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. SendMode Input
  3. SetWorkingDir %A_ScriptDir%
  4. #SingleInstance, Force
  5. Loop {
  6. Pause
  7. Process, Close, RobloxPlayerBeta.exe
  8. }
  9. ; Change these to anything
  10. PgUp::Pause
  11. PgDn::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement