|
You last visited: Today at 20:34
Advertisement
Edited ItemType.dat v1044
Discussion on Edited ItemType.dat v1044 within the EO Exploits, Hacks, Tools & Macros forum part of the Eudemons Online category.
12/11/2006, 14:49
|
#91
|
elite*gold: 0
Join Date: Jun 2006
Posts: 82
Received Thanks: 0
|
i only download tihs file and it worked for all patches till now
|
|
|
12/14/2006, 18:37
|
#92
|
elite*gold: 0
Join Date: Aug 2006
Posts: 6
Received Thanks: 1
|
nice dude. really nice
|
|
|
12/18/2006, 03:17
|
#93
|
elite*gold: 0
Join Date: Sep 2005
Posts: 475
Received Thanks: 55
|
gj!!!
|
|
|
12/18/2006, 09:53
|
#94
|
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
|
can u improve this hack that it will also identify the quality of the items? Or more updates for a better hack...
|
|
|
12/19/2006, 00:22
|
#95
|
elite*gold: 0
Join Date: Dec 2006
Posts: 1
Received Thanks: 0
|
Quote:
Originally posted by gzcloud@Dec 18 2006, 09:53
can u improve this hack that it will also identify the quality of the items? Or more updates for a better hack...
|
Now that would be real nice
|
|
|
12/20/2006, 18:50
|
#96
|
elite*gold: 0
Join Date: May 2005
Posts: 1,410
Received Thanks: 127
|
maybe u ask him for the method, how he edit this file and do it urself....
|
|
|
12/21/2006, 19:05
|
#97
|
elite*gold: 0
Join Date: Nov 2006
Posts: 41
Received Thanks: 2
|
Y'know, i don't understnad what your non-coders are ******** about. We give, and give and give more, and it's never enough for you all. Your always wanting bigger, better, more. Any of you @#%@#% paying us? This is why I share the hacks I make with my friends only. And no, don't ask them for the hacks, I customize the program to work with their account only.....so :P.
You people want better hacks? Start working on the project like the rest of us.....lazy exploiters.
|
|
|
12/23/2006, 10:54
|
#98
|
elite*gold: 0
Join Date: Nov 2006
Posts: 6
Received Thanks: 0
|
Urm i dont know about this, it might be me.. BUT does this work for christmas?
|
|
|
12/24/2006, 11:11
|
#99
|
elite*gold: 0
Join Date: Mar 2006
Posts: 72
Received Thanks: 1
|
Quote:
Originally posted by PrivatePerson@Dec 23 2006, 10:54
Urm i dont know about this, it might be me.. BUT does this work for christmas?
|
No it does not. The old item.dat do not have entries for the X'mas clothes and goodies.
Merry X'mas!
|
|
|
12/26/2006, 13:07
|
#100
|
elite*gold: 0
Join Date: Aug 2005
Posts: 59
Received Thanks: 0
|
so anyone out there who cares to share with us how to do this hack? Instead of flaming
|
|
|
12/27/2006, 18:30
|
#101
|
elite*gold: 0
Join Date: Nov 2006
Posts: 30
Received Thanks: 0
|
currently im writing a patcher in c#, it would work for all versions, im going to attempt patching in 16-byte block arrays.. wish me luck. I will post it will full source code when i am done.
|
|
|
12/27/2006, 20:20
|
#102
|
elite*gold: 0
Join Date: Apr 2006
Posts: 1
Received Thanks: 0
|
Can you update it for patch 1040? Cause it wont let me see the shopping mall...
|
|
|
12/27/2006, 20:47
|
#103
|
elite*gold: 0
Join Date: Nov 2006
Posts: 30
Received Thanks: 0
|
wow... having a harder time than anticipated.. I cant figure out the right write procedure to use.. i loaded the .dat into a string and then saved the string to a file.. the file size changed! I'm still lookin for a method to load the itemtype.dat as a string of hex..
*Edit* screw it. if you want to have it work for each patch open up the hacked itemtype.dat on this thread in notepad, and your ini/itemtype.dat in notepad. Scroll to the bottom of both and work your way up, comparing the files where it says EudemonEgg in the original to where it has the demons name in the hacked one, then hit ur keyboards Insert key and start typing to replace the word EudemonEgg with the demons name. It is important that you have the insert key on. If the demons name is shorter than EudemonEgg, with the insert key on hit the space bar for spaces. This insures that we won't corrupt the file by accidentally causing an overflow or something. Save the itemtype.dat and i hope you made a backup if it doesnt work!
|
|
|
12/27/2006, 21:05
|
#104
|
elite*gold: 0
Join Date: Nov 2006
Posts: 30
Received Thanks: 0
|
If someone can do this in straight C.. heres the find/replace character arrays:
Code:
unsigned char warpatkEgg[16] = {0xA8, 0x7E, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char warpatk[16] = {0xA8, 0x7E, 0x10, 0x00, 0x57, 0x61, 0x72, 0x72, 0x50, 0x68, 0x2D, 0x41, 0x74, 0x6B, 0x00, 0x00};
unsigned char warpdefEgg[16] = {0xB2, 0x7E, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char warpdef[16] = {0xB2, 0x7E, 0x10, 0x00, 0x57, 0x61, 0x72, 0x50, 0x68, 0x2D, 0x44, 0x65, 0x66, 0x66, 0x00, 0x00};
unsigned char waratkdefEgg[16] = {0xBC, 0x7E, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char waratkdef[16] = {0xBC, 0x7E, 0x10, 0x00, 0x57, 0x61, 0x72, 0x41, 0x74, 0x6B, 0x44, 0x65, 0x66, 0x66, 0x00, 0x00};
unsigned char mdefpdefEgg[16] = {0xDA, 0x7E, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char mdefpdef[16] = {0xDA, 0x7E, 0x10, 0x00, 0x50, 0x2D, 0x64, 0x65, 0x66, 0x4D, 0x2D, 0x64, 0x65, 0x66, 0x00, 0x00};
unsigned char magematkEgg[16] = {0x70, 0x7F, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char magematk[16] = {0x70, 0x7F, 0x10, 0x00, 0x4D, 0x61, 0x67, 0x65, 0x4D, 0x2D, 0x41, 0x74, 0x6B, 0x00, 0x00, 0x00};
unsigned char mageatkdefEgg[16] = {0x84, 0x7F, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char mageatkdef[16] = {0x84, 0x7F, 0x10, 0x00, 0x4D, 0x61, 0x67, 0x65, 0x41, 0x74, 0x6B, 0x44, 0x65, 0x66, 0x00, 0x00};
unsigned char magemdefEgg[16] = {0x98, 0x7F, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char magemdef[16] = {0x98, 0x7F, 0x10, 0x00, 0x4D, 0x61, 0x67, 0x65, 0x4D, 0x2D, 0x44, 0x65, 0x66, 0x66, 0x00, 0x00};
unsigned char warriornanaEgg[16] = {0x42, 0x80, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char warriornana[16] = {0x42, 0x80, 0x10, 0x00, 0x57, 0x61, 0x72, 0x72, 0x69, 0x6F, 0x72, 0x4E, 0x61, 0x6E, 0x61, 0x00};
unsigned char magepipyEgg[16] = {0x9C, 0x80, 0x10, 0x00, 0x45, 0x75, 0x64, 0x65, 0x6D, 0x6F, 0x6E, 0x45, 0x67, 0x67, 0x00, 0x00};
unsigned char magepipy[16] = {0x9C, 0x80, 0x10, 0x00, 0x4D, 0x61, 0x67, 0x65, 0x50, 0x69, 0x70, 0x79, 0x00, 0x00, 0x00, 0x00};
|
|
|
12/28/2006, 02:02
|
#105
|
elite*gold: 0
Join Date: Oct 2006
Posts: 352
Received Thanks: 51
|
lol...i dont understand this..coz im a noob...lol
|
|
|
 |
|
Similar Threads
|
Itemtype.dat edited for MoonBox Tokens
07/01/2010 - CO2 Exploits, Hacks & Tools - 10 Replies
I renamed CommandToken (MoonBox) in itemtype.dat. So you can see what tactic is any token...
Its edited using DatCryptor.
You'll see Token names like this:
PeaceToken;
ProsperousToken;
DesertedToken;
DisturbedToken;
ChaosToken;
|
Edited itemtype.dat for patch 5016
11/17/2008 - CO2 Exploits, Hacks & Tools - 115 Replies
heres no edited itemtype.dat (PATCH 5072)...
|
Edited itemtype.dat (Different formats than the other ones)
03/12/2008 - CO2 Exploits, Hacks & Tools - 16 Replies
Well I made these different itemtype.dats and then saw that other people have made it and i thought i would release it anyways since i already did it all.
I havent made a bracket one since the other people did. So here is a link to a bracket format itemtype.dat
http://www.elitepvpers.com/forum/co2-exploits-hack s-tools/106046-edited-itemtype-dat-patch-5016-a.ht ml
Who i say thanks to:
coder: for his encrypter/decrypter
a1: for letting us make these :)
First 2 formats use Phrases....
|
Edited itemtype.dat ver 1062
06/26/2007 - Eudemons Online - 15 Replies
this for old version of game...for the new version go get the ItemType Editor or find someone who has used it
|
edited itemtype.dat
11/18/2006 - CO2 Exploits, Hacks & Tools - 1 Replies
i made an edited itemtype.dat, the ranges of ALL (including bs's) have a range of 2 instead of 1, mainly for use with autoclicktg 1.1 (NOTE: I DID NOT MAKE THE TG BOT DONT FLAME ME FOR STEALING THEIR WORK) it also has 2 other programs, which i DID make. one edits your itemtype.dat to this, the other one unedits it. viruscan things will say WARNING: PACKERS DETECTED, and certain ones will detect trojan.hclicker or something and rbot.backdoor. this is because i made it with autoitv3, you can ask...
|
All times are GMT +1. The time now is 20:35.
|
|