From 6c9f14e8d2c10584d59a3c24127d95e447dc9ab0 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Tue, 29 Dec 2020 17:38:39 +0000 Subject: gameserver simulation tool --- other/getsecure.pl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 other/getsecure.pl (limited to 'other') diff --git a/other/getsecure.pl b/other/getsecure.pl new file mode 100755 index 0000000..1228295 --- /dev/null +++ b/other/getsecure.pl @@ -0,0 +1,16 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use Data::Dumper 'Dumper'; +$|++; + +our %S; +require "../common/supportedgames.pl"; +require "../common/auth.pl"; + +my $gamename = "ut"; +my $secure = "wookie", +my $enctype = 0; + +print Dumper get_validate_string($S{game}->{$gamename}->{key}, $secure, $enctype); -- cgit v1.2.3