TKC-Community

Hacking and Art => Vietcong 1 & 2 => Topic started by: ReaN on May 08, 2011, 09:14:22 pm

Title: help
Post by: ReaN on May 08, 2011, 09:14:22 pm
hi im making a trainer to walk through the walls , i found the value but i dont know how to make it that i could walk through the wall can anyone help me?  :icon_magician
Title: Re: help
Post by: MrMedic on May 08, 2011, 09:38:32 pm
walk upto a wall ( gun raises ) search 1 , walk back (gun lowers) search 0

Title: Re: help
Post by: ReaN on May 08, 2011, 10:28:29 pm
yes i did that , i found that value , but what now? thanks
Title: Re: help
Post by: Darkhero on May 09, 2011, 03:35:41 pm
What program do you use to find directions?

Cheat engine?
Title: Re: help
Post by: ReaN on May 09, 2011, 04:41:34 pm
yes, i think i must edit something when i browse the memory region but i dont know what xD
Title: Re: help
Post by: Darkhero on May 09, 2011, 08:07:08 pm
You found the static pointer?
Title: Re: help
Post by: ReaN on May 09, 2011, 08:25:19 pm
sry im not good in english , but i think yes i found ...

edit: i will show you on the screen:

i found this value:

(http://imgupload.sk/images/90444207910047419951.jpg)

and it is changing, when im at the wall the value is 1 and when im not the value is 0

and now i think i must edit something here in the memory viewer:

(http://imgupload.sk/images/98233545373915379768.jpg)

or here:

(http://imgupload.sk/images/41901743090933273576.jpg)

or no?  :icon_magician
Title: Re: help
Post by: Darkhero on May 09, 2011, 09:02:48 pm
To find the static pointer you see what you type or enter the residence address in memory.

Multipointer There are many tutorials that teach you to do this process.
Title: Re: help
Post by: ReaN on May 09, 2011, 09:31:26 pm
can you give me link to one? because i dont understand you very well and i didnt find any ...

edit: i found one but i dont understand :F , can you explain this to me?
Title: Re: help
Post by: Darkhero on May 09, 2011, 10:07:49 pm
Watch this video.

In cheat engine directory a file called Tutorial.exe

You run it and follow the steps of the video.

http://www.youtube.com/watch?v=6Tdt3qjOWQA&feature=related (http://www.youtube.com/watch?v=6Tdt3qjOWQA&feature=related)
Title: Re: help
Post by: ReaN on May 09, 2011, 10:28:30 pm
lol i dont understand it  :icon_rolleyes2 :D
Title: Re: help
Post by: Darkhero on May 09, 2011, 10:53:04 pm
Watch the video and practice.
Find more information on the Internet is a lot of information.
Title: Re: help
Post by: ReaN on May 09, 2011, 10:58:29 pm
ok i will, thanks for help  :icon_thumbsup
Title: Re: help
Post by: MrMedic on May 10, 2011, 12:58:34 am

seeing as your trying i will help more ... this is a snippet from pissoff player.

Code: [Select]


#define _GhostModeA   0x1003AD94;       /* Shoot through anything walk through anything sort of ghost mode ( Note: can kill anyone any place on the map ) */
#define _GhostModeB   0x10035158;       /* No Gun Raise ( Note to self: enabled when _GhostModeA is toggled ) */

Title: Re: help
Post by: Darkhero on May 10, 2011, 12:14:57 pm
I send you a MP Mrmedic.

Read it please.

Thx.
Title: Re: help
Post by: MrMedic on May 10, 2011, 12:57:02 pm

try this :
hit the first address then
look back through the code to see what loads into ecx ,
read it , store it then + 8.

{
the value loaded into ecx is pointing to localplayer..
localplayer = x and localplayer+ 0x04 = y , localplayer+ 0x08 = z
}

Title: Re: help
Post by: Darkhero on May 10, 2011, 01:28:26 pm
Sorry Mrmedic am Spanish and I do not understand English very well.

You can explain it better?

I would greatly appreciate it.

Or any image to see?

Thx Mrmedic.


EDIT: I think I know what you mean.

.
Title: Re: help
Post by: Darkhero on May 10, 2011, 01:38:19 pm
And to find the static pointer?

As can be done?

I fail to find.
Title: Re: help
Post by: ReaN on May 10, 2011, 06:01:41 pm

seeing as your trying i will help more ... this is a snippet from pissoff player.

Code: [Select]


#define _GhostModeA   0x1003AD94;       /* Shoot through anything walk through anything sort of ghost mode ( Note: can kill anyone any place on the map ) */
#define _GhostModeB   0x10035158;       /* No Gun Raise ( Note to self: enabled when _GhostModeA is toggled ) */


what i must do with these values?  :icon_cry2
Title: Re: help
Post by: Darkhero on May 10, 2011, 09:54:33 pm
Mrmedic already got through I found the static pointer.
Title: Re: help
Post by: Rav3n on October 01, 2011, 08:41:18 pm
NOP the value at this address to disable gun raise:

Code: [Select]
GAM_MP_InetStats_Init+446DA
This is the original value so you can turn it back on again:

Code: [Select]
GAM_MP_InetStats_Init+446DA - 89 9E C00A0000  - mov [esi+00000AC0],ebx
Hope that helps.


Title: Re: help
Post by: ReaN on March 23, 2012, 10:53:49 pm
hello again  :icon_laugh , i found that , but how i can make that i could walk through walls? i can only shoot when im near the wall but i can go through it xD
Title: Re: help
Post by: [TKC]ViruS on March 24, 2012, 03:36:11 pm
hello again  :icon_laugh , i found that , but how i can make that i could walk through walls? i can only shoot when im near the wall but i can go through it xD
I dont understand..did u find the address for walk through walls or not ?
Title: Re: help
Post by: ReaN on March 24, 2012, 07:38:13 pm
I dont understand..did u find the address for walk through walls or not ?

yes but i made only this:

(http://imgupload.sk/images/9/t/9tctc24z3b6f4zo9dutx.jpg)

i can only shoot when im near the wall  :icon_magician
Title: Re: help
Post by: [TKC]ViruS on March 24, 2012, 08:09:15 pm
so you didnt find real address for walk through walls, exist lot of ways

eg
1)
walk upto a wall ( gun raises ) search 1 , walk back (gun lowers) search 0


2)
http://tkc-community.net/forum/index.php?topic=8556.0 (http://tkc-community.net/forum/index.php?topic=8556.0)

good luck :icon_thumbsup,
[TKC]ViruS
Title: Re: help
Post by: MrMedic on May 17, 2012, 12:57:01 am
probably.. ( the best lager in the world )