OldSchoolHack

Register / Login English

Terraria Hack + SDK

icon Thread: [Release] Terraria Hack + SDK

Join Date: Aug 2007

Posts: 1957

Kategorie: Other FPS Games
Entwickler: Splamy

Beschreibung:
How to use (The patcher should work with all Windows versions):
  1. Start the CSHackInjector
  2. Click select Terraia and choose your Terraia in the game folder (usually something like C:\Program Files (x86)\Steam\steamapps\common\Terraria)
  3. Click Patch !
  4. Now every time you start Terraria the tool window will be loaded at startup



Features:
The (more like some example) functions I provided for now in the Table.cs are:
  • Get current quest fish
  • Save/Load Location
  • Reveal the entire map (you might need to reload the map and it's a bit buggy)
  • fullbright toggle
  • heal per second
  • get/set current HP

and yes, all features work in multiplayer too.

Now for the fun part:
If you have some knowledge in C# you can easily write your own functions/modifications.
Simply add a public function without parameter to the Table.cs file.
Each public method will be shown as a button and each public Property will be listed in the PropertyGrid.
You can reload the table while the game is running, by pressing the "Reload" button.

Since I'm not allowed to add the source, use a tool like ILSpy, .NET Reflector or Telerik Just Decompile and look out for methods you'd like to call and try to call then in the Table.cs

Screenshots:
https://www.oldschoolhack.me/hackdata/screenshot/thumb/6fa46231c124d5474706ff2afa79c1b1.jpg https://www.oldschoolhack.me/hackdata/screenshot/thumb/59add976153e80360200d7db79b5e311.jpg

Download:
Terraria Hack + SDK