Results 1 to 12 of 12
  1. #1
    Lystic's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    'Murica
    Posts
    498
    Reputation
    31
    Thanks
    4,717
    My Mood
    Bashful

    Make your own Titanium cheat + Some Simple Source Codes

    This is the Titanium Developer Kit Created By UnrealIncident



    Titanium Devkit:
    Requirements:
    - Visual Studio 2010+
    - Unturned
    - Titanium: (Can be found here: https://www.mpgh.net/forum/showthread.php?t=808145)

    This is a visual studio 2010 project built to make creating your own unturned cheat using titanium (or any other loader).

    Some things that will be useful while starting your first cheat:

    Start() -> Runs as soon as the DLL is injected
    Update() -> Called Every Unity Update
    OnGUI() -> On Each Frame (This is used for making GUI)

    Documentation on Unity GUIs: https://docs.unity3d.com/ScriptReference/GUI.html



    https://www.virustotal.com/en/file/6...is/1407223205/
    https://virusscan.jotti.org/en/scanre...5f85f344197a09

    Source Codes:

    On Key Down - Send Chat Message@TheMaskedOne
    Code:
    if (Input.GetKeyDown(KeyCode.Home))
    {
         NetworkChat.sendAlert("Print server message :D");
    }
    On Key Down - Disconnect From Server@TheMaskedOne
    Code:
    if (Input.GetKeyDown(KeyCode.U))
    {
         NetworkTools.disconnect();
    }
    Spawn Items@Blueblood1
    Code:
    SpawnItems.spawnItem(itemId, 1, Camera.main.transform.position);
    Those are just some simple source codes more can be found here: https://www.mpgh.net/forum/showthread.php?t=846210

    @Color
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Lystic; 08-05-2014 at 01:32 AM.

  2. The Following 21 Users Say Thank You to Lystic For This Useful Post:

    ad550334049 (10-22-2014),admiral326 (08-05-2014),annamaxwell777 (02-28-2016),bambi1207 (08-07-2014),EazzyKilla (08-05-2014),end360 (05-12-2015),Fowl3628800 (08-11-2014),Fr0zeNN (08-06-2014),Galaxywars (08-05-2014),Goodfeet (08-05-2014),Heakeu (01-07-2015),hezongxi (08-05-2014),KOtan123123 (08-08-2014),kritPakonTH (08-05-2014),Mezmaa (08-23-2017),nopavich (08-05-2014),qq935405355 (08-08-2014),SatyPardus (12-28-2015),skyza2527 (08-05-2014),TheMaskedOne (08-05-2014),tonioss22 (09-14-2014)

  3. #2
    MinecraftGamer101010's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    78
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    'On Key Down' doesn't work anymore.... >.<

  4. #3
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by MinecraftGamer101010 View Post
    'On Key Down' doesn't work anymore.... >.<
    Worked fine for me?




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  5. #4
    skillzgamerz's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Where can i self taught myself coding please tell me someone

  6. #5
    MinecraftGamer101010's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    78
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by TheMaskedOne View Post
    Worked fine for me?
    For some reason now I cannot open my menu by pressing the key I used after that patch... I had to make it already open when I inject it. >.<

  7. #6
    MinecraftGamer101010's Avatar
    Join Date
    Mar 2013
    Gender
    female
    Posts
    78
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by skillzgamerz View Post
    Where can i self taught myself coding please tell me someone
    If you want to learn C# watch this guy... he is a boss https://www.microsoftvirtualacademy.c...lute-beginners then download some books etc. ^^
    Last edited by MinecraftGamer101010; 08-05-2014 at 04:39 AM.

  8. #7
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by skillzgamerz View Post
    Where can i self taught myself coding please tell me someone
    Search a language you want to learn(For unturned C#)
    start downloading the program you need for the language(Visual studio for C#)

    Google C# tutorials and start programming

    Want to edit unturned ? Look at MPGH for tutorials or this post




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  9. #8
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,865
    My Mood
    Lurking
    //Approved

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  10. #9
    Gomilalo's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Arma's 3 Engine
    Posts
    90
    Reputation
    10
    Thanks
    49
    My Mood
    Pensive
    One question, I edit the example.cs on notepad and everything should be okay. My question is, How do i execute it into the game do i just inject the entire folder? or just a file

  11. #10
    Lystic's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    'Murica
    Posts
    498
    Reputation
    31
    Thanks
    4,717
    My Mood
    Bashful
    Quote Originally Posted by Gomilalo View Post
    One question, I edit the example.cs on notepad and everything should be okay. My question is, How do i execute it into the game do i just inject the entire folder? or just a file
    You need to edit the entire project in visual studio 2010 or newer

  12. #11
    Blueblood1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    711
    Reputation
    132
    Thanks
    7,126
    My Mood
    Mellow
    Quote Originally Posted by Gomilalo View Post
    One question, I edit the example.cs on notepad and everything should be okay. My question is, How do i execute it into the game do i just inject the entire folder? or just a file
    If your new to making a DLL in Visual Studio watch Noodlez tutorial, it should help you with the basics - https://www.mpgh.net/forum/showthread.php?t=843138

  13. #12
    Gomilalo's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Arma's 3 Engine
    Posts
    90
    Reputation
    10
    Thanks
    49
    My Mood
    Pensive
    Does item id do not exist any more?

    Nvm i am stupid
    Last edited by Gomilalo; 08-08-2014 at 04:07 PM.

Similar Threads

  1. [Tutorial] How To Make Your Own Cheat/Hack.
    By KenshinCoder in forum WarRock Philippines Hacks
    Replies: 10
    Last Post: 12-06-2017, 11:11 AM
  2. How to make your own Rank Hack in MW2 :) [Using Cheat Engine]
    By RaveyHax in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 11
    Last Post: 05-30-2010, 11:31 AM
  3. (TUT)how to make your own warrock menu
    By aprill27 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 09-21-2007, 03:46 PM
  4. [Video tutorial] Make your own css cheats
    By seren1ty in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 6
    Last Post: 09-15-2007, 04:11 PM
  5. How to make your own radiostation?
    By nasir91 in forum General
    Replies: 3
    Last Post: 04-30-2007, 07:25 AM