
Originally Posted by
Crakyous
Atleast give credits if you repost something idiot
Create Vehicle Key
Code:
[]spawn {
systemChat ("Freddie's Hacks: Getting vehicle key");
_object = cursorTarget;
_fredcartarget = parseNumber(cursorTarget getVariable ['CharacterID', '0']);
_colors = ["Green", "Red", "Blue", "Yellow", "Black"];
_key = format["ItemKey%1%2", _colors select floor(_fredcartarget / 2500), (_fredcartarget - (floor(_fredcartarget / 2500) * 2500))];
[player,_key] call BIS_fnc_invAdd;
systemChat format["Freddie's Hacks: Got key from vehicle %1", (typeOf _object)];
};
Credits: Frddie(Skype: freddie.chessell)
Give Money Script!!!
Code:
private["_BBccgcash","PVDZE_plr_Save","PVDZE_bank_Save"];
_BBccgcash = 250000;
_cash_m = "cashMoney";
_c_c_g = "ccgwealth";
////////////////////////////////////////////////
player setVariable["ccgwealth",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["wealth",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["headShots",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["cashMoney",_BBccgcash,true];
////////////////////////////////////////////////
PVDZE_plr_Save = [player,(magazines player),true,true];
////////////////////////////////////////////////
PVDZE_bank_Save = [player];
////////////////////////////////////////////////
systemChat format["[BB-Console]: Setting coin total to %1", _BBccgcash];
Credits: BigBen
Thank you for your support! Yes, that is a script from my old cheat. Leaking is one thing, but at least put credit. Anyway, if people want the scripts, since they've been leaked everywhere else, I might put them up.
Also, I don't see how I "copied" BigBen. I've read his scripts before, and learnt from them. Obviously if I end up using the same functions from time to time, that is not being a skid. And this:
Code:
private["_BBccgcash","PVDZE_plr_Save","PVDZE_bank_Save"];
_BBccgcash = 250000;
_cash_m = "cashMoney";
_c_c_g = "ccgwealth";
////////////////////////////////////////////////
player setVariable["ccgwealth",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["wealth",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["headShots",_BBccgcash,true];
////////////////////////////////////////////////
player setVariable["cashMoney",_BBccgcash,true];
////////////////////////////////////////////////
PVDZE_plr_Save = [player,(magazines player),true,true];
////////////////////////////////////////////////
PVDZE_bank_Save = [player];
////////////////////////////////////////////////
systemChat format["[BB-Console]: Setting coin total to %1", _BBccgcash];
That is not from my menu. Look at the variable names! Also, I don't use comments like that. My set money cheat uses only 1 setVariable, as this is for an old coin script.