Wasteland money script

Posts 115 of 17 · Page 1 of 2
Wasteland money script
Wasteland money script:

I havnt seen any money script for wasteland so here is a money script that actually works for wasteland:

Code:
["moneh",5000000] call INV_addinventoryitem;
_money = (player getVariable "cmoney");
_addtomoney = 5000000;
player setVariable["cmoney",_money+_addtomoney,false];
hint "5million has been added";
I also think this this works for takistan/cherno life
How would i go about using the script?
Quote Originally Posted by nak0604 View Post
How would i go about using the script?
You would need a bypass i would recommend VA.
i cant find VA bypass anywhere on mpgh do i have to skype someone im trying to get a bypass so i can use my own scripts without getting banned
Quote Originally Posted by Dr_haxx View Post
i cant find VA bypass anywhere on mpgh do i have to skype someone im trying to get a bypass so i can use my own scripts without getting banned
Google virtual advantage
The money script has been out there just not in public. Its in 2 menus I know of
Quote Originally Posted by maximusdkcz View Post
Wasteland money script:

I havnt seen any money script for wasteland so here is a money script that actually works for wasteland:

Code:
_money = (player getVariable "cmoney");
_addtomoney = 5000000;
player setVariable["cmoney",_money+_addtomoney,false];
hint "5million has been added";
//["moneh",5000000] call INV_addinventoryitem; <- no need for that.

script should look like this:

Code:
{
_money = (_x getVariable "cmoney");
_addtomoney = 5000000;
_x setVariable["cmoney",_money+_addtomoney,false];

}forEach playableunits;
hint "5million has been added";
Quote Originally Posted by infiSTAR View Post
//["moneh",5000000] call INV_addinventoryitem; <- no need for that.

script should look like this:

Code:
{
_money = (_x getVariable "cmoney");
_addtomoney = 5000000;
_x setVariable["cmoney",_money+_addtomoney,false];

}forEach playableunits;
hint "5million has been added";
Oh okay thank you
Thanks, good script
Alright Used It, It Works!
Just bumping this thread for if anybody needs this script also im probably going to make a wasteland menu, just a simple one based on silents menu cause i havnt seen any free good wasteland menu's
Quote Originally Posted by maximusdkcz View Post
Just bumping this thread for if anybody needs this script also im probably going to make a wasteland menu, just a simple one based on silents menu cause i havnt seen any free good wasteland menu's
Also having trouble finding any decent *free* wasteland menu, would be greatly appreciated
Quote Originally Posted by LanceArmstrong View Post
Also having trouble finding any decent *free* wasteland menu, would be greatly appreciated
Okay ill make it tomorrow then should only take like 30min of my life
Is there a bypass included becouse the virtual advantages By Pass cost like 8€
Quote Originally Posted by 12jeff123 View Post
Is there a bypass included becouse the virtual advantages By Pass cost like 8€
No there will not be a bypass included.... Also i might first release the wasteland menu tomorrow since i have been very busy today though i might just make a quick release and then make a better one tomorrow
Posts 115 of 17 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?