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

BuddyStarter - Launch WoW and Honorbuddy with 1 Application Automaticly

Status
Not open for further replies.
If my account get hacked I'm coming for you! <3 Thanks for your work.
 
If my account get hacked I'm coming for you! <3 Thanks for your work.
the source will be up as soon as i can make sure its working, however i dont see the point in making a keylogger, since doing so would take almost as much work as i already put into it.
 
CodenameG I only have two issues with this program. I have two WoW account attached to my BNET account is there anyway you can add a feature that would allow the program select a WoW account to log into, and would it be possible for you to have the program encrypt the Settings file? I really appreciate your work!
 
CodenameG I only have two issues with this program. I have two WoW account attached to my BNET account is there anyway you can add a feature that would allow the program select a WoW account to log into, and would it be possible for you to have the program encrypt the Settings file? I really appreciate your work!
yes one i make sure all functionality is working correctly for all users.
 
'morning CodenameG! I've tried the BotStarter3 version.

1st Attempt: Failed due to loading times entering wow. It started HB too soon and HB stated the "You haven't attached to a valid WoW blablabla..." message.

2nd Attempt: Loading screen went faster. Started HB in time but HB has lots of errors (mainly CC related: it moves, mounts, etc. but isn't able to attack -log attached-)

3rd Attempt: Tried to load HB manually to see if errors happened again and... No errors if loaded manually.

4th Attempt: BotStarter3 started WoW ok, started HB ok and CC errors appeared again. Strange, isn't it?

Logs:

View attachment 1st Attempt.txt

View attachment 2nd Attempt.txt

View attachment 3rd Attempt.txt

View attachment 4th Attempt.txt
 
what OS are you running and things like that, also if you could screen shot it for me, since it seems like your ether the only one whos actuily run it, or the only one who is actually having issues. so any information you provide could be great.

Ill give your third version a go when I get home from work today. Im sorry I cant do it right away.
Thanks again for all your hard work.
 
Hi,

why would u use autoit for this relogger?!?
Everything needed can be done with .NET (c# or whatever), there's no need to mix two languages ... u can reach all Input with keys, and keys can be send to a window without autoit.

The timing Problem with HB-> suggestion:
Inject blackmagic (or a dll from HB) to check if u r logged in (toon HP or something else), remove injected dll, start HB ...
it's much better to do so, than to "hope" that all is going well and wow is logged in.
 
'morning CodenameG! I've tried the BotStarter3 version.

1st Attempt: Failed due to loading times entering wow. It started HB too soon and HB stated the "You haven't attached to a valid WoW blablabla..." message.

2nd Attempt: Loading screen went faster. Started HB in time but HB has lots of errors (mainly CC related: it moves, mounts, etc. but isn't able to attack -log attached-)

3rd Attempt: Tried to load HB manually to see if errors happened again and... No errors if loaded manually.

4th Attempt: BotStarter3 started WoW ok, started HB ok and CC errors appeared again. Strange, isn't it?

Logs:

View attachment 24029

View attachment 24030

View attachment 24031

View attachment 24032
the last attempt worked fine, my app finished but there was something up with your CC, it looks like somehow fpswares settings got messed up. my app, only clicks start on honorbuddy it does not mess with anything, so you must have everything setup and ready to go for the one click.
 
Hi,

why would u use autoit for this relogger?!?
Everything needed can be done with .NET (c# or whatever), there's no need to mix two languages ... u can reach all Input with keys, and keys can be send to a window without autoit.

The timing Problem with HB-> suggestion:
Inject blackmagic (or a dll from HB) to check if u r logged in (toon HP or something else), remove injected dll, start HB ...
it's much better to do so, than to "hope" that all is going well and wow is logged in.
the wow login uses windows api calls to deal with logging into wow, the windows automation api does not work on Windows Presentation Foundation Applications Such as .... HONORBUDDY. hence why the autoitx3.dll calls are being used from C# they are only dealing with Honorbuddy not wow.
 
the last attempt worked fine, my app finished but there was something up with your CC, it looks like somehow fpswares settings got messed up. my app, only clicks start on honorbuddy it does not mess with anything, so you must have everything setup and ready to go for the one click.

Yes, that's what I'm saying. Strangely, the CC goes well if I start HB manually, but messes it up if started with the Botstarter. Amazing stories (^_^ )?

(Gonna try with different CCs and profiles and see what happens)
 
Botstarter 3 works without probelms for me.
Starts up wow and Hb fine and my fpsware CC remains unchanged
Using win7 x64.
 
Botstarter 3 works without probelms for me.
Starts up wow and Hb fine and my fpsware CC remains unchanged
Using win7 x64.
cool that means it should be working well for everyone, i just need to add the timer adjusts and some more minor tweeks.
 
A few things noted while testing this for an hour today. Earlier versions crashed a lot, but everything works well now with the v3, with a few exceptions:
Launching manually both wow and hb
-Launches Wow, logs in, waits, launches HB. Logs in, HB mainwindow minimizes -> after wait time searches but can't find start button, (cursor moves to upper left corner of my screen).
-Clicking on the minimized toolbar icon of HB it finds the start button, HB starts running profile.

Auto launch with both wow and hb
-Launches Wow, does nothing, tries to press enter (login gives error "enter password" etc), launches HB, does nothing.

So at the moment, can't get it to work without helping a bit launching HB. A little fixing and Im sure it will work like a charm!
PS. Thank you for the great application, i love it because it's so easy and fast to put up :)
 
A few things noted while testing this for an hour today. Earlier versions crashed a lot, but everything works well now with the v3, with a few exceptions:
Launching manually both wow and hb
-Launches Wow, logs in, waits, launches HB. Logs in, HB mainwindow minimizes -> after wait time searches but can't find start button, (cursor moves to upper left corner of my screen).
-Clicking on the minimized toolbar icon of HB it finds the start button, HB starts running profile.

Auto launch with both wow and hb
-Launches Wow, does nothing, tries to press enter (login gives error "enter password" etc), launches HB, does nothing.

So at the moment, can't get it to work without helping a bit launching HB. A little fixing and Im sure it will work like a charm!
PS. Thank you for the great application, i love it because it's so easy and fast to put up :)
its going to need a rework, im thinking of just making it start HB and then trying to "Catch" it from the plugin side to do things like profile selection and things like that
as for wow, im trying to talk to apoc, or someone about writing a hook to deal with logging in ect. the rest im sure i can do on my own, and that way i can ditch autoit completely since it was a apain in the ass to integrate.
 
Wow this is really nice!

Works perfectly for me :)


How tricky would it be to improve this so that you could save settings for multiple accounts?


Big love <3
 
Wow this is really nice!

Works perfectly for me :)


How tricky would it be to improve this so that you could save settings for multiple accounts?


Big love <3

that'S not that hard, i've started to write my own relogger a while ago, and this part was finished (and working) after 15 minutes (creating the mainform, put some stuff to the buttons for savin / loading the data))
 

Attachments

  • relogger_tabbing.webp
    relogger_tabbing.webp
    228.2 KB · Views: 46
Last edited:
its going to need a rework, im thinking of just making it start HB and then trying to "Catch" it from the plugin side to do things like profile selection and things like that
as for wow, im trying to talk to apoc, or someone about writing a hook to deal with logging in ect. the rest im sure i can do on my own, and that way i can ditch autoit completely since it was a apain in the ass to integrate.

Hey G the Cowmender Reloguer from Cowdude Have a iHook.Dll and a WoW starter.exe, these files are from mmowened and they are opensource , if you whant take a look, and use it for your Reloguer or take some ideas.

Goodluck
 

Attachments

Last edited:
Works:

1. Logs into wow correctly
2. Starts HonorBuddy correctly.

Non-working:
-HB doesn't load any CC, toon dies in a few seconds due to standing still next to monsters.
 
Works:

1. Logs into wow correctly
2. Starts HonorBuddy correctly.

Non-working:
-HB doesn't load any CC, toon dies in a few seconds due to standing still next to monsters.

Please specify. Does it not load a CC because Hbuddy starts too fast or is it because you have multiple CCs? You can fix the latter by making a copy of your HB folder and removing all CC's except the one you need for that character, and use that HB install instead.
 
Status
Not open for further replies.
Back
Top