Uzman Üye
Açıklama: bu kodlarla aimbotu mouse un sol tuşuna kodlamış oluyoruz bu sayede insana insan oyunda 0 can sorunu olmuyor öldükten sonra sadece slotu seçerken farenin sol tuşuna basın
Formun altına yaz
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Timer invertal 500 yapın
If checkbox2.checked= True Then
If GetAsyncKeyState(Keys.L.Button) Then
WritePointerInteger(“wolftü.bin”, Label2.Text + &H28C49C, “1”, 20, &H120, &H464)
End If
End If
Aimbotu hangi checkboxa koymak istiyorsan o checkbox un adını yaz
Formun altına yaz
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Timer invertal 500 yapın
If checkbox2.checked= True Then
If GetAsyncKeyState(Keys.L.Button) Then
WritePointerInteger(“wolftü.bin”, Label2.Text + &H28C49C, “1”, 20, &H120, &H464)
End If
End If
Aimbotu hangi checkboxa koymak istiyorsan o checkbox un adını yaz