Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Funny Anni Trade Trick
#61
carpetshagger Wrote:... etanol silent is right though.
He's wrong, D2Loader doesn't send anything else that the normal playing wouldn't send. It's just playing without CD. You won't even get banned for just using D2Loader.

Antidetection is made for JHJ's maphack. It protects you from packet 64/65.

And you can just download the antidetection, if you like.

I'll also add this, from DT.

Quote:AlexM dug up some really interesting information from the D2Game.dll that we should all know about.

This is a copy of the 1.09d game code, that has been revised online many many times since the end of November 2002. They were clever to write detection of many things into the code.

YOUR COMPUTER DOES NOT SEND INFORMATION TO BLIZZARD!! THIS IS OLD GAME CODE THAT HAS BEEN REVISED IN SERVER SIDE PATCHES AND YOUR GAME TELLS ON YOU WHEN YOU ARE ON BNET

I am attaching the entire text file on this post so you can see everything. This post will only cover the most important parts of what you should know, and remember, they can tell far more than this with their updated code on BNet

all credit goes to AlexM for pulling this apart


C:\Src\Diablo2\Source\D2Game\GAME\Arena.cpp
ptPlayerInfo
ptArena
ptArenaUnit
ptSrcArenaUnit
eScore < NUM_ARENA_SCORES
UnitGetType ( hDestUnit ) == UNIT_PLAYER
UnitGetType ( hUnit ) == UNIT_PLAYER
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_FORCEDISCONNECT)
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_OPENCHAR)
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_JOINACT)
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_JOINLIST)
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_JOINGAME)

C:\Src\Diablo2\Source\D2Game\GAME\CCmd.cpp
[HACKLIST] ProcessCltSysMessage(D2CLTSYS_NEWGAME)
[HACKLIST] ProcessClientMessage: Client %d '%s' believed to be cheating. Command was %d
ptClient
ptGame

C:\Src\Diablo2\Source\D2Game\PLAYER\PlrMsg.cpp
pfnSendMode
hClientUnit
itemsautopickupground
itemspickupground
operated an invalid warp
ptObjectData
sent an invalid sized message
tried to use invalid skill
hSwapSkill
tried to send invalid chat message
tried to send an invalid chat message
operate on self
Player %s should be banned
itemsinsertinventorygrid
Player insert itemgrid error #2 for player %s and item %s
insert item in bank from outside town
Player %s insert itemgrid error #1
tell jon and steve about error at line %d of file %s
svalidatemessage failed for sInsertItemGrid()
itemsremoveinventorygrid
Player sremoveitemgrid error #2 of item %s from player %s
Tried to remove item from page 1
svalidatemessage failed for sRemoveItemGrid()
[b]itemsinsertbody
sinsertitembody
cheat detected for player %s
sinsertitembody
cheat detected for item %s player %s
tried to do something with an invalid body location
itemsinsertbodyrmvopp
Player sInsertItemBodyRmvOpp error #1 for player %s
removeitemsbody
itemsswapbody
sSwapItemBody
Cheat detected for player %s
itemsdoubleswapbody
sDoubleSwapItemBody
Cheat detected for player %s
tried to do a double manipulation on a part that wasn't an arm
swapitemgrid
sSwapItemGrid
Cheat detected of item in hand of %s and item inv %s for player %s
Tried to swap item from page 2
Tried to swap item from page 1
itemsinventorygriduse
sUseItemGridXY
Cheat detected for player %s
sUseItemGridXY
Cheat detected for item %s player %s
itemsinventoryuseaction
sUseItemAction
Cheat detected for player %s
itemstack
tried to stack an item on itself
itemsremovestackitem
sRemoveStackItem
Cheat detected for player %s
itemsinsertinventorybelt
sInsertItemBelt cheat detected %s
removeinventorybelt
sRemoveItemBelt cheat detected%s
swapinventorybelt
sSwapItemBelt
cheat detected for player %s
inventorybeltuse
sUseItemBeltXY
cheat detected for player %s
insertitemiteminventory
addscrolltobook
addtransmogrifybox
invalid message
invalid unselectunit
tried to interact with monster that doesn't interact
identify cheat detected for player %s
tried to get free identify
tried to set an invalid stat
client tried to set an invalid skill
tried to play a non-player chat sound
weird party message
tried to set warp with an invalid level id
tried to operate warp gate from far away
tried to operate warp gate from different act
tried to set warp on a non-portal
tried to set waypoint with an invalid level id
tried to set waypoint to invalid level
tried to operate waypoint from far away
tried to operate waypoint from different act
invalid gold drop
Player %s should be banned for attempting to drop gold
bad hotkey set
someone tried to convert? inconceivable
bad quest message
itemsweaponswap
sWeaponSwap
Cheat detected for player %s
Tried to remove item from non-main page
svalidatemessage failed for sGridToBelt()
client sent an invalid client command
sgcptIncomingMessageChart[bCmd].pfnProcess
UnitGetType (hDead) == UNIT_PLAYER



Basic, Attempted Meanings of Stuff in D2Game.DLL
By: AlexM

-itemsautopickupground -> Use of item grabbers (GrabIt, PickIt, etc)
-itemspickupground -> Probably same thing as above
-operated an invalid warp -> Something to do with waypoints and their improper use. Perhaps hacks such as the one that allows you to use any object in the game as a wp.
-sent an invalid sized message -> Too large of a message sent.
-tried to use invalid skill -> Tried to use a skill that you do not have (can occur in JED, d2jsp, etc)
-tried to send invalid chat message -> Not sure, obviously something about invalid chat messages being sent
-tried to send an invalid chat message operate on self -> Probably about the same thing
----------------------
The following are all detections for equiping items and putting them in inv. Just looks for stuff that is not quite right:
-itemsinsertinventorygrid -> Not sure...
-itemsremoveinventorygrid -> "Tried to remove item from page 1"...not sure...
-svalidatemessage failed for sRemoveItemGrid() ->
-itemsinsertbody -> For example, put sword on body.
-sinsertitembody -> Same as above.
-itemsinsertbodyrmvopp -> Removing sword from inventory?
-removeitemsbody -> Same as above?
-itemsswapbody -> Not sure...
-sSwapItemBody -> Not sure...
-itemsdoubleswapbody -> Tried to do a double manipulation on a part that wasn't an arm.
-swapitemgrid -> Tried to swap item from page 2 or page 1
-itemsinventorygriduse -> Not sure...
-itemsinventoryuseaction -> Possibly, for example, use a sword's actions with it only in inventory (not equiped)?
-itemstack -> tried to stack an item on itself
-itemsremovestackitem -> Removing stacked items?
-itemsinsertinventorybelt -> Putting stuff in belt...perhaps illegal items in belt?
-removeinventorybelt -> Removing said items from belt?
-swapinventorybelt -> Not sure...
-inventorybeltuse -> Not sure...
-insertitemiteminventory -> Not sure...
----------------------------
-"identify cheat detected for player %s
tried to get free identify" -> Thats what gets sent when the following is done so I assume all of this right here relates to the ID hack.
-addscrolltobook -> Problems arising from adding scrolls to a tome.
-addtransmogrifybox -> No clue
-invalid message -> Ummm..some sort of invalid message
-invalid unselectunit -> Mor
-tried to interact with monster that doesn't interact
---------------------------
-tried to set an invalid stat -> Trying to set points to a stat of which you cannot.
-client tried to set an invalid skill -> Tried using skill that you do not have.
-tried to play a non-player chat sound -> No idea...
-tried to set warp with an invalid level id -> Something about portals...
-tried to operate warp gate from far away -> Tried using portal from far away.
-tried to operate warp gate from different act -> Tried using portal from far away (another act).
-tried to set warp on a non-portal -> Using a non-existant portal
-tried to set waypoint with an invalid level id -> Not sure...
-tried to set waypoint to invalid level -> Tried going to wp you do not have?
-tried to operate waypoint from far away -> Tried using wp from far away
-tried to operate waypoint from different act -> tried using wp from wrong act
-invalid gold drop -> Gold dupe detection
-bad hotkey set -> Something about the hotkeys.
-bad quest message -> Something about the quest messages being bad
-itemsweaponswap -> "sWeaponSwap Cheat detected for player %s
"
-Tried to remove item from non-main page -> Not sure...
-svalidatemessage failed for sGridToBelt() -> "client sent an invalid client command" (must relate to belt lol)
Reply
#62
Once you make the Iron Golem can you get that item back?????????????????????????????????????????????????????????????????????????????????????????????????????????????
Reply
#63
no,
dang i dont understand ne of dat stuff etanol wrote
Reply
#64
MuZikFrEaK Wrote:no,
dang i dont understand ne of dat stuff etanol wrote
For example this:
Quote: -tried to operate waypoint from different act -> tried using wp from wrong act
Since operating for example Cold Plains WP from act2 is impossible without hacking somehow, and you do it, probably more than once, they know you are cheating somehow.

And botting doesn't send any abnormal packets, they are all legit, neither does D2Loader. They watch usage patterns or if you're sending packets via D2HackIt!, since it's very detectable.
Reply
#65
ah ha! now i get it
yea i agree bots dont do nething abnormal
all dey do is make game kill pindle and pikup items
Reply
#66
Kewl my first thread and got 5 pages ...... Feal so important now ppl notice meWink
Null
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  OMFG Trade: What were yours? ZeroGTR 10 793 06-20-2012, 12:50 PM
Last Post: Tacos
  Price check Anni US East Ladder Sessio 1 710 07-02-2010, 01:57 AM
Last Post: Jammer74
  Looking to trade Unreal 3, Cod2, Wc3 or WCFT key for a d2 lod key PimpinOnUrMom 0 360 08-16-2009, 09:24 AM
Last Post: PimpinOnUrMom
  CD keys (trade) Jeezy 0 484 06-26-2008, 10:30 AM
Last Post: Jeezy
  Trade, something different. Ares 2 495 05-11-2008, 02:02 PM
Last Post: Ares
  new Trade site :) AnubisBEL 1 565 01-14-2008, 03:37 PM
Last Post: Spitfire
  Want to Trade LOD CD-Key for NORMAL CD-KEY tehchrono 7 684 03-04-2007, 08:05 AM
Last Post: Arc
  trade value CiscoRucinski 1 18,751 10-03-2006, 06:29 AM
Last Post: A.D.
  anni question Nex 5 693 09-19-2006, 03:58 PM
Last Post: Nex
  Need to trade USWEST nl account for USEAST nl/l account GodandRock 0 457 08-12-2006, 06:16 AM
Last Post: GodandRock

Forum Jump:


Users browsing this thread: 1 Guest(s)