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

Search results

  1. no1knowsy

    Profile schedule

    @ OP If the Arelog isn't as defined as I'd like I'll be porting over something like my BuddyManager plugin for Honorbuddy. Difference will be that you won't have actual tasks. You'll add profiles, set min/max limits for how long to run a profile. That way it'll switch profiles with the least...
  2. no1knowsy

    [Dev] WPF System.Windows.Window Help Please

    Sounds good to me. I got stuff to handle anyways, and that gives me some time.
  3. no1knowsy

    Profile schedule

    Saving me some work then :) Any chance you guys can take a look @ the "DisplayWindow" in IPlugin? I made a thread here: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-support/55171-dev-wpf-system-windows-window-help-please.html
  4. no1knowsy

    NotificationOKClick - Auto Click Notification OK button

    Just wondering, why did you set this to start up another thread? I see nothing in there than can't be done during a normal pulse()
  5. no1knowsy

    Not looting?

    Well... depending on how they have Demonbuddy coded it may not work with just those tags :( In which case, you gotta bust out the VS
  6. no1knowsy

    Hawker & Team - DB is..now.. running 110% - Exceeding Expectations - Thank you!

    Bookmarked. I guess I'm gonna level my Wizard now.
  7. no1knowsy

    Not looting?

    But with no actual points to run to. So it'll kill and loot, but nada mass... Wait a tick.. you know how to code :/
  8. no1knowsy

    Not looting?

    So you want a lazyraider port, sorta?
  9. no1knowsy

    What does 3 sessions mean?

    Able to have 3 windows of the bot open at the same time. So basically, able to bot 3 accounts at one time. Also, the sessions do not get attached to any single account. So you could have 6 accounts, and bot each for 12 hours a day. 12 hours, 3 first bots of your choice Next 12 hours, the other 3
  10. no1knowsy

    Not looting?

    Just testing a profile? Check your Rules/DefaultItemRules.xml? Check loot radius in DB settings window?
  11. no1knowsy

    Anti-Warden Protection

    Warden catches you by looking for scripts, it runs "profiles" sort of like the bot, but these can just be sent out by Blizzard. It deals with the memory side. As far as server side, that is the information gathering part. How long have they been online? Have they been in the same zone the...
  12. no1knowsy

    Hawker & Team - DB is..now.. running 110% - Exceeding Expectations - Thank you!

    Tbh, when I saw this, first thing I said, out loud, "Holy Fuck Dicks!" But wow. Haven't seen numbers that high on the forums yet. And with 34 games ran, that's already a steady number.
  13. no1knowsy

    Anti-Warden Protection

    Because he's been here long enough to not have to ever think about it being safe anymore :/ It has become second nature to know that you won't come back to a "We Caught You Botting" popup in his window.
  14. no1knowsy

    Using bots to be illegal in Korea - a maximum of five years in jail

    Beyond buddy products, this is the best security for it that money can buy: Kitteh hat not included in purchase.
  15. no1knowsy

    False alarm

    He thought he had a legitimate reason to post here on the forum. Quit being a troll. If you aren't going to try to HELP him figure out why, or at least gather more information about the ban, then don't be posting. I don't waste the time going there. I just wait for those who do to post a link...
  16. no1knowsy

    Anti-Warden Protection

    Demonbuddy has protection. You can wait for one of the admins/devs to pop in and say it if you wish. The buddy team has tons of experience dealing with The Warden. Honorbuddy, at least as long as I've been here, I can't remember a single "detection". People only got banned for doing stupid...
  17. no1knowsy

    Question about adding more Functions to DB

    Now begins the rise of Karpfenmann!
  18. no1knowsy

    FixIdle - Thread Safe version of the Unstucker.

    If above replies weren't enough, this going more into detail on why Thread.Sleep() is the devil! Thread.Sleep is a sign of a poorly designed program. - Peter Ritchie's MVP Blog
  19. no1knowsy

    FixIdle - Thread Safe version of the Unstucker.

    fifidong got fancy! Although, very good job. The structure of the pulse code is fine, but why is everything else so messy? ;) What he means is, Demonbuddy only uses one thread, and this thread passes through plugins. If we take that, and do a Thread.Sleep() then Demonbuddy is no longer...
  20. no1knowsy

    Question about adding more Functions to DB

    Step 1 - Download Visual Studio 2010 (Express is free) Step 2 - Make new project, add existing item, choose a plugin.cs file Step 3 - On right side, right click References, click Add Reference..., browse to Demonbuddy.exe, double click it. Step 4 - Dropdown the References, right click...
Back
Top