IVIarco Posted May 25, 2010 Posted May 25, 2010 I've searched a lot but...nothing...is there a method to automate emule? something like:automate the kad connection,server connection,search a file...
evilertoaster Posted May 25, 2010 Posted May 25, 2010 There is no public emule API AFAIK. You can try a combination of command line arguments, config file tweaking, and 'blind' mousemove/send functions. I think emule is done in java so the windows may not be directly intractable via the windows API (AutoIt).
IVIarco Posted May 25, 2010 Author Posted May 25, 2010 i've searched a lot the emule api's...and nothing...or other methods of automation....but i'va seen a lot of emule mods,there are builded in some mode! I just want(now...the next target will await) a basic method to connect KAD and connect to server(random or predefinied) ... If NOTHING is possible maybe try with nomadmemory udf,sending memory data to invoche the internal function of connect to emule process(mmm...is possible this maybe)...suggestion?ideas? Thanks
evilertoaster Posted May 25, 2010 Posted May 25, 2010 emule is open souce. The "mods" you see for it are most likely custom compilations. On the plus side, when i look at it, it's written with good 'ol windows API GUI, so it should be quite scriptable with ControlSend(). Or if you dare, extend the emule source to HAVE an api...
IVIarco Posted May 27, 2010 Author Posted May 27, 2010 Good idea man,I'm trying but...thinking about the automation of Internet explorer...is easy automating things like navigate,read strings in a page,get the object on a page,click a certain control...and tools like the HTML viewer,or Firebug(for firefox) do a very nice job...so...to help me to find controls,objects,etc...in a GUI...what can I use?
evilertoaster Posted May 27, 2010 Posted May 27, 2010 AutoIt comes with a tool called "Window Info". When you run it (it starts frozen I think, remember to unfreeze it from the options menu) you can click on a window and hover over its controls. The control properties will appear in the 'Control' tab of Window Info.
KaFu Posted May 27, 2010 Posted May 27, 2010 Maybe it would be a better idea to activate the webinterface (restrict it to localhost) and use the IE functions to send commands and receive replies... OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now