Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 07-02-2017, 21:38
e0qs e0qs is offline
Friend
 
Join Date: Jan 2016
Location: Russia
Posts: 12
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 23
Thanks Rcvd at 21 Times in 6 Posts
e0qs Reputation: 1
JustMapzz Kg source

JustMappz Keygen Source
.NET / C#
DES+Base64

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;

namespace WindowsFormsApplication3
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

		private static byte[] key = new byte[]
		{
			7,
			2,
			3,
			4,
			1,
			6,
			7,
			8
		};

        public static string CryptThis(string text)
        {
            SymmetricAlgorithm symmetricAlgorithm = DES.Create();
            ICryptoTransform cryptoTransform = symmetricAlgorithm.CreateEncryptor(key, iv);
            byte[] bytes = Encoding.Unicode.GetBytes(text);
            byte[] inArray = cryptoTransform.TransformFinalBlock(bytes, 0, bytes.Length);
            return Convert.ToBase64String(inArray);
        }

        public string randomStr()
        {
            Random random = new Random();
            return random.Next(1, 9999999).ToString().PadLeft(5);
        }
        
        private void button1_Click(object sender, EventArgs e)
        {
            string p3, p4, p5, p6 ,fP;

            p3 = randomStr() + "TSRhTEAM@KEYGENFACT.COM";
            p4 = "TSRh TEAM                     " + randomStr();
            p5 = "1234567812345678";
            p6 = DateTime.Today.AddYears(99).ToShortDateString();

            fP =  p3 + p4 + p5 + p6.Substring(0, 10);

            textBox1.Text = CryptThis(fP);
        }

        private void button2_Click(object sender, EventArgs e)
        {

            Clipboard.SetText(textBox1.Text);
        }
    }
}
eq

Last edited by e0qs; 12-23-2017 at 06:10.
Reply With Quote
The Following 4 Users Say Thank You to e0qs For This Useful Post:
Hypnz (07-03-2017), niculaita (07-03-2017), ontryit (07-03-2017), pps44 (07-07-2017)
  #2  
Old 07-03-2017, 18:14
ontryit ontryit is offline
Friend
 
Join Date: Nov 2011
Posts: 172
Rept. Given: 127
Rept. Rcvd 17 Times in 14 Posts
Thanks Given: 411
Thanks Rcvd at 70 Times in 43 Posts
ontryit Reputation: 17
JustMapzz v3.3.3
the ultimate geo browser

Homepage: http://www.justmapzz.com/
Download: http://www.justmapzz.com/downloads/J...etup_3.3.3.exe

Last edited by ontryit; 07-03-2017 at 18:22. Reason: Add more info
Reply With Quote
  #3  
Old 07-03-2017, 20:47
ontryit ontryit is offline
Friend
 
Join Date: Nov 2011
Posts: 172
Rept. Given: 127
Rept. Rcvd 17 Times in 14 Posts
Thanks Given: 411
Thanks Rcvd at 70 Times in 43 Posts
ontryit Reputation: 17
Quote:
Originally Posted by e0qs View Post
JustMappz Keygen Source
.NET / C#
DES+Base64

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Security.Cryptography;

namespace WindowsFormsApplication3
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

		private static byte[] key = new byte[]
		{
			7,
			2,
			3,
			4,
			1,
			6,
			7,
			8
		};

        private static byte[] iv = new byte[]
		{
			1,
			2,
			6,
			4,
			5,
			6,
			7,
			8
		};


        public static string CryptThis(string text)
        {
            SymmetricAlgorithm symmetricAlgorithm = DES.Create();
            ICryptoTransform cryptoTransform = symmetricAlgorithm.CreateEncryptor(key, iv);
            byte[] bytes = Encoding.Unicode.GetBytes(text);
            byte[] inArray = cryptoTransform.TransformFinalBlock(bytes, 0, bytes.Length);
            return Convert.ToBase64String(inArray);
        }

        public string randomStr()
        {
            Random random = new Random();
            return random.Next(1, 9999999).ToString().PadLeft(5);
        }
        
        private void button1_Click(object sender, EventArgs e)
        {
            string p3, p4, p5, p6 ,fP;

            p3 = randomStr() + "TSRhTEAM@KEYGENFACT.COM";
            p4 = "TSRh TEAM                     " + randomStr();
            p5 = "1234567812345678";
            p6 = DateTime.Today.AddYears(99).ToShortDateString();

            fP =  p3 + p4 + p5 + p6.Substring(0, 10);

            textBox1.Text = CryptThis(fP);
        }

        private void button2_Click(object sender, EventArgs e)
        {

            Clipboard.SetText(textBox1.Text);
        }
    }
}
eq
The keygen working well, just wanna ask why the "e-mail: TSRhTEAM@KEYGENFACT.COM didn't displayed in the program About?
Reply With Quote
  #4  
Old 07-03-2017, 23:34
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,342
Rept. Given: 947
Rept. Rcvd 89 Times in 61 Posts
Thanks Given: 4,299
Thanks Rcvd at 479 Times in 338 Posts
niculaita Reputation: 89
please upload compile keygen file
__________________
Decode and Conquer
Reply With Quote
  #5  
Old 07-04-2017, 00:05
sendersu sendersu is online now
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Hi

I've tried to build it, but

this kg has a bug

http://prntscr.com/fr4zvg

looks like it's locale dependent!
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
niculaita (07-04-2017)
  #6  
Old 07-04-2017, 01:27
Debugger Debugger is offline
Friend
 
Join Date: May 2013
Posts: 60
Rept. Given: 51
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 69
Thanks Rcvd at 38 Times in 26 Posts
Debugger Reputation: 8
Quote:
Originally Posted by niculaita View Post
please upload compile keygen file
Here compiled keygen.

Download compiled keygen:
Code:
http://www70.zippyshare.com/v/6KUFrst4/file.html
Image of compiled working keygen:
Code:
https://s11.postimg.org/67xmh9fpv/keygen.png
Reply With Quote
The Following User Says Thank You to Debugger For This Useful Post:
niculaita (07-04-2017)
  #7  
Old 07-04-2017, 06:01
sendersu sendersu is online now
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Quote:
Originally Posted by Debugger View Post
Here compiled keygen.

Download compiled keygen:
Code:
http://www70.zippyshare.com/v/6KUFrst4/file.html
Image of compiled working keygen:
Code:
https://s11.postimg.org/67xmh9fpv/keygen.png
exactly as forecasted - crashing!

http://prntscr.com/fr9hql


here is a stack track - the food for your mind

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.Substring(Int32 startIndex, Int32 length)
at KeyGen.Form1.button1_Click_1(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.81.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
KeyGen
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///E:/KeyGen.exe
----------------
Reply With Quote
  #8  
Old 07-04-2017, 13:48
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,342
Rept. Given: 947
Rept. Rcvd 89 Times in 61 Posts
Thanks Given: 4,299
Thanks Rcvd at 479 Times in 338 Posts
niculaita Reputation: 89
Trojan:Win32/Fuery.B!cl ??? or I already have this before?
__________________
Decode and Conquer
Reply With Quote
The Following User Says Thank You to niculaita For This Useful Post:
e0qs (07-06-2017)
  #9  
Old 07-04-2017, 14:04
cybercoder cybercoder is offline
Friend
 
Join Date: Aug 2005
Posts: 114
Rept. Given: 2
Rept. Rcvd 11 Times in 8 Posts
Thanks Given: 22
Thanks Rcvd at 46 Times in 31 Posts
cybercoder Reputation: 11
Just crashes...
Reply With Quote
The Following User Says Thank You to cybercoder For This Useful Post:
e0qs (07-06-2017)
  #10  
Old 07-04-2017, 15:47
Debugger Debugger is offline
Friend
 
Join Date: May 2013
Posts: 60
Rept. Given: 51
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 69
Thanks Rcvd at 38 Times in 26 Posts
Debugger Reputation: 8
Quote:
Originally Posted by niculaita View Post
Trojan:Win32/Fuery.B!cl ??? or I already have this before?
No virus i Guarantee that. May be name of exe is keygen.exe, antivirus are picking it may be. Try changing that.
Reply With Quote
The Following 2 Users Say Thank You to Debugger For This Useful Post:
e0qs (07-06-2017), niculaita (07-05-2017)
  #11  
Old 07-05-2017, 02:18
Debugger Debugger is offline
Friend
 
Join Date: May 2013
Posts: 60
Rept. Given: 51
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 69
Thanks Rcvd at 38 Times in 26 Posts
Debugger Reputation: 8
Quote:
Originally Posted by sendersu View Post
exactly as forecasted - crashing!

http://prntscr.com/fr9hql


here is a stack track - the food for your mind

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.Substring(Int32 startIndex, Int32 length)
at KeyGen.Form1.button1_Click_1(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.81.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
KeyGen
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///E:/KeyGen.exe
----------------
I tried changing my Date time and Location to UTC and London, then generating serial, It still works.

Anyway if you still finding it crashing just change the code line
from
Code:
fP = p3 + p4 + p5 + p6.Substring(0,10);
to
Code:
fP = p3 + p4 + p5 + p6;
I tried and registered with success.

Let me know if it works for you.
Reply With Quote
The Following User Says Thank You to Debugger For This Useful Post:
e0qs (07-06-2017)
  #12  
Old 07-05-2017, 05:38
TechLord TechLord is offline
Banned User
 
Join Date: Mar 2005
Location: 10 Steps Ahead of You
Posts: 761
Rept. Given: 384
Rept. Rcvd 247 Times in 112 Posts
Thanks Given: 789
Thanks Rcvd at 2,022 Times in 571 Posts
TechLord Reputation: 200-299 TechLord Reputation: 200-299 TechLord Reputation: 200-299
Working Keygen

Working KEYGEN attached (TESTED)

See screenshot here

Last edited by TechLord; 02-26-2018 at 07:10.
Reply With Quote
The Following 2 Users Say Thank You to TechLord For This Useful Post:
e0qs (07-06-2017), niculaita (07-05-2017)
  #13  
Old 07-06-2017, 01:33
sendersu sendersu is online now
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Well,
I'd rather call it NON-working.....

http://prntscr.com/fs0wd4
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
e0qs (07-06-2017)
  #14  
Old 07-06-2017, 06:37
e0qs e0qs is offline
Friend
 
Join Date: Jan 2016
Location: Russia
Posts: 12
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 23
Thanks Rcvd at 21 Times in 6 Posts
e0qs Reputation: 1
Smile

Check TSRh rls page my friends.
The keygen need .NET 4.0 Rountimes maybe thats why u have problems ? i can leter check if ive time or upload my project if i find it hehehe

Code:
http://tsrh.freeserials.com/mirrors.php?justmapzz.v3.3.1.keygen-tsrh.zip
Reply With Quote
  #15  
Old 07-06-2017, 08:06
TechLord TechLord is offline
Banned User
 
Join Date: Mar 2005
Location: 10 Steps Ahead of You
Posts: 761
Rept. Given: 384
Rept. Rcvd 247 Times in 112 Posts
Thanks Given: 789
Thanks Rcvd at 2,022 Times in 571 Posts
TechLord Reputation: 200-299 TechLord Reputation: 200-299 TechLord Reputation: 200-299
Quote:
Originally Posted by sendersu View Post
Well,
I'd rather call it NON-working.....

http://prntscr.com/fs0wd4
You saw the screenshot above in my post ! You obviously need the .Net v4 Client Runtime !

Please check if your system has the required runtimes etc ! Please post a stack trace or something (as you did for the other post) before you claim that something is not working without checking out your system first ! Thank you.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT +8. The time now is 21:21.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )