Jump to content

question Anyone got a free fortnite hack ?

Rate this topic


THPOLO
 Share

Recommended Posts

  • 3 weeks later...

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 🙂

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...