OpenWowBot - Open Source project launch menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    OpenWowBot - Open Source project launch

    Hello everyone,

    Maybe some people remember me, I was selling OmegaBot, until my programmer did leave the project.

    I release this source code so that this community builds a bot together.
    I'm a C# programmer but I don't have the reverse engineering talent for keeping the source updated myself.

    Where does this source come from ?
    A friend of mine invested much of his time and all of his money to launch ShadowBot with JujuBosc.
    They agreed to split profits, then when my friend requested his share of profits, JujuBosc did crook him,
    so my friend decided to give out the source so everyone can profit from it, after all he made a good part of it.

    My friend belongs to this forum but he doesn't want to tell who he is.
    He doesn't want to work on the source anymore.

    I will be responsible of hosting the project and protecting it from Blizzard's legal action,
    I will not disclose how for obvious security reasons.
    It will avoid what happened to OpenBot (well InnerSpace).

    The project address is: http://openwowbot.com

    I release this source at the condition that this project remains free and opensourced.
    Here is the zipped full source: Hotfile.com: One click file hosting

    I would like to hear from you about the best way to handle this project.
    I was about to setup the SVN using http://launchpad.net/ and Bazaar for code hosting.

    Best regards.
    Last edited by OpenWowBot; 12-19-2010 at 06:39 AM.

    OpenWowBot - Open Source project launch
  2. #2
    solttu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download link does not work.

  3. #3
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download link updated.
    Last edited by OpenWowBot; 12-19-2010 at 06:40 AM.

  4. #4
    Nikentic's Avatar Elite User
    Reputation
    453
    Join Date
    Oct 2007
    Posts
    1,556
    Thanks G/R
    10/4
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this functional?

  5. #5
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes it works, but for pre Cataclysm.
    The offsets need to be updated and some of the code for a few differences in Cataclysm.

  6. #6
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OpenWowBot View Post
    after all he made a good part of it.
    Make my day so great

    Good luck

  7. #7
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sharing is Caring! +rep

  8. #8
    Optin's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need more people like you and your friend, and less greedy people that put out half assed bots full of problems and charge people to beta test them. Thank you.

  9. #9
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you,

    I am willing to invest my time and energy for the C# side,
    but I just need help to update the reverse engineering part.

    Nearly all offsets are on the forum, but I miss some of those:

    public enum UIFrame
    {

    NumGossipOptions = 0x00C016FC, // 3.3.5a 12340

    CurrentFrame_Ptr = 0x00B499A8, // 3.3.5a 12340
    CurrentFrame_Offset = 0x78, // 3.3.5a 12340

    UIBase = 0x00B499A8, // 3.3.5a 12340 lua_GetNumFrames
    FirstFrame = 0x0CD4, // 3.3.5a 12340
    NextFrame = 0x0CCC, // 3.3.5a 12340

    RegionsFirst = 0x214, // 3.3.5a 12340 aGetRegions
    RegionsNext = 0x20C, // 3.3.5a 12340

    UnkDivWidth = 0x00AC0CB4, // 3.3.5a 12340
    UnkDivHeight = 0x00AC0CB8, // 3.3.5a 12340
    FrameLeft = 0x68, // 3.3.5a 12340
    FrameRight = 0x70, // 3.3.5a 12340
    FrameTop = 0x6C, // 3.3.5a 12340
    FrameBottom = 0x64, // 3.3.5a 12340
    ParentPtr = 0x94, // 3.3.5a 12340
    EffectiveScale = 0x7C, // 3.3.5a 12340
    Name = 0x1C, // 3.3.5a 12340
    LabelText = 0xF4, // 3.3.5a 12340
    EditBoxText = 0x2B4, // 3.3.5a 12340
    Visible = 0xE0, // 3.3.5a 12340 aIsVisible
    Enabled = 0xB4, // 3.3.5a 12340 aIsEnabled
    EnabledMask = 0x400, // 3.3.5a 12340 aIsEnabled
    AttachmentHasItem = 0x2C8, // 3.5.5a 12340
    ButtonChecked = 0x2F5, // 3.5.5a 12340

    CooldownStart = 0x29C, // 3.5.5a 12340
    CooldownTime = 0x2A0, // 3.5.5a 12340

    }

    Any help will be greatly appreciated.
    Last edited by OpenWowBot; 12-19-2010 at 05:35 PM.

  10. #10
    johnyx's Avatar Master Sergeant
    Reputation
    4
    Join Date
    Dec 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    eh, I've heard some long time ago (relativly about an Open-Source bot project) don't remember it's name, do you think it's a good idea to create an open-source bot in the first place? I mean if blizzard ever wanted to detect it you are giving it on a silver plate:P good luck with it anyway! it will be great for eduational reasons

  11. #11
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mmmmm... the copy/pasta is strong with this one.

    Lets see...

    You've taken my DBC wrapper class.
    My FSM engine.
    Shynd's memory classes.

    And thats only form me looking at ~10 files.

    How much of this was actually written by you guys?

  12. #12
    wolfeater2010's Avatar Member
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So urm, the Omegabot i paid for....wtf happened....talk about not get your moneysworth...

  13. #13
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apoc I'd like to say that I have much respect for you,

    The part you have concerns with was "done" by jujubosc,
    and he is making money of it, so you are welcome to express your concerns but toward him.

    I'd be happy to write on my site from where each part of the bot comes, please just tell me.
    Remember that I'm the one sharing it, I'm not making money of it, I could have kept the source private.

    wolfeater2010 I did payback people who bought Omegabot 1 month before it was closed,
    I was the victim as much as my customers of the lazy liar that we had as developer.
    I lost money on the project but I will use the structure made to protect from Blizzard to protect OpenWowBot.
    Remember that most people used it for up to 8 months for only 15 euros, and jujubosc is charging his 10€ / month !
    So I think most people got their money's worth.

  14. #14
    Threk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see it >_>
    I see the Future, many many new pay bots...

  15. #15
    OpenWowBot's Avatar Private
    Reputation
    8
    Join Date
    Dec 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I was interested by selling a bot I wouldn't release the full source.
    But I think that you are talking about other people.
    Last edited by OpenWowBot; 12-20-2010 at 08:25 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [New Project] - Open-source guild website using battle.net oauth
    By ev0 in forum World of Warcraft General
    Replies: 11
    Last Post: 02-06-2015, 02:34 PM
  2. Project Silverpine | 1.12.1 Classic | Open source
    By Ghurok in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-13-2012, 05:55 AM
  3. open source SwTor emu project
    By the1domo in forum SWTOR Emulator Servers
    Replies: 0
    Last Post: 09-10-2012, 07:09 AM
  4. Free and Open Source PHP groupware project
    By annyphp in forum Programming
    Replies: 3
    Last Post: 01-08-2011, 08:08 AM
  5. Glider Status in your signature *OPEN SOURCE*
    By Marlo in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 09-16-2007, 05:12 PM
All times are GMT -5. The time now is 07:08 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search