United Hackprogrammers Front(UHF)-CO2 Memory Tables

07/24/2008 17:14 adri1975#361
Quote:
Originally Posted by adri1975 View Post
Thankles... So much spam its hard to find the threads that show real stuff. :)

All I wanted was the zoom addy. Thanks alot guys/gals
ROFLMAO

I am so dumb. I would have the addy found by myself last night except for one thing I forgot. The normal zoom is 256 not 255. 255 rings a neat tone in your head for standard memory amounts. :)
Seriously I even kept looking at the one reporting 256 and just moved on.

Thanks for finding all the addy's guys.
07/24/2008 18:22 nTL3fTy#362
Lucky Time and Arrow Count pointers:

Base address updated below (offset is the same):
Quote:
Originally Posted by tanelipe View Post
ArrowCnt = 0056E110 + 46
Code:
WoodenArrow = 
{
  ArrowCnt >= 1310720 and ArrowCnt <= 1310740
  ArrowCnt = ArrowCnt - 1310720;
}
IronArrow = 
{
  ArrowCnt >= 6553600 and ArrowCnt <=  6553700
  ArrowCnt = ArrowCnt - 6553600;
}
SpeedArrow = 
{
  ArrowCnt >= 32768000 and ArrowCnt <= 32768500
  ArrowCnt = ArrowCnt - 32768000;
}
Base address updated below (offsets are the same):
Quote:
Originally Posted by Jalan_Jalan View Post
0x00571A20 + 0x8 + 0x14 + 0x24
07/24/2008 20:06 joek#363
New 5035 table released.

I've tested, packaged and released revision 0 of the 5035 table on the first page of this thread.
I made some small corrections and additions.

Many thanks to warriorchamp, nTL3fTy and everyone that worked on getting these addresses!!!
07/28/2008 04:10 Fujiy#364
Anyone knows Non Dc Address?
07/28/2008 07:06 cacatuscat#365
Quote:
Originally Posted by joek View Post
New 5035 table released.

I've tested, packaged and released revision 0 of the 5035 table on the first page of this thread.
I made some small corrections and additions.

Many thanks to warriorchamp, nTL3fTy and everyone that worked on getting these addresses!!!
sorry for the noob question but what exactly does this talbe? helping to make hacks like speed hack or what? =/
07/28/2008 11:21 tanelipe#366
Quote:
Originally Posted by Fujiy View Post
Anyone knows Non Dc Address?
Yes.
07/29/2008 17:44 wafai#367
thanxxxxxxxxx
07/31/2008 03:20 Fujiy#368
Quote:
Originally Posted by tanelipe View Post
Yes.
Can you say?
07/31/2008 12:59 tanelipe#369
Nope, because you have the old address, you should be able to do it on your own.
08/01/2008 00:53 Fujiy#370
No, I can not

Why do you say that you know, if you do not vai said. only to say that you are the better?
08/01/2008 01:07 tanelipe#371
Yes you can, just think outside of the box, the bytes DO not stay the same. You'll need some knowledge of asm and using debuggers, shouldn't be too hard.

However, I probably will release a Conquer.exe that has the nondc built-in. This way everyone can make their own "Non-DC" speedhack.
08/08/2008 00:17 joek#372
Addresses are still the same for 5039 except the server name should be :-
SrvName=&H5716DC
08/25/2008 03:46 Ulfius#373
Here's what I have so far for 5055:

SrvName=&H5726DC
CharName=&H56E134
CharLV=&H56EC58
CharStam=&H56EC50
Ping=&H572450
MoneyInv=&H56EED4
MoneyWH=&H56F450
OrdX=&H56E1E0
OrdY=&H56E1E4
ClientZoom=&H56C8DC
08/25/2008 03:51 fridaykw#374
Thanks.. O just ask >>Evan for this .. thanks !



addded

any chance on them arrow or speed or is like the others changed like c for d ? (10 hex)


LOl thanks for you find!
08/25/2008 11:58 joek#375
Quote:
Originally Posted by Ulfius View Post
Here's what I have so far for 5055:

SrvName=&H5726DC
CharName=&H56E134
CharLV=&H56EC58
CharStam=&H56EC50
Ping=&H572450
MoneyInv=&H56EED4
MoneyWH=&H56F450
OrdX=&H56E1E0
OrdY=&H56E1E4
ClientZoom=&H56C8DC
Good work Ulfius, the versions are changing so fast now its hard to keep up for those that like the bleeding edge :eek:
I will make a new DL table when more number come out.