help test my pointers purdy pleeez

Hacking WolfTeam

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo, Explicit

did these work for you?

yes both worked perfect!
7
44%
only the no reload worked for me.
0
No votes
only the view hack worked for me.
2
13%
nope u still suck, neither worked.
7
44%
 
Total votes : 16

Postby JB Gzn » Tue Feb 05, 2008 2:43 pm

liqmysaq wrote:k the ammo addy is weird. im like 12 addys deep into it and it just keeps repeating the same memory spaces over and over, offsets are just a little different. still no green addys.
the view hack i kept goin deeper till i got a green addy, just like spiro told me. its not working for the ammo tho >.< at least im farther along now in understanding MHS. thx guys, ill post here agian when i need more help.

add this as a new address, see if u can figure out what it is :lol:

[[[[[340022f0]+16]+a4]+0]+24]+b8



Lol i found my jump addy with this,
that isn't too hard if u know the offset.
but i wonder how u found out the rest (well the offsets i know by keeping searching a pointer)
but i don't know how u found
340022f0

EDIT:
i think i know it now!

[[[[[340022f0]+16]+a4]+0]+24] = pointing to the " pointer " we had in the list. and we to do the value +B8 (]+b8)

and 340022F0 +16 goes to a pointer. that value +A4 goes to another pointer then +0 goes to another one lol.
and +24 points to the one i just mentioned
User avatar
JB Gzn
Pro++
 
Posts: 1985
Joined: Sun Jan 27, 2008 7:56 pm
Location: Unknown, please use a pointer.

Postby Kasebrot » Wed Feb 06, 2008 4:20 am

the speed hack makes random black screens and not to mention its really fast
Kasebrot
Sir Hacks-A-Lot
 
Posts: 35
Joined: Sat Jan 26, 2008 7:14 am

Postby wr194t » Wed Feb 06, 2008 4:30 am

Kasebrot wrote:the speed hack makes random black screens and not to mention its really fast
Lower the value, and the screen sometimes goes Black in Wolf Team when you switch between windows.
Image
Thanks to Ace
User avatar
wr194t
Hackleberry Fin
 
Posts: 28
Joined: Thu Jan 03, 2008 6:09 am
Location: Guess.

Postby Kasebrot » Wed Feb 06, 2008 4:33 am

I tried the lowest value -1. Its not the screen switching things. It happends when I run with speed hack and I hit a wall or just random somttimes
Kasebrot
Sir Hacks-A-Lot
 
Posts: 35
Joined: Sat Jan 26, 2008 7:14 am

Postby liqmysaq » Wed Feb 06, 2008 4:56 am

-1 is not the lowest value. its actually the highest. try using the number thats there already and raise it up by the millions.
User avatar
liqmysaq
I Know Your Poop
 
Posts: 538
Joined: Tue Jan 01, 2008 2:02 am

Postby ZeroCool » Wed Feb 06, 2008 5:06 am

liqmysaq wrote:-1 is not the lowest value. its actually the highest. try using the number thats there already and raise it up by the millions.


Anything positive just freezes my character in place. I have same problem as kase.
ZeroCool
I Ask A Lot Of Questions
 
Posts: 16
Joined: Tue Jan 29, 2008 3:43 am

Postby BinaryMicro » Wed Feb 06, 2008 5:16 am

I put in negatives like -9932 and -434233 I get black screens too,
BinaryMicro
I Ask A Lot Of Questions
 
Posts: 10
Joined: Sat Jan 26, 2008 12:23 pm

Postby WhiteHat » Wed Feb 06, 2008 8:56 am

If i may suggest, change the “most inner address” to “[module+offset]”.
That is the “[340022f0]” of “[[[[[340022f0]+16]+a4]+0]+24]+b8”

In my understanding, it is very low chance that the static pointer address
[340022f0] is in the .EXE module. Cause the address is too far away from
0x400000.

It should be more like, for example [game.dll+0x22f0], with assumption
that game.dll’s address is at 0x34000000...
.. to boldly go where no eagle has gone before...
User avatar
WhiteHat
Elang Djawa
 
Posts: 1059
Joined: Fri Jul 21, 2006 12:49 pm
Location: Away for a while...

Postby liqmysaq » Wed Feb 06, 2008 9:19 am

ive thought of that after reading another post, i think by you actually. but i dont know how to find what module its in. if i use the hex editor and look in the info section of the helper as in the thread i saw, it doesnt say. ive also tried adding that address alone to the table but it doesnt say what module+offset in the Normal Address tab. im not sure how i would find it using the debugger but unfortunately i cant even try cuz xtrap closes if debugger is open, even a few seconds arent long enough if i dont know where to look. when i open hex editor on that address the tab says Wolfteam.bin (which is the executable) but i dunno if thats the module name or the name of what MHS is attached to.
User avatar
liqmysaq
I Know Your Poop
 
Posts: 538
Joined: Tue Jan 01, 2008 2:02 am

Postby WhiteHat » Wed Feb 06, 2008 9:49 am

Actually, i’ve just use the format of [module+offset] for less than 2 weeks,
after i re-studied MHS help file about pointers. I believe that format would
increase the chance for our complex address to works in various client (at
least i've tried this for warcraft 3 and it works very nice)...

So, i can still be considered a noob too ... XD

Anyway, to find the correct module, the only thing i do is to look at the hex
editor’s info. I just kept scroll down the module list and search the nearest
address.

All ‘active’ module addresses are listed with right indentation. And often we
have to resize the Property Header to be able to read the module names...

:roll:
.. to boldly go where no eagle has gone before...
User avatar
WhiteHat
Elang Djawa
 
Posts: 1059
Joined: Fri Jul 21, 2006 12:49 pm
Location: Away for a while...

Postby L. Spiro » Wed Feb 06, 2008 10:21 am

Is that some kind of hint?


Anyway, on the main window select the File/Properties menu item.
All modules appear there and you can use the Expression Evaluator to find the offset combination.

Find which module contains the address, then type “address - module” into the Expression Evaluator.

0040EB80h - MHS.exe = EB80h. Module + Offset = MHS.exe+EB80h.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby liqmysaq » Wed Feb 06, 2008 11:06 pm

i tried both, it wont say the module at all lol. here are couple screenies. is it xtrap that is blocking it from showing me or am i looking in the wrong places?

Image

Image
User avatar
liqmysaq
I Know Your Poop
 
Posts: 538
Joined: Tue Jan 01, 2008 2:02 am

Postby JB Gzn » Wed Feb 06, 2008 11:53 pm

this is totally off tpoic but i hate making new threads,
i looked on softnyx screenshot forum.
(maybe it was u LIQ)
the guy was TeamKilling
U saw his name:
LOL(red) sniped whatever(also red)
User avatar
JB Gzn
Pro++
 
Posts: 1985
Joined: Sun Jan 27, 2008 7:56 pm
Location: Unknown, please use a pointer.

Postby L. Spiro » Wed Feb 06, 2008 11:53 pm

Xtrap is blocking it. That would also be why they are not green sometimes.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby Teh » Sat Feb 09, 2008 12:21 am

Nice Liq, =P
Edit: What's a good value for the speed?
Thanks >.>
User avatar
Teh
I Know Your Poop
 
Posts: 566
Joined: Sat Feb 09, 2008 12:10 am
Location: Soldat (Occupation: Soldat Ninja)

PreviousNext

Return to WolfTeam

Who is online

Users browsing this forum: No registered users and 0 guests