Author Topic: Sahrani Life v1.02 / X TKC SCP Addon Scripts  (Read 8505 times)

0 Members and 1 Guest are viewing this topic.

Easy_tiger

  • Klass Klown
  • ***
  • Posts: 331
  • ArmA Anti-Christ
    • View Profile
Sahrani Life v1.02 / X TKC SCP Addon Scripts
« on: December 10, 2007, 11:38:34 pm »
i cant seem to post in the community scripts topic so i'll pop them here temporarily until its fixed

Add these scripts to your TKC Super Cheat Pack to make your Sahrani Life more FUN!

1. %100 Interest

This script will double your bank account balance with a single click!

interest.sqs

Code: (cpp) [Select]
Kontostand = (Kontostand+Kontostand);


2. Magic Pockets

This script fills your pockets!

magicPockets.sqs

Code: (cpp) [Select]
_cash = 999999;
inventar_count SET [16, _cash];




2. Stealth Mode

Removes your Civ marker from the map.

stealth.sqs

Code: (cpp) [Select]
_civnumber = rolenumber;
call compile format ["civ%1_markerjammed = 1; PUBLICVARIABLE ""civ%1_markerjammed""; ", _civnumber];



Access All Areas


Reaches the places other CIV's can reach.

!!WARNING MAKE SURE YOU HAVE ACCESSED ALL THE MENUS YOU NEED BEFORE YOU RUN THIS SCRIPT AS AFTER RUNNING YOU ARE NOT LONGER A CIV (DONT WORRY THO YOU CAN STILL ACCESS THE TERROR CAMP  :icon_thumbsup)!!


beCop.sqs

Code: (cpp) [Select]
rolecop = 0;

if (civ1 == player) then {role = cop1; rolestring = "cop1"; rolecop = 1; iscop = TRUE; rolenumber = 11; rolecopnumber = 1; longrolenumber = 1101;};

if (civ2 == player) then {role = cop2; rolestring = "cop2"; rolecop = 1; iscop = TRUE; rolenumber = 12; rolecopnumber = 2; longrolenumber = 1102;};

if (civ3 == player) then {role = cop3; rolestring = "cop3"; rolecop = 1; iscop = TRUE; rolenumber = 13; rolecopnumber = 3; longrolenumber = 1103;};

if (civ4 == player) then {role = cop4; rolestring = "cop4"; rolecop = 1; iscop = TRUE; rolenumber = 14; rolecopnumber = 4; longrolenumber = 1104;};

if (civ5 == player) then {role = cop5; rolestring = "cop5"; rolecop = 1; iscop = TRUE; rolenumber = 15; rolecopnumber = 5; longrolenumber = 1105;};

if (civ6 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};

if (civ7 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};

if (civ8 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};

if (civ9 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};

if (civ10 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};


Add the new scripts to your chinit.sqf and ENJOY!





[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #1 on: December 11, 2007, 12:28:56 am »
Ah ha, that stealth thing will definitely come in handy.
Thanks!

The Illusive Man

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #2 on: December 11, 2007, 08:36:45 pm »
Quote
i cant seem to post in the community scripts topic so i'll pop them here temporarily until its fixed

Add these scripts to your TKC Super Cheat Pack to make your Sahrani Life more FUN!

1. %100 Interest

This script will double your bank account balance with a single click!

interest.sqs


Code
Kontostand = (Kontostand+Kontostand);


2. Magic Pockets

This script fills your pockets!

magicPockets.sqs


Code
_cash = 999999;inventar_count SET [16, _cash];



2. Stealth Mode

Removes your Civ marker from the map.

stealth.sqs


Code
_civnumber = rolenumber;call compile format ["civ%1_markerjammed = 1; PUBLICVARIABLE ""civ%1_markerjammed""; ", _civnumber];


Access All Areas


Reaches the places other CIV's can reach.

!!WARNING MAKE SURE YOU HAVE ACCESSED ALL THE MENUS YOU NEED BEFORE YOU RUN THIS SCRIPT AS AFTER RUNNING YOU ARE NOT LONGER A CIV (DONT WORRY THO YOU CAN STILL ACCESS THE TERROR CAMP  )!!


beCop.sqs


Code
rolecop = 0; if (civ1 == player) then {role = cop1; rolestring = "cop1"; rolecop = 1; iscop = TRUE; rolenumber = 11; rolecopnumber = 1; longrolenumber = 1101;}; if (civ2 == player) then {role = cop2; rolestring = "cop2"; rolecop = 1; iscop = TRUE; rolenumber = 12; rolecopnumber = 2; longrolenumber = 1102;}; if (civ3 == player) then {role = cop3; rolestring = "cop3"; rolecop = 1; iscop = TRUE; rolenumber = 13; rolecopnumber = 3; longrolenumber = 1103;}; if (civ4 == player) then {role = cop4; rolestring = "cop4"; rolecop = 1; iscop = TRUE; rolenumber = 14; rolecopnumber = 4; longrolenumber = 1104;}; if (civ5 == player) then {role = cop5; rolestring = "cop5"; rolecop = 1; iscop = TRUE; rolenumber = 15; rolecopnumber = 5; longrolenumber = 1105;}; if (civ6 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;}; if (civ7 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;}; if (civ8 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;}; if (civ9 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;}; if (civ10 == player) then {role = cop6; rolestring = "cop6"; rolecop = 1; iscop = TRUE; rolenumber = 16; rolecopnumber = 6; longrolenumber = 1106;};

Add the new scripts to your chinit.sqf and ENJOY!


Nice scripts! I will add them to my TKC scanner  :icon_thumbsup

Easy_tiger

  • Klass Klown
  • ***
  • Posts: 331
  • ArmA Anti-Christ
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #3 on: December 11, 2007, 08:53:02 pm »
Be my guest,

Then you'll ban everyone on your server that:

1. works in Sahrani Life
2. is a cop in Sahrani Life
3. buys a radar jammer in Sahrani Life


 :icon_laugh

Nice to see you again Tirb, You went all quiet after i proved that your ACS is pants....




« Last Edit: December 11, 2007, 09:00:12 pm by Easy_tiger »

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #4 on: December 11, 2007, 09:48:50 pm »
Quote
Nice to see you again Tirb, You went all quiet after i proved that your ACS is pants....

You did? Far as i remember you never proved shit but fill free to post the link to this proof as i aint been reading TKC forums that much in last month or so and even stoped playing arma for abit sence it sucks more then you guys and you guys make it suck even more with your hacks...

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #5 on: December 12, 2007, 02:28:37 am »
Quote
Nice to see you again Tirb, You went all quiet after i proved that your ACS is pants....

You did? Far as i remember you never proved shit but fill free to post the link to this proof as i aint been reading TKC forums that much in last month or so and even stoped playing arma for abit sence it sucks more then you guys and you guys make it suck even more with your hacks...
Find it for yourself Mr lazy.

Quote
you guys make it suck even more
Thanks...

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

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #6 on: December 12, 2007, 07:09:23 am »
Quote
Nice to see you again Tirb, You went all quiet after i proved that your ACS is pants....

You did? Far as i remember you never proved shit but fill free to post the link to this proof as i aint been reading TKC forums that much in last month or so and even stoped playing arma for abit sence it sucks more then you guys and you guys make it suck even more with your hacks...

Find it for yourself Mr lazy.

I heard you guys offer 1st class service here so though you mite find it for me..

Quote
you guys make it suck even more
Thanks...

Np. your welcome old man

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #7 on: December 17, 2007, 11:36:54 pm »
Still waiting for the link to that so called proof......

Btw who is Sgt. Hardcore  :icon_razz2

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #8 on: December 18, 2007, 02:34:40 pm »
Look on YouTube....the video has been there for the longest time.

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

Looter

  • Intentional Cheater
  • **
  • Posts: 26
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #9 on: December 29, 2007, 03:39:32 pm »
For gods sake, kill the intro when reloading scripts. I've tried killing the camera to no avail.

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #10 on: December 30, 2007, 12:32:59 am »
For gods sake, kill the intro when reloading scripts. I've tried killing the camera to no avail.

That was posted in the other thread.

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

GRU_sniper

  • Klass Klown
  • ***
  • Posts: 384
    • View Profile
    • http://www.OFP-cheats.prv.pl
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #11 on: January 01, 2008, 05:17:51 pm »
Hi
I have strange things happend when using CHP.
Sahrani Live 1.1 and when I press run script it start demo that is shown alvays when You connect on this map, and finally I have error message on top screen
'|#| <NULL-object>'
Error Wrong number of expression
ARMA 1.08 Polish version.

this suck, becouse all the time I need to wait till this demo ends.
I played once week ago and there was everything OK. Maybe I played different version of Sahrani Lihe. Dont remember.
*******************************

GRU_Sniper PL

OFP Cheat's Center http://www.OFP-CHEATS.tk

TacticalOPS Cheat's Center http://www.TO-cheats.tk


******************************

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #12 on: January 03, 2008, 10:34:21 am »
Quote
Hi
I have strange things happend when using CHP.
Sahrani Live 1.1 and when I press run script it start demo that is shown alvays when You connect on this map, and finally I have error message on top screen
'|#| <NULL-object>'
Error Wrong number of expression
ARMA 1.08 Polish version.

this suck, becouse all the time I need to wait till this demo ends.
I played once week ago and there was everything OK. Maybe I played different version of Sahrani Lihe. Dont remember

Hey Gru. Hows it going? Still cheating like a dumbass and geting caught everytime? lol
 Watch your tone

RX-Tirb

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #13 on: January 04, 2008, 12:23:19 pm »
LOL warned.. i fill special now  :icon_rolleyes2

What happens if i get warned again? does it turn orange and light up with special affects?  :icon_biggrin2

Frank P.

  • Heckler Apprentice
  • ****
  • Posts: 1011
  • Still J Day N*gga....
    • View Profile
Re: Sahrani Life v1.02 / X TKC SCP Addon Scripts
« Reply #14 on: January 04, 2008, 12:44:26 pm »
LOL warned.. i fill special now  :icon_rolleyes2

What happens if i get warned again? does it turn orange and light up with special affects?  :icon_biggrin2
Put it this way, keep going the way you are and your time here may become very limited.
Being Australian is about driving in a German car to an Irish pub for a Belgian beer, and then travelling home, grabbing an Indian curry or a Turkish kebab on the way, to sit on Swedish furniture and watch American shows on a Japanese TV.