|
You last visited: Today at 14:17
Advertisement
SRO SendMessage API
Discussion on SRO SendMessage API within the SRO Coding Corner forum part of the Silkroad Online category.
02/22/2012, 17:54
|
#1
|
elite*gold: 0
Join Date: Jul 2011
Posts: 143
Received Thanks: 35
|
SRO SendMessage API
Hello.
I want make simple clicker on vSRO.
but I can't do so would only click on ****** />
I know I need to use SendMessage API but I do not know how to do it
Can someone show me it on this code:
HTML Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send("1")
End Sub
End Class
I found SendMessage API tut but I don't understand it :

please help me
|
|
|
02/24/2012, 22:47
|
#2
|
elite*gold: 0
Join Date: Jan 2011
Posts: 16
Received Thanks: 2
|
To use sendkeys you need the window to be on the focus on the foreground first.
To use sendMessage you need the window handle and message codes. This allows you to send keystroke without the application being focus.
Google for "SendMessage + VB" will help you
As I remember I used to can only use PostMessage to isro.
The sendmessage didn't work when I tried it back then.
Goodluck to it.
|
|
|
02/24/2012, 23:21
|
#3
|
elite*gold: 0
Join Date: Jul 2011
Posts: 143
Received Thanks: 35
|
how to I can use PostMessage?
can give me some code etc? ;-)
|
|
|
02/25/2012, 13:31
|
#4
|
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
|
Quote:
Originally Posted by osuesaw
how to I can use PostMessage?
can give me some code etc? ;-)
|
how about looking it up in google?
|
|
|
02/25/2012, 15:48
|
#5
|
elite*gold: 0
Join Date: Jul 2011
Posts: 143
Received Thanks: 35
|
I sought and found a few topics (I tried to do something), but no effects
can someone give me a simple tut?
|
|
|
02/26/2012, 21:59
|
#6
|
elite*gold: 130
Join Date: Mar 2008
Posts: 2,485
Received Thanks: 934
|
Do you want to code, or you wanna use this tool? Because for use, there is iTools, which has clicker function. Use search here, if you like. Otherwise, it's a useless comment.
|
|
|
 |
Similar Threads
|
C++ SendMEssage Problem
12/11/2010 - C/C++ - 53 Replies
Hey Comunity,
bin C++ Anfänger und hab da ein Problem.
Und zwar möchte ich Tastendrücke mithilfe meines Programms simulieren,
da hab ich mir gedacht, dass ich SendMessage benutze.
Mein Problem ist jetzt, dass ich nicht weiß, wo ich das Parameter
für die "zu drückende" Taste hinschreiben soll bzw. in welcher Form;
als Hex oder VK_KEY_? . Der Bot soll einfach nur ununterbrochen
"w" drücken, jedoch krig ich es einfach nicht hin.
Bei Google hab ich nix gefunden, MSDN hab ich nicht...
|
delphi sendmessage
07/27/2010 - General Coding - 3 Replies
hallo leute ich hab mal eine frage ob mir jemand kurz erläutern könnte wie ich mit sendmessage eine mausbewegung in einem minimierten fenster ausgebe
ich habe embarcadero rad studio 2010
hier ist der bisherige "source":
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
|
[Help] C# SendMessage()
05/11/2010 - CO2 Programming - 19 Replies
I'm currenty trying to use the SendMessage Function with CO. According to msdn I need to use this:
static extern IntPtr SendMessage(IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam);
My question is: How do I find the hWnd? What are the wParam and lParam? And what can I use as wParam and lParam? Any help will be greatly appreciated.
|
sendmessage?
12/26/2008 - CO2 Programming - 0 Replies
just wondering how it works in C# tried few tutorials with notepad in it and it doesnt send the letters/close it even it finds the window this is how i got it so far (pretty much copypasted, just to see how it works...)
private static extern IntPtr FindWindow(string winClass, string WinName);
private static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
private static extern IntPtr PostMessage(IntPtr hWnd,...
|
how do i sendmessage a password box
05/11/2007 - Conquer Online 2 - 11 Replies
HI,
I'm trying to sendmessage the password to the password box. It gives me the *** in the box but when i click the enter button it gives me the wrong password error.
any help would be appreciated
|
All times are GMT +1. The time now is 14:18.
|
|