Author Topic: TKC ArmA SuperCheatPack Official Scripts Topic  (Read 4478 times)

0 Members and 1 Guest are viewing this topic.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
TKC ArmA SuperCheatPack Official Scripts Topic
« on: August 20, 2007, 04:34:31 pm »
Here we'll post updates and changes of the official scripts.
Heckling is an art, and game hacking a science.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: TKC ArmA SuperCheatPack Official Scripts Topic
« Reply #1 on: September 19, 2007, 09:42:44 pm »
grav2.sqs update
Code: (cpp) [Select]
_height=50;
_g=9.8;
_nrTests=15;
_pos=_this select 0;
_testNr=0;
#CreateBomb

_bomb="Bo_GBU12_LGB" createvehicle [_pos select 0, _pos select 1, (_pos select 2)+_height];
_t0=_time;

@(((getPos _bomb) select 2) < 0.05);
_t=_time;
_sText = format["TKC-Labs Results: \n Passed Time: %1 .\n Expected Time: %2 .\n Estimated g: %3 .\n Rel Error: %4 Percent", (_t-_t0), (sqrt(2*_height/_g)),(2*_height/((_t-_t0)*(_t-_t0))), abs(9.8-(2*_height/((_t-_t0)*(_t-_t0))))/9.8 *100]
[_sText,"Hint l;"] exec "\_ch34tsDevString\scripts\_do_public2.sqs";

_height=_height+50;
_testNr=_testNr+1;
?(_testNr<_nrTests): goto "CreateBomb";

deleteVehicle _bomb;
onMapSingleClick "";
exit;

Will display the test results on all clients.
Heckling is an art, and game hacking a science.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: TKC ArmA SuperCheatPack Official Scripts Topic
« Reply #2 on: October 02, 2007, 02:20:33 am »
One way of discovering the SCP has come to our attention.

In RscEditDialog.csv change TKC-SCP to something else. (Requires extracted pbo)
Or just change that string directly in the .pbo if you got a hex editor.

Heckling is an art, and game hacking a science.

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: TKC ArmA SuperCheatPack Official Scripts Topic
« Reply #3 on: October 02, 2007, 03:41:48 am »
One way of discovering the SCP has come to our attention.

In RscEditDialog.csv change TKC-SCP to something else. (Requires extracted pbo)
Or just change that string directly in the .pbo if you got a hex editor.



Thanks.
I subjest that if people have problems and can't do this themself that -ON November 5th- that TKC releases a updated installer that will do this automatically.

Walker on BI has made such a deal about all the anti-cheaters gathering to file FALSE CRIME REPORTS on November the 5th (sadly the BI owners/Mods have not deleated such crap) that I have said that date be more in line with it's original founding....a REVOLT against the power of those who would rule over us all without Freedom more in keeping with the spirit of the date.

"Remember,remember the 5th of November!"

*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.*

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: TKC ArmA SuperCheatPack Official Scripts Topic
« Reply #4 on: October 26, 2007, 03:50:19 am »
It will be so.

RscEditDialog.hpp:
PG_EditDialog -> should be changed to something else.
Heckling is an art, and game hacking a science.