Author Topic: ID Changer Timeout  (Read 3090 times)

0 Members and 1 Guest are viewing this topic.

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
ID Changer Timeout
« on: June 11, 2012, 02:52:53 am »
Sup Y'all

I am probably talking to nobody due to this is very old.
but anyways...  i modifyed many things of the SCP and its allmost unique  but the thing is that whatever i do the TKC ID Changer will couse a timeout.

Is there any way to get around this ?
i use Windows 7  64x SP2

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: ID Changer Timeout
« Reply #1 on: June 11, 2012, 03:05:18 am »
Timeout as in lost connection from a server?

I don't remember the status of the ID changer that's in there, but it should work. At least if the versions match.




Heckling is an art, and game hacking a science.

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: ID Changer Timeout
« Reply #2 on: June 11, 2012, 04:00:03 am »
ID and GUID are changed in -registry-...if the "timeout" is happening I would guess it was OS related.

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: ID Changer Timeout
« Reply #3 on: June 11, 2012, 01:15:13 pm »
dunno mate , dont have it installed any more or i would check it out and fix it.
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

userpc

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: ID Changer Timeout
« Reply #4 on: June 11, 2012, 01:48:07 pm »
Timeout as in lost connection from a server?
Only right regestry number dont do ''connection lost'', use serial number from google OFP for change id :icon_rolleyes2

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: ID Changer Timeout
« Reply #5 on: June 11, 2012, 05:16:31 pm »
Oh yeah, you can't change your ID while in a server. You need to do it before you join. It may have to be a valid one that you change to, too. But this is a very long time ago and I don't remember the specifics.
Heckling is an art, and game hacking a science.

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ID Changer Timeout
« Reply #6 on: June 11, 2012, 09:44:30 pm »
Well it does change the ID and i changed it to a valid one, i can join server and everething is working fine but when the game starts  then PAF  disconnected :/  or Timedout somehow.
i would really appriciate a fix for the id changer due to the bans that are killing me.

userpc

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: ID Changer Timeout
« Reply #7 on: June 12, 2012, 10:30:52 am »
Well it does change the ID and i changed it to a valid one, i can join server and everething is working fine but when the game starts  then PAF  disconnected :/  or Timedout somehow.
i would really appriciate a fix for the id changer due to the bans that are killing me.
I say, use legal serial number from google if you want change id whithout ''session lost'', ''timeout'' etc severs haves versions 1.96 and 1.96c. If 1.96c - we have ''session lost'' and etc fucking thing any time in game  :icon_rolleyes2

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ID Changer Timeout
« Reply #8 on: June 14, 2012, 12:50:26 am »
with legal ID u just mean valid one ( legit )

for that i just type in game #userlist
and i copy past to id changer, but stil.

Anyone managed to fix this ?

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: ID Changer Timeout
« Reply #9 on: June 14, 2012, 12:55:53 am »
They probably compute the ID from the registry on server join then.

In that case the ID changer has to be remade. It isn't too hard, but you need some experience with mod-apping and possibly code caving.
Heckling is an art, and game hacking a science.

Cryout

  • Online Villain
  • ***
  • Posts: 107
    • View Profile
Re: ID Changer Timeout
« Reply #10 on: June 14, 2012, 01:23:31 pm »
A Change Is ID can do, just as buying a new key ?

[TKC]Symantic

  • The Indifferent Character
  • The Central Committee
  • Heckler
  • *
  • Posts: 1647
  • I can has personal text?
    • View Profile
Re: ID Changer Timeout
« Reply #11 on: June 14, 2012, 04:31:02 pm »
They probably compute the ID from the registry on server join then.

In that case the ID changer has to be remade. It isn't too hard, but you need some experience with mod-apping and possibly code caving.

would probably look for the function that generates the code and look to see where the final ID gets set into memory, copy that function, go to the beginning of the generate ID function, jump to your new section in memory where you store your fake ID, jump back to somewhere in the stack the ID isn't altered before that function ends and force it to your new ID.

so basically something like if this was the original code

Code: [Select]
this_is_the_generator_function_bullshit()[
grab_shit_from_registry
do_magic_shit_to form_ID
send_id_to_memory
]

you want it to look more like
Code: [Select]
this_is_the_generator_function_bullshit()[
grab_shit_from_registry
jump_to_my_new_function
jump_to_old_place_in_memory
send_id_to_memory
]

Now, this is just shit i pulled out of my arse (sym special) as i dun fk with the game, but its so over simplified and general that it cant not work.

Enjoy your creative game-play, whatever that may include.

WTCLeGeND

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ID Changer Timeout
« Reply #12 on: June 14, 2012, 10:24:03 pm »
Well sorry but i diddent really understand your shit  :icon_magician
Anyone can help me with this, im sure there are also others with same issue.

[TKC]Symantic

  • The Indifferent Character
  • The Central Committee
  • Heckler
  • *
  • Posts: 1647
  • I can has personal text?
    • View Profile
Re: ID Changer Timeout
« Reply #13 on: June 15, 2012, 05:53:10 am »
Well sorry but i diddent really understand your shit  :icon_magician
Anyone can help me with this, im sure there are also others with same issue.
Complete the cheat engine tutorial without looking up a password. google some cheat engine tutorials.

knowledge starts expanding from one thought.

I'm not trying to sound egotistical but even the guys at the DMV get tired of answering the same basic questions and they are getting paid.

If your not up to trying to make your own application (which is what the heart of this forum is dedicated to), then there is probably something available that's already compiled.
Enjoy your creative game-play, whatever that may include.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: ID Changer Timeout
« Reply #14 on: June 15, 2012, 03:45:11 pm »
They probably compute the ID from the registry on server join then.

In that case the ID changer has to be remade. It isn't too hard, but you need some experience with mod-apping and possibly code caving.

would probably look for the function that generates the code and look to see where the final ID gets set into memory, copy that function, go to the beginning of the generate ID function, jump to your new section in memory where you store your fake ID, jump back to somewhere in the stack the ID isn't altered before that function ends and force it to your new ID.

so basically something like if this was the original code

Code: [Select]
this_is_the_generator_function_bullshit()[
grab_shit_from_registry
do_magic_shit_to form_ID
send_id_to_memory
]

you want it to look more like
Code: [Select]
this_is_the_generator_function_bullshit()[
grab_shit_from_registry
jump_to_my_new_function
jump_to_old_place_in_memory
send_id_to_memory
]

Now, this is just shit i pulled out of my arse (sym special) as i dun fk with the game, but its so over simplified and general that it cant not work.



Your turning into a psuedo code king you lol

My version..
Code: [Select]
if ( this == that ) { mrmedic() }

Works on every game.  :smile
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