[Sammelthread] Dayz Scripts!

09/21/2012 19:26 Darius'#121
Quote:
Originally Posted by Jalau View Post
Für alle scripts brauche ich einen bypass oder??
Ja, und ein Script Executer.
Auf ein Bypass kannst du verzichten, wenn du auf ein Server ohne Battleye gehst!
09/21/2012 20:47 Nero856#122
Kann mir jemand ein Script Execute und ein Bypass schicken?
Oder hier rein schreiben , aber mit Virustotal bitte.
09/22/2012 10:51 Itemcraft#123
Hier ein kleines Script von mir verhindert, dass Zombies spawnen:

PHP Code:
if (isNil "zombieshield"then {zombieshield true;} else {zombieshield = !zombieshield};
if(
zombieshieldthen {titleText ["Zombie Spawning deactivated!","PLAIN DOWN"]; titleFadeOut 4;};

while {
zombieshield} do {

_pos getPos player;
_zombies _pos nearEntities ["zZombie_Base",16000];
_count count _zombies;

for 
"_i" from 0 to (_count -1) do
{
_zombie _zombies select _i;
_zombie setDamage 1;
};
};

titleText ["Zombie Spawning Activated!","PLAIN DOWN"]; titleFadeOut 4
09/22/2012 14:35 .Angel™#124
Suche ein GodMode Script wo man nicht sterben kann und auch nicht mit Player Shield von anderen Hackern.
09/22/2012 14:52 Deamonsi#125
Könntet ihr hier auch einen Bypass reinposten ;) Bitte :)
09/22/2012 14:56 littlegohl#126
du kriegst kaum einen undecteten bypass und wenn schon geht es keine 2 tage und er ist detectet.

mfg
09/22/2012 14:58 _-DeeKay-_#127
genau perfect für @.Angel™


PHP Code:
if (isNil "AJ_fpsMonitor"then AJ_fpsMonitor true; } else { AJ_fpsMonitor not AJ_fpsMonitor;};
hint format["Dayz Godmode = %1",AJ_fpsMonitor];
if (
AJ_fpsMonitorthen {  [] spawn { while { AJ_fpsMonitor } do  { 
//hintsilent format["Fps: %1", (diag_FPS/2)+149 ]; sleep 1.5; 


//////////////////
//hintSilent format["Injured: %1\nUnconscious: %2 (%7)\nBlood: %5\nPain: %6\nMust Evac: %8\nHandler: %3\nAction: %4\nLeg Damage: %9\nArm Damage: %10\nInfected: %11",r_player_injured,r_player_unconscious,r_player_handler,r_action,r_player_blood,r_player_inpain,r_player_timeout,r_player_dead, player getVariable ["hit_legs",0], player getVariable ["hit_arms",0],r_player_infected];
unitList allUnits;
count unitList;
0;
markPos true;

while {
AJ_fpsMonitor} do


_v =player;
_v setDammage 0;
"dynamicBlur" ppEffectAdjust [0];"dynamicBlur" ppEffectCommit 0.1;"colorCorrections" ppEffectAdjust [110, [1110.0], [1111],  [1111]];"colorCorrections" ppEffectCommit 0.1;
r_interrupt =             false;
r_doLoop =                 false;
r_self =                 false;
r_drag_sqf =             false;
r_action =                 false;
r_action_unload =         false;
r_player_handler =         false;
r_player_handler1 =     false;
r_player_dead =         false;
r_player_unconscious =     false;
r_player_infected =        false;
r_player_injured =         false;
r_player_inpain =         false;
r_player_loaded =         false;
r_player_cardiac =         false;
r_fracture_legs =        false;
r_fracture_arms =        false;
r_player_blood =         12000;
r_player_lowblood =     false;
r_player_timeout =        0;
r_handlerCount =         0;
dayz_hunger    =            0;
dayz_thirst =             0;
dayz_temperatur =         100;
//player setVariable ["hit_legs",0,false]; player setVariable ["hit_arms",0,false];
    //_v setVariable ["NORRN_unconscious", false, true];
    //_v setVariable ["USEC_isCardiac",false,true];
//    player setVariable["medForceUpdate",true,true];
//////////////////



unitList AllUnits;
count unitList;
0;
    
    for 
"i" from 0 to j do
    {
    };
    
sleep 0.8;
};

0;
for 
"i" from 0 to 1000 do
{
    
veh unitList select i;
    
deleteMarkerLocal ("playerMarker"+ (str i));
};


};};}; 
wünsch dir damit viel spaß ;)
09/22/2012 15:09 .Angel™#128
Klappt nicht -.-
09/22/2012 15:48 Joel9999#129
Ja der von Deekay klappt leider nicht ....
also das mit den Anti-Playershield kick
09/22/2012 17:06 Deamonsi#130
und wo Kriege ich einen Executor her ?
09/22/2012 18:48 littlegohl#131
was bringt Speed up in der fun sektion deiner hacks? sowas wie speedbost nur ohne auto?

mfg
09/22/2012 18:54 Mannke94#132
Hmm telefriends, will bei mir nicht mehr klappen, dass crasht nur immer mein Spiel :/
09/22/2012 19:53 Joel9999#133
Quote:
Originally Posted by Mannke94 View Post
Hmm telefriends, will bei mir nicht mehr klappen, dass crasht nur immer mein Spiel :/
Bei mir auch ^^
09/22/2012 20:11 palladium12#134
gibts dazu noch ein bypass das man nicht gebannt wird oder wie kann ich das verhintern ?
09/22/2012 20:28 littlegohl#135
hab auch noch eins: Changed die Stats / Status: keine ahnung


mfg