URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Codes
       *****************************************************
       #Post#: 216--------------------------------------------------
       [VB.NET] Simple Aimbot
   DIR By: pipo1337
       Date: April 18, 2018, 6:06 pm
       ---------------------------------------------------------
       First of all this is not perfect Aimbot and also works on FOV
       this mean you not pointing for Head,Chest or Legs This Is
       pointing in FOV of player
       This code is very simple and is for people who don't have skills
       to train on this
       The setting of FOV is exactly here AimbotY = screen.Y - 50 Just
       touch this get Enemy Distance and test every FOV
       When player is under 50 meters screen.Y need to decrease more
       (-100,-150,-200)
       When player is upper than 100 meters screen.Y need to increase
       more (-50,-25,-10,0,10)
       --- Code ---
       Public Aimbot As Boolean
       --- End Code ---
       --- Code ---
       If (Aimbot) Then
       Dim AimbotX As Long, AimbotY As Long
       If isPlayer Then
       AimbotX = screen.X
       AimbotY = screen.Y - 50
       End If
       Cursor.Position = New Drawing.Point(AimbotX, AimbotY)
       End If
       --- End Code ---
       *****************************************************
       Page 1 of 1