xpolak2137
Data Sharding Expert
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
Auto Build
Aim Abuse
Edited by 3e2e3h6P6msG57p, 24 July 2018 - 10:02 AM.
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
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
Code:
Not done