Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiAmZocken committed Jan 2, 2021
0 parents commit 704a827
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
60 changes: 60 additions & 0 deletions Jailbreak.ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
F14:: ;this is a script to spawn the pickup in jailbreak
MouseGetPos, xpos, ypos
Click, 138, 790
Sleep, 500
Click, 1266, 377
Click, 386, 153
MouseMove, %xpos%, %ypos%
return

F15:: ;this script opens the first crate
Click, 65, 740
Sleep, 300
Click, 800, 820
Sleep, 100
Click, 669, 450
Sleep, 100
Click, 1234, 750
return

F16:: ;this script resets your player
Send, {escape}
Sleep, 300
Send, R
Click, 850, 500
return

F17:: ;this script make you leave the game
Send, {escape}
Sleep, 300
Send, L
Click, 850, 500
return

F18:: ;this script changes your team to criminals
Click, 60, 810
Click, 867, 439
Click, 1100, 500
Click, 960, 720
return

F19:: ;this script changes your team to police
Click, 60, 810
Click, 867, 439
Click, 840, 480
Click, 960, 720
return

F20:: ;this script locks and unlocks your car
MouseGetPos, xpos, ypos
Click, 1866, 1054
MouseMove, %xpos%, %ypos%
return

F21:: ;this script gives you an AK and Pumpgun in weapon store
MouseClickDrag, Left, 800, 740, 1010, 738
Click, 1134, 708
MouseClickDrag, Left, 1010, 738, 800, 740
Click, 1180, 710
Click, 546, 354
return
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Roblox is in one of my touch-portal pages, you can find it right above. I'm using a payed version of touch-portal, it costs 13,99€

Download Touch Portal : https://www.touch-portal.com/#downloadstitle

You can find a picture from my touch portal page here : https://i.imgur.com/WPswX99.png

I would also recommend checking out this repository if youre playing roblox, you can download an FPS unlocker there (It's official and you won't get banned) : https://github.com/axstin/rbxfpsunlocker/releases

0 comments on commit 704a827

Please sign in to comment.