What's new
RevTeam.Re - Reverse Engineering Team

Welcome Guest! Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox! Register and wait for our approve!

Solved Need crack Vbacompiler version 1.9.8(Solved)

Solved Request

Sygmund Oose

Member
Joined
Jul 10, 2023
Messages
20
Reaction score
32
The download contains:
  1. Installation of version 2.4 Full. (I advise you to uninstall the program and then install this updated version again.)
  2. Personal key generator.
I programmed the key generator in Python and exported it as an executable. Unfortunately, virustotal.com accuses it of spyware, but there is nothing wrong with it.

To generate the key, you need to enter your name, then your email address and finally your computer ID. You can get this ID from the program's Help Menu.

The key will only expire in 2068. Why in 2068? Well, you'll never know.

Version 2.6 is causing some difficulties and needs more attention.

Please, Log in or Register to view URLs content!
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
31
Reaction score
7
Please, Log in or Register to view quote content!
我可以修改秘钥文件的有效期吗?比如2068年我要改成2026年,可以自己修改吗?要怎么操作呢?
Can I modify the validity period of the key file? For example, if I want to change from 2068 to 2026, can I modify it myself? How do I operate it?
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
31
Reaction score
7
Please, Log in or Register to view quote content!
在我的群聊小组里分享这个注册秘钥,比如7天有效期的,可以让大家了解没有限制情况下软件的所有功能,这样即使官方发现追究的话也能很快软件失效。

Sharing this registration key in my group chat, such as a 7-day validity period, can help everyone understand all the functions of the software without any restrictions. This way, even if the official discovers and pursues it, the software will quickly become invalid.
 

kar2rost

Member
Joined
Dec 6, 2024
Messages
16
Reaction score
5
Please, Log in or Register to view quote content!
hi bro
Does this program require internet to run and read the license?
When I disconnect the internet, it becomes a temporary version
And when I reconnect it reads the key
In addition, in limit case the created file must be run on a system that has internet, otherwise it gives the error "The clock is not set".
I don't know where the problem is
 
Last edited:

Sygmund Oose

Member
Joined
Jul 10, 2023
Messages
20
Reaction score
32
Please, Log in or Register to view quote content!
Consider the following:
  • There are two dates in the key, a start date and an end date. To validate these dates, the program uses the system, and this is where it does a very intelligent check.
  • If you have never set your system clock back, everything will occur within that system and the dates will be validated.
  • If you have brought your watch back at some point, the program will no longer validate these dates through the system and will use an internet clock.
  • The idea behind this is that if you create a spreadsheet and give someone an rkey with an expiration date, that user won't be able to change the clock to use your spreadsheet. And so the expiration date becomes useful.
  • You can generate a project that prevents the user from using a virtual machine and thus he will not be able to bypass this date check.
 

kar2rost

Member
Joined
Dec 6, 2024
Messages
16
Reaction score
5
Please, Log in or Register to view quote content!

Hello friend
Thanks for your answer

I mean the key that I output with Python, not the key that is created with the software. Anyway
Now I have problems. If I run the program without internet, it runs in trial mode (Python key) and when I connect to the internet, it reads the key well and the version is not trial.
I changed the system date for testing , it always wants to check via the internet what the correct date is
What is the solution
1-if the internet is not connected, the program does go into trial mode
2-And also the Excel file and the corresponding key do need the internet for running
i uninstall several time and install again but
After running the software without internet, it still runs as a trial and says the clock is not set
I have tested it on another system and it works fine even without internet.
But on this system, once I changed the clock, the program will run full ver only if there is internet connected.
and the output Excel file still requires internet.
I mean, how does it know that the clock has changed when I reinstall and install it?
Is there a file somewhere that it creates that will tell it even after reinstalling Or is there some part of Windows that tells it the system date has changed?

I am at the beginning of reverse engineering software and I am learning
Which debugger did you use for this app, a combination or just one
And which debugger do you recommend so that I can see more tutorials
Thank you
 
Last edited:

shaokui123

Active member
Joined
Aug 17, 2023
Messages
31
Reaction score
7
Please, Log in or Register to view quote content!
这个是原版程序编写的保护措施,python生成的秘钥和官方原版的秘钥是相同的

This is a protective measure written in the original program, and the key generated by Python is the same as the official original key
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
31
Reaction score
7
27977.jpg

现在已经完成了对试用版提示信息的修改,在od中修改的,这些文字信息是加密的,无法做到改成别的内容,只能抹除不显示
I have now completed the modification of the trial version prompt information, which was modified in the OD. These text messages are encrypted and cannot be changed to other content. They can only be erased and not displayed
 
Top