Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Help me in Teleport Hack

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
sp4rx
Advanced Cheater
Reputation: 0

Joined: 19 Feb 2013
Posts: 64
Location: India

PostPosted: Sat May 18, 2013 4:41 am    Post subject: Help me in Teleport Hack Reply with quote

Can any one tell me haw to make a teleport hack,,

I have found the x y z axis
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Sat May 18, 2013 4:47 am    Post subject: Reply with quote

Post your current table.
_________________
Back to top
View user's profile Send private message MSN Messenger
sp4rx
Advanced Cheater
Reputation: 0

Joined: 19 Feb 2013
Posts: 64
Location: India

PostPosted: Sun May 19, 2013 4:55 am    Post subject: Reply with quote

this is mt cheat table

i just found the co-ordinates

but don't know where to store them in the trainer



hl-cordinates.CT
 Description:
cstike1.6

Download
 Filename:  hl-cordinates.CT
 Filesize:  1.69 KB
 Downloaded:  745 Time(s)

Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon May 20, 2013 8:18 am    Post subject: Reply with quote

well, if you use AA script, you just allocate some space and use something similar to this

Code:
newmem:
...
...
...


//store pos
push edx

mov edx,[eax]
mov [storedPosition],edx
mov edx,[eax+4]
mov [storedPosition+4],edx
mov edx,[eax+8]
mov [storedPosition+8],edx

pop edx

...
...


//restore pos
push edx

mov edx,[storedPosition]
mov [eax],edx
mov edx,[storedPosition+4]
mov [eax+4],edx
mov edx,[storedPosition+8]
mov [eax+8],edx

pop edx


...
...

storedPosition:
dd 0
dd 0
dd 0



But, in multiplayer games, player position is stored in server. (health, armor, position, etc, are server sided).

_________________
Back to top
View user's profile Send private message MSN Messenger
sp4rx
Advanced Cheater
Reputation: 0

Joined: 19 Feb 2013
Posts: 64
Location: India

PostPosted: Wed May 22, 2013 3:06 am    Post subject: Reply with quote

this the memory region of z-axis
and above are y and x axis

_______________________________

in your code i didn't understand what is [storeposition]
Quote:
mov [storedPosition],edx


please help me.. mgr.inz.Player
thanx in advance



cheat.JPG
 Description:
Memory Region
 Filesize:  93.02 KB
 Viewed:  9335 Time(s)

cheat.JPG


Back to top
View user's profile Send private message
sp4rx
Advanced Cheater
Reputation: 0

Joined: 19 Feb 2013
Posts: 64
Location: India

PostPosted: Thu May 23, 2013 12:22 pm    Post subject: Reply with quote

pls help me,, m stuck.. Sad
Back to top
View user's profile Send private message
ashran
Newbie cheater
Reputation: 0

Joined: 20 Jul 2011
Posts: 18

PostPosted: Thu May 30, 2013 10:33 pm    Post subject: Reply with quote

This is out of your scope. Work on single player games first.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Thu May 30, 2013 10:42 pm    Post subject: Reply with quote

If you are trying to do this online, it will not work unless you are locally hosting the game yourself. Counter-Strikes movement is synced with the server and handled by the server. Meaning trying to teleport will do nothing on your end because the server will reject the movement change.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites