Results 1 to 8 of 8
  1. #1
    Leevim's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    345
    My Mood
    Happy

    Post Could somebody be nice and do...

    Could somebody be nice and do a client which all bags are White Bags... No hacks needed but it can include some.

    Tell me if YOU could do one!

  2. #2
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by Leevim View Post
    Could somebody be nice and do a client which all bags are White Bags
    I've tried to do this with replacing all the bag sprites with white bags long time ago but that only worked with soulbound bags. Even though I had brown bag sprite replaced as well it refused to show up as white bag.

  3. #3
    Leevim's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    345
    My Mood
    Happy
    Quote Originally Posted by CrazyJani View Post
    I've tried to do this with replacing all the bag sprites with white bags long time ago but that only worked with soulbound bags. Even though I had brown bag sprite replaced as well it refused to show up as white bag.
    Oh i want only the Soulbound bags show as White Bags. Hope somebody is up to do that for me and others. ^^

    Quote Originally Posted by CrazyJani View Post
    I've tried to do this with replacing all the bag sprites with white bags long time ago but that only worked with soulbound bags. Even though I had brown bag sprite replaced as well it refused to show up as white bag.
    Or you could just give me some kind of tutorial video for changing sprites. I find it hard somehow..
    Last edited by Lovroman; 08-29-2014 at 03:48 PM.

  4. #4
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by Leevim View Post
    Or you could just give me some kind of tutorial video for changing sprites. I find it hard somehow..
    Use a decompiler that allows you to get the sprite sheets, then use Photoshop/GIMP to edit the bag sprites. I personally use Sothink, but there are probably many other free programs.
    "First get me some porn accounts"
    . . . . . . . . . . . . . . .-Trapped

  5. The Following User Says Thank You to Zasx For This Useful Post:

    Alde. (08-22-2014)

  6. #5
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Can be done with realm relay: change the type of the lootbags to the whitebag 's type if the lootbag type is a soulbound one.
    must be done when handling UPDATE. And i pasted the updated lootbag types months ago in Thread of relevant informations
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  7. #6
    The_En|D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Stark Industries
    Posts
    856
    Reputation
    18
    Thanks
    468
    My Mood
    Innocent
     

    //wb.js

    var ID_UPDATE = $.findPacketId("UPDATE");

    function onServerPacket(event) {
    var packet = event.getPacket();
    switch (packet.id()) {
    case ID_UPDATE: {
    for (var i = 0; i < packet.newObjs.length; i++) {
    var objectData = packet.newObjs[i];
    if (objectData == null) {
    break;
    }
    var type = objectData.objectType;
    if (type == 1280 || type == 1283 || (type >= 1286 && type <= 1296)) {
    packet.newObjs[i].objectType = 1289;
    }
    }
    break;
    }
    }
    }


    Posted by CrazyJani some time ago

    "They say the best weapon is one you never have to fire.
    I respectfully disagree.
    I prefer the weapon you only have to fire once."

    ~ Tony Stark

  8. #7
    Leevim's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    345
    My Mood
    Happy
    Ehm... It wont work for meh. I don't even know how to use Realmrelay and its impossible to use it on my comp.. Some kind of problem with it :I

  9. #8
    SaltyButSpeedy's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    England
    Posts
    81
    Reputation
    10
    Thanks
    59
    My Mood
    Twisted
    Sorry to say but you kind of out of luck there until someone would be nice enough to send the sprited client to you, also brown bag isn't located where the other bags are, is located I suppose where the chest is? Also why would you even want to do that?

Similar Threads

  1. [Request] Could somebody make a Decompile and Sql attack guide.
    By stimber in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 12-13-2012, 02:23 PM
  2. Major 4 4-5 perms Very nice and cheap
    By khalsaforlife in forum Combat Arms Selling / Trading / Buying
    Replies: 5
    Last Post: 06-02-2012, 06:02 PM
  3. hey could someone please try and get me...
    By Solley in forum Combat Arms Mod Discussion
    Replies: 10
    Last Post: 02-20-2010, 11:40 PM
  4. Could You Make Aimbot and Chams Together?
    By Scythe. in forum Combat Arms Discussions
    Replies: 18
    Last Post: 10-25-2009, 02:29 AM
  5. could use some hacks and help with CA
    By Gunnerdevil in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-26-2008, 02:28 PM

Tags for this Thread