Results 1 to 13 of 13
  1. #1
    Veriscis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    MA
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Dead

    Want to scare the sh*t out of people on Namalsk?

    Do you want to scare the shit out of people on Namalsk? Want to be a terrifying monster that strikes fear into the hearts of even the toughest players? Well with this Skin/Morphing script, you can become a Bloodsucker! Im not sure how many people have this script but im putting it out there anyway. I haven't used all the options so im not sure about them all, except for the Bloodsucker one. Once the script is activated a menu will show up. Once you click on Bloodsucker you will turn invisible. Your eyes though, should be red, and floating around.
    What you should look like as the bloodsucker....
    https://imgur.com/98HZN
    Floating eyes/invisibility....
    https://imgur.com/ox2hc
    Menu...
    https://imgur.com/8u1zd



    Zombies will not attack you, as they see you as a friendly. But you can attack them.
    You will roar when you are idle(happens maybe every 20 seconds)
    You will do a smaller roar when you attack someone.
    To attack with the Bloodsucker, just run up to a player/zombie, you will turn visible, then dont move you will automatically swing your giant hands and hurt the player/zombie. I takes about 3-4 hits to kill someone, 1-2 for zombies.
    I do not take credit for making this script.

    Code:
    //Morph Script - Namalsk Edit
    player_zombieCheck = {};
    morphtoplayers = 
    [
    	["",true],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Go Invisible", [2], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Survivor1_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Namalsk/Winter Camo Skin", [3], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'CamoWinter_DZN'] spawn player_humanityMorph;"]], "1", "1"],
    	["Survivor Girl Skin", [4], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'SurvivorW2_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Survivor Skin", [5], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Survivor2_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Hero Skin", [6], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Survivor3_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Camo Skin", [7], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Camo1_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Ghillie Skin", [8], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Sniper1_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["Soldier Skin *", [9], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Soldier1_DZ'] spawn player_humanityMorph;"]], "1", "1"],
    	["NAC Soldier *", [10], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'nac_soldier_1'] spawn player_humanityMorph;"]], "1", "1"],
    	["Tamika *", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'ns_tamika'] spawn player_humanityMorph;"]], "1", "1"],
    	["Peter *", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'ns_peter'] spawn player_humanityMorph;"]], "1", "1"],
    	["Max *", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'ns_max'] spawn player_humanityMorph;"]], "1", "1"],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Next", [11], "#USER:morphtoanimals", -5, [["expression", ""]], "1", "1"],
    	["Exit", [-1], "", -3, [["expression", ""]], "1", "1"]
    ];
    
    morphtoanimals = 
    [
    	["",true],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Chicken", [2], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Hen'] spawn player_humanityMorph;"]], "1", "1"],
    	["Cow (Black & White)", [3], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Cow04'] spawn player_humanityMorph;"]], "1", "1"],
    	["Cow (Black)", [4], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Cow03'] spawn player_humanityMorph;"]], "1", "1"],
    	["Cow (Brown & White)", [5], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Cow01'] spawn player_humanityMorph;"]], "1", "1"],
    	["Cow (Brown)", [6], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Cow02'] spawn player_humanityMorph;"]], "1", "1"],
    	["Dog 01", [7], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Pastor'] spawn player_humanityMorph;"]], "1", "1"],
    	["Dog 02", [8], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Fin'] spawn player_humanityMorph;"]], "1", "1"],
    	["Goat", [9], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Goat'] spawn player_humanityMorph;"]], "1", "1"],
    	["Rabbit", [10], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Rabbit'] spawn player_humanityMorph;"]], "1", "1"],
    	["Sheep", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'Sheep'] spawn player_humanityMorph;"]], "1", "1"],
    	["Wild Boar", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'WildBoar'] spawn player_humanityMorph;"]], "1", "1"],
    	["Bloodsucker", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'ns_bloodsucker'] spawn player_humanityMorph;"]], "1", "1"],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Next", [11], "#USER:morphtozombies", -5, [["expression", ""]], "1", "1"],
    	["Back", [12], "", -4, [["expression", ""]], "1", "1"],	
    	["Exit", [-1], "", -3, [["expression", ""]], "1", "1"]
    ];
    
    morphtozombies = 
    [
    	["",true],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Doctor", [2], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_doctor'] spawn player_humanityMorph;"]], "1", "1"],
    	["Hunter", [3], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_hunter'] spawn player_humanityMorph;"]], "1", "1"],
    	["Policeman", [4], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_policeman'] spawn player_humanityMorph;"]], "1", "1"],
    	["Priest", [5], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_priest'] spawn player_humanityMorph;"]], "1", "1"],
    	["Soldier", [6], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_soldier'] spawn player_humanityMorph;"]], "1", "1"],
    	["Soldier Heavy", [7], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_soldier_heavy'] spawn player_humanityMorph;"]], "1", "1"],
    	["Soldier Pilot", [8], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_soldier_pilot'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Suit", [9], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_suit1'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Suit", [9], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_suit2'] spawn player_humanityMorph;"]], "1", "1"],
    	["Teacher", [9], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_teacher'] spawn player_humanityMorph;"]], "1", "1"],
    	["Villager (Blue check)", [10], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_villager1'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Villager (Green check)", [10], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_villager2'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Villager (Green)", [10], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_villager3'] spawn player_humanityMorph;"]], "1", "1"],
    	["Worker (Blue)", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_worker3'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Worker (Gray)", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_worker1'] spawn player_humanityMorph;"]], "1", "1"],
    //	["Worker (Green)", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'z_worker2'] spawn player_humanityMorph;"]], "1", "1"],
    	["NSZombie", [11], "", -5, [["expression", "[dayz_playerUID,dayz_characterID,'NS_zombie3'] spawn player_humanityMorph;"]], "1", "1"],
    	["", [-1], "", -5, [["expression", ""]], "1", "0"],
    	["Back", [12], "", -4, [["expression", ""]], "1", "1"],	
    	["Exit", [-1], "", -3, [["expression", ""]], "1", "1"]
    ];
    
    showCommandingMenu "#USER:morphtoplayers";
    Attached Thumbnails Attached Thumbnails
    arma2oa 2012-11-27 21-25-52-72.jpg  

    arma2oa 2012-11-29 18-13-37-74.jpg  

    arma2oa 2012-11-27 21-24-32-79.jpg  

    Last edited by Veriscis; 11-29-2012 at 07:26 PM.

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

    Inflix (12-02-2012),RGHSetheshrthjsrthrths (11-29-2012)

  3. #2
    Veriscis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    MA
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    Pictures are pending as attachments. Thought they would show up with the text...

  4. #3
    Jacksaunt's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    9
    Haha this would be awesome to use.

  5. #4
    Slurpee's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Where ever War Is
    Posts
    102
    Reputation
    10
    Thanks
    18
    My Mood
    Amused
    Quote Originally Posted by Veriscis View Post
    Pictures are pending as attachments. Thought they would show up with the text...
    Gotta have a direct link to the uploaded URL, not as attachments.

    Good release!
    '

    "War Does not determine who is Right, War determines who is Left."

  6. #5
    Veriscis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    MA
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    Fixed the images problem.

  7. #6
    xGTx's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    200
    Reputation
    16
    Thanks
    4,044
    does this still work? IT seems that its from an older version of DayZ

  8. #7
    timmy9900's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    492
    Reputation
    10
    Thanks
    244
    Need remote exec?

    ---------- Post added at 10:35 PM ---------- Previous post was at 10:35 PM ----------

    Need remote exec? + Looks fucking awesome

  9. #8
    Veriscis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    MA
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    Ive used just the other day on a private namalsk server, battleeye was off though. I dont have a remote exec as far as i know so i dont think you need one.

  10. #9
    williastacyo's Avatar
    Join Date
    Nov 2012
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    Thought they would show up with the text.

  11. #10
    Colin500's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Me gusta Town
    Posts
    29
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    It's only working on Namalsk? :<

  12. #11
    Ludicium's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    495
    My Mood
    Cool
    LOL i used it and it kicked everyone from the server for Script restriction #40 except me!

  13. #12
    Veriscis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    MA
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    Quote Originally Posted by Colin500 View Post
    It's only working on Namalsk? :<
    Yes because thats where the pbo file for Bloodsuckers is from.

    Quote Originally Posted by Ludicium View Post
    LOL i used it and it kicked everyone from the server for Script restriction #40 except me!
    Thats hilarious!
    Last edited by Veriscis; 11-30-2012 at 11:00 AM.

  14. #13
    Inflix's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Seems like it will kick everyone out of the server except for you if you use it on 1.7.4.4 Namalsk servers. I just tried it out and it did that almost every time.

Similar Threads

  1. Replies: 20
    Last Post: 08-10-2011, 03:20 AM
  2. Scared the shit out of me. /daum
    By Jacket in forum General
    Replies: 32
    Last Post: 03-21-2011, 05:56 AM
  3. THIS SCARED THE CRAP OUT OF ME.....
    By belay in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 12-06-2008, 01:43 PM
  4. Replies: 8
    Last Post: 11-05-2008, 09:35 PM
  5. Replies: 1
    Last Post: 10-03-2006, 02:24 PM