[Suggestion] Allow script execution before account login with manager

Hi, I have a little suggestion that will be neat for every botter to bypass HWID limits.
So many are relying on modifing the hardware address of their network adapter. However, the manager can not do that. To have a universal solution, it would be nice to have an option in the manager which allows the execution of everything specified in text box (per character). E.g. to run a shell script, autoit script, etc.
The implementation would be quite doable, as far as I jan judge.
It would be great to see that implemented in further versions of the manager!
Regards, the cow

If you bypass it with a DLL you can let the bot inject it when it starts the client. In the phBot.ini file add InjectDLL=name.dll.

Unfortunately this gets detected on this server. Is there a switch in phBot.ini to run a particular script?

You might be able to do it with Python.

So two basic questions:
If the bot gets started through the manager, are profiles loaded before the character gets logged in?
Is the python condition executed even if the bot is not running?
Thanks!

  1. No.
  2. Yes, but you have to be in game.

You could do something right when the bot opens in Python.

Alright, time to write my first plugin :slight_smile: Thank you Ryan!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.