01-18-2015, 08:07 PM
(01-18-2015, 07:57 PM)5pArxz Wrote: @Greyman, Yes i ran su I don't have that much experience with Andy emulator so glad i learned this You said you have written a client in C#.Net ? are you connecting to the ceserver on the emulator to do base dumps ? i've started writing a bot in c# already and would be epic if i can get co ords from memory instead of using aforge and getPixel lol
I've written a client in C#/.NET against a slightly modified CEServer, yes. The protocol Dark Byte came up with is very simple, and there's only a handful of request/response types that require implementation for this kind of work.
What I've got is fairly primitive and the code will need some serious refactoring down the road, but the focus for now is to just get things up and running. I'm most productive in C#/.NET, so the time it took to write the CE client (and some custom memory search functions etc) is more than made up for with the increased productivity for the rest of the bot code.