Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45

Thread: Dofus Anyone?

  1. #26
    Join Date
    Jan 2008
    Location
    California
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dr D. Dervish View Post
    It might be a boring game but its profitable...

    So easy to make money that it almost makes me lol.

    My wheat picker could also be with coord clicking (LOL) !

    I, personally am saving on that game to sell on sites .
    Yup yup. I think the Pvp is fun. I don't want to start a massive flaming argument, but I would go as far as to say it is just as entertaining as Runescape. It isn't amazing, jaw dropping graphix, but if you know what you're doing it can be fun and a little bit challenging. Working towards achieving that new attack or whatever is always fun. So is trying to outsmart your opponent.

    I did a little research on dofus botting. Right now, it seems that the majority of bots for it are very primitive. Recording your mouse clicks and repeating kind of stuff. There isn't an official bot detection system but the legit players hunt bots religiously. They will attempt communication and try to start a duel (which will freeze a playback bot because it can't click out of the duel screen) they also try to drop heavy items where the bot clicks so that it will end up in the inventory and slow down the bot. Once the bot is confirmed they take a screen shot and report it.

    Soooo, to make the ultimate bot we would need:
    • A failsafe that closes duel or trade invitations
    • An occasional inventory check that will drop useless items
    • Random walking and other fancy things that the other bots can't do
    • And maybe an auto-responder that says things like "I'm busy, I don't want to talk now", etc.


    With the technology that we have at our disposal, we could truly own this game and fool all the players banning those basic bots. (h)

  2. #27
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    I saw a few packet editors around when I looked.. Not sure if it's still possible, but if it is, you just got yourself an AutoRune for Dofus ^_^
    Verrekte Koekwous

  3. #28
    Join Date
    Jan 2008
    Location
    California
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @ Mastaraymond: Nice! that makes things easier... I'll have to research that... Although I think that player accounts are stored completely online now.

    To everyone else, go back and look at the main page. I added some screen shots to further explain the game.

  4. #29
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Yeah..
    Make the ultimate bot at once, instead of starting at coord clicking and then making it better and better

  5. #30
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Zytex! : Coord clicking works awesome there.

    I've started doing the script (while doing other ones) and I'm working on a message handler (lv ups, fights and trades).

  6. #31
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Doesn't that game cost money? If it does, I won't even bother to check it.

  7. #32
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    GoF : It doesn't cost money .

    Its like RuneScape, A free part, and a pay part ^^.

    BanditX : It isn't java based but flash based !

    Don't tell me to try and use artmoney/cheatengine, doesn't work .

  8. #33
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    I've made an wheat picker + seller.
    I got some MapChars (the numbers of the Coordinates), and SmallChars (the characters from the option menu, I am currently working on a ChooseOption)

    EDIT: Anyone noticed those "Reflection" bots??? There is some botter in the game that has hooks O_o
    EDIT2: It is really easy to raise/lower the price of a item. I tryed with wheat.. I sold 1000 wheat, 100 wheat for 10Kamas, after I was done then the price was 500% lower than the 'real' price. Now its back at 10/unit, it was 12/unit before I started.

  9. #34
    Join Date
    Jan 2008
    Location
    California
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @ Dr. D. Dervish: I changed that on the main thread before u posted that. lol. thx though.

    @Zytex!'s EDIT2: That might be server-specific. we should check on that.

    to both of you, thanks for the interest. I'd love to see an awesome dofus script. I'm still learning scripting but I think I got the basics. I'm so busy with school now that I'm only on my computer maybe once a week. lol. But if there's anyway at all that I can help, plz let me know. I think I might try to put everything we have about dofus on this thread. (the login.scar, if it works, box closing functions etc.) so that way anyone looking to continue already has the groundworks. If anyone would like to PM me the functions or whatever, plz do.

  10. #35
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by BanditX View Post
    @ Dr. D. Dervish: I changed that on the main thread before u posted that. lol. thx though.

    @Zytex!'s EDIT2: That might be server-specific. we should check on that.

    to both of you, thanks for the interest. I'd love to see an awesome dofus script. I'm still learning scripting but I think I got the basics. I'm so busy with school now that I'm only on my computer maybe once a week. lol. But if there's anyway at all that I can help, plz let me know. I think I might try to put everything we have about dofus on this thread. (the login.scar, if it works, box closing functions etc.) so that way anyone looking to continue already has the groundworks. If anyone would like to PM me the functions or whatever, plz do.
    Yes, I forgot to add; I play on Solar.

    I'll release my walker. Later on it will use coordinates.
    SCAR Code:
    procedure Walk(Dir : Char);
    var
      O, X, Y : Integer;
      Found : Boolean;
      P : TBox;
    begin
      case LowerCase(Dir) of
        'n': P := IntToBox(4, 50, 745, 74);
        's': P := IntToBox(4, 459, 745, 481);
        'e': P := IntToBox(705, 66, 745, 481);
        'w': P := IntToBox(4, 50, 46, 481);
      else
        WriteLn('ERROR: ' + UpperCase(Dir) + ' Is not a valid direction!');
      end;
      if (P.x1 = 0) then
        Exit;
      O := DTMFromString('78DA639CCCC8C060C58002FE9FE7609003D28' +
           'C20361030CE01B21C70AB01010071EE0994');
      while not Found do
      begin
        Wait(100);
        if FindDTM(O, x, y, P.x1, P.y1, P.x2, P.y2) then
          Found := True;
      end;
      ClickMouse(x+7, y, True);
      FreeDTM(O);
      while not (GetColor(5, 481) = 0) do
        Wait(10);
      while (GetColor(5, 481) = 0) do
        Wait(10);
    end;
    Test it in the 'main' city.. The place you get to after Incraman (cant remember the name...)

    EDIT: I just made a WalkEx(); Use: WalkEx(['N', 'E', 'N', 'N']);
    SCAR Code:
    procedure WalkEx(Dir : array of Char);
    var
      I : Integer;
    begin
      for I := 0 to High(Dir) do
        Walk(Dir[i]);
    end;

    EDIT3: I have to edit the DTM again... It does not work for 4, -17...

  11. #36
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Ok, sorry for the double post, but.. I really am being annoyed because of those bots around in this game (They uses reflection)! I WANT TO HAVE THAT BOT!
    Common guys! Lets make an awesome dofus bot!

  12. #37
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zytex! View Post
    Ok, sorry for the double post, but.. I really am being annoyed because of those bots around in this game (They uses reflection)! I WANT TO HAVE THAT BOT!
    Common guys! Lets make an awesome dofus bot!
    You can easily read the memory of the flash game.. There is even some plugin around to read + change memory of another process!
    Verrekte Koekwous

  13. #38
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can help out with scripting for Dofus but, does it have like a bot detection system?

    *below* ooo sounds, small 30 line scripts

  14. #39
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Nope leather, it doesn't.

  15. #40
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    mastaraymond joined us btw..

  16. #41
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I actually played that game, got to like level 80 with a Dragoone and everything (wis Xel ftw). I was on Rushu and in a decent guild with a level 180, then I quit. Gets very boring late game in the 100's where you spend literally hours fighting a mob (those fire pandas or whatever ).

    But man good game, can't wait for Wakfu, definitely playing that.

  17. #42
    Join Date
    Jan 2008
    Location
    California
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Zytex!: Is there a specific place that you would like me to test the walker, like a specific tile? It didn't work when I tried at 2,-19... idk. When you get it sorted out I'll post it on the start of this thread, I'll also edit the thread and we'll go ahead and convert it to our Dofus scripting thread. lol.
    Btw: Astrub is the starting city (I think) and I have a character on Solar too.

  18. #43
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    My nick at solar is: Zytex (SURPRISE!)

    Test it at the zaap in astrub, and make it walk north, it should work. Set colors to 32bits

    EDIT: You are correct. Walking West in 2,-19 does not work :/ hmmmmm...

  19. #44
    Join Date
    Sep 2009
    Location
    quebec, canada
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ramage View Post
    I actually played that game, got to like level 80 with a Dragoone and everything (wis Xel ftw). I was on Rushu and in a decent guild with a level 180, then I quit. Gets very boring late game in the 100's where you spend literally hours fighting a mob (those fire pandas or whatever ).

    But man good game, can't wait for Wakfu, definitely playing that.
    there called "firefoux" i am 189 sram i play often always have subcription there is no bot detection on dofus just moderators who go around and ban bots that are obvious Eg; 8 characters joining a fight and strating the fight within 2 seconds i would gladly test any dofus bots im currently testing a wheat picker it works well but we need something comparable to the S.M.A.R.T. client for dofus because the fact that my mouse is being controled while script is running bothers me private message me if this thread isnt long dead

  20. #45
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by redz8734 View Post
    there called "firefoux" i am 189 sram i play often always have subcription there is no bot detection on dofus just moderators who go around and ban bots that are obvious Eg; 8 characters joining a fight and strating the fight within 2 seconds i would gladly test any dofus bots im currently testing a wheat picker it works well but we need something comparable to the S.M.A.R.T. client for dofus because the fact that my mouse is being controled while script is running bothers me private message me if this thread isnt long dead
    Please do not post in threads that is more than 3 months old.
    Last post in this thread were in 01-20-2009 at 06:31 PM

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dofus Farmer
    By aussiegod in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 06-03-2007, 07:03 PM
  2. Dofus.
    By WT-Fakawi in forum News and General
    Replies: 4
    Last Post: 08-11-2006, 02:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •