| View previous topic :: View next topic |
| Author |
Message |
ethnic Newbie cheater
Reputation: 0
Joined: 13 Jun 2013 Posts: 13
|
Posted: Thu Aug 22, 2013 5:36 pm Post subject: Muliti Teleport hack |
|
|
Hey guys,
I want to make a teleport hack for different maps.
I have the coordinates, and i have already made a Telport Hack for 2 Maps,
but both hacks are different trainer, and now i want to make a trainer for more than one map.
My idea was with checkboxes like this:
| Code: | if checkbox1(checked)
checkbox2(unchecked)
checkbox3(unchecked)
enable telport1 blabla
if checkbox2(checked)
checkbox1(unchecked)
checkbox3(unchecked)
enable teleport2 blabla |
Some one have an idea how i can realize it?
Sorry for my bad english, im German.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Thu Aug 22, 2013 5:51 pm Post subject: |
|
|
No need to code anything. Just log your coordinates for each teleport spot that you want, and create hotkeys to load those values in to your coordinates, based on where you want to locate...for example:
| Code: | Hotkey Effect
Numpad 1 Teleport to user-defined location #1
Numpad 2 Teleport to user-defined location #2
Numpad 3 Teleport to user-defined location #3
Numpad 4 Teleport to user-defined location #4 |
|
|
| Back to top |
|
 |
ethnic Newbie cheater
Reputation: 0
Joined: 13 Jun 2013 Posts: 13
|
Posted: Thu Aug 22, 2013 6:06 pm Post subject: |
|
|
Yes i know but the location are for every map different.
I have already 2 teleport hack for 2 maps
num1 teleport red base
num2 teleport blue base
blablabla
sorry for bad english
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Thu Aug 22, 2013 6:37 pm Post subject: |
|
|
It doesn't matter if the maps are different.
| Code: |
Hotkey Effect
Numpad 1 Teleport to user-defined location #1 (map 1)
Numpad 2 Teleport to user-defined location #2 (map 1)
Numpad 3 Teleport to user-defined location #1 (map 2)
Numpad 4 Teleport to user-defined location #2 (map 2)
Numpad 5 Teleport to user-defined location #3 (map 2)
Numpad 6 Teleport to user-defined location #1 (map 3) |
So, what is the problem?
|
|
| Back to top |
|
 |
Kavvman Master Cheater
Reputation: 2
Joined: 17 Apr 2004 Posts: 316
|
Posted: Thu Aug 22, 2013 10:40 pm Post subject: |
|
|
Treat each teleport as a different option and label them as such ?. E.g teleport to location in map1, teleport to location in map2
Should be simple enough
_________________
... |
|
| Back to top |
|
 |
Mal1t1a Cheater
Reputation: 0
Joined: 03 Jan 2010 Posts: 40
|
Posted: Fri Aug 23, 2013 2:46 pm Post subject: |
|
|
Here's another method. Find the address that contains the value of the current map you are in. Each user defined teleport would be stored in an array corresponding to said map. I've seen alot of map selections are index based values. You can also find it through string based values.
Goodluck.
|
|
| Back to top |
|
 |
|