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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Logout after x Amount of time

Mantrixx

New Member
Joined
Jan 21, 2010
Messages
16
Hi everyone,

Is it possible to logout after x amount of time using HB, doing bgs for example?
Looked though the forums but didn't find it.
 
Someone can prob make a plug-in for that.
Or you can shutdown your PC after X minutes.

CMD -> ipconfig -> get ip -> shutdown -i -> Fill in info (including IP) -> Press shutdown -> Wait -> Win.
 
http://www.buddyforum.de/showthread.php?264-AutoLog-Logout-at-target-level-v1-0

and Relog.cs... which i cant seem to find, but thats to log you out, wait x minutes then relog in again, but im sure it can be modified to just shutdown everything

Although this should probably be an option in HB like it was in glider

Okay, I edited it now.

All credits goes to :zomgmage for the orginal code.

It should now just log out after x mins, but no login again.

Download: http://gratisupload.dk/download/39246/
 
no, but i looked at the code, if it doesnt work let me know and i'll throw the code to close HB down and also WoW

edit:

oh no wait that wont work... give me 10 mins til i throw up my emu server
 
no, but i looked at the code, if it doesnt work let me know and i'll throw the code to close HB down and also WoW

edit:

oh no wait that wont work... give me 10 mins til i throw up my emu server
Hehe sorry ;) I just edited the old code, so was not sure if was gonna work.
 
Extremely quick edit of Relog, all i done was comment out the SendKey it does for the relog, so just set the exit in, the relog in option does nothing just cant be bothered looking for the code that needs removed

Code is all ClubbS (with credits to _MaiN apparently)

http://www.thebofh.co.uk/HB/relog/Relog.cs
 
ah, umm copy to plugins folder, open HB, click plugins tab, recompile all, highlight plugin (or rehighlight if needed), click enabled and then start, a little config window will show up, should be in there

as i said before not my code, just a quick edit
 
I wish honorbuddy had a DC feature that would check every 30 minutes or so to see if wow was logged out, and if it was would just log back in and then start botting. its really hard to bot when your internet crashes 1 time during the night, then it ruins a night of botting :(
 
Someone can prob make a plug-in for that.
Or you can shutdown your PC after X minutes.

CMD -> ipconfig -> get ip -> shutdown -i -> Fill in info (including IP) -> Press shutdown -> Wait -> Win.

WOW you made that command so much harder then it is!

Heres a example to use shutdown with a 1 hour countdown.
Code:
shutdown /t 3600 /s

If you by that time think oh shit i dont want to shutdown type:
Code:
shutdown /a
 
WOW you made that command so much harder then it is!

Heres a example to use shutdown with a 1 hour countdown.
Code:
shutdown /t 3600 /s

If you by that time think oh shit i dont want to shutdown type:
Code:
shutdown /a

hehe i use this command in utorrent to shutdown on final torrent download... rather than the inbuilt shutdown option

or rather i use (windows xp but prolly the same)
Code:
shutdown -s -t 20

Use to have fun with this in mssql courses i was on, i'd log into someone elses mssql instance and then execute this through xp_cmdshell then with about 10 seconds to go hit shutdown /a

other option is just scheduled tasks, another one i use to have fun with in a course, open the hidden c$ share, create a batch file to spawn 10 iexplorer windows to a certain url, then execute through scheduled tasks.... yea i never really paid much attention in courses i go to, get bored cus they are to slow
 
Back
Top