TKC-Community

Hacking and Art => Armed Assault 3 => Armed Assault => Topic started by: M. O. on August 20, 2007, 04:34:31 pm

Title: TKC ArmA SuperCheatPack Official Scripts Topic
Post by: M. O. on August 20, 2007, 04:34:31 pm
Here we'll post updates and changes of the official scripts.
Title: Re: TKC ArmA SuperCheatPack Official Scripts Topic
Post by: M. O. 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.
Title: Re: TKC ArmA SuperCheatPack Official Scripts Topic
Post by: M. O. 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.

Title: Re: TKC ArmA SuperCheatPack Official Scripts Topic
Post by: ZOldDude 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!"
Title: Re: TKC ArmA SuperCheatPack Official Scripts Topic
Post by: M. O. on October 26, 2007, 03:50:19 am
It will be so.

RscEditDialog.hpp:
PG_EditDialog -> should be changed to something else.