• We just launched and are currently in beta. Join us as we build and grow the community.

Fortnite AHK Scripts Project OPEN SOURCE

xpolak2137

Data Sharding Expert
X Rep
0
0
0
Rep
0
X Vouches
0
0
0
Vouches
0
Posts
114
Likes
80
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 200 XP
Fortnite AHK Scripts Project
OPEN SOURCE FOR ALL
I am looking for people to help and add to our public project for Nulled.
Our goals are to achieve:
No Recoil
Auto Build
NOT AIMBOT (Detected)
Aim Abuse (Spamming Left Trigger on controller, aims dead on someone, we just need a script to hook onto controller left trigger or spoof it).
Reply with some code or tips to add to the project.
No Recoil
Code:
Not done
Auto Build
Code:
4 Layer Ramp Push https://www.youtube.com/watch?v=SIahR2dsIwc
Keybinds = Z for Wall, X for Floor, C for Ramp
Back Button on mouse toggle
Code:
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
XButton1::
Send, c
Sleep, 100
Send, z
Sleep, 100
Send, x
Sleep, 100
Send, z
Sleep, 100
Send, c
return
Aim Abuse
Code:
Not done
Edited by 3e2e3h6P6msG57p, 24 July 2018 - 10:02 AM.
 

452,292

323,341

323,350

Top