PostDayZ Epoch Scripts- Get Code Script, Create Key Script

Posts 1622 of 22 · Page 2 of 2
Quote Originally Posted by MonsterCheats View Post
Well, you can say what you want

My bypass clearly works and i'm Using it right now


Even though you was posting the Scripts to help people out, they're copy and pasted
I'm using some Dll crap my friend helped me make.. I'm starting coding. I know the basics and such.. But yeh I copied and pasted because I see people asking a million times how to crack safes and such.. I don't know the username of who created the menu. I also didn't "Leech" it from here or anywhere. My friend literally sent it to me lmfao.. I take no credit and won't. I don't release "MY" work to anyone.. As I don't believe it's decent enough to go on forums to be seen by thousands of people. I mostly got pissed when you and 2 other people posted saying I was selling leeched work.. I was just releasing some crap out of a menu my friend sent me.. And I straight up just won't sell a bypass.. Friends of mine sold my bypass 4 months ago and it was patched within a week.. Sooo.. Yep not selling anything and won't.. Ever..
Quote Originally Posted by MonsterCheats View Post
Sorry for the mistake if you're not the guy I was thinking about, somone is going around re-selling and such with the name 'ieatzfishz' recently banned on these forums.
Naw xD I'm more of a creep on these forums :P I forgot my other account's password (Soulcist) but naw I don't sell anything I'm more of a Idgaf bout money kinda guy.. And yeh I looked at your profile and saw many posts saying ieatzfishz.. Goodluck with the leecher lmao
Thanks for the scripts even if it's not yours
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
Quote Originally Posted by Crakyous View Post
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.
Quote Originally Posted by Fighting-Freddie View Post
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.
I have been trying to contact Bigben, you know anyway to contact him, or find his skype or anything?
Thanks For The Script
Posts 1622 of 22 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?