Page 1 of 12 12311 ... LastLast
Results 1 to 15 of 176
  1. #1
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw

    Post Your Source Codes Here

    Alright maybe something nice to keep the forum clean and help each other to make great hacks .

    Lets do it as follow:

    Example:

    - Version: 2.2.1 (Maybe usefull for the future)
    - what the code does ( print server message)
    - Additional info ( References: assembly-CSharp.dll , assembly-CSharp-firstpass.dll, assembly-unityscript-firstpass.dll, unityengine.dll )
    Code:
    if (Input.GetKeyDown(KeyCode.Home))
            {
                NetworkChat.sendAlert("Print server message :D");
            }
    @Color sticky maybe?

    Edit: Please do not use this thread to ask for questions how to use it etc PM / VM that person! Keep this thread only with source codes etc


    After long consideration, this thread is now a perm. sticky. Please use this thread to share projects or source code from now on. Don't forget we here at MPGH appreciate your efforts and keep on hacking!

    -Community Minion Raple
    Last edited by Hunter; 03-25-2016 at 05:10 AM.




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  2. The Following 9 Users Say Thank You to TheMaskedOne For This Useful Post:

    cgallagher21 (08-01-2014),Dunderheied (12-08-2014),KOtan123123 (08-09-2014),malemale (07-30-2014),Raple (08-06-2014),SummerTw (07-30-2014),teishack (08-05-2014),xXOliverXx (03-30-2017),xZeka (08-05-2014)

  3. #2
    Blueblood1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    711
    Reputation
    132
    Thanks
    7,125
    My Mood
    Mellow
    Me First :P

    - Version: All (Unless Unity updates)
    - Spawn on cursor.
    Code:
    Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
    RaycastHit hit;
    if (Physics.Raycast(ray, out hit, distance))
    {
                    
    }

    - Version: All (Unless lighting is redone)
    - Improved Full Bright
    Code:
    RenderSettings.ambientLight = new Color(0.95f,0.95f,0.95f);
    base.ligh*****lor = Color.black;
    base.light.intensity = 0f;
    - Spawn Items
    - Version: 2.2.1
    Code:
    SpawnItems.spawnItem(itemId, 1, Camera.main.transform.position);
    Last edited by Blueblood1; 07-30-2014 at 02:11 PM.

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

    malemale (07-30-2014)

  5. #3
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    - Version: 2.2.1
    - Suicide when pressing home button
    Code:
    if (Input.GetKeyDown(KeyCode.Home))
            {
                SpawnPlayers.reset();
            }
    - Version: 2.2.1
    - Panic quit when you hit U
    Code:
    if (Input.GetKeyDown(KeyCode.U))
            {
                NetworkTools.disconnect();
            }




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  6. The Following 2 Users Say Thank You to TheMaskedOne For This Useful Post:

    RawrMcFluff (03-04-2016),WhiteNigqa (08-22-2014)

  7. #4
    Blueblood1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    711
    Reputation
    132
    Thanks
    7,125
    My Mood
    Mellow
    Trying to one up me eh? take some of this!

    - Version: 2.2.1
    - Instantly shuts down your game when pressing Numpad Peroid.
    Code:
            
    #region Panic Button
    if (Input.GetKeyDown(KeyCode.KeypadPeriod))
    {
         Application.Quit();
    }
    #endregion

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

    WhiteNigqa (08-22-2014)

  9. #5
    AlexGeoZz1's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    827
    SOURCE WARS lol

  10. #6
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Code:
    if(noodle.energy)
    {
    Lamp.setLights(true);
    }
    Makes all Lamps turn on.
    Last edited by xiEatNoodlezx; 07-30-2014 at 03:19 PM.

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

    xZeka (08-05-2014)

  12. #7
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Code:
    if(//key)
    {
    if(Noodle.Achieve < 1)
    {
    SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
    SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
    SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
    SteamUserStats.SetAchievement("abridgetoofar");
    SteamUserStats.SetAchievement("adayinthesun");
    SteamUserStats.SetAchievement("chess");
    SteamUserStats.SetAchievement("trueguts");
    SteamUserStats.SetAchievement("graduate");
    SteamUserStats.SetAchievement("hero");
    SteamUserStats.SetAchievement("bandit");
    SteamUserStats.SetAchievement("knowledgeable");
    SteamUserStats.SetAchievement("skilled");
    SteamUserStats.SetAchievement("experienced");
    SteamUserStats.StoreStats();
    }
    Noodle.Achieve++
    }
    Unlocks Achievements
    Last edited by xiEatNoodlezx; 07-30-2014 at 03:20 PM.

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

    WhiteNigqa (08-22-2014)

  14. #8
    oglog's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    Question Confused O.o?

    Quote Originally Posted by xiEatNoodlezx View Post
    Code:
    if(//key)
    {
    if(Noodle.Achieve < 1)
    {
    SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
    SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
    SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
    SteamUserStats.SetAchievement("abridgetoofar");
    SteamUserStats.SetAchievement("adayinthesun");
    SteamUserStats.SetAchievement("chess");
    SteamUserStats.SetAchievement("trueguts");
    SteamUserStats.SetAchievement("graduate");
    SteamUserStats.SetAchievement("hero");
    SteamUserStats.SetAchievement("bandit");
    SteamUserStats.SetAchievement("knowledgeable");
    SteamUserStats.SetAchievement("skilled");
    SteamUserStats.SetAchievement("experienced");
    SteamUserStats.StoreStats();
    }
    Noodle.Achieve++
    }
    Unlocks Achievements
    ___________________________
    ok so i may be a noob, but how do you use these codes, do you use them in cheat engine or what, some ppl say that i need to use c++ but i dont get it

  15. #9
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Quote Originally Posted by oglog View Post
    ___________________________
    ok so i may be a noob, but how do you use these codes, do you use them in cheat engine or what, some ppl say that i need to use c++ but i dont get it
    https://www.mpgh.net/forum/showthread.php?t=843138

    Use part 3

  16. #10
    FinishTheFight's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    U.S. , TX
    Posts
    64
    Reputation
    10
    Thanks
    357
    My Mood
    Happy
    Quote Originally Posted by xiEatNoodlezx View Post
    Unlocks Achievements
    I'm assuming you included Steamworks?
    [img]https://i193.photobucke*****m/albums/z98/FinishTheFight_2007/Signatures/SpaceBass.jpg[/img][img]https://i193.photobucke*****m/albums/z98/FinishTheFight_2007/Pictures/FishinspaceFinal2-1.jpg[/img]

  17. #11
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Quote Originally Posted by FinishTheFight View Post
    I'm assuming you included Steamworks?
    Added it as a refrence and refrenced it yes

  18. #12
    LordNature's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    158
    Reputation
    10
    Thanks
    1,171
    My Mood
    Amazed
    Quote Originally Posted by xiEatNoodlezx View Post
    Code:
    if(//key)
    {
    if(Noodle.Achieve < 1)
    {
    SteamUserStats.IndicateAchievementProgress("crimesagainstzombanity", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("outdoorsman", 500, 0x3e8);
    SteamUserStats.IndicateAchievementProgress("hunter", 50, 100);
    SteamUserStats.IndicateAchievementProgress("crimesagainsthumanity", 50, 100);
    SteamUserStats.IndicateAchievementProgress("hoarder", 500, 0x3e8);
    SteamUserStats.SetAchievement("abridgetoofar");
    SteamUserStats.SetAchievement("adayinthesun");
    SteamUserStats.SetAchievement("chess");
    SteamUserStats.SetAchievement("trueguts");
    SteamUserStats.SetAchievement("graduate");
    SteamUserStats.SetAchievement("hero");
    SteamUserStats.SetAchievement("bandit");
    SteamUserStats.SetAchievement("knowledgeable");
    SteamUserStats.SetAchievement("skilled");
    SteamUserStats.SetAchievement("experienced");
    SteamUserStats.StoreStats();
    }
    Noodle.Achieve++
    }
    Unlocks Achievements
    Couldn't you just use SAM (Steam Achievement Manager)?

  19. #13
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Quote Originally Posted by LordNature View Post
    Couldn't you just use SAM (Steam Achievement Manager)?
    You can, but this is more safe, I mean, you dont have that running a million apps

  20. #14
    LordNature's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    158
    Reputation
    10
    Thanks
    1,171
    My Mood
    Amazed
    Quote Originally Posted by xiEatNoodlezx View Post
    You can, but this is more safe, I mean, you dont have that running a million apps
    SAM doesn't run a million apps? SAM is one single program that can edit other games achievements. Pretty much the best achievement editor.

  21. #15
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Quote Originally Posted by LordNature View Post
    SAM doesn't run a million apps? SAM is one single program that can edit other games achievements. Pretty much the best achievement editor.
    Yeah, i know what you mean xD but steam stacks the games your on, and trust me, when a user see's that, they open two games at the same time (because it takes a while to tell back to steam that you closed the game) and some have like 5 games open and that alerts the ban system

Page 1 of 12 12311 ... LastLast

Similar Threads

  1. [Source Code] Release your .SQF Source Code Here! (Godmode, ESP, Etc)
    By ItsZaydeh in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 28
    Last Post: 10-25-2014, 05:00 PM
  2. Post your USED codes here!
    By MuffinHD in forum League of Legends Discussions
    Replies: 47
    Last Post: 01-11-2014, 01:12 AM
  3. [Patched] Post your Auth Codes here! (RSBots.net)
    By Ravallo in forum Runescape Hacks / Bots
    Replies: 220
    Last Post: 10-21-2011, 02:21 PM
  4. [Source Code] Ask for Source Codes here / Release your Source Codes here [Collection]
    By taylan in forum WarRock Hack Source Code
    Replies: 24
    Last Post: 02-01-2011, 11:27 AM
  5. Post your game name here
    By styx23 in forum WarRock - International Hacks
    Replies: 49
    Last Post: 07-17-2007, 08:47 PM