Jump to content

tai

Members
  • Posts

    13
  • Joined

  • Last visited

tai's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. What I want to do now is have it signal another account when a jetcan is full that acocunt comes by and scoops the can (iteronV is your friend) then emptys can at station... your miner then moves onto the next rock and eats it too... when the belt is clean move to the next one... source is appreciated...
  2. Drugs are bad. Look in the var.au3 file and you will be enlightened.
  3. The shared folder is a pretty good idea, simple hack for a complicated problem =) Autoit also includes tcp/ip support so it may be just as easy to write up a client server system. Well not as easy perhaps elegant is the word. I at one point had most of a bot finished in C#.net but lost it in an hdd crash.. I only wish I had a 3rd account to run as a dedicated hauler =) How did you change the names on the cans / identify your can and change the name on it? also without giving too much away, how did you idetify that the jet can was full ? =)
  4. What I wanted to try and do was identify memory address's in the program on the fly to identify different states... Being that its all python good luck with that. I fought with it for a week and gave up. This is a very nice bot, the only problem I have is it does not handle jet can mining, I do all of my mining in 0.0 and would like to stick it call into a can then have it zip back to stn grab a hauler and haul it out then repeat.. Also since I min in 0.0 I am trying to figure out how to link the 2 pc's I run so that my bot knows that the tank has crashed and runs away before it gets wiped out by the npc's Thats where I am at now.. Nice bot btw.. I am also modifying it to use insta jump book marks... cut travel time down to 0... =) P.S you can change the fonts in eve VERY easily... =) Drop me a pm for information.
  5. Here is a link to a tutorial of what I am talking about: http://www.xcheater.com/tutorials/epic_cat...sm_tsearch.html Eve uses alot of interpreted python though, so it may be that garbage collection is effing up my attempts to trace back the address..
  6. Thanks for the reply. I have been attempting to find handle's within memory to lock to using several different apps like tsearch 1.6. I get close I can find a vlaue, because it is dma though it appears to become unhooked before I can trace it back to the address that the value came from.. I have not lost hope though and amd still working to add this functionality to the watchdog thread that identifies if I am in warp or if my cargo hold is full. I will happily publish segments of my code once I have it complete but will not be publishing a full app.. If anyone has some coding experience and wants to jump in bed with me on this I will share what I have and we can work on it together.
  7. You have done something pretty cool in auto it, interop between two different apps.. I would like to know how you managed to get access to a control's properties in a a different application. I would REALLY like to know how this is done. I have a application with a non standard listbox control I would like to get data from. Any idea's? Thank you in advance!.
  8. So you want to run malicious code on an unsuspecting users machine? I would probably suggest you look elsewhere.. and take a long walk off a short pier.
  9. Let me begin by saying wow, I love this com file. I am using AutoitX to script out a mining bot for eve, I have run into several small issues due to the transparency of the user interface.. All of it is transparent even the text. so basically I am having issues Identifying if I am am in warp / how close I am to a station / how close to a targetted item. also having some issues with if my cargo hold is full or not as the indicator is a graident fill that changes in relation to light sources. (whew that was long winded). So my solution is to find memory handles in the program while it is running and read values directly from them to identify what is going on in game.. I am using C# for this project and so far it is working great.. I only post because I am hoping someone has some experience doing this same thing.. I was going to use memory gutter to find the location in memory of where the distances hit points etc are located... kind of like the wowsharp script. If anyone has some info they think migh tbe usefull in my journy please share it.. Thanks!
  10. When you were playing did the interface change colour when you moved the pov? it does now and makes it hell to attempt to figure out if your cargo is full or not. What I want it to do is exit station, insta jump to asteroid field, launch drones, approach rocks (sleep for 5 seconds) then start mining, When the hold is full instajump to station, dock dump off ore and repeat script. of course put in some checking to make sure it actually has an astroid locked and in range / is mining also with some fail safe loops that identify if you are falling below 25% sheilds if you are start up boosters wait 10 seconds turn them off. The drones should handle the npc's all by them selves... I may also set it up in cunjunction with a hauler script and see how that works.. =) will be fun
  11. What he did or did not do was create a Macro Miner for Eve Online. I have been looking to do this and have run into a couple of snags I documented above.
  12. lol, You make a good point, I was hoping he would still be subscribed to the thread. Has anyone else doen this?
  13. Hey jimmy, Did you ever get this script working? How did you get past the problem of the gui changing colours as you move the view around? Also how did you get it to search and find an astroid? just set a over view that covers it?
×
×
  • Create New...