|
You last visited: Today at 04:32
Advertisement
[FREE] No-Recoil for Fortnite
Discussion on [FREE] No-Recoil for Fortnite within the Fortnite Hacks, Bots, Cheats & Exploits forum part of the Fortnite category.
06/24/2018, 12:17
|
#1
|
elite*gold: 0
Join Date: Jun 2018
Posts: 13
Received Thanks: 8
|
[FREE] No-Recoil for Fortnite
Hello guys, today i want to show you a simple tool, coded by me. It works with hotkeys and is pretty usefull. Using this tool, you are able to bypass the recoil while shooting.
Screenshots:
Virustotal: [ 10 / 62 ] :
NOTE: It is not a Virus! It is a false positive alert by virustotal because it simulates mouseclicks!!
|
|
|
06/24/2018, 18:29
|
#2
|
elite*gold: 0
Join Date: Jul 2012
Posts: 155
Received Thanks: 9
|
video?
|
|
|
06/24/2018, 18:31
|
#3
|
elite*gold: 121
Join Date: Jan 2015
Posts: 1,272
Received Thanks: 510
|
It's ransomware. Run it and say goodbye to your PC.
pls explain
|
|
|
06/24/2018, 18:59
|
#4
|
elite*gold: 0
Join Date: Jun 2018
Posts: 13
Received Thanks: 8
|
Quote:
Originally Posted by SchlitzAugenSchlitzer
It's ransomware. Run it and say goodbye to your PC.
pls explain
|
I will explain, have fun, that is my Sourcecode just compile it and test it out
Public Class Form1
Declare Function apimouse_event Lib "user32.dll" Alias "mouse_event" (ByVal dwFlags As Int32, ByVal dX As Int32, ByVal dY As Int32, ByVal cButtons As Int32, ByVal dwExtraInfo As Int32) As Boolean
Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Int32) As Short
Private Const mouseclickdown = 2
Private Const mouseclickup = 4
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim hotkey1 As Boolean
hotkey1 = GetAsyncKeyState(Keys.X)
If hotkey1 = True Then
Timer2.Start()
End If
Dim hotkey2 As Boolean
hotkey2 = GetAsyncKeyState(Keys.Y)
If hotkey2 = True Then
Timer2.Stop()
End If
End Sub
Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
apimouse_event(mouseclickdown, 0, 0, 0, 0)
apimouse_event(mouseclickup, 0, 0, 0, 0)
End Sub
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click
End Sub
Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
If Timer2.Enabled = True Then
Label4.Text = "ON"
Label4.ForeColor = Color.Green
Else
Label4.Text = "OFF"
Label4.ForeColor = Color.Red
End If
End Sub
End Class
|
|
|
06/24/2018, 19:01
|
#5
|
elite*gold: 121
Join Date: Jan 2015
Posts: 1,272
Received Thanks: 510
|
Alright, all good.
|
|
|
06/24/2018, 19:03
|
#6
|
elite*gold: 0
Join Date: Jun 2018
Posts: 13
Received Thanks: 8
|
Quote:
Originally Posted by monolithes
video?
|
This video is not by me, but does exactly the same, even better and faster.
|
|
|
06/24/2018, 20:31
|
#7
|
elite*gold: 0
Join Date: Mar 2009
Posts: 76
Received Thanks: 6
|
Still don't trust this. anybody got a decent vouch?
|
|
|
06/24/2018, 20:53
|
#8
|
elite*gold: 0
Join Date: Jun 2018
Posts: 13
Received Thanks: 8
|
Quote:
Originally Posted by Chandman
Still don't trust this. anybody got a decent vouch?
|
As i said, the Source Code is given, use this if you dont want to download it.
Paste it in VB.NET and compile it thats it.
|
|
|
06/24/2018, 21:14
|
#9
|
elite*gold: 0
Join Date: Mar 2009
Posts: 76
Received Thanks: 6
|
Fair enough lmao
|
|
|
06/24/2018, 22:57
|
#10
|
elite*gold: 0
Join Date: May 2018
Posts: 14
Received Thanks: 0
|
how do you turn it on? says status off
|
|
|
06/25/2018, 00:06
|
#11
|
elite*gold: 0
Join Date: Mar 2009
Posts: 76
Received Thanks: 6
|
press x
|
|
|
06/25/2018, 02:14
|
#12
|
Moderator
elite*gold: 0
Join Date: Sep 2010
Posts: 26,090
Received Thanks: 5,958
|
Since the hash value of the file does not match the hash value of Virustotal, I close this thread here.
Please publish the project as well as the file instead of just posting the code here.
|
|
|
All times are GMT +1. The time now is 04:33.
|
|