WarZ ALL Emulators - iTEM EXCHANGER Downloads › Infestation Survivor Stories (The WarZ) Category: Infestation Survivor Stories (The WarZ) Developer: l0wb1t Uploaded by: KN4CK3R Uploaded at: Wed 21. Aug 2013, 17:50 System: Windows Download (1.79 KB) VirusTotal Result: 0/45 Download (1.79 KB) Description Problems or Questions regarding the hack?Take a look at our FAQ Its called "iTEM EXCHANGER"Before we start. understand how it works.The Script is designed to read out, all ItemID´s that you move in your Inventory, so you never need to search for an ItemID, that you dont know.Letz have a look into the Main Script and go to the Item Section (Line 24-28):Important for you are the lines 25 and 28.Item:cmp [esi+08],#101283 ---> This is the ItemID you want to changejne originalcodemov byte ptr [WeaponExchangeActive],#0mov dword ptr [esi+08],#101310 ----> This is the ItemID you want to haveWhat happens now?Okay, 101283 = BAG OF CHIPSand 101310 = Frag GrenadeThe Script will exchange now any Bag of Chips in your Inventory to a Frag Grenade. You have to switch the item to another inventory slot, and you will get a Grenade.The Line 25-26 is just a compare.If not ItemID 101283, do nothing, else exchange item. ok so far so good You understood now, how this works...have a look at the Triggers of it.. after activating ther Main Script u will see this:If you want to activate the exchange, simple change "iTEM EXCHANGE ACTiVE" from 0 to 1 and switch the item you want to change to another slot.After one exchange the Value goes back to Zero.The first one just reads out your ItemID...EXTRA:You know that you can change any consumables to Grenades, Medics,or Ammo? No? here we go....I call this Mass Ammo Maker and i will make you a Video for that later, important here is, comment out line 25-26 (the compare) like this:TEXT Code: //cmp [esi+08],#101283 // WeaponID you have//jne originalcodemov byte ptr [WeaponExchangeActive],#0mov dword ptr [esi+08],#400017 // WeaponID you want The compare is not working now, that means ANY item you switch in your Inventory slot, will be now a Stanag C-Mag. Also dont forget to check the box [X] from "iTEM EXCHANGE ACTiVE" like this:Switch all your fooods, meds and shit to another slot, u will get alot of C-Mags. The Important thing now is, you need a gun with a Stanag-C Mag already in it.. does not matter if this mag is empty or not, u just need the C-Mag in the Gun. now reload them all, and happy shitting C-Mags xDVideo:The Script:TEXT Code:[ENABLE]Aobscan(aob_MeeleToWeapon,80 B8 24 4A 00 00 00 ** ** 8B 44 24 0C 8D 7C 24 18 E8 ** ** ** ** E8 ** ** ** ** 8B 50 04)alloc(newmem,2048) //2kb should be enoughRegistersymbol(WeaponYouHave)alloc(WeaponYouHave,4)Registersymbol(WeaponExchangeActive)alloc(WeaponExchangeActive,4)label(returnhere)label(originalcode)label(exit)label(Item) newmem: //this is allocated memory, you have read,write,execute accesspush edimov edi,[esi+08]mov [WeaponYouHave],edipop edicmp byte ptr [WeaponExchangeActive],#1je Itemjmp originalcode Item:cmp [esi+08],#101283 // WeaponID you havejne originalcodemov byte ptr [WeaponExchangeActive],#0mov dword ptr [esi+08],#400017 // WeaponID you want originalcode:mov eax,[esi+08]test eax,eax exit:jmp returnhere aob_MeeleToWeapon-DA:jmp newmemreturnhere: [DISABLE]Aobscan(aob_MeeleToWeapon,80 B8 24 4A 00 00 00 ** ** 8B 44 24 0C 8D 7C 24 18 E8 ** ** ** ** E8 ** ** ** ** 8B 50 04)Unregistersymbol(WeaponYouHave)dealloc(WeaponYouHave)dealloc(newmem)aob_MeeleToWeapon-DA:mov eax,[esi+08]test eax,eax//Alt: db 8B 46 08 85 C0 Download WarZ ALL Emulators - iTEM EXCHANGER