Results 1 to 2 of 2
  1. #1
    5^*hdrrfgfbs#%R$'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    885

    Some AH Disabling stuff POC

    So all this stuff was done in like really early 2015 after scripts.txt was patched.

    First attemp :
    Code:
      _code = (';if (isServer) then {
    			{
    				_x setVehicleInit ""; processInitCommands; clearVehicleInit _x;
    				deleteVehicle _x;
    			}forEach allMissionObjects "Rabbit";
    			{
    				_x setVehicleInit ""; processInitCommands; clearVehicleInit _x;
    				deleteVehicle _x;
    			}forEach allMissionObjects "Sheep";
    			{
    				_x setVehicleInit ""; processInitCommands; clearVehicleInit _x;
    				deleteVehicle _x;
    			}forEach allUnits;
    			playableUnits = {waitUntil {false}};
    			playableUnits = nil;
                            closeDisplay = "HIPZ RULES THIS SHIT";
                            closeDisplay = nil;
      };');
    (will flag that server functions is broken, he added that check cuz of me ha. Don't worry I found another way bro)

    2nd attemp
    Code:
      _code = (';if (isServer) then {
    			"PVDZ_plr_Login2"		addPublicVariableEventHandler {(_this select 1) call {}};
    			"PVDZE_plr_Login2"		addPublicVariableEventHandler {(_this select 1) call {}};
      };');

    so once I found out about this new gay server functions broken thing(that rustler abused to shut down server) I found a more unstable way but it does the job :0.
    Code:
    ui_changeDisplay = 5;
    endLoadingScreen;
    0 fadeSound 1;
    That was the code I used to get me out of the loading screen I got stuck at when I broke something I forgot,happend at reciving data.
    All this is useless now and even back then it only broke a handfull of checks. Keep in mind u still need to nil closedisplay ect..
    Last edited by 5^*hdrrfgfbs#%R$; 02-21-2016 at 07:40 PM. Reason: Typo

  2. #2
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    closeDisplay = "HIPZ RULES THIS SHIT";

Similar Threads

  1. [Info] Some Strings an stuff.
    By JusCaus in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 01-25-2012, 01:57 AM
  2. Replies: 12
    Last Post: 07-10-2011, 12:36 PM
  3. Some of my stuff
    By Storm in forum Showroom
    Replies: 17
    Last Post: 07-14-2010, 03:29 PM
  4. Some of my stuff.
    By Ethereal in forum Showroom
    Replies: 10
    Last Post: 04-20-2010, 03:29 PM
  5. Some 3d text stuff/practice
    By Dart IV in forum Showroom
    Replies: 10
    Last Post: 06-04-2009, 09:38 AM