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

[STANDALONE] DemonLoader / AuthBuddy Auth

31.170.160.129 is likely his update server. However, it's still possible that it connects to it for something other than updates. No use in jumping to conclusions of course, but to be on the safe side, it would really be nice if the source code was released.


did you read OP? i said source code is there! its not obfusecated, decomiple and go nuts! I can see some users have already decompiled it, so here is the source for those users that cant.

SOURCE FOR NERDS:
Download Projects Multi Upload biz rar
(if u edit source / update, please share your update)
(Source is GPL)
(Both apps in this one zip)
 
Last edited:
in reagrds to AutoAuth you are right, strange for i tested before the upload but it was early in morning.
fixing up now will have new working autoauth in 10min.

Code:
browser.CheckBox(Find.ByTextInColumn("Uncheck All", 1)).Checked = true;

why dont DB name there checkboxes!!!!

fixed it, stuck all checkboxes on page in a list, now can access them with numbers 1 for top and so on, will stick starting arguments into application, so multi boters can pass it a number with there batch files based on a timestamp, ie: number 1 is first loaded cause of time and so on... then autoauth will work with multiboters, currently its only working for people with 1 active session.
 
Last edited:
Im dropping DemonLoader to focus on AuoAuth working with multisessions and timestamps, so others can use it in there applications, there is a new relogger anyway its looking better then mine other then autoauth so ill try get other auther to merge autoauth with his project for the better of the comunity.



EDIT:
here is working autoauth

[video=youtube;JNpXDoJ4YXQ]http://www.youtube.com/watch?v=JNpXDoJ4YXQ[/video]


download:
http://multiupload.biz/8g1uejjypnue/Release_MultiUpload.biz.rar.html

Coming In next release:
-add multi bot support
-have .exe accept parsed argument that contains time stamp
-kill the bots session on authbuddy site that is found within 10seconds of the passed time stamp
 
Last edited:
Im dropping DemonLoader to focus on AuoAuth working with multisessions and timestamps, so others can use it in there applications, there is a new relogger anyway its looking better then mine other then autoauth so ill try get other auther to merge autoauth with his project for the better of the comunity.

Please release your current source code for your DemonLoader (if the rar source is not that recent as u mentioned). The other project ur dropping DeamonLoader for seems to just use the DB command line and DB routines, which is not working for everyone (including me). I am very interested in using Windows-API functions for this stuff myself (SendMessage/PostMessage i guess?) but was unsuccessful to figure out the textbox handles so far.
 
Please release your current source code for your DemonLoader (if the rar source is not that recent as u mentioned).
That source is most up to date it is the demonloader, The autoauth source isnt up to date, i added alot of new features including argument passing so it can handle multi bots with timestamps, will release that soon when its ready ;)
demonloader is up to date, would be great if someone wants to keep working on it while i focus on autoauth, its autoauth that has new unreleased source ;)

The other project ur dropping DeamonLoader for seems to just use the DB command line and DB routines, which is not working for everyone (including me).

I figured that, maybe i can update this more, or maybe you will have a good shot at updating it :) i wanna concentrare on autoauth for now. But yes that sucks the entire reason this project is needed otherwise batch files are ok, reason sendkeys is used is because the DB command line login thing dosnt work for most people including myself....\

The code is there anyway dude, just needs some bug fixing and feature adding, if u wanna take it on board go nuts, but i have no time for the demonloader untill i make autoauth handle multiple bots perfectly.

I am very interested in using Windows-API functions for this stuff myself (SendMessage/PostMessage i guess?) but was unsuccessful to figure out the textbox handles so far.

im sorry i would love to help you, by textbox handles do you mean with d3? for you cant without injecting, all i do is bring d3 to the front and then sendkeys to the application ;) check out the code, if this isnt what you ment please explain in detail and ill try whip you up some sample code.

or do you mean the html textbox's on buddyauth site?
 
Last edited:
OFFICIAL UPDATE OF NEW DEMONBUDDY:
Changelog .173
Logs out your sessions before closing Demonbuddy if the process Demonbuddy is attached to is closed.

_____________________________
WHAT THE FUCK....
THANKS DB!! ^_^!!!


autoauth isnt needed anymore...
waist my time releasing shit they should of in the beginning....
it was fun, now autoauth is not needed for DB decided to fix there bot a bit, good.\

anyway have fun with the code from autoauth, there is enough there so you can make your own webbots and go get a fuckload of free hair samples sent to your house!! or make 100 gmail accounts i dont know, spam some wordpress blogs with viagra offers... go redesign the authauth have fun...
 
Last edited:
You can work with me on my relogger. I pmed you.

Thanks,

Gawdz

OFFICIAL UPDATE OF NEW DEMONBUDDY:
Changelog .173
Logs out your sessions before closing Demonbuddy if the process Demonbuddy is attached to is closed.

_____________________________
WHAT THE FUCK....
THANKS DB!! ^_^!!!


autoauth isnt needed anymore...
waist my time releasing shit they should of in the beginning....
it was fun, now autoauth is not needed for DB decided to fix there bot a bit, good.\

anyway have fun with the code from autoauth, there is enough there so you can make your own webbots and go get a fuckload of free hair samples sent to your house!! or make 100 gmail accounts i dont know, spam some wordpress blogs with viagra offers... go redesign the authauth have fun...
 
im sorry i would love to help you, by textbox handles do you mean with d3? for you cant without injecting, all i do is bring d3 to the front and then sendkeys to the application ;) check out the code, if this isnt what you ment please explain in detail and ill try whip you up some sample code.

Yeah thats exactly what i meant. I quickly went over your code (spaghetti code it is indeed ;) ) and it seems the most essential part is there, though i saw some stuff that i dont like. First, you start DB with full command line settings - even autostart for d3 options. Second you just input D3 password via sendMessage and assume username is already set and correct (for multiple instances - that wont work at all). Last i would use postMessage instead of sendMessage because postMessage is asynchronous.

Well, regarding username/password thats exactly why i wanted to use those textboxes, but either they are no real controls or im going nuts here, can't seem to find them while scanning through the window via Windows-API. Maby i should just use the main window like you do, use mouseclicks to select the username textbox and go from there, but thats not really error-prone.
I dont have much spare time this month but i will give it a shot sooner or later if devs dont fix their login method for me ;) Thanks for your work anyways, if i am going to rework this i will keep you in the loop.
 
thought i'd let you know

"Changelog .173
Updated DefaultItemRules
Logs out your sessions before closing Demonbuddy if the process Demonbuddy is attached to is closed."
 
it would be perfection if your program can take parameter so i can start it off as part of my script
 
Yeah thats exactly what i meant. I quickly went over your code (spaghetti code it is indeed ;) ) and it seems the most essential part is there, though i saw some stuff that i dont like. First, you start DB with full command line settings - even autostart for d3 options. Second you just input D3 password via sendMessage and assume username is already set and correct (for multiple instances - that wont work at all). Last i would use postMessage instead of sendMessage because postMessage is asynchronous.

Well, regarding username/password thats exactly why i wanted to use those textboxes, but either they are no real controls or im going nuts here, can't seem to find them while scanning through the window via Windows-API. Maby i should just use the main window like you do, use mouseclicks to select the username textbox and go from there, but thats not really error-prone.
I dont have much spare time this month but i will give it a shot sooner or later if devs dont fix their login method for me ;) Thanks for your work anyways, if i am going to rework this i will keep you in the loop.


why not, sendkeys("username"), sendkeys("{TAB}"), sendkeys("password"), sendkeys("{ENTER}").
(use postmessage though, but im sure you can use a TAB to navigate the textbox's)
or if DB is attached before the login you can use DB to login, if its already injected?
 
Last edited:
thought i'd let you know

"Changelog .173
Updated DefaultItemRules
Logs out your sessions before closing Demonbuddy if the process Demonbuddy is attached to is closed."

ya thanks for pointing out new update, autoauth is not needed anymore lol ><
was fun :P

hang on maybe autoauth is needed!!!
i mean what if DB craches! then it wont logout of sessions, so autoauth is needed in this situation where DB craches before d3??


it would be perfection if your program can take parameter so i can start it off as part of my script


Sure what type of argument would you like?
currently (with the new version of autoauth) you can pass -stamp"00:00:00" and it will kill the bot within 10seconds of the timestamp it finds on buddyauth site. (multi bot support).

I am going to continue with autoauth i mean i thought DB fixed it but it seems not, if DB craches before d3 then you will still need autoauth.

DIRECT ALL TALK ON AUTOAUTH TO THIS NEW LOCATION:
http://www.thebuddyforum.com/demonb...ler-autoauth-multibot-support.html#post622408
 
Last edited:
Back
Top