Outdated[Unturned] [V1.1] Blue Hack - Injected DLL Hack, Added - Teleport, Item Spawning

Posts 3145 of 74 · Page 3 of 5
Nice works fine for me
Quote Originally Posted by Adron_Nova View Post
When I inject it, it says Lick hack?
On extreme injector hit Remove then Add a dll, go to where you put my Titanium open it and select that Titanium.dll Be careful not to select Lickhack's one.
work in version 2.2.1?
The esp is laaging for me why?...
And getting kicked for teleporting
Quote Originally Posted by racheen1 View Post
The esp is laaging for me why?...
And getting kicked for teleporting
If your getting kicked for teleporting, don't go so fast, slow down.
Could you help me please?? My skype is michael2618712 Thanks!
Item spawn doesn't work...
i have trouble using the spawn item too. is there an ID to use or something?
Quote Originally Posted by wow_tocy View Post
i have trouble using the spawn item too. is there an ID to use or something?
Code:
using System;

public class ItemName
{
    public static string getName(int id)
    {
        switch (id)
        {
            case 0x36b0:
                return "Canned Beans";

            case 0x36b1:
                return "Granola Bar";

            case 0x36b2:
                return "Fresh Carrot";

            case 0x36b3:
                return "Moldy Carrot";

            case 0x36b4:
                return "Fresh Tomato";

            case 0x36b5:
                return "Moldy Tomato";

            case 0x36b6:
                return "Fresh Corn";

            case 0x36b7:
                return "Moldy Corn";

            case 0x36b8:
                return "Fresh Cabbage";

            case 0x36b9:
                return "Moldy Cabbage";

            case 0x36ba:
                return "Fresh Potato";

            case 0x36bb:
                return "Moldy Potato";

            case 0x36bc:
                return "Cooked Venison";

            case 0x36bd:
                return "Raw Venison";

            case 0x36be:
                return "Canned Soup";

            case 0x36bf:
                return "Canned Chili";

            case 0x36c0:
                return "Canned Vegetables";

            case 0x36c1:
                return "Canned Pasta";

            case 0x36c2:
                return "Canned Ham";

            case 0x36c3:
                return "Canned Tuna";

            case 0x36c4:
                return "Candy Bar";

            case 0x36c5:
                return "Chocolate Bar";

            case 0x36c6:
                return "MRE";

            case 0x36c7:
                return "Potato Chips";

            case 0x36c8:
                return "Bran Cereal";

            case 0x36c9:
                return "Red Berries";

            case 0x36ca:
                return "Blue Berries";

            case 0x36cb:
                return "Pink Berries";

            case 0x36cc:
                return "Pale Berries";

            case 0x36cd:
                return "Green Berries";

            case 0x36ce:
                return "Purple Berries";

            case 0x36cf:
                return "Coconut";

            case 0x36d0:
                return "Cooked Bacon";

            case 0x36d1:
                return "Raw Bacon";

            case 0x3e80:
                return "Wooden Shield";

            case 0x3e81:
                return "Metal Door";

            case 0x3e82:
                return "Worklight";

            case 0x3e83:
                return "Caltrop";

            case 0x3e84:
                return "Barbed Wire";

            case 0x3e85:
                return "Wooden Spike Trap";

            case 0x3e86:
                return "Snare";

            case 0x3e87:
                return "Generator";

            case 0x3e88:
                return "Note";

            case 0x3e89:
                return "Electric Trap";

            case 0x3e8a:
                return "Sandbags";

            case 0x3e8b:
                return "Sleeping Bag";

            case 0x3e8c:
                return "Cot";

            case 0x3e8d:
                return "Campfire";

            case 0x3e8e:
                return "Metal Shutter";

            case 0x3e8f:
                return "MOAB";

            case 0x3e90:
                return "Tripmine";

            case 0x3e91:
                return "Landmine";

            case 0x3e92:
                return "Metal Shield";

            case 0x3e93:
                return "Wooden Crate";

            case 0x3e94:
                return "Barbed Fence";

            case 0x3e95:
                return "Electric Fence";

            case 0x3e96:
                return "Wooden Door";

            case 0x3e97:
                return "Metal Locker";

            case 0x3e98:
                return "Wooden Shutter";

            case 0x3e99:
                return "Wooden Chest";

            case 0x3e9a:
                return "Brazier";

            case 0x3e9b:
                return "Wooden Gate";

            case 0x3e9c:
                return "Metal Gate";

            case 0x4268:
                return "Wooden Foundation";

            case 0x4269:
                return "Wooden Wall";

            case 0x426a:
                return "Wooden Doorway";

            case 0x426b:
                return "Wooden Pillar";

            case 0x426c:
                return "Wooden Platform";

            case 0x426d:
                return "Wooden Ramp";

            case 0x426e:
                return "Greenhouse Foundation";

            case 0x426f:
                return "Greenhouse Platform";

            case 0x4270:
                return "Wooden Hole";

            case 0x4271:
                return "Wooden Ladder";

            case 0x4272:
                return "Wooden Window";

            case 0x4273:
                return "Wooden Post";

            case 0x4274:
                return "Wooden Rampart";

            case 0x4275:
                return "Stone Rampart";

            case 0x4276:
                return "Stone Post";

            case 0x4277:
                return "Stone Wall";

            case 0x4278:
                return "Stone Doorway";

            case 0x4279:
                return "Stone Window";

            case 0x427a:
                return "Stone Pillar";

            case 0x427b:
                return "Dock Foundation";

            case 0x427c:
                return "Wooden Garage";

            case 0x427d:
                return "Stone Garage";

            case 0xfa0:
                return "Fancy Suit";

            case 0xfa1:
                return "RCMP Uniform";

            case 0xfa2:
                return "Police Uniform";

            case 0xfa3:
                return "Army Fatigues";

            case 0xfa4:
                return "Army Fatigues";

            case 0xfa5:
                return "Fireperson Top";

            case 0xfa6:
                return "Fireperson Top";

            case 0xfa7:
                return "Construction Vest";

            case 0xfa8:
                return "Doctor Coat";

            case 0xfa9:
                return "Orange Hoodie";

            case 0xfaa:
                return "Pink Shirt";

            case 0xfab:
                return "Boring Suit";

            case 0xfac:
                return "Blue Sweatervest";

            case 0xfad:
                return "Jumper Top";

            case 0xfae:
                return "Grocer Top";

            case 0xfaf:
                return "Sailor Fatigues";

            case 0xfb0:
                return "Animal Shirt";

            case 0xfb1:
                return "Ghillie Top";

            case 0xfb2:
                return "Ninja Top";

            case 0xfb3:
                return "Plaid Shirt";

            case 0xfb4:
                return "Chef Shirt";

            case 0x1388:
                return "Fancy Jeans";

            case 0x1389:
                return "RCMP Uniform";

            case 0x138a:
                return "Police Uniform";

            case 0x138b:
                return "Army Fatigues";

            case 0x138c:
                return "Army Fatigues";

            case 0x138d:
                return "Fireperson Pants";

            case 0x138e:
                return "Fireperson Pants";

            case 0x138f:
                return "Work Jeans";

            case 0x1390:
                return "Doctor Pants";

            case 0x1391:
                return "Grey Pants";

            case 0x1392:
                return "Khaki Pants";

            case 0x1393:
                return "Boring Pants";

            case 0x1394:
                return "Brown Pants";

            case 0x1395:
                return "Jumper Bottom";

            case 0x1396:
                return "Grocer Bottom";

            case 0x1397:
                return "Sailor Fatigues";

            case 0x1398:
                return "Animal Pants";

            case 0x1399:
                return "Ghillie Bottom";

            case 0x139a:
                return "Ninja Bottom";

            case 0x139b:
                return "Lumberjack Pants";

            case 0x139c:
                return "Chef Pants";

            case 0x4650:
                return "Board";

            case 0x4651:
                return "Nails";

            case 0x4652:
                return "Bolts";

            case 0x4653:
                return "Log";

            case 0x4654:
                return "Stick";

            case 0x4655:
                return "Animal Pelt";

            case 0x4656:
                return "Rope";

            case 0x4657:
                return "Wire";

            case 0x4658:
                return "Scrap Metal";

            case 0x4659:
                return "Cloth";

            case 0x465a:
                return "Duct Tape";

            case 0x465b:
                return "Can";

            case 0x465c:
                return "Raw Explosives";

            case 0x465d:
                return "Civilian Bullets";

            case 0x465e:
                return "Military Bullets";

            case 0x465f:
                return "Stone";

            case 0x4660:
                return "Tracer Bullets";

            case 0x4661:
                return "Batteries";

            case 0x4662:
                return "Wooden Spike";

            case 0x4663:
                return "Rocks";

            case 0x4664:
                return "Shells";

            case 0:
                return "Fancy Shades";

            case 1:
                return "Civilian NVG";

            case 2:
                return "Stetson";

            case 3:
                return "Construction Helmet";

            case 4:
                return "Fire Helmet";

            case 5:
                return "Police Cap";

            case 6:
                return "Fire Helmet";

            case 7:
                return "Desert Helmet";

            case 8:
                return "Forest Helmet";

            case 9:
                return "Dixie Hat";

            case 10:
                return "Bandana";

            case 11:
                return "Ghillie Hood";

            case 12:
                return "Ninja Hood";

            case 13:
                return "Farmer Hat";

            case 14:
                return "Chef Hat";

            case 15:
                return "Beret";

            case 0x10:
                return "Ushanka";

            case 0x11:
                return "Military NVG";

            case 0x12:
                return "White Hat";

            case 0x13:
                return "Miner Helmet";

            case 0x1f40:
                return "Axe";

            case 0x1f41:
                return "Handlamp";

            case 0x1f42:
                return "Pick";

            case 0x1f43:
                return "Kitchen Knife";

            case 0x1f44:
                return "Hammer";

            case 0x1f45:
                return "Frying Pan";

            case 0x1f46:
                return "Baseball Bat";

            case 0x1f47:
                return "Police Baton";

            case 0x1f48:
                return "Torch";

            case 0x1f49:
                return "Fireaxe";

            case 0x1f4a:
                return "Crowbar";

            case 0x1f4b:
                return "Pocketknife";

            case 0x1f4c:
                return "Butcher Knife";

            case 0x1f4d:
                return "Sledgehammer";

            case 0x1f4e:
                return "Golf Club";

            case 0x1f4f:
                return "Katana";

            case 0x1f50:
                return "Machete";

            case 0x1f51:
                return "Spike";

            case 0x1f52:
                return "Branch";

            case 0x1f53:
                return "Handsaw";

            case 0x1b58:
                return "Swissgewehr";

            case 0x1b59:
                return "Colt";

            case 0x1b5a:
                return "Double Barrel";

            case 0x1b5b:
                return "Mosen";

            case 0x1b5c:
                return "Longbow";

            case 0x1b5d:
                return "Novuh";

            case 0x1b5e:
                return "Berette";

            case 0x1b5f:
                return "Crossbow";

            case 0x1b60:
                return "Maplestrike";

            case 0x1b61:
                return "Zubeknakov";

            case 0x1b62:
                return "Magnum";

            case 0x1b63:
                return "Timberwolf";

            case 0x1b64:
                return "Uzy";

            case 0x1b65:
                return "Matamorez";

            case 0x1b66:
                return "Compound Bow";

            case 0x1b67:
                return "Outfield";

            case 0x1b68:
                return "Lever Action";

            case 0x1b69:
                return "Proninety";

            case 0x1b6a:
                return "Desert Falcon";

            case 0x32c8:
                return "Medkit";

            case 0x32c9:
                return "Rag";

            case 0x32ca:
                return "Splint";

            case 0x32cb:
                return "Vitamins";

            case 0x32cc:
                return "Antibiotics";

            case 0x32cd:
                return "Painkillers";

            case 0x32ce:
                return "Dressing";

            case 0x32cf:
                return "Blood Bag";

            case 0x32d0:
                return "Bandage";

            case 0x32d1:
                return "Adrenaline";

            case 0x32d2:
                return "Morphine";

            case 0x32d3:
                return "Crushed Red Berries";

            case 0x32d4:
                return "Crushed Blue Berries";

            case 0x32d5:
                return "Crushed Pink Berries";

            case 0x32d6:
                return "Crushed Pale Berries";

            case 0x32d7:
                return "Crushed Green Berries";

            case 0x32d8:
                return "Crushed Purple Berries";

            case 0x32d9:
                return "Purification Tablets";

            case 0x32da:
                return "Vaccine";

            case 0x2328:
                return "Red Dot Sight";

            case 0x2329:
                return "Open Circle Rail";

            case 0x232a:
                return "12x Zoom Scope";

            case 0x232b:
                return "Holographic Sight";

            case 0x232c:
                return "6x Zoom Scope";

            case 0x232d:
                return "Half Circle Rail";

            case 0x232e:
                return "Full Circle Rail";

            case 0x232f:
                return "Dual Component Rail";

            case 0x2330:
                return "Planar Track Rail";

            case 0x2331:
                return "20x Zoom Scope";

            case 0x2332:
                return "Zoomomatic";

            case 0x2333:
                return "Point Circle Sight";

            case 0x2334:
                return "7x Zoom Scope";

            case 0x2335:
                return "Dual Point Rail";

            case 0x2710:
                return "NATO Magazine";

            case 0x2711:
                return "NATO Drum";

            case 0x2712:
                return "Swift Magazine";

            case 0x2713:
                return "Bonjour Clip";

            case 0x2714:
                return "Lebel Magazine";

            case 0x2715:
                return "NATO Tracer";

            case 0x2716:
                return "Savage Magazine";

            case 0x2717:
                return "Savage Drum";

            case 0x2718:
                return "Winchestre Clip";

            case 0x2719:
                return "Lapua Magazine";

            case 0x271a:
                return "Lapua Tracer";

            case 0x271b:
                return "Yuri Magazine";

            case 0x271c:
                return "Xtrmin Magazine";

            case 0x271d:
                return "PDW Magazine";

            case 0x3a98:
                return "Bottled Water";

            case 0x3a99:
                return "Canned Cola";

            case 0x3a9a:
                return "Apple Juice Box";

            case 0x3a9b:
                return "Large Bottled Water";

            case 0x3a9c:
                return "Energy Drink";

            case 0x3a9d:
                return "Moldy Milk";

            case 0x3a9e:
                return "Moldy Orange Juice";

            case 0x3a9f:
                return "Moldy Bottled Water";

            case 0x3aa0:
                return "Milk";

            case 0x3aa1:
                return "Orange Juice";

            case 0x59d8:
                return "Road Flare";

            case 0x59d9:
                return "Red Chemlight";

            case 0x59da:
                return "Blue Chemlight";

            case 0x59db:
                return "Yellow Chemlight";

            case 0x59dc:
                return "Green Chemlight";

            case 0x59dd:
                return "Orange Chemlight";

            case 0x59de:
                return "Purple Chemlight";

            case 0x59df:
                return "Frag Grenade";

            case 0x59e0:
                return "Smoke Grenade";

            case 0x4a38:
                return "Wooden Plate";

            case 0x4a39:
                return "Wooden Support";

            case 0x4a3a:
                return "Wooden Frame";

            case 0x4a3b:
                return "Wooden Cross";

            case 0x4a3c:
                return "Stone Plate";

            case 0x4a3d:
                return "Stone Support";

            case 0x4a3e:
                return "Stone Frame";

            case 0x4a3f:
                return "Stone Cross";

            case 0x7d0:
                return "Napsack";

            case 0x7d1:
                return "Schoolbag";

            case 0x7d2:
                return "Travelpack";

            case 0x7d3:
                return "Coyotepack";

            case 0x7d4:
                return "Rucksack";

            case 0x7d5:
                return "Alicepack";

            case 0x7d6:
                return "Animalpack";

            case 0xbb8:
                return "Civilian Armor";

            case 0xbb9:
                return "Desert Armor";

            case 0xbba:
                return "Forest Armor";

            case 0xbbb:
                return "Police Armor";

            case 0xbbc:
                return "Poncho";

            case 0xbbd:
                return "Magick Cloak";

            case 0x2af8:
                return "Vertical Grip";

            case 0x2af9:
                return "Angled Grip";

            case 0x2afa:
                return "Tactical Laser";

            case 0x2afb:
                return "Tactical Light";

            case 0x2afc:
                return "Bipod";

            case 0x2afd:
                return "Bayonet";

            case 0x55f0:
                return "Carrot Seed";

            case 0x55f1:
                return "Tomato Seed";

            case 0x55f2:
                return "Corn Seed";

            case 0x55f3:
                return "Cabbage Seed";

            case 0x55f4:
                return "Potato Seed";

            case 0x2ee0:
                return "Suppressor";

            case 0x2ee1:
                return "Flash Hider";

            case 0x2ee2:
                return "Muffler";

            case 0x61a8:
                return "Buckshot";

            case 0x61a9:
                return "Arrow";

            case 0x61aa:
                return "Slug";

            case 0x4e20:
                return "Gas Can";

            case 0x4e21:
                return "Car Jack";

            case 0x5208:
                return "Blowtorch";

            case 0x5209:
                return "Chainsaw";

            case 0x5dc0:
                return "Binoculars";

            case 0x6590:
                return "Canteen";

            case 0x6978:
                return "Fertilizer";

            case 0x6d60:
                return "PEI Map";
        }
        return Texts.ERROR_NO_NAME;
    }
}
Yea same here with the item spawn, should we use item codes or something like that?
oops, just make that from hex to dec and youll be fine
Common jsut look into the Folder, there is a TxT fil with all ID`s in it... Its not that hard to just look at it
Ok thanks I didn't realise there was ID's in the folder =)
I have a very good PC and I still lag when I use ESP.. Also, u have to keep the menu in order for the ESP to work, and that blue color is just bad dude, can you please improve it?
Posts 3145 of 74 · Page 3 of 5
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?