I need an old bots that can interrupter fast. source!!
The coding section isn't the panacea, they'll tell you to go to game's subforum if the question is too specific (at least they should) as is this one.Quote:
go to the general coding section.
Google -> Elitepvpers general coding -> succes !!
How was the performance of your bot? fast enough? I find it very very useful, at least for me (that utils.java may help me), thankyouQuote:
IDK If I understand you well, but I think this would help you: [Only registered and activated users can see links. Click Here To Register...]
The coding section isn't the panacea, they'll tell you to go to game's subforum if the question is too specific (at least they should) as is this one.
the bad think here is that it uses pixelsearch and you must remplace bonusbox swf or just find a better pixel than 0xDB8742Quote:
How was the performance of your bot? fast enough? I find it very very useful, at least for me (that utils.java may help me), thankyou
i find it useful as i can see how he translates pixelsearch into java.Tbh i will not use anything of that code as i dont need it, but for me its good to see how he do it as i learn bitQuote:
the bad think here is that it uses pixelsearch and you must remplace bonusbox swf or just find a better pixel than 0xDB8742
anyway it looks like a basic bot , but in Correct hands it may be a great bot!
The logic itself was pretty simple and fast, at the beginning it clicked on the first bb it found (starting from top-left) but then I changed it to get the closest one to the ship because it would inevitably go to the top of the map (and probably the radiation zone). Nothing more, nothing less, simple and fast, although it surely could be improved at code level.Quote:
How was the performance of your bot? fast enough? I find it very very useful, at least for me (that utils.java may help me), thankyou
Thing is that replacing the swf with such a solid color you could use the resolution bug to both, increase the range and performance (the tinier the window, the less the bot have to check for bonus boxes)Quote:
the bad think here is that it uses pixelsearch and you must remplace bonusbox swf or just find a better pixel than 0xDB8742
anyway it looks like a basic bot , but in Correct hands it may be a great bot!