@willie
people hate PBDO?? considering urself and some 4-5 people as a whole "people", you are lame
@andrew
IDO-Bot will overtake PBDO-Bot?? well that is yet to be seen
for now, PBDO is the best wisest bot with the lowest probability of getting banned with quick updates and if you guys envy that, there is no way to help you
and willie you should kindly more concentrate on your project rather than hating and flaming other bots/bot developers and just go spamming in other's info thread and it seems you can't code you bot so you don't have any work and come here for spam whole day... add meaning to you life
If your use a cracked PBDO-Bot you dont have access to there forum with a wealth of information unlike other bots you need task scripts. You also may not be able to get the latest update until someone recracks pbdo. And the way darkorbit every update changes packet data and headers have fun getting banned.
Also the auth servers disconnect the bot if darkorbit is updated so you could be running your bot for days and darkorbit has been updated. the chances of getting banned is huge
U just got some asslicker PBDO, take him, will give u more money!!
Why you abuse every user, who isnt follow your mind about us?
What you do, is brainafk spaming and trolling. Better spend
this time in your bot, maybe you will release it very soon...
I'm searching for a taskscript that makes a break for 4-7 minutes every 13-17 minutes. I didn't find a good working script in the forum, so is there anybody how can help me?
I'm searching for a taskscript that makes a break for 4-7 minutes every 13-17 minutes. I didn't find a good working script in the forum, so is there anybody how can help me?
Here a pausencommand.
Code:
{
if (!Buffer.ContainsKey("counter")) {Buffer.Add("counter", -1);}
if (!Buffer.ContainsKey("logoutprocess")) {Buffer.Add("logoutprocess", false);}
if((bool)Buffer["logoutprocess"])
{
Buffer["logoutprocess"] = false;
BMain.Actions.ForceLogout(BHelper.RandomNumber(10, 15)); //eating break, 10-15 minutes
return -1;
}
else
{
if (((int)Buffer["counter"]) < 2 ) //long break every third time
{
if (((int)Buffer["counter"]) >= 0) //avoids break when starting the bot
BMain.Actions.FleeToSafety(BHelper.RandomNumber(60, 120)); //toilet break, 1-2 minutes
Buffer["counter"] = ((int)Buffer["counter"]) + 1;
return -1;
}
else
{
BMain.Actions.FleeToSafety(60);
Buffer["counter"] = 0;
Buffer["logoutprocess"] = true; //starting logout process
return 60000; //waiting until bot is in safety
}
}
},
delegate()
{
return true;
},
BHelper.RandomNumber(5400000, 10800000)); //1.5 - 3 hours
{
if (!Buffer.ContainsKey("counter")) {Buffer.Add("counter", -1);}
if (!Buffer.ContainsKey("logoutprocess")) {Buffer.Add("logoutprocess", false);}
if((bool)Buffer["logoutprocess"])
{
Buffer["logoutprocess"] = false;
BMain.Actions.ForceLogout(BHelper.RandomNumber(10, 15)); //eating break, 10-15 minutes
return -1;
}
else
{
if (((int)Buffer["counter"]) < 2 ) //long break every third time
{
if (((int)Buffer["counter"]) >= 0) //avoids break when starting the bot
BMain.Actions.FleeToSafety(BHelper.RandomNumber(60, 120)); //toilet break, 1-2 minutes
Buffer["counter"] = ((int)Buffer["counter"]) + 1;
return -1;
}
else
{
BMain.Actions.FleeToSafety(60);
Buffer["counter"] = 0;
Buffer["logoutprocess"] = true; //starting logout process
return 60000; //waiting until bot is in safety
}
}
},
delegate()
{
return true;
},
BHelper.RandomNumber(5400000, 10800000)); //1.5 - 3 hours
Thank you! Can you tell me what it does and what I should do to activate it? Sorry, PBDO-Bot is new for me and the forum isn't very helpfull in my opinion!
hey , i first tried PBDO-Bot Yesterday and i can say that it's just cool, so after i got disconnected for a while then i wanted to re-connect i had this error :
what ever it is , it says that my ship was killed but it is not i can connect throught the official game client (if it helps i don't usualy connect normaly , i often need to click reconnect after having the connexion interupted window (even if the connexion is good i get this message when i try to connect sometimes) ) ,if you got any idea please let me know
Cheers For The Program
quick question, the timetable in pbdo bot works according local time on computer or the time on PBDO server? i made some changes in timetable ,will my acc start automatically?(currently its stopped)
Client:
* fixed an exploit
* fixed some possible exceptions
+ added a tutorial for starting up the bot the first time! (German, English, Russia, Türk)
* fixed an exception related to Control Handle invokes
* NPCs are red again
* fixed exception if DarkOrbitAPI reference couldn't be found
* Authlogin will now be cancelled when closing the bot
+ added ship desings Goliath_Saturn, Goliath_Centaur
Logic:
* fixed an error related to blacklisting objects
* GG Lambda
+ added BossSibelonit fighting range
* fixed a bug: sessions shouldn't be terminated all the time now, even if the server connections are not fully stable.
* fixed RocketLauncherAmmo bug
* all PET actions will now have 1 second shared cooldown
* cloakmod will not be bought if the map handshake isn't done (hopefully a fix for the cloakmod bug)
* fixed a problem that would let the ship stand idle at gate while being attacked
quick question, the timetable in pbdo bot works according local time on computer or the time on PBDO server? i made some changes in timetable ,will my acc start automatically?(currently its stopped)
quick question, the timetable in pbdo bot works according local time on computer or the time on PBDO server? i made some changes in timetable ,will my acc start automatically?(currently its stopped)
Its working of your pc time.
If its time how you add it, your hero should start.