Author Topic: Takistan Life Scripts  (Read 2545 times)

0 Members and 1 Guest are viewing this topic.

johnbowa

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Takistan Life Scripts
« on: June 10, 2012, 12:01:56 pm »
These are just some scripts I found while looking around the PBO...Sorry if against rules or such, but I'm trying to contriboot liek all you pr0 script0rz
These scripts are probably already out there, but I did find these ones on my own. I did not steal these.

Code: [Select]
//Go to Admin Base/Spawn (if there is one)
player setPos (getpos adminspawn);
hint "MOVING TO ADMIN BASE (if there is one)"

//Free Gangs
gangcreatecost=0;
hint "Gangs are now free"

//1 Million Gang Income
gangincome = 1000000;
hint "Your gang now has 1 Million Income"

//Become Gang Leader
gangleader = true;
hint "You're now leader of your gang"

//Money and Bank Limit Increased
money_limit= 100000000
bank_limit= 100000000
hint "Bank Money and Inventory Money limit increased"

//Add 5 Million to Inventory
["moneh",5000000] call INV_addinventoryitem;
hint "5 Million added to your INVENTORY"

//Anti-Stun
isstunned = false;
StunActiveTime= 0;
StunTimePerHit= 0;
MaxStunTime= 0;
hint "You're now unstunable"

//Able to Steal up to 1 Million from people
monehStehlenMax=100000000;
hint "Now able to steal up to 1 Million from people"

//Free Impound Cost
impoundpay= 0;
hint "Free Impound Cost"

//Get An Admin Cash Bonus (Not sure if you have to admin or not, probably not)
admincashbonus = 100000;
hint "You now have admin cash bonus, even though your not admin"

//Free Factory Workers
facworkercost= 0;
hint "Factory Workers now FREE!!!"

//1 Thousand Max Factory Workers
maxfacworkers= 1000;
hint "1 Thousand Max Factory Workers"

//100% Lockpick Chance
lockpickchance= 100;
hint "Master-Lockpicker you are"

//Gas Stations can now hold up to 1 Million
maxstationmoney = 1000000;
hint "Gas Stations can now hold up to 1 Million"

//You get no wanted for robbing gas station
wantedamountforrobbing = 0;
hint "You're now unwantable for robbing gas stations"

//Free Oil
oilbaseprice = 0;
hint "Free Oil"

//1000 Max Petrol/Gas
maxpetroluse = 1000;
hint "You can have up to 1 Thousand Petrol"


//Mining Duration and Max Tools increased
shoveldur=1000;
shovelmax=50;
pickaxedur=1000;
pickaxemax=50;
hammerdur=1000;
hammermax=50;
hint "Shovel, Pickaxe and Hammer Duration and Max Increased"

//No Respawn Time
respawnzeit = 0;
hint "Insta-Respawn"

//No Suicide Penalty
suicidepenalty = 0;
hint "No Suicide Penalty"

//Become Mayor
isMayor = true;
hint "You're now Mayor!"

//Get Extra Mayor Money (must be Mayor)
MayorExtraPay = 1000000;
hint "As Mayor, you now get payed 1 Million Extra"

//Become Police Cheif
ischief = true;
hint "You're now the Police Cheif"

//Get Extra Police Cheif money (Must be Police Cheif)
chiefExtraPay = 1000000;
hint "As Police Cheif, you now get payed 1 Million Extra"

//Free Slaves
slave_cost = 0;
hint "Slaves Free"

//100 Max Slaves
maxslave  = 100;
hint "100 Max Slaves"

//FREE WHORES (HOLY SHIT)
huren_cost  = 0;
hint "Dem Whores Now Be Freez, yo"

//100 Max Whores
maxhuren  = 100;
hint "Max Whores are now 100"

//Become Pimp (i think)
pimpactive = 0;
hint "You're now a pimp"


//Free Hideouts
hideoutcost = 0;
hint "Hideouts now Free!!!"


//Good Weather
ENV_wetterfog = 0;
ENV_wetterovercast = 0;
hint "Weather is now Good"



//Cop Markers (NOT TESTED, DON'T KNOW IF IT WORKS)
copmarker_on = 1;
hint "Cops are now Marked"

I'm making this into a mod-appish thing with a very simple scroll menu in-game. It will be very annoying, but my expertise doesn't go past scroll menu's right now. I've actually been looking at MrMedics menu and learning with his. Thx Medic. (no bypass, sorry D:)

Oh and +1 for good grammer in the scripts. I did "You're" correctly.
« Last Edit: March 12, 2013, 07:47:23 am by johnbowa »

Fishgun123

  • Online Villain
  • ***
  • Posts: 223
    • View Profile
Re: Takistan Life Scripts
« Reply #1 on: June 10, 2012, 01:33:19 pm »
Thanks, good man  :icon_thumbsup

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Takistan Life Scripts
« Reply #2 on: June 10, 2012, 06:18:43 pm »
These are just some scripts I found while looking around the PBO...Sorry if against rules or such, but I'm trying to contriboot liek all you pr0 script0rz (giving back to community) (1337?)    :icon_biggrin2
These scripts are probably already out there, but I did find these ones on my own. I did not steal these.

Code: [Select]
//Go to Admin Base/Spawn (if there is one)
player setPos (getpos adminspawn);
hint "MOVING TO ADMIN BASE (if there is one)"

//Free Gangs
gangcreatecost=0;
hint "Gangs are now free"

//1 Million Gang Income
gangincome = 1000000;
hint "Your gang now has 1 Million Income"

//Become Gang Leader
gangleader = true;
hint "You're now leader of your gang"

//Money and Bank Limit Increased
money_limit= 100000000
bank_limit= 100000000
hint "Bank Money and Inventory Money limit increased"

//Add 5 Million to Inventory
["moneh",5000000] call INV_addinventoryitem;
hint "5 Million added to your INVENTORY"

//Anti-Stun
isstunned = false;
StunActiveTime= 0;
StunTimePerHit= 0;
MaxStunTime= 0;
hint "You're now unstunable"

//Able to Steal up to 1 Million from people
monehStehlenMax=100000000;
hint "Now able to steal up to 1 Million from people"

//Free Impound Cost
impoundpay= 0;
hint "Free Impound Cost"

//Get An Admin Cash Bonus (Not sure if you have to admin or not, probably not)
admincashbonus = 100000;
hint "You now have admin cash bonus, even though your not admin"

//Free Factory Workers
facworkercost= 0;
hint "Factory Workers now FREE!!!"

//1 Thousand Max Factory Workers
maxfacworkers= 1000;
hint "1 Thousand Max Factory Workers"

//100% Lockpick Chance
lockpickchance= 100;
hint "Master-Lockpicker you are"

//Gas Stations can now hold up to 1 Million
maxstationmoney = 1000000;
hint "Gas Stations can now hold up to 1 Million"

//You get no wanted for robbing gas station
wantedamountforrobbing = 0;
hint "You're now unwantable for robbing gas stations"

//Free Oil
oilbaseprice = 0;
hint "Free Oil"

//1000 Max Petrol/Gas
maxpetroluse = 1000;
hint "You can have up to 1 Thousand Petrol"


//Mining Duration and Max Tools increased
shoveldur=1000;
shovelmax=50;
pickaxedur=1000;
pickaxemax=50;
hammerdur=1000;
hammermax=50;
hint "Shovel, Pickaxe and Hammer Duration and Max Increased"

//No Respawn Time
respawnzeit = 0;
hint "Insta-Respawn"

//No Suicide Penalty
suicidepenalty = 0;
hint "No Suicide Penalty"

//Become Mayor
isMayor = true;
hint "You're now Mayor!"

//Get Extra Mayor Money (must be Mayor)
MayorExtraPay = 1000000;
hint "As Mayor, you now get payed 1 Million Extra"

//Become Police Cheif
ischief = true;
hint "You're now the Police Cheif"

//Get Extra Police Cheif money (Must be Police Cheif)
chiefExtraPay = 1000000;
hint "As Police Cheif, you now get payed 1 Million Extra"

//Free Slaves
slave_cost = 0;
hint "Slaves Free"

//100 Max Slaves
maxslave  = 100;
hint "100 Max Slaves"

//FREE WHORES (HOLY SHIT)
huren_cost  = 0;
hint "Dem Whores Now Be Freez, yo"

//100 Max Whores
maxhuren  = 100;
hint "Max Whores are now 100"

//Become Pimp (i think)
pimpactive = 0;
hint "You're now a pimp"


//Free Hideouts
hideoutcost = 0;
hint "Hideouts now Free!!!"


//Good Weather
ENV_wetterfog = 0;
ENV_wetterovercast = 0;
hint "Weather is now Good"



//Cop Markers (NOT TESTED, DON'T KNOW IF IT WORKS)
copmarker_on = 1;
hint "Cops are now Marked"

I'm making this into a mod-appish thing with a very simple scroll menu in-game. It will be very annoying, but my expertise doesn't go past scroll menu's right now. I've actually been looking at MrMedics menu and learning with his. Thx Medic. (no bypass, sorry D:)

Oh and +1 for good grammer in the scripts. I did "You're" correctly.

No worries man , keep up the good work.  :icon_thumbsup
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

darkrounge

  • Online Villain
  • ***
  • Posts: 166
    • View Profile
Re: Takistan Life Scripts
« Reply #3 on: June 10, 2012, 07:33:46 pm »
Well done mate, looks pretty decent.
Pitty I don't play that gamemode, might give it a go though!

The Rake

  • Relentless Teamkiller
  • **
  • Posts: 61
  • The TKiller of your nightmares!
    • View Profile
Re: Takistan Life Scripts
« Reply #4 on: June 10, 2012, 08:47:34 pm »
Man these are great, I'd love to see these in a mod-app or possible added to Medic's super cheat Life section hmmm i wonder if it's possible.

darkrounge

  • Online Villain
  • ***
  • Posts: 166
    • View Profile
Re: Takistan Life Scripts
« Reply #5 on: June 10, 2012, 08:53:01 pm »
Man these are great, I'd love to see these in a mod-app or possible added to Medic's super cheat Life section hmmm i wonder if it's possible.

Of course it's possible, then do it?
Just paste it into the script file section and edit the dialog so you're able to see it.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Takistan Life Scripts
« Reply #6 on: June 10, 2012, 08:53:11 pm »
Man these are great, I'd love to see these in a mod-app or possible added to Medic's super cheat Life section hmmm i wonder if it's possible.

in my next public bypass il make it so it can launch multiple scripts included.

Im the same as you lot , i dont like limitations.

ps i am suprised that battleye has not detected any of my public bypasses yet , battleye 0 mrmedic 2.  :icon_biggrin2
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

darkrounge

  • Online Villain
  • ***
  • Posts: 166
    • View Profile
Re: Takistan Life Scripts
« Reply #7 on: June 10, 2012, 09:02:54 pm »
Man these are great, I'd love to see these in a mod-app or possible added to Medic's super cheat Life section hmmm i wonder if it's possible.

in my next public bypass il make it so it can launch multiple scripts included.

Im the same as you lot , i dont like limitations.

ps i am suprised that battleye has not detected any of my public bypasses yet , battleye 0 mrmedic 2.  :icon_biggrin2

Aha, I know.
Mind you, they've got a lot on their plate now with loads of hackers in the game :/

rhyomguther

  • Intentional Cheater
  • **
  • Posts: 38
    • View Profile
Re: Takistan Life Scripts
« Reply #8 on: June 12, 2012, 06:12:15 pm »
The default name for money is geld. So replace moneh with geld for the money script to work.

tankish

  • Cheater Apprentice
  • *
  • Posts: 22
  • army life :/
    • View Profile
Re: Takistan Life Scripts
« Reply #9 on: June 13, 2012, 12:19:23 am »
The default name for money is geld. So replace moneh with geld for the money script to work.

"geld" does not work.

just tested it
we soldiers are like sheeps.. just fallow our master :(

johnbowa

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Re: Takistan Life Scripts
« Reply #10 on: June 13, 2012, 07:08:38 am »
The default name for money is geld. So replace moneh with geld for the money script to work.

No its not
"TAKISTAN LIFE" scripts. For Takistan life their money is stored as "moneh"

Your thinking of
"ZARGABAD LIFE" Zargabad stores it as "geld"

Just look at the .PBO guys, its all in there.

tankish

  • Cheater Apprentice
  • *
  • Posts: 22
  • army life :/
    • View Profile
Re: Takistan Life Scripts
« Reply #11 on: June 13, 2012, 08:11:15 am »
btw does anyone have anything for the    CITY LIFE 2?  I searched the forum but nothing new
we soldiers are like sheeps.. just fallow our master :(

johnbowa

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Re: Takistan Life Scripts
« Reply #12 on: June 13, 2012, 11:27:05 am »
btw does anyone have anything for the    CITY LIFE 2?  I searched the forum but nothing new

Give me the .PBO and i'll look at it.

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: Takistan Life Scripts
« Reply #13 on: June 18, 2012, 04:14:12 pm »
HOW SET ME 3 WORKPLACES?

stealthstick

  • Klass Klown
  • ***
  • Posts: 360
  • Computer Scientist
    • View Profile
Re: Takistan Life Scripts
« Reply #14 on: June 19, 2012, 01:59:25 am »
Gettin' a bit cOLD around here *burghhh*
It's been a good few years, becoming what I always wanted to be.