THPOLO Posted June 27, 2021 Share Posted June 27, 2021 I need a free fortnite hack aimbot and esp Quote Link to comment Share on other sites More sharing options...
winkieee Posted July 15, 2021 Share Posted July 15, 2021 Hey there, Not really a hack, but it's better than nothing. Here's an edit macro that I made, all you need is AutoHotKey. Download the software and create a new AutoHotKey file and edit the script, delete everything inside of the notepad and ctrl + c and ctrl + v this text in there. Use this one if you have edit on release turned on: PUT THE KEY IN HERE WHICH YOU WANT TO TRIGGER THE MACRO WITH:: loop, 1 { send {YOUR EDIT BIND} sleep 1 send {Lbutton} } return Use this one if you have edit on release turned off: PUT THE KEY IN HERE WHICH YOU WANT TO TRIGGER THE MACRO WITH:: loop, 1 { send {YOUR EDIT BIND} sleep 1 send {Lbutton} sleep 1 send {YOUR EDIT BIND} } return All you need to change is at the top where it says, "PUT THE KEY IN HERE WHICH YOU WANT TO TRIGGER THE MACRO WITH", as said, just change that key to whatever key you want to initiate the macro with, and change "YOUR EDIT BIND" to the key that you have assigned to edit in Fortnite. example: Lshift:: loop, 1 { send {e} sleep 1 send {Lbutton} } return Have fun 🙂 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.