Now, i failed @ using visual basic to do a bot
The dll imports are here:
Use the hndnsPMA for PostMessageA and hndnsSCP for SetCursorPos.Quote:
Private Declare Function hndnsPMA Lib "hndns.dll" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Long) As Long
Private Declare Function hndns SCP Lib "hndns.dll" (ByVal xpos As Long, ByVal ypos As Long) As Long
What i used as my VB code was this:
I tried it with notepad and it didn't work, so it is the code and not GG. You need to insert "Dragonica (Current Ver : 0.908.1301)" as the window name when you want to use it for dragonica.Quote:
Private Declare Function hndnsPMA Lib "hndns.dll" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Long) As Long
Private Declare Function hndnsSCP Lib "hndns.dll" (ByVal xpos As Long, ByVal ypos As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Sub Command1_Click()
Dim hWndCMD As Long
hWndCMD = FindWindow(vbNullString, "Untitled - Notepad") ///READ BELOW///
hndnsPMA hWndCMD, WM_KEYDOWN, vbKeyE, 0
hndnsPMA hWndCMD, WM_KEYUP, vbKeyE, 0
End Sub
Scan:
Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found

Scanned by

EDIT: Forgot to add the dll






