MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned
Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > WoW Scams
Reload this Page Dupe methode (but u need to find it out how it works :P)
WoW Scams World of Warcraft Scamming Methods ONLY.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
Dupe methode (but u need to find it out how it works :P)
(#1)
Old
Noash's Avatar
Noash is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 2
Noash is an unknown quantity at this point
 
Posts: 41
Join Date: Oct 2006
Dupe methode (but u need to find it out how it works :P) - 11-08-2006

Hi guys,,
i got some real stuff.. :P :P (dont blame me if this is really bullsh!t)
i found somewhere a very nice story about duping,, i dont know a sh!t about it thats why im putting it here :P.. i red it and i thought that it really could work,, AND DONT PUT THIS ON OTHER FORUMS KEEP THIS FOR US!
(when blizzspys know this they could easy nerf it)
I hope some one could figure this out and share it with all of us (or only with me :P:P:P)

Heres the story (its NOT mine):

TO DUPE: First you'll need to decode the network stream, as it's encrypted (actually it's just hashed, encryption would probably be too demanding). The Macroquest2 devs(old everquest hackers) have done this for you. Next, you'll need a packet injector (i use nemesis). Take a dump of the packets, decode them, and take a look at them... You may notice many things to hack, but we're looking to dupe, right!? One key flag in the packet is this one: IsPlayer...x where x is going to be a 1 or a 0. This flag is just after the packet header, and can be seen in plain text once the packet is decrypted. All packets originating from a player have the IsPlayer flag set to 1. Packets sent to you from the server while interacting with an NPC(like a vendor or quest giver) will have the IsPlayer flag set to 0. Here's what I noticed with my debugger. Any time there is a change in your character (gains money, gains a level, trades), your character is automatically saved. However, I noticed that I can dump the packets (I dump the packets with Libpcap, C's packet capture library, becuase I'm a linux guy. For windows use winpcap), alter any packets originating from my character so that the IsPlayer flag is set to 0, and the resend the packet using libpcap's sendpacket function. The dumping of packets, altering, and resending is done by a C program (pretty simple pcap program, dumps the packets, uses mq2's decryption to decrypt the wow packets, then alters the IsPlayer from 1 to 0, then resends the newly crafted packet) which I run on a second computer which acts as a firewall to my WoW computer. I run it on a second machine because it's less likely to be detected by wow's spyware (wow's spyware checks window titles and open processes. My thought was it can't be detetected as easily if i hack the network stream with a second computer.). I'm trying to be detailed, so sorry for going over some stuff twice. Hope you have followed along so far. What I have done by changing the IsPlayer flag to 0 is trick the wow server into thinkin that my character is an NPC. Why do this, you may ask? Well, one reason really. I found with my debugger that after changing this flag, the server does not save after every major change, but saves every 10 minutes. This must be how wow checks for pathing errors and what have you. Every 10 minutes the npcs on the server are saved (at least from what I gathered with my debugger and dissassembler). The server probably saves NPCs every 10 minutes to save processing power or something. Anyway, who cares why npcs are only saved every 10 minutes, the fact is, if you change the IsPlayer flag to 0 in all the packets originating from your character, the server will only save your character every 10 minutes. What does this mean? Check this out. Wait till the server saves(if you dont have a debugger, or don't know how to use one, just guess. You can't mess up really). Now you should have approx. 10 minutes before the next save. Take some items or money you want to dupe, trade them to another character. Complete the trade. Now log the bugged character out (the bugged character is the one with the IsPlayer flag set to 0). Log him back in. Still have the items and gold, don't you? DUPED!!!
This is because we've bugged the character to only be saved every 10 minutes, so when you log off and back on, the server reverts to the last save. If you log off and back on and you dont have the items, it's because the server saved since the trade, which means you have approx. 10 minutes until the next save! PROs and CONs: This could be detected if WoW's Intrusion Detection System was set up to look at that IsPlayer flag. However, I used this exploit on November 2nd, 2006 and have been using it for over a year now (since a little after MQ2 decrypted the network stream, so a good amount of time anyway), and have not been banned. So I think it's safe to try. No, I won't give you my C code, I think I gave a good enough description of how it works anyway. Dump the packets, decrypt the packets, alter the IsPlayer flag from 1 to 0, resend the packet. Cake with the packet capture library, PCAP. I'd imagine after my dumb ass posts this, it won't work for much longer.


c'mon guys figure this out and try it :P And Share with us :P
Reply With Quote

Donate to remove ads.
Re: Dupe methode (but u need to find it out how it works :P)
(#2)
Old
Glikko92's Avatar
Glikko92 is Offline
Contributor
Rep Power: 3
Reputation: 135
Glikko92 will become famous soon enoughGlikko92 will become famous soon enough
 
Posts: 251
Join Date: Jun 2006
Location: U.S Illinois
Re: Dupe methode (but u need to find it out how it works :P) - 11-08-2006

I believe in a FREE Narnia, i mean world of warcraft and anything is possible under your wow folders if your smart


Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#3)
Old
Relz's Avatar
Relz is Offline
dsf
Rep Power: 5
Reputation: 412
Relz is just really niceRelz is just really niceRelz is just really niceRelz is just really niceRelz is just really nice
 
Posts: 1,920
Join Date: May 2006
Location: U.S.A.
Re: Dupe methode (but u need to find it out how it works :P) - 11-08-2006

seems (somewhat) logical. although if you try this on a real server i guarentee it wont work and editing packets is basicly screaming "BAN ME IM HACKING" i think this only works for private servers, although i didnt read the whole thing


Mother Nature cowers before me, clutching at her creations, bowing down and realizing I am the new God in town
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#4)
Old
soulzek is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 3
soulzek is an unknown quantity at this point
 
Posts: 9
Join Date: Mar 2006
Re: Dupe methode (but u need to find it out how it works :P) - 11-08-2006

Sending packets disguising yourself as a NPC may indeed have undefined results (most likely nothing or simply kicking you). However, this has nothing to do with the server saving all npc objects every 10 minutes. No matter what packets you send, you are always stored as a player on the server and will follow the player's save sequence.

You can type out unneccesarily long paragraphs and cover it up with, what one would think "fancy" words such as C program, networks stream, bla bla bla, but as someone who actually programs I can safely skip over all the useless bull**** and see what exploit you are in fact trying to communicate to us.

So, whatever. This thread really has no potential.
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#5)
Old
afiwarlord's Avatar
afiwarlord is Offline
Knight-Captain
Rep Power: 3
Reputation: 45
afiwarlord is on a distinguished road
 
Posts: 412
Join Date: May 2006
Re: Dupe methode (but u need to find it out how it works :P) - 11-09-2006

Im pretty sure the server doesnt save ur character every 10 mins.

You log in, kill something and log out (within 15 seconds) you still keep the xp. I think its automatic

otherwise the stuff we do in 10 mins could be deleted. (Getting loot, leveling up, doing trades)


52nd to ever join MMOwned.
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#6)
Old
Sypher's Avatar
Sypher is Offline
Site Donator
Rep Power: 3
Reputation: 12
Sypher is on a distinguished road
 
Posts: 57
Join Date: Jul 2006
Location: Australia
Re: Dupe methode (but u need to find it out how it works :P) - 11-10-2006

Quote:
Originally Posted by afiwarlord
Im pretty sure the server doesnt save ur character every 10 mins.

You log in, kill something and log out (within 15 seconds) you still keep the xp. I think its automatic

otherwise the stuff we do in 10 mins could be deleted. (Getting loot, leveling up, doing trades)
he said that you trick the server into thinking you are an NPC which are saved every ten mins
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#7)
Old
Tenshi is Offline
Banned
Rep Power: 0
Reputation: 44
Tenshi is on a distinguished road
 
Posts: 43
Join Date: Sep 2006
Re: Dupe methode (but u need to find it out how it works :P) - 11-11-2006

Server saves your character every 10 or 15 minutes, or when you log out, or when server shuts down normally. (Server crash = no save)

Also, I stopped reading your post when you said they hash network data instead of encrypt it...

You do realize you can't de-hash something right? I believe what you're looking for is encoding. Encoding is replacing one character with another.

Second...NPCS ARE NOT SAVED.

NPCs are hard coded into the wow server/data files. If an NPC moves from Point A to Point B and the server goes down, that NPC is still at Point A when the server comes back up.

Anyways, other than location, what else is there to save for an NPC? They don't gain XP, they don't gain gold, they don't gain items.

Third, NPCs do not connect to the server. They are a PART of the server. WoW Servers will NEVER mistake a connection for an NPC because NPCs are not connections.

You sir have NO idea what you're talking about, you are not a programmer, and you're either making this all up or copying it from someone else who is.

That's all I have to say.

Edit: Just read the part where you said someone else wrote it. My advice to you, don't listen to anything else that idiot has to say.
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#8)
Old
Laust is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Laust is an unknown quantity at this point
 
Posts: 30
Join Date: Oct 2006
Re: Dupe methode (but u need to find it out how it works :P) - 11-13-2006

hmm cant seem to figure it out :'(
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#9)
Old
Tenshi is Offline
Banned
Rep Power: 0
Reputation: 44
Tenshi is on a distinguished road
 
Posts: 43
Join Date: Sep 2006
Re: Dupe methode (but u need to find it out how it works :P) - 11-14-2006

Quote:
Originally Posted by Laust
hmm cant seem to figure it out :'(
You might want to read my post then.
Reply With Quote
Re: Dupe methode (but u need to find it out how it works :P)
(#10)
Old
Marlo's Avatar
Marlo is Offline
Biggest Wall-e fan EVAAAA
Legendary User
Rep Power: 8
Reputation: 671
Marlo is a splendid one to beholdMarlo is a splendid one to beholdMarlo is a splendid one to beholdMarlo is a splendid one to beholdMarlo is a splendid one to beholdMarlo is a splendid one to behold
 
Posts: 2,558
Join Date: Jul 2006
Location: 127.0.0.1
Re: Dupe methode (but u need to find it out how it works :P) - 11-14-2006

IMHO posting this on a PUBLIC forum is pretty stupid. i have no doubt blizzard frequent MMOwned to look out for this sort of thing and you may have just given them a heads up on this. if theres a mini patch within the next month, we know why


Reply With Quote
Reply
Paltalk Attract 300x250
Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288