Author Topic: JinxBot is still coming along nicely ;-)  (Read 6370 times)

0 Members and 5 Guests are viewing this topic.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
JinxBot is still coming along nicely ;-)
« on: July 19, 2006, 01:17:03 pm »
See attachment below.

Yes, with the exception of the main/offhand weapons being missing (unknown reason), that is my level 60 rogues inventory.  And yes, the interface icons are loaded dynamically.   :D
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Quik

  • Webmaster Guy
  • x86
  • Hero Member
  • *****
  • Posts: 3262
  • \x51 \x75 \x69 \x6B \x5B \x78 \x38 \x36 \x5D
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #1 on: July 19, 2006, 01:26:55 pm »
Dope looking. Keep up the good work. :D
Quote
[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #2 on: July 19, 2006, 02:16:46 pm »
I'd laugh if Blizzard released an unexpected patch tomorrow and broke it again.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline ZeroX

  • Hero Member
  • *****
  • Posts: 1933
  • Pirating Your software since 1998
    • View Profile
    • Crap
Re: JinxBot is still coming along nicely ;-)
« Reply #3 on: July 19, 2006, 03:18:25 pm »
Sweet man. Deadly brings up a good point. If you do release the bot, you have the unexpeted patch to download. Do you just download the patch from the world of warcraft cilent and then copy the folder into Jinxbot?
Zeroforce
Zeroforce
Zeroforce





Quote
mutsumibear: David's coming over Sunday so we can have mad sex all day.
zxdropoff: lucky you
mutsumibear: :D I know.
mutsumibear: I just pray I don't start my period before then.
zxdropoff: omfg
zxdropoff: stfu
zxdropoff: now please
mutsumibear: HAHA
mutsumibear: I love disturbing you.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: JinxBot is still coming along nicely ;-)
« Reply #4 on: July 19, 2006, 03:48:53 pm »
I'd laugh if Blizzard released an unexpected patch tomorrow and broke it again.

...

* Sidoh slaps deadly with a rotting fish.

* Sidoh spews all over a keyboard at work after looking at dynamic inventory.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #5 on: July 19, 2006, 03:50:49 pm »
I'd laugh if Blizzard released an unexpected patch tomorrow and broke it again.

...

* Sidoh slaps deadly with a rotting fish.

* Sidoh spews all over a keyboard at work after looking at dynamic inventory.
Control Sidoh... control... you're turning into Newby.
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline RoMi

  • x86
  • Hero Member
  • *****
  • Posts: 502
  • gg no re
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #6 on: July 19, 2006, 03:55:35 pm »
Nice work!
-RoMi

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: JinxBot is still coming along nicely ;-)
« Reply #7 on: July 19, 2006, 04:35:21 pm »
I'd laugh if Blizzard released an unexpected patch tomorrow and broke it again.

You obviously have no idea how much work that would take, nor how blizzard patches world of warcraft.  I suggest you follow MyndFyre's advise to rabbit.

Very nice!  Keep me updated and I promise not to hump... much.
And like a fool I believed myself, and thought I was somebody else...

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: JinxBot is still coming along nicely ;-)
« Reply #8 on: July 19, 2006, 05:20:41 pm »
Sweet man. Deadly brings up a good point. If you do release the bot, you have the unexpeted patch to download. Do you just download the patch from the world of warcraft cilent and then copy the folder into Jinxbot?
I've been trying to work that out with talking to Skywing.  He suggested reverse-engineering the repair client and downloading the five files used in the revision check via the same service that the repair tool uses, which is likely similar to BnFTP.  I just haven't bothered yet because I've been busy with other things like getting inventory management right ;-)

WoW uses 5 files (as I said) for version check: WoW.exe, dbghelp.dll, fmod.dll, ijl15.dll, and unicows.dll.  Those are the only files JinxBot needs to connect to WoW.  JinxBot reads the PE version information and then calculates the revision check.  WoW's response (according to the MaNGOS source code with the constants) is one of the following:
Code: [Select]
    public enum LoginProofResponse : byte
    {
        Okay = 0x00,                    // can get the realm list
        InvalidPassword = 0x04,      // if you can't figure this out, go kill yourself
        InvalidVersion = 0x09,        // checkrevision came out wrong.  Perhaps a hacked exe or dll?
        ValidVersionNeedsUpgrade = 0x0a,     // WoW recognizes the version but you need to upgrade
    }

I figure since people need to have an account to get online anyway they'll probably have the most updated CheckRevision files for the client.  If they see that it says an upgrade is required, they can just get on their client and perform the upgrade.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #9 on: July 19, 2006, 05:55:55 pm »
that's pretty spiffy dude! :o

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #10 on: July 20, 2006, 10:49:53 am »
You obviously have no idea how much work that would take, nor how blizzard patches world of warcraft.  I suggest you follow MyndFyre's advise to rabbit.

Very nice!  Keep me updated and I promise not to hump... much.
You say that like I'm supposed to know how Blizzard patches WoW considering I don't even play it.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: JinxBot is still coming along nicely ;-)
« Reply #11 on: July 20, 2006, 12:07:55 pm »
You say that like I'm supposed to know how Blizzard patches WoW considering I don't even play it.

There's a major patch every three months or so, with a bunch of revisions inbetween.  Since the last patch was about a month ago, introducing a new patch (without warning too!  there are patchnotes, but it's still heavy in the making.  I suspect it'll be another month to two months before it's actually released) would truely shock me.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #12 on: July 20, 2006, 02:49:22 pm »
I never said the patch would have to actually do anything big, now did I?  It could be a minor patch that fixes a huge bug. :p
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: JinxBot is still coming along nicely ;-)
« Reply #13 on: July 20, 2006, 03:36:20 pm »
I never said the patch would have to actually do anything big, now did I?  It could be a minor patch that fixes a huge bug. :p

Minor patches wouldn't do anything to break an emulated client.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: JinxBot is still coming along nicely ;-)
« Reply #14 on: July 20, 2006, 03:56:27 pm »
If they worked like the patches that WC3/SC use where they alter just a tiny little verbyte then they would if. :\
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine