Quote:
Originally Posted by galaxus123
As a total noob in updating and working on bots.
(That`s why i buy them)
But i want to give it a try on updating boxybot.
Q 1:So the first part with .bat script do i need a special program to save the .bat script as .bat?
Q 2: As 1 of the epvp member wrote that you need a visual studio 2015+ is that really needed?
I hope that my questions would be answered.
NOTE: I`m not gonna use boxybot but i want to learn something about bots!
|
The .bat script is an "automated" task, in fact it calls and saves all files you need using a flash decompiler, to update the bot source from main SF swf template.
VS is not the (only) IDE required, but you should use it to edit your bot sources and compile them (to generate the executable program).
You could use older versions too, but you have to downgrade the project SDK manually.
A bit of programming knowledge is required, like all programming projects.