how to block wallhack, flyhack and jumphack?
if not posible to block forever, how can block this for some time before cheat codder renew they software? :mellow:
Printable View
how to block wallhack, flyhack and jumphack?
if not posible to block forever, how can block this for some time before cheat codder renew they software? :mellow:
Packing some secure programs inside the elementclient.exe to kill the client when a cheat tool is detected.
Packing tool = ******* (for example..)
Write an active process scanner
Black list forbiden program id's like REVO WPE w/E
Kill elementclient.exe
done
where is the problem?!
you can add as many security scanners as you want, as long as they don't handshake with elementclient.exe they are useless cause you can kill them simply with any process explorer before running a hacking tool...
use settings pwprotector
pwprotector can be killed... it's very weak xD
anyone know how to change offset from server and base address from client?
most of fly hack, wall hack, bot are using software called "autoit"
and send key to target element client.
i think you must made a program to block those "autoit"
here info's for autoit
Good Security is Server Side NOT Cliente Side.
You could include this program to your exe. Dunno how but there are some methods for that im sure. Its just a invisible timer that checks for autoit, wpe and Nessus and if it see a process of one of those, it ends elementclient.
Included all other files of debug folder just for fun :D:
I bet it will be found, thats why you should use serverside protection :wink:
New ******* can do this work ;)
Ty for the processkiller btw...
no prob.
Its quite simple. Here is the source for those who want to expand it to other programs.
for killing elemtclient on other processes just copy this part and replace utoit with the processname you want to check:Code:Imports System.IO
Imports System
Imports System.Diagnostics
Imports System.ComponentModel
Public Class Form1
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
If System.Diagnostics.Process. _
GetProcessesByName("Nessus Client").Length > 0 Then
For Each Process In System.Diagnostics.Process.GetProcessesByName("elementclient")
Process.Kill()
Next
End If
If System.Diagnostics.Process. _
GetProcessesByName("autoit").Length > 0 Then
For Each Process In System.Diagnostics.Process.GetProcessesByName("elementclient")
Process.Kill()
Next
End If
If System.Diagnostics.Process. _
GetProcessesByName("wpe").Length > 0 Then
For Each Process In System.Diagnostics.Process.GetProcessesByName("elementclient")
Process.Kill()
Next
End If
End Sub
End Class
Compile it with Visual Basic ( mine is Visual Basic 2008 express, the free one from Microsoft website :D: )Code:If System.Diagnostics.Process. _
GetProcessesByName("autoit").Length > 0 Then
For Each Process In System.Diagnostics.Process.GetProcessesByName("elementclient")
Process.Kill()
Next
End If
Oh and you should set your form to opaque 0% and not shown in task bar because that whould be ... nah you know what i mean :D:
Dont forget to enable your Timer1 and set it to 500 ms ... 100 is too fast to check all processes.
you only make killer proccess very easy to bypass, if really dev they are know codding its self, you share its mean, you make its useless
now i have done hide client version :lol::lol::lol:
Thats for sure a very good protection. You cant read it with hex editor and sure it blocks all cheating tools :D: :D: :D:
Nah for real, what does it bring for ya ? What if i use a client where i can enter whatever version number i want :wink:
I think there is no real protection at all but all that stuff together will bring the scriptkiddies to a fail :D:
only wait and see :thumbup1:
Who has the solution to this problem WallHack please contact me by PM, if need be I paid for it to be solved.