Home of Gamehacking - Archiv
Teleporter please - Druckversion

+- Home of Gamehacking - Archiv (http://archiv-homeofgamehacking.de)
+-- Forum: Releases (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=4)
+--- Forum: Requests (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=35)
+---- Forum: Tutorialwünsche (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=43)
+---- Thema: Teleporter please (/showthread.php?tid=330)

Seiten: 1 2 3 4


Teleporter please - giassamarkos - 28.04.2011

Hallo, Ich mag den Administratoren fragen, ob sie ein Tutorial über Teleporter Hack machen könnte

Komplett ausführliches Tutorial please


RE: Teleporter please - DNA - 28.04.2011

Moved to Tutorialrequests

Hi,
there ist already a Teleporter Tutorial
http://homeofgamehacking.de/showthread.php?tid=198
but this one is in german.

If you don't get it with this one, then please let me know for which game do you
want to make a teleporter.


RE: Teleporter please - giassamarkos - 28.04.2011

(28.04.2011, 18:21)DNA schrieb: Moved to Tutorialrequests

Hi,
there ist already a Teleporter Tutorial
http://homeofgamehacking.de/showthread.php?tid=198
but this one is in german.

If you don't get it with this one, then please let me know for which game do you
want to make a teleporter.
Well you speak english ?
Well i dont really understand what the topic says so i would like from you DNA to make a teleport tutorial about assassin's creed brotherhood
If it will take a long i would prefer to make a toturial about any game
but i need it in english and fully detailed

Could you do that ?


RE: Teleporter please - DNA - 28.04.2011

Yeah, english is much more comfortable to understand than translateish Wink
Okay, let's see what i can do for you, but it could take some time ... maybe end of the next week

EDIT:
Do you use VB.NET?


RE: Teleporter please - giassamarkos - 29.04.2011

yeah i use vb.net and c++ and wep developer

actually i dont need a vb tutorial based in teleporter hack
i just need to learn how to find player coordinates in the assassin
also i need to learn the whole thing
If you can make it as soon as possible because if you do it i will finish my assassin trainer and post it here if you want
OO i forgot i want to be a trainer maker for you.I know code injection and dma things etc.But i need a lot of practise too

Thanks,
Giassa Mark




RE: Teleporter please - DNA - 29.04.2011

I'll give it a try Wink

To find the Coords in Assassin Creed you have to do the following:

Step 1
SEARCH
- Unknwon Value
- Type FLOAT

Step 2
Then increase your height by climbing up a building(if you are on the ground)
or decrease your height by jumping down to the ground (if you are on top of a building)

Step 3
SEARCH
- increased/decreased value (depends on your changed height)
- Type FLOAT

Repeat Step 2 and Step 3

To kick out more addresses,increase your height -> search increased
increase your height again -> search increased (same with decreased)
OR
After Step 3, go ingame and rotate the camera or wait a few seconds WITHOUT MOVING YOUR CHARACTER! Then search "Unchanged"

Repeat this until you left with a few addresses.

Now you have to keep an eye at ...
... repetitive values
... addresses ending with 0,4,8 or C

You can ignore values ending with somethinge like Exx (xx stands for a number)

If you've done all these steps correctly, you should end with, let's say 50 addresses.
Now freeze 4 or 5 addresses and see if you can go higher ingame,
- if nothing happens -> unfreeze and delete these addresses
- if you can't increase/decrease your height -> congratulations ... you've found your Z Coordinate Wink

From here it is easy going
between each coordinate are 4 Bytes ...
let's say the address of Z is 10523C
then X would be -> 105230
and Y would be -> 105234

I hope this short tutorial was clear enough for you to understand ^^
If not ... let me know Wink


RE: Teleporter please - giassamarkos - 29.04.2011

Okey but do i have to search for increased value at the same time i jump from a building or i just have to be on top of a building and do the search ?
One more thing you say repetitive values what do you mean?


RE: Teleporter please - DNA - 29.04.2011

Let's say your char stands next to a building then search unknown FLOAT,
after this search just go on top of that building and search decreased.
After this, jump down and search decreased.
Repeat this until you left with a few hundred addresses.

giassamarkos schrieb:One more thing you say repetitive values what do you mean?
It could look like this
[attachment=349]

Do you see the values repeating over and over again?!
This is a typcal characteristic but only one address is the right one!
In my case, i would grab all -59.96875 values (you should also grab values that are
near to -59.96875, e.g. -57.482792) and freeze them (4 at a time)
Then go back ingame and check if you you can increase/decrease your height.
If you still can increase/decrease your height, unfreeze the addresses, delete them and freeze the next 4 addresses.

Repeat this until you can't increase/decrease your height.
In this case you have to unfreeze the addresses and freeze 1 at a time to
get the right one.
From here you can follow the instructions i described in my last post.


RE: Teleporter please - giassamarkos - 29.04.2011

now i get it

sorry dna but i still have questions if i have a lot of repetitive values what have i to do in this case

http://www.megaupload.com/?d=XVCIJJB4
This is a trainer that i will give right after i finish my job


RE: Teleporter please - DNA - 29.04.2011

Put all of them into the cheattable and freeze the first 4 addresses.
Then go back ingame and try to increase your height by climbing up a building
or jumping.
Now there could be 2 cases ...

1. Case
Nothing strange happens you can jump / climb just as normal.
If this is the case, then go back to CheatEngine, unfreeze the frozen addresses
and freeze the next 4 addresses in your cheattable

2. Case
You won't be able to increase your height...
If you try to jump, you'll notice, that your character will be teleportet back to
the ground.
If this is the case, then go back to CheatEngine, unfreeze the frozen addresses
and freeze the same addresses seperately (one at a time)
Then go back ingame and try to jump again
If you can jump just as normal, unfreeze the frozen address and freeze the next one.
Repeat this until your character can't jump anymore.
Then there should be only one address frozen and this ist the Z Coordinate.

From here it is easy going
between each coordinate are 4 Bytes ...
let's say the address of Z is 10523C
then X would be -> 105230
and Y would be -> 105234

I could make a short VideoTutorail finding the coordinates in Portal 2 ...
it's the same procedure.