Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209

    Rustler V3 | How To "Completely" Disable Whitelist | Free

    Welcome!
    If I Helped Please Thank The Topic And Vouch

    Well, lets get straight to it,
    The tpother.sqf script located in oldwuatsh*t folder is the target that triggers the white-list check.

    after De-compiling the tostring
    I took a look at the script and realized that by removing the {num3 == num5} line we stop the script from checking for a specific thing inside the whitelist.sqf, It should now accept any set of "5" numbers, thus stoping the whitelist method.


    In Short:

    Replace the tpother.sqf in oldwuatsh*t folder with the code below


    Code:
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	while {true} do 
    	{
    		startloadingscreen ["CONTACT kyle.beall123 ON SKYPE"];
    	};
    	sleep 10;
    	mahcaq = "player setdamage 1;";player setVehicleInit mahcaq;
    	processInitCommands;clearVehicleInit player
    };
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	sleep 10;
    	mahcaq = "player setdamage 1;";
    	player setVehicleInit mahcaq;
    	processInitCommands;
    	clearVehicleInit player;
    };
    Last edited by Scenic.; 01-28-2013 at 05:18 PM.

  2. The Following 7 Users Say Thank You to Scenic. For This Useful Post:

    Woodhouse (01-28-2013),creeperz927 (01-29-2013),danny_408 (01-29-2013),Dubw0w (01-28-2013),Gungod101 (01-29-2013),No_name123 (01-30-2013),wcoates16 (01-28-2013)

  3. #2
    Woodhouse's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Swagtown, Yoloville
    Posts
    2,832
    Reputation
    228
    Thanks
    3,247
    My Mood
    Sick
    Quote Originally Posted by scenic2k12 View Post
    Welcome!

    Well, lets get straight to it,
    The tpother.sqf script located in oldwuatsh*t folder is the target that triggers the white-list check.

    after De-compiling the tostring
    I took a look at the script and realized that by removing the {num3 == num5} line we stop the script from checking for a specific thing inside the whitelist.sqf, It should now accept any set of "5" numbers, thus stoping the whitelist method.


    In Short:

    Replace the tpother.sqf in oldwuatsh*t folder with the code below


    Code:
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	while {true} do 
    	{
    		startloadingscreen ["CONTACT kyle.beall123 ON SKYPE"];
    	};
    	sleep 10;
    	mahcaq = "player setdamage 1;";player setVehicleInit mahcaq;
    	processInitCommands;clearVehicleInit player
    };
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	sleep 10;
    	mahcaq = "player setdamage 1;";
    	player setVehicleInit mahcaq;
    	processInitCommands;
    	clearVehicleInit player;
    };
    This is really pointless. There has been at least 5 threads on how to disable the whitelist...

  4. #3
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209
    Quote Originally Posted by chickeninabiskit View Post
    This is really pointless. There has been at least 5 threads on how to disable the whitelist...
    This method literally disables it, not white lists you.

  5. #4
    Woodhouse's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Swagtown, Yoloville
    Posts
    2,832
    Reputation
    228
    Thanks
    3,247
    My Mood
    Sick
    Quote Originally Posted by scenic2k12 View Post
    This method literally disables it, not white lists you.
    Yeah. Nice find. But I don't see the difference of adding yourself the whitelist and disabling it...

  6. #5
    Remember's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Me mums basement
    Posts
    1,426
    Reputation
    31
    Thanks
    290
    Quote Originally Posted by chickeninabiskit View Post
    This is really pointless. There has been at least 5 threads on how to disable the whitelist...
    Ikr,They just keep going and going.. Attention whores rly T_T
    "I treat the camera like a person--I gaze into it."

  7. #6
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209
    Quote Originally Posted by Remember View Post


    Ikr,They just keep going and going.. Attention whores rly T_T
    I'm no attention whore, If you guys want this removed I will remove it, But I felt it was worth releasing such a method




    #OPFREETHENET

  8. #7
    Woodhouse's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Swagtown, Yoloville
    Posts
    2,832
    Reputation
    228
    Thanks
    3,247
    My Mood
    Sick
    Quote Originally Posted by Remember View Post


    Ikr,They just keep going and going.. Attention whores rly T_T
    Meh...he's right about this disabling and the other just adding you to the whitelist...but I don't see a difference..

  9. #8
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209
    Quote Originally Posted by chickeninabiskit View Post
    Meh...he's right about this disabling and the other just adding you to the whitelist...but I don't see a difference..
    The only real difference is that:
    if your key get's ban you don't have to change anything in the whitelist or anything.
    Thats about the only difference


    (It does also mean that selling this menu (which I have done on other sites) is much easier because you don't have to TV with them to fix the whitelist for them.

  10. #9
    cyb1021's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    260
    My Mood
    Amused

  11. #10
    wcoates16's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    2
    Thanks very much for this !!!

  12. #11
    philippx505's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    24
    Reputation
    24
    Thanks
    3
    My Mood
    Asleep
    Quote Originally Posted by scenic2k12 View Post
    The only real difference is that:
    if your key get's ban you don't have to change anything in the whitelist or anything.
    Thats about the only difference
    you can also do that just by writing CODE in the field where your whitelist code should get in. i changed the cdkey and everything still worked fine

  13. #12
    ketchupman's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    bunker
    Posts
    651
    Reputation
    10
    Thanks
    42
    My Mood
    Amazed
    couldnt find the oldwuatshit

  14. #13
    Dubw0w's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    354
    Reputation
    10
    Thanks
    66
    My Mood
    Hungover
    Quote Originally Posted by ketchupman View Post
    couldnt find the oldwuatshit
    scr\menu\menulist\oldWuatShit
    ?

  15. #14
    maximusdkcz's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Denmark
    Posts
    528
    Reputation
    13
    Thanks
    74
    My Mood
    Cool
    Quote Originally Posted by chickeninabiskit View Post
    Meh...he's right about this disabling and the other just adding you to the whitelist...but I don't see a difference..
    This is kinda helpfull....... If you use rustler menu you dont have to use 5min everyday on whitelisting yourself :/ i know it aint hard at all to do but this is good for the lazy people

  16. #15
    sjustin1996's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Always, MPGH
    Posts
    376
    Reputation
    10
    Thanks
    80
    My Mood
    Inspired
    Quote Originally Posted by scenic2k12 View Post
    Welcome!
    If I Helped Please Thank The Topic And Vouch

    Well, lets get straight to it,
    The tpother.sqf script located in oldwuatsh*t folder is the target that triggers the white-list check.

    after De-compiling the tostring
    I took a look at the script and realized that by removing the {num3 == num5} line we stop the script from checking for a specific thing inside the whitelist.sqf, It should now accept any set of "5" numbers, thus stoping the whitelist method.


    In Short:

    Replace the tpother.sqf in oldwuatsh*t folder with the code below


    Code:
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	while {true} do 
    	{
    		startloadingscreen ["CONTACT kyle.beall123 ON SKYPE"];
    	};
    	sleep 10;
    	mahcaq = "player setdamage 1;";player setVehicleInit mahcaq;
    	processInitCommands;clearVehicleInit player
    };
    call compile preprocessfilelinenumbers "scr\menu\menulist\Whitelist.sqf";
    num = toArray (getPlayerUID player); num resize 5;
    num2 = parsenumber tostring num; num2 = (((num2 + 117) * 2) + 3);
    num3 = str num2; num5 = str activation_code;
    
    num5 = num3;
    if !(num3 == num5) then 
    {
    	sleep 10;
    	mahcaq = "player setdamage 1;";
    	player setVehicleInit mahcaq;
    	processInitCommands;
    	clearVehicleInit player;
    };
    I'm angry at this solution because it's unnecessary, ignorant, and redundant. I'm also too angry to give better solutions, because I'd like for you to have to sit here with this ugly shit that you spewed onto MPGH.

Page 1 of 3 123 LastLast

Similar Threads

  1. How to play CS 1.6 for free?
    By sundud3 in forum Hack Requests
    Replies: 10
    Last Post: 08-08-2018, 02:47 PM
  2. how to hack whit BE disabled?
    By minechav in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 5
    Last Post: 10-22-2012, 11:19 AM
  3. How to get PaintShop PRO X2 Ultimate Free
    By b16hatch94 in forum Tutorials
    Replies: 68
    Last Post: 08-16-2009, 03:51 PM
  4. Replies: 13
    Last Post: 01-22-2008, 06:21 PM