hayır yok auto yok onu anca manuel yapabilrsin olye birsey olanıksız oyun cunku kendı mousenı kullanıyor crosshairne gore haraktet ediyorben vb ile yapılabileceğine inanyorum bir tek maus tıklatma kodu kaldı oda vardır ama nasıl merak ediyorum
alakası yok isterse yaparbunu vb net ile yapamsının kardesım bunun c++ ile yapabilrsin oyunun classlarının alıp yapabilrsin veya bunla ilgili project internete tonlarca kaynak mevcutur cs.1.6 iligli hack videoları youtube ve interneten kaynakları mevcutur kardesım .
Public Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
Private Const MouseEVENT_LEFTDOWN As Integer = &H2
Private Const MouseEVENT_LEFTUP As Integer = &H4
Private Const MouseEVENT_RIGHTDOWN As Integer = &H8
Private Const MouseEVENT_RIGHTUP As Integer = &H10
'sol tık
mouse_event(MouseEVENT_LEFTDOWN Or MouseEVENT_LEFTUP, "Farenin X Konumu", Farenin Y Konumu", 0, 0)
'sağ tık
mouse_event(MouseEVENT_RIGHTDOWN Or MouseEVENT_RIGHTUP, "Farenin X Konumu", Farenin Y Konumu", 0, 0)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?