Skip to content

nadavshemesh/silver-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Hacks number 1, 9 and 6 are injected to a game loop, therefore a 'Used' flag is set to one so that it wont trigger infinitely (otherwise the game will crash), after you use a hack like this, press its key combination again to deactivate it (or deactivate via the table by unchecking it) and then press ALT+Q to reset the flag back to 0 (otherwise the hacks wont work the next time).

  • Currently, the hack "Get all items" supplies the player will all items without checking what items he has first, so getting an item that a player cannot obtain twice (like a magic spell) will cause a crash. therefore you should use this hack before you obtain such an item in the game (or you can edit the script on the table, here are all the items by number)

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).

Releases

No releases published

Packages

No packages published

Languages