how do i Decrypt .ini file?

07/12/2017 18:39 Envy and Greed#1
i want to create my own .ini file i don't want to download any old/new inis or editors.I want to understand how can i decrypt and edit items on my own.
07/12/2017 19:52 mlukac89#2
If i remember you need RC4 algorythm and password for file. Password was 1111 in webzen and justac.
07/13/2017 11:33 Envy and Greed#3
Quote:
Originally Posted by mlukac89 View Post
If i remember you need RC4 algorythm and password for file. Password was 1111 in webzen and justac.
thanks so much for response, for that u need c+ if i googled right :0 i seen a video this guy simple uses notepad ++ https://youtu.be/V3b2lP9NqPM?t=153
07/13/2017 12:07 mlukac89#4
For make a program that decrypt/encrypt ini files you can use whatever programming language you want. I was making that in AuToit because its simple.

And after you decrypt ini you can use any text editor you want to edit ini file.

Here you go example source code + compiled 32 bit and 64 bit to test in attachment.

Virus scans give false positive because of AuToit, but you can use 1st file its a source code just to see how this works.


[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]