Author Topic: help  (Read 3997 times)

0 Members and 1 Guest are viewing this topic.

MrMedic

  • Moderator
  • MasstKer
  • *
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: help
« Reply #15 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
}


« Last Edit: May 10, 2011, 01:15:16 pm by MrMedic »
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Darkhero

  • Relentless Teamkiller
  • **
  • Posts: 51
    • View Profile
Re: help
« Reply #16 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.

.

Darkhero

  • Relentless Teamkiller
  • **
  • Posts: 51
    • View Profile
Re: help
« Reply #17 on: May 10, 2011, 01:38:19 pm »
And to find the static pointer?

As can be done?

I fail to find.

ReaN

  • Cheater Apprentice
  • *
  • Posts: 12
    • View Profile
Re: help
« Reply #18 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

Darkhero

  • Relentless Teamkiller
  • **
  • Posts: 51
    • View Profile
Re: help
« Reply #19 on: May 10, 2011, 09:54:33 pm »
Mrmedic already got through I found the static pointer.

Rav3n

  • Klass Klown
  • ***
  • Posts: 419
    • View Profile
Re: help
« Reply #20 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.


« Last Edit: October 01, 2011, 08:46:22 pm by Rav3n »

Free Rapidshare Prem Accounts
http://rapidshare dot com/files/111551586/Free-PremAccs.rar

ReaN

  • Cheater Apprentice
  • *
  • Posts: 12
    • View Profile
Re: help
« Reply #21 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

[TKC]ViruS

  • Moderator
  • Klass Klown
  • *
  • Posts: 367
  • TKC-COMMUNITY.NET
    • View Profile
Re: help
« Reply #22 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 ?

ReaN

  • Cheater Apprentice
  • *
  • Posts: 12
    • View Profile
Re: help
« Reply #23 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:



i can only shoot when im near the wall  :icon_magician

[TKC]ViruS

  • Moderator
  • Klass Klown
  • *
  • Posts: 367
  • TKC-COMMUNITY.NET
    • View Profile
Re: help
« Reply #24 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

good luck :icon_thumbsup,
[TKC]ViruS

MrMedic

  • Moderator
  • MasstKer
  • *
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: help
« Reply #25 on: May 17, 2012, 12:57:01 am »
probably.. ( the best lager in the world )
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157