[Beta Release] DrGoldbags Auction House Bot menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 68
  1. #46
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want to use my code, feel free. Just a simple 'thanks' is all we ask. If you give back to the community more than you steal from it, we usually won't say anything.

    HOWEVER... I've gone thru all the source. And I'm quite pissed. I see far too much of my own code in this crap you call a bot. The list is as follows;

    CircularQueue<T>
    Point
    WoWObjectSearchParams
    80% of the Navigation class. (You're using my methods outlined in the Bot Developers series. Line for line copy.)
    Currency (You've renamed it to Currency. It was Money or Gold depending on what thread you checked. Line for line copy.)

    Other misc. code elsewhere. I usually don't have an issue with people using my code. However, when this shit ends up in stuff like this, making profit off it, it pisses me off.

    If you want to use my stuff privately, by all means, go for it. Otherwise, stop being a god damned douchebag and credit the people you ripped off.

    [Beta Release] DrGoldbags Auction House Bot
  2. #47
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    If you want to use my code, feel free. Just a simple 'thanks' is all we ask. If you give back to the community more than you steal from it, we usually won't say anything.

    HOWEVER... I've gone thru all the source. And I'm quite pissed. I see far too much of my own code in this crap you call a bot. The list is as follows;

    CircularQueue<T>
    Point
    WoWObjectSearchParams
    80% of the Navigation class. (You're using my methods outlined in the Bot Developers series. Line for line copy.)
    Currency (You've renamed it to Currency. It was Money or Gold depending on what thread you checked. Line for line copy.)

    Other misc. code elsewhere. I usually don't have an issue with people using my code. However, when this shit ends up in stuff like this, making profit off it, it pisses me off.

    If you want to use my stuff privately, by all means, go for it. Otherwise, stop being a god damned douchebag and credit the people you ripped off.
    ..I did credit you.. Bonus: I don't use your object searching class.

  3. #48
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcanaoc View Post
    ..I did credit you.. Bonus: I don't use your object searching class.
    Code:
    namespace MMOInside.WoW
    {
        using System;
    
        public class WoWObjectSearchParams
        {
            public bool? CanAttack;
            public bool? Dead;
            public ulong? Guid;
            public bool? IncludeMe;
            public int? LevelExact;
            public bool? LineOfSight;
            public double? MaxDistance;
            public int? MaxLevel;
            public double? MinDistance;
            public int? MinLevel;
            public string Name;
            public int? ObjectType;
        }
    }
    Na... that's not ripped from my post in the Bot Developers series...

  4. #49
    scottaayyy's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    way to go..... ah botting just isn't my style anyway.

  5. #50
    Taylor123123's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, looks like nothing much different to auctioneer?

  6. #51
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Code:
    namespace MMOInside.WoW
    {
        using System;
    
        public class WoWObjectSearchParams
        {
            public bool? CanAttack;
            public bool? Dead;
            public ulong? Guid;
            public bool? IncludeMe;
            public int? LevelExact;
            public bool? LineOfSight;
            public double? MaxDistance;
            public int? MaxLevel;
            public double? MinDistance;
            public int? MinLevel;
            public string Name;
            public int? ObjectType;
        }
    }
    Na... that's not ripped from my post in the Bot Developers series...
    It certainly is, I just never reference it.

  7. #52
    DragonWaxter's Avatar Active Member
    Reputation
    51
    Join Date
    Aug 2006
    Posts
    348
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a feeling this will never make it out of beta xD
    WZ7K4HW9XZW9

  8. #53
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KuRIoS View Post
    at least this guy posted credits...
    He edited his post after 2-3 pages of people telling him it's copypasta. The initial post did not have any credits listed.

  9. #54
    civ112's Avatar Banned
    Reputation
    29
    Join Date
    Oct 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gief scanner or there's no way i'm touching that thing.

  10. #55
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I'm going to officially release the current source code (i.e. beta) once beta ends, free for any use, along with some guides.

    Would that be good?

  11. #56
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcanaoc View Post
    I think I'm going to officially release the current source code (i.e. beta) once beta ends, free for any use, along with some guides.

    Would that be good?
    Chances are someone will then take your source and sell it. :>

  12. #57
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SKU View Post
    Chances are someone will then take your source and sell it. :>
    Got your paypal verified yet?

    Originally Posted by vulcanaoc View Post
    [*]Undetected because it employs techniques used by no other public bots. There's no DLL injection, either.
    I'm all ears, what might this awesome new technique be?
    Last edited by Robske; 08-10-2009 at 06:38 PM.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  13. #58
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Got your paypal verified yet?



    I'm all ears, what might this awesome new technique be?
    He crosses his fingers and hopes for the best... seems like thats the new 'trend' in protection these days...

  14. #59
    vulcanaoc's Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Got your paypal verified yet?



    I'm all ears, what might this awesome new technique be?
    Using [Get/Set]ThreadContext to hijack the main thread and call in-game functions. Of course it can be detected, but it isn't. The entire point is for it to be functionally identical to the CreateRemoteThread technique built into Shynd's BlackMagic library, but would require Warden to specifically scan for my technique.

    The idea is not original by any means (BlackMagic contains a VERY similar technique for injecting DLLs), though it seems no one else is doing this in the WoW community.



    On another note:

    What can I do to make you guys stop this? I've put up a free beta for everyone to use, perhaps indefinitely (along with source code). I've credited those who deserve it. I've promised that I'm going to contribute.

    The entire program isn't copypasta. It isn't the best coding by ANY means, but its a far sight better than a lot of what I see around here.

    I can't not develop this as I've been contracted to do it.

    Please tell me!

  15. #60
    xerotsuda's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    364
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcanaoc View Post
    I can't not develop this as I've been contracted to do it.
    I care exactly this much [-|----------------] about all this crap, but THIS makes me hate you just as much as anyone else.

    So now the real story comes out.

    First you "steal" the code from the contributers here, and lets not beat around the bush with bullshit petty words and verbal work arounds.
    Then you want the same community you stole it from to test it til its nearly bug free, so you can see it to the chinese gold farmers or whoever is contracting you to make this bot.

    I was almost on your side with the whole "public beta forever cause i love you guys" bullshit you almost fed us.
    But **** you.
    Last edited by xerotsuda; 08-11-2009 at 02:13 AM.
    Wasting your time costs you $15, wasting 24 other peoples time costs $360. Raid right or dont raid at all.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Release] Deckard Coin Auction House Bot
    By Tomed in forum Diablo 3 Bots and Programs
    Replies: 169
    Last Post: 07-08-2012, 05:42 AM
  2. Auction house bots?
    By betrayerx in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 12-05-2010, 11:22 PM
  3. [Mangos] Enabling Auction House Bot
    By Torpid in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-25-2010, 03:06 PM
  4. Auction House Bot
    By danimal in forum World of Warcraft General
    Replies: 1
    Last Post: 02-03-2010, 02:10 PM
  5. Replies: 7
    Last Post: 01-21-2009, 12:35 AM
All times are GMT -5. The time now is 12:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search