OK now, I searched for about 100 sites and still didn't found it ..
I have completely no idea on how to copy the Java Applet and implent mouse events .. Could someone help me with this ?
GrTz.
OK now, I searched for about 100 sites and still didn't found it ..
I have completely no idea on how to copy the Java Applet and implent mouse events .. Could someone help me with this ?
GrTz.
This is from Cruels.net
I guess it works, but I tried converting it to C# and it didn't work for me, but u can try converting it to delphi or w/e ur programming to give it a go. I've been searching for this same thing also.Code:Private Sub Command1_Click() WebBrowser1.Navigate "http://sl1.runescape.com/l1,p0,j1" End Sub Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, URL As Variant, Flags As Variant, TargetFrameName As Variant, PostData As Variant, Headers As Variant, Cancel As Boolean) If (URL = "http://www.runescape.com/") Then Cancel = True End Sub Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) WebBrowser1.Document.body.innerHTML = WebBrowser1.Document.All.Item("app").outerHTML WebBrowser1.Width = Val(WebBrowser1.Document.All.Item("app").getAttribute("width")) + 4 WebBrowser1.Height = Val(WebBrowser1.Document.All.Item("app").getAttribute("height")) + 4 End Sub
Hmmmmmmmm, tht doesnt work. I am really interested in finding this too![]()
I don't play runescape. I auto it
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Wizzup?: Makes a valid point... I think you need extensive knowledge of this stuff before you can even think of making one![]()
I don't play runescape. I auto it
Most definately but there are at least a few talented scripters that are dedicated to the project if my information is correct. With the combined knowledge of them, they shouldnt have much trouble working out the applet.
Especially with occasional help from the people on these boards.
Look at the nexus source...![]()
Similar discussion here:
http://www.srl-forums.com/forum/smar...-t41499p2.html
Although this is really somewhat advanced. Out of curiosity, why are you making this bot (other than for fun?) what sort of special functionality will it have?
Well at first I was thinking to make a bot like SCAR (without SMART), but then I wanted to join the official bots with the One mouse - One bot things .
There are currently 1 users browsing this thread. (0 members and 1 guests)