Skip to content

Instantly share code, notes, and snippets.

@Jire
Last active October 28, 2016 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jire/bd034b96fd5a7757e4b11f5d3d5b09f4 to your computer and use it in GitHub Desktop.
Save Jire/bd034b96fd5a7757e4b11f5d3d5b09f4 to your computer and use it in GitHub Desktop.
import life.cheat.Environment.client
import life.cheat.script.Script
import java.awt.event.KeyEvent
onGround {
pressKey(KeyEvent.VK_SPACE)
sleep(20)
releaseKey(KeyEvent.VK_SPACE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment