Botting framework/code

08/04/2014 22:38 Piotreks34#61
Quote:
Originally Posted by »FlutterShy™ View Post
pls no:D
but I rly wanted to see something special in F# :c


this "let" there looks like var in c/#/++ or dim in VB.net :D

08/05/2014 11:05 th0rex#62
Quote:
Originally Posted by Piotreks34 View Post
but I rly wanted to see something special in F# :c


this "let" there looks like var in c/#/++ or dim in VB.net :D
Still no reason for using that language then just because of one keyword. Btw c and c++ don't support the var keyword. If you have the boost librarys you can use boost::any in c++ but it is not a build in feature of the c++ programming language and in c you can not use something like that and always need to declare the type. And c# has the let keyword aswell.
08/05/2014 11:11 fuso98#63
I think that could be also usefull if you make something like this:
An application that make on the box a purple circle when detect them, but the circle must be on the darkorbit window not on another GUI like i saw in your videos (purple because there is nothing on darkorbit that is purple). Make this in c++ (cause i think is faster), not a dll, but an application!. This allow pixelbots to use your work more faster without recoding some part of the code ;) It would be usefull ^^
08/05/2014 12:26 th0rex#64
Quote:
Originally Posted by fuso98 View Post
I think that could be also usefull if you make something like this:
An application that make on the box a purple circle when detect them, but the circle must be on the darkorbit window not on another GUI like i saw in your videos (purple because there is nothing on darkorbit that is purple). Make this in c++ (cause i think is faster), not a dll, but an application!. This allow pixelbots to use your work more faster without recoding some part of the code ;) It would be usefull ^^
Wtf you talking about ? How you gonna call functions from an application in your own code without much effort ? With a dll it's possible to do it without much effort but with an application it would be just stupid to do that. Also all people say c++ is faster. Yes it is when the code is good written. But even c++ code can run slow especially when invoked from another language.
08/05/2014 12:33 fuso98#65
I mean like vbot and my old boxybot done with swf manager.
The SWF manger was not an extension of the bot, but a separated tool that modify swf on client size. I mean make something like that but he just need to write (with gdi or whatever) a purple circle so without calling functions from a dll the bot can detect faster the boxes.
08/05/2014 15:12 hellgod_#66
Quote:
Originally Posted by fuso98 View Post
I think that could be also usefull if you make something like this:
An application that make on the box a purple circle when detect them, but the circle must be on the darkorbit window not on another GUI like i saw in your videos (purple because there is nothing on darkorbit that is purple). Make this in c++ (cause i think is faster), not a dll, but an application!. This allow pixelbots to use your work more faster without recoding some part of the code ;) It would be usefull ^^
That doesn't seem very efficient. First my code detects a bonus box and puts a purple circle over it. Then your program detects that circle and find the coordinates. Detecting twice might be slower and more inefficient than using my framework alone.
08/05/2014 21:28 Dr.Toni#67
C++ would be very hard.

Python is the better way in my eyes.

If you want a really hard challenge:

Use [Only registered and activated users can see links. Click Here To Register...].
:D
08/05/2014 21:43 DateiRWE#68
made my day @Brainfuck LOL
08/05/2014 22:00 Diаmonds#69
Quote:
Originally Posted by Dr.Plastik.' View Post
C++ would be very hard.

Python is the better way in my eyes.

If you want a really hard challenge:

Use [Only registered and activated users can see links. Click Here To Register...].
:D
Ook! would be better ! :D
[Only registered and activated users can see links. Click Here To Register...]!
08/06/2014 03:34 hellgod_#70
Quote:
Originally Posted by wojtzek View Post
I have core i5 4670k, 8gb ram ddr3, radeon r9 280, screen 1600x900
I think i am getting like 1-5 fps.
I found the issue. Its the way I take screenshots. GDK+ libraries are what i use, and this is VERY fast on linux. However GDK is 10 times slower on windows. I will try to fix this before releasing the code. Thanks for telling me about this problem

EDIT:

FIXED! Windows version now gets 12 FPS.
08/06/2014 20:27 Dr.Toni#71
Quote:
Originally Posted by TheDarkDiamonds View Post
Ook! would be better ! :D
[Only registered and activated users can see links. Click Here To Register...]!
Challenge accepted. :D

https://de.wikipedia.org/wiki/Liste_...ammiersprachen

Try this.
08/06/2014 20:47 Diаmonds#72
Quote:
Originally Posted by Dr.Plastik.' View Post
I'm going to look at it :D

When you're finnished with Ook! you'll maybe want to try with Piet ;)
https://de.wikipedia.org/wiki/Piet_(Programmiersprache)
08/06/2014 21:16 Cheating-nl#73
Hello, from Seafight section. Would this be a good alternative for Seafight bot's as Bigpoint is going to change some things in Seafight to let our lovely 'Custom Client' stop working.
08/06/2014 21:20 hellgod_#74
Quote:
Originally Posted by Cheating-nl View Post
Hello, from Seafight section. Would this be a good alternative for Seafight bot's as Bigpoint is going to change some things in Seafight to let our lovely 'Custom Client' stop working.
This could be used for any game that involves 2d graphics. So yes seafight is compatible with this framework