What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Is there a way to identify a DB window?

Rakurai

New Member
Joined
Jul 28, 2012
Messages
238
Reaction score
1
If I'm running multiple instances using ISBoxer, is there a way to somehow have DB show what it is attached to other than the PID at the very beginning? If this is not possible right now, maybe it could be implemented. I guess it could show the name of the window it is attached to in the title bar, like "Demonbuddy - is2", but even better would be if we could pass a command line option from a batch file or shortcut, so we can control the identifier.
 
If I'm running multiple instances using ISBoxer, is there a way to somehow have DB show what it is attached to other than the PID at the very beginning? If this is not possible right now, maybe it could be implemented. I guess it could show the name of the window it is attached to in the title bar, like "Demonbuddy - is2", but even better would be if we could pass a command line option from a batch file or shortcut, so we can control the identifier.

Yes there is!
Use this:
PHP:
windowTitle="Nesox#1337 - is4"

Just add it to your shortcut eg;
PHP:
"C:\Users\Administrator\Desktop\Demonbuddy 1.0.880.204\Demonbuddy.exe" -windowTitle="Nesox#1337 - is4"
 
Back
Top