Desperate Gods password changer

The place to discuss all things Desperate Gods.
Post Reply
JayneHJKL
Posts: 8
Joined: Wed Jul 04, 2012 8:00 am

Desperate Gods password changer

Post by JayneHJKL » Fri Nov 23, 2012 4:44 am

I have seen people want to play public games, but lock them down after a few players join to prevent the match from being ruined. I created a utility that can add, change, or remove passwords on the fly.

It is a simple console app, just type in a new password to set one.
to remove a password, set the password to 0

Image

http://www.mediafire.com/?g6stca2l86bv62j

DG_Pass.exe
MD5: 8D29B7CC9911F0423A7D6EEFD7A4A6D2
SHA-256: EA621AF166E95C094B147786F02882C629F1908C9AD4F143F264B7A06045CF46

https://www.virustotal.com/file/ea621af ... 353663804/

Smellyhobo101
Posts: 11
Joined: Tue Jan 10, 2012 4:29 am

Re: Desperate Gods password changer

Post by Smellyhobo101 » Fri Nov 23, 2012 4:48 am

I love you! Thanks!

JayneHJKL
Posts: 8
Joined: Wed Jul 04, 2012 8:00 am

Re: Desperate Gods password changer

Post by JayneHJKL » Fri Nov 23, 2012 5:40 am

Smellyhobo101 wrote:I love you! Thanks!
awesome! let me know if it works for you or you have any problems. you can test this by opening another game and trying to join your match from the list if you want to see it in action.

Smellyhobo101
Posts: 11
Joined: Tue Jan 10, 2012 4:29 am

Re: Desperate Gods password changer

Post by Smellyhobo101 » Fri Nov 23, 2012 8:46 am

JayneHJKL wrote:
Smellyhobo101 wrote:I love you! Thanks!
awesome! let me know if it works for you or you have any problems. you can test this by opening another game and trying to join your match from the list if you want to see it in action.
Just used it. Didnt actually "test" it but after a 2-5 hour game (I lost track of time after a bit) no one joined so i assume it worked. Very easy to use. Dont have to do anything fancy. Just run the file, type in the pass, press enter and tada. Couldnt be easier. Thanks!

Bluesnake4
Posts: 14
Joined: Sun Nov 25, 2012 6:20 am

Re: Desperate Gods password changer

Post by Bluesnake4 » Sun Nov 25, 2012 9:37 am

Awesome sorely needed!!

Vonkie
Posts: 45
Joined: Fri Sep 21, 2012 11:24 am

Re: Desperate Gods password changer

Post by Vonkie » Sun Nov 25, 2012 12:02 pm

That's awesome, JayneHJKL, great work!
Do you think I can use the idea in my mod of the game?
I'm sure it would be possible without needing an external application, if possible.

JayneHJKL
Posts: 8
Joined: Wed Jul 04, 2012 8:00 am

Re: Desperate Gods password changer

Post by JayneHJKL » Sun Nov 25, 2012 3:15 pm

Vonkie wrote:That's awesome, JayneHJKL, great work!
Do you think I can use the idea in my mod of the game?
I'm sure it would be possible without needing an external application, if possible.
Absolutely. The password system is very simple.

There are two password variables you need to change. The first and obvious one is the password itself, and the next is another variable that holds the length of the password. If the length is set to 0 then the password is not used.

I didn't use the games source code to make this so it may handle the length of the password on it's own, I'm not sure how they handle it.

Vonkie
Posts: 45
Joined: Fri Sep 21, 2012 11:24 am

Re: Desperate Gods password changer

Post by Vonkie » Sun Nov 25, 2012 5:13 pm

JayneHJKL wrote:Absolutely. The password system is very simple.

There are two password variables you need to change. The first and obvious one is the password itself, and the next is another variable that holds the length of the password. If the length is set to 0 then the password is not used.
Since my mod does use the source code, it actually doesn't need two values. Just the string value~
Anyway, thanks for letting me use the idea, it's in my next update, which will be up once I get the bugs out.

Post Reply