Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored

    Arrow Visual GodMode & Unlimited Ammo

    I realize that this is only Visual, therefore useless, but its a cool feature so people might want it.



    Watch in 720P & Fullscreen

    [YOUTUBE]mKplAcW3uL4[/YOUTUBE]

    Pretty obvious code...
    Code:
    // Visual GodMode
    if(pMain->goToInfoClass->iCurrentHealth, pMain->goToInfoClass->iCurrentHealth < 100){
        (pMain->goToInfoClass->iCurrentHealth, pMain->goToInfoClass->iCurrentHealth = 100);
    }
    Same thing with unlimited ammo/Grenades
    Code:
    if(pMain->goToInfoClass->goToWepInfo->iGrenadesLeft < 2){
        if(pMain->goToInfoClass->goToWepInfo->iGrenadesLeft = 30);
    }
    Can also be done with Unlimited Stamina

    Credits:
    Crash-- Stats and Address
    CodedDemon
    Me
    Last edited by markoj; 08-27-2010 at 10:34 AM.
    Dont ban me

  2. The Following 8 Users Say Thank You to markoj For This Useful Post:

    animo248 (08-29-2010),Boomdocks (06-26-2011),cru0 (08-31-2010),habiram123 (08-28-2010),Mushra17 (09-28-2010),ozzypredator (08-28-2010),TassioWalber (08-31-2010),Turbulence (03-22-2011)

  3. #2
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Haha kinda cool I thought about doing it too but figured there was no point it would just confuse people.

  4. #3
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    i already did that.. tested for real god mode xD
    u can also make a fake hack if u make all ammo 0
    than the player can not shoot

  5. #4
    TheNewGuy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I had a feeling there was something fishy about that besides the fact ima coder and I figured it was patched or server sided but I seen release's so I was curious :/

  6. #5
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by kotentopf View Post
    i already did that.. tested for real god mode xD
    u can also make a fake hack if u make all ammo 0
    than the player can not shoot
    All stuff in there is un-editable because it is server sided.

  7. #6
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Thats basic :S ofc that wont work but good job for the idea :S

  8. The Following User Says Thank You to Stephen For This Useful Post:

    markoj (08-27-2010)

  9. #7
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Crash View Post
    All stuff in there is un-editable because it is server sided.
    i know but try it
    make your ammo to 0 u will see, u can not shoot xD
    the game see the 0 value and say u can not shoot but at the server u have all ur ammo

  10. #8
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    I tried unlimited stamina when I first got this to work I was happy for the first 10 seconds..

  11. #9
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Crash View Post
    I tried unlimited stamina when I first got this to work I was happy for the first 10 seconds..
    yeah i tried this also... the bar is always full but than... thats very bad to see xD
    i tried to change my name ...not worked xD
    its the szLocalNameblabla in the stats class xD

  12. #10
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by kotentopf View Post
    yeah i tried this also... the bar is always full but than... thats very bad to see xD
    i tried to change my name ...not worked xD
    its the szLocalNameblabla in the stats class xD
    IDK what that is... something about who killed you last I think.

  13. #11
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    Lol why go to all that trouble?
    Why not just do
    PushToConsole("Health 100");
    PushToConsole("Armor 100");
    Does the exact same thing.

  14. #12
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Crash View Post
    I tried unlimited stamina when I first got this to work I was happy for the first 10 seconds..
    Combining this with another method actually produces real unlimited stamina.

  15. #13
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by mmbob View Post
    Combining this with another method actually produces real unlimited stamina.
    Addies + this = Ulim stamina?
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  16. #14
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    yep. I have it. I'll make a vid later maybe of all the stuff in my sig and the unl stamina. / idk..

  17. #15
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Crash View Post
    IDK what that is... something about who killed you last I think.
    this is it:
    Can u see into the green infobox the Informations about?
    this name is the szLocalNameChangesInKill in the Stats class.
    i called it so, cause thats not headshots deaths and kills by u only.
    if u dead u can see kills deaths AND HEADSHOTS of this players u see in killcam.
    this can be very helpfully

Page 1 of 3 123 LastLast

Similar Threads

  1. [Preview] Unlimited Ammo+Tutorial [NOT VISUAL]
    By Skiezo in forum CrossFire Discussions
    Replies: 6
    Last Post: 08-19-2011, 02:33 PM
  2. [Release] Try out the new/unreleased map! C-valley *Godmode+unlimited ammo*
    By Tibirius in forum Combat Arms Mods & Rez Modding
    Replies: 118
    Last Post: 03-15-2011, 09:00 PM
  3. Godmode + No recoil + unlimited ammo + AC130 = script compile error "bad syntax"
    By eddantodo in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 11
    Last Post: 10-25-2010, 11:33 PM
  4. WORKING CA GODMODE AND UNLIMITED AMMO
    By Crusty- in forum Combat Arms Discussions
    Replies: 72
    Last Post: 05-28-2010, 04:04 PM
  5. Unlimited Ammo via Cheat Engine?
    By vega in forum WarRock - International Hacks
    Replies: 9
    Last Post: 11-18-2006, 08:59 PM