OldSchoolHack

Registrieren / Anmelden Deutsch

WarZ ALL Emulators - iTEM EXCHANGER


icon WarZ ALL Emulators - iTEM EXCHANGER #1

Anmeldungsdatum: Aug 2007

Beiträge: 8646

Benutzer-Bewertung:

199 positiv
33 negativ
Kategorie: Infestation Survivor Stories (The WarZ)
Entwickler: l0wb1t

Beschreibung:
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 change
jne originalcode
mov byte ptr [WeaponExchangeActive],#0
mov dword ptr [esi+08],#101310  ----> This is the ItemID you want to have

What happens now?
Okay, 101283 = BAG OF CHIPS
and 101310 = Frag Grenade
The 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:
http://puu.sh/474LB.png

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:
  1.  
  2. //cmp [esi+08],#101283 // WeaponID you have
  3. //jne originalcode
  4. mov byte ptr [WeaponExchangeActive],#0
  5. mov dword ptr [esi+08],#400017 // WeaponID you want
  6.  
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:
http://puu.sh/47560.png

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 xD

Video:





The Script:

TEXT Code:
  1. [ENABLE]
  2. Aobscan(aob_MeeleToWeapon,80 B8 24 4A 00 00 00 ** ** 8B 44 24 0C 8D 7C 24 18 E8 ** ** ** ** E8 ** ** ** ** 8B 50 04)
  3. alloc(newmem,2048) //2kb should be enough
  4. Registersymbol(WeaponYouHave)
  5. alloc(WeaponYouHave,4)
  6. Registersymbol(WeaponExchangeActive)
  7. alloc(WeaponExchangeActive,4)
  8. label(returnhere)
  9. label(originalcode)
  10. label(exit)
  11. label(Item)
  12.  
  13. newmem: //this is allocated memory, you have read,write,execute access
  14. push edi
  15. mov edi,[esi+08]
  16. mov [WeaponYouHave],edi
  17. pop edi
  18. cmp byte ptr [WeaponExchangeActive],#1
  19. je Item
  20. jmp originalcode
  21.  
  22.  
  23.  
  24. Item:
  25. cmp [esi+08],#101283 // WeaponID you have
  26. jne originalcode
  27. mov byte ptr [WeaponExchangeActive],#0
  28. mov dword ptr [esi+08],#400017 // WeaponID you want
  29.  
  30.  
  31.  
  32. originalcode:
  33. mov eax,[esi+08]
  34. test eax,eax
  35.  
  36. exit:
  37. jmp returnhere
  38.  
  39. aob_MeeleToWeapon-DA:
  40. jmp newmem
  41. returnhere:
  42.  
  43.  
  44. [DISABLE]
  45. Aobscan(aob_MeeleToWeapon,80 B8 24 4A 00 00 00 ** ** 8B 44 24 0C 8D 7C 24 18 E8 ** ** ** ** E8 ** ** ** ** 8B 50 04)
  46. Unregistersymbol(WeaponYouHave)
  47. dealloc(WeaponYouHave)
  48. dealloc(newmem)
  49. aob_MeeleToWeapon-DA:
  50. mov eax,[esi+08]
  51. test eax,eax
  52. //Alt: db 8B 46 08 85 C0

Screenshots:
https://www.oldschoolhack.me/hackdata/screenshot/thumb/c3fed94800c121aba92a9de9e45bd51d.jpg

Download:
WarZ ALL Emulators - iTEM EXCHANGER

__________________

Hallo
icon #2

Anmeldungsdatum: Aug 2013

Beiträge: 87

Benutzer-Bewertung:

5 positiv
5 negativ
i want to cumshot in your pc , this hack is the beeeeeeeest i ahve ever seeen,
please release one for official warz servers then it would be perfect
icon #3

Anmeldungsdatum: Nov 2012

Beiträge: 19

how to use this...??

very hard...
Zuletzt geändert von moonmyun123 (Do 22. Aug 2013, 15:50)

Grund: kein Grund angegeben

icon #4

Anmeldungsdatum: Nov 2012

Beiträge: 5

can you please make a video to show how to do it

__________________

HEY