Thread: Ammo'

Results 1 to 10 of 10
  1. #1
    grav.'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    FL
    Posts
    3
    Reputation
    10
    Thanks
    1
    My Mood
    Amused

    Post Ammo'

    Teach a nub;
    I know I'm possibly going to hear a lot of 'duhs' and 'no ways' , but I've looked on site after site with no resolving information pertaining unlimited ammo.

    switch(confusion)
    case 1: ammo is server sided - that means my dinky 92fs will only and forever only have 45 rounds to be fired in a game

    case 2: a program like mhs can lock a value into place keeping the gun firing a (n)'th shot everytime

    case 3: a jmp function in the assembly can disregard the decrement in ammo count and you possibly get unlimited ammo.

    Again my first post. I have tinkered in ollydbg and mhs, but you guys know a ton more than I do right now. Figure I should ask before I spend another week looking at assembly.

    thanks in advance for any information.

    2/14/10 (happy v'day to those people who want a happy v'day)
    but,..well, mhs test tonight, i got my m16 to read 200 bullets, but could only shoot 120 of them, makes sense for case 1; now i'm curious about the jmp statement in assembly.
    Last edited by grav.; 02-14-2010 at 03:30 AM. Reason: This idiot did some testing <---

  2. The Following User Says Thank You to grav. For This Useful Post:

    kingdead (03-07-2010)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Don't think that's possible...
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #3
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Yes the bullets are seversided. It times shots somehow or another. That's is why there are never any ties with guns if you noticed... unlike other games

    Im sure there is a way around it, atleast partially if not totally, but it would take a sizeable amount skill at reversing.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  5. #4
    crazygamer53's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Massachusetts
    Posts
    210
    Reputation
    10
    Thanks
    23
    My Mood
    Psychedelic
    Quote Originally Posted by why06 View Post
    Yes the bullets are seversided. It times shots somehow or another. That's is why there are never any ties with guns if you noticed... unlike other games

    Im sure there is a way around it, atleast partially if not totally, but it would take a sizeable amount skill at reversing.
    What if you find the memory addies for the fireteam ammo packs?
    Quote Originally Posted by liquidforce View Post

    chuck norris is not affraid of death, death is afraid of chuck norris

    Don't be afraid to click thanks if I helped.

    P.S. I only bite on Wednesdays

    Goals = complete = not yet
    Get banned once
    Get banned three times
    Get banned 10 times
    Get a legit ultrakill
    Get a legit Fantastic
    Get a legit Unbelievable
    Own A vip hacker
    Get VIP
    Make my own mod
    Make my own hack

  6. #5
    D3Dh0oker's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Snow vally
    Posts
    1,850
    Reputation
    8
    Thanks
    438
    My Mood
    Angelic
    Quote Originally Posted by crazygamer53 View Post
    What if you find the memory addies for the fireteam ammo packs?
    that has a certain value only for fireteam , thats y cant respawn in fireteam. if it was possible you would havea extra hack clip but you would shoot no value because that value is for fireteam.

  7. #6
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    Quote Originally Posted by crazygamer53 View Post
    What if you find the memory addies for the fireteam ammo packs?
    if i wanted to make a fireteam hack for health and ammo would these i found in olly be usefull?

    Text strings referenced in CShell:.text, item 2397
    Address=3715DD17
    Disassembly=PUSH CShell.3763E4F8
    Text string=ASCII "CoopMode_Bulletbox"


    Text strings referenced in CShell:.text, item 2399
    Address=3715DD33
    Disassembly=PUSH CShell.3763E4D0
    Text string=ASCII "CoopMode_Medikit"

  8. #7
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by crazygamer53 View Post
    What if you find the memory addies for the fireteam ammo packs?
    Not just the addie, but find the function that adds health and try to mimic it, and if that doesn't work, perhaps try to spawn ammokits in ur game.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  9. The Following User Says Thank You to why06 For This Useful Post:

    matypatty (02-14-2010)

  10. #8
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    you said i need the function that adds the health
    directly above the medikit line it has:
    JMP SHORT 3715DD9C
    could that be helpfull?
    Last edited by matypatty; 02-14-2010 at 10:21 PM.

  11. #9
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    umm could you just get the code via console command. but good luck getting that open though
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  12. #10
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    Quote Originally Posted by zmansquared View Post
    umm could you just get the code via console command. but good luck getting that open though
    explain a lil more plz

Similar Threads

  1. Unlimited Ammo via Cheat Engine?
    By vega in forum WarRock - International Hacks
    Replies: 9
    Last Post: 11-18-2006, 08:59 PM
  2. Ammo lock for FEAR multiplayer
    By Zededarian in forum General Game Hacking
    Replies: 2
    Last Post: 09-01-2006, 09:02 AM
  3. Ammo/Damage Box Values?
    By wooden_amulet in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-02-2006, 02:55 AM
  4. Warrock Ammo Or Health hack without WPE
    By tomvernons in forum Hack Requests
    Replies: 6
    Last Post: 02-21-2006, 08:15 AM
  5. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM