mirror of
https://bitbucket.org/stellabellumswg/hashtool.git
synced 2026-01-17 00:04:54 -05:00
16ef0db4b34821c78d51aeb13c78df9c7fed103b
SUID Hash Tool
written by Apathy, improved by Darth
Building
make
Running
./hasher
What is your username? cekis
Username [cekis] StationID [proper: 4216143624 broken: -78823672]
Updating the SWG Database When An SUID Is Broken
It may make sense to make this a stored procedure sometime
delete from account_map where parent_id = -78823672 or child_id = -78823672;
update swg_characters set station_id = 4216143624 where station_id = -78823672;
update players set station_id = 4216143624 where station_id = -78823672;
update account_info set station_id = 4216143624 where station_id = -78823672;
update character_profile set station_id = 4216143624 where station_id = -78823672;
update player_objects set station_id = 4216143624 where station_id = -78823672;
update accounts set station_id = 4216143624 where station_id = -78823672;
update temp_characters set station_id = 4216143624 where station_id = -78823672;
update purge_accounts set station_id = 4216143624 where station_id = -78823672;
update extra_character_slots set station_id = 4216143624 where station_id = -78823672;
update account_reward_events set station_id = 4216143624 where station_id = -78823672;
update account_reward_items set station_id = 4216143624 where station_id = -78823672;
License
Open source, don't be a dick.
Description
Languages
C++
91.6%
Makefile
8.4%