nadavshemesh / silver-hacks

Infogrames/ Spiralhouse Silver 1999 RPG game hacks
6 stars 3 forks source link
cheat cheat-engine-tables hacking infogrames silver spiralhouse trainer

Infogrames/ Spiralhouse Silver Hacks

Introduction

Simple and fun hacks made for the game 'Silver'.

I provided a cheat engine's table and a cpp program, eventually the program will catch up to the table.

Check out GIFS of hacks Here

#

Cheat table

On this version of the cheat engine's table, you can:

  1. Control the player's stats, make magic and abilities infinite. (Alt+1 to freeze, edit values in the table)
  2. Get all items (ALT+I, see the note below)
  3. Teleport all chars in the room to wherever you want (ALT+B)
  4. Teleport your character (ALT+T)
  5. Teleport from any room/ level to any room/ level (Via the table, Here's a list of all locations)
  6. Unlock the doors whenever you want (Alt+2)
  7. Save whenever you want (ALT+S)
  8. Vac all enemies to match the player's position (ALT+V)
  9. Change the room's state (Via the table)
  10. Create any enemy you'd like (ALT+E with spawn type in the table, here's a list of all enemies and their numbers)
  11. Summon characters (Via the table & using the summon skill) - Uncheck before exiting a room!

Notes:

On this version of the program (win_launcher.exe) you can:

1. Teleport your character (CTRL+T)
2. Teleport all chars in the room to wherever you want (CTRL+B)
3. Teleport all enemies in the room to the player's position (CTRL+V)
4. Unlock the doors whenever you want (CTRL+D)

Whats next

I plan to make .sct injection, so that together with this project you will be able to write script files (ability to do anything the game does) and activate those whenever you want. (basically writing your own cheats and mods)

Build

The c++ program is currently for windows only (sorry non-windows users).

Assuming you're in this readme.md directory:

gcc win_launcher.cpp -lstdc++ -o .\win_launcher.exe

Run

Double click on win_launcher.exe

Or from a command line:

.\win_launcher.exe

Note: currently, the program must be run with admin privileges in order to work \ The c++ program is currently for windows only (sorry non-windows users).