Thread: UnliAmmo Source

Results 1 to 10 of 10
  1. #1
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh

    UnliAmmo Source

    Please can someone tell me the source of UnliAmmo Mine is wrong


    void UnliAmmo()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0){
    {
    if (GetAsyncKeyState(VK_F8)) //record ammo
    {
    ammo = 999999 *(int*)ADR_Unliammo;
    }
    if(GetAsyncKeyState(VK_F5) &1) //on
    {
    *(int*)ADR_Unliammo = 0;
    }
    if(GetAsyncKeyState(VK_F6) &1) //off
    {
    *(int*)ADR_Unliammo = ammo ;
    }
    }


    And for HideIGN source please!
    Last edited by killallbosz; 07-04-2014 at 12:35 AM.
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  2. #2
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Please can someone
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  3. #3
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,391
    My Mood
    Stressed
    this part:
    Code:
    ammo = 999999 *(int*)ADR_Unliammo;
    to
    Code:
    DWORD ammo = *(int*)ADR_Unliammo;
    and here.
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Problem solved.

  4. The Following User Says Thank You to Jhem For This Useful Post:

    killallbosz (07-04-2014)

  5. #4
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by Jhem View Post
    this part:
    Code:
    ammo = 999999 *(int*)ADR_Unliammo;
    to
    Code:
    DWORD ammo = *(int*)ADR_Unliammo;
    and here.
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Problem solved.
    Thanks !
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  6. #5
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by Jhem View Post
    this part:
    Code:
    ammo = 999999 *(int*)ADR_Unliammo;
    to
    Code:
    DWORD ammo = *(int*)ADR_Unliammo;
    and here.
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Problem solved.
    Thanks !
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  7. #6
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by Jhem View Post
    this part:
    Code:
    ammo = 999999 *(int*)ADR_Unliammo;
    to
    Code:
    DWORD ammo = *(int*)ADR_Unliammo;
    and here.
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Problem solved.
    Not workin Error??

    Code:
     49 21 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c each undeclared identifier is reported only once for each function it appears in 
    57 23 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c [Error] 'ammo' undeclared (first use in this function) 
    147 1 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c [Error] expected declaration or statement at end of input 2 of this
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  8. #7
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,391
    My Mood
    Stressed
    Quote Originally Posted by killallbosz View Post
    Not workin Error??

    Code:
     49 21 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c each undeclared identifier is reported only once for each function it appears in 
    57 23 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c [Error] 'ammo' undeclared (first use in this function) 
    147 1 C:\Documents and Settings\Lil Pain\My Documents\dllmain.c [Error] expected declaration or statement at end of input 2 of this
    Please stop posting basics error.

    Code:
    DWORD ammo; // we need this of crouse
    void UnliAmmo() // void your unliammo
    {//open 1
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer; // prevent from bugs or anythin
    if(dwPlayerPtr != 0) // if player = 1
    { // open 2
    if (GetAsyncKeyState(VK_F8)) //key for record ammo
    {
    ammo = *(int*)ADR_Unliammo; // record ammo
    }
    if(GetAsyncKeyState(VK_F5) &1) // key for on
    {
    *(int*)ADR_Unliammo = 0; // on
    }
    if(GetAsyncKeyState(VK_F6) &1) // key for off
    {
    *(int*)ADR_Unliammo = ammo ; // off
    }
    }//close 1
    }//close 2

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

    killallbosz (07-04-2014)

  10. #8
    TheG36's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    133.7.0.0
    Posts
    83
    Reputation
    10
    Thanks
    400
    My Mood
    Sleepy
    I think you can stop spoon-feeding them @Jhem lol

  11. The Following User Says Thank You to TheG36 For This Useful Post:

    DaneCoder (07-04-2014)

  12. #9
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,391
    My Mood
    Stressed
    Quote Originally Posted by TheG36 View Post
    I think you can stop spoon-feeding them @Jhem lol
    I want to stop helping them but, looks like I can't leave them alone.

  13. The Following User Says Thank You to Jhem For This Useful Post:

    killallbosz (07-04-2014)

  14. #10
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Solved, closed.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



Similar Threads

  1. CS Source Clan/Server
    By Dave84311 in forum General
    Replies: 20
    Last Post: 10-04-2006, 12:21 PM
  2. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM
  3. Counter Strike: Source
    By Flawless in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 15
    Last Post: 06-03-2006, 08:28 PM