How crackedseotools make a loader for their software? $20000/month business

I am the owner of the site mentioned in this thread.

Your estimation of what my sites earns is WAY off. I earn no where near what you mention.

Everything in my loader is custom, you wont make anything like unless you know how to code.
 
What programming language is the loader made of? and what plugin did you use for login on your website?
 
So much gold in this one post. If anyone truly was interested in reverse engineering, this is a good starter post to explorer and then dig your heels in and start learning on how to read IL code ;)
most software cracks/hacks/work arounds can be done with a simple hex editor and editing the binary file or libraries. sometimes they are wrapped in a security software blanket that encrypts the binary and decrypts on execution to hide the original binary code. if/then and conditional branch statements and the op codes for those instructions seem to be where most type of security checks can quickly be located and another is a repeated call to a particular address. check out IDA Pro and BlackICE disassemblers and try stepping threw the code from execution until you come upon your security checks and then edit the binary to jump to the locations expected if you pass the test.
 
if you want to make money selling those cracked stuff, just sign up and resell the tools package for 50% of the price!
 
I laugh. All coders use snippets and sometimes complete algorithms of someone elses code. It is more often than not easier to use the code and libraries of another than it is is to reinvent the wheel. However, reverse engineering is often not as easy as some would like to make it out to be, and in other cases, it is easier.

Then I have to laugh even harder. People are on a site that specializes in the unethical, yet they complain about ethics.
 
Last edited:
Did you not see my post....

I use a loader, you cant resell or share due to my protection.

The purpose of my site is allow extended trials of software it is not a permanent solution for using the tools. If people find the software any good then most will buy it.

Tho how much faith can a developer have in their software if they cannot offer a a decent trial length. There all too quick to get people to part with their cash only to find the software doesn't live up to the expectation.

Software developers need to really take a step back and look at the protection they are using, I have cr*cked 3 software's which even allow me access into the developers license database given me access to over 1000 customer email address.

I'm sure these people wouldn't buy if they knew that.
 
You Want To Rip Off Developers who Spend Months/Years & shitload of money to develop such fantastic stuff?

This is not a hacking forum.. And No one will spoon feed you to learn coding & hacking. GTFO

The download section is filled with tools, ebooks, and themes no one paid for.

Anyway OP. It is very easy considering most of the tools are written in .NET. Most of their developers have no idea what they are doing, or they're hiring just some random. I've cracked many from the marketplace within five minutes using Fiddler, they are so badly protected that it's hilarious. For the more advanced ones you'll have to work with deobfuscators like "de4dot" then looking through the code to see what is happening in the license mechanism. Native apps are much, much harder; but certainly not impossible.
 
Did you not see my post....

I use a loader, you cant resell or share due to my protection.

The purpose of my site is allow extended trials of software it is not a permanent solution for using the tools. If people find the software any good then most will buy it.

Tho how much faith can a developer have in their software if they cannot offer a a decent trial length. There all too quick to get people to part with their cash only to find the software doesn't live up to the expectation.

Software developers need to really take a step back and look at the protection they are using, I have cr*cked 3 software's which even allow me access into the developers license database given me access to over 1000 customer email address.

I'm sure these people wouldn't buy if they knew that.

What are the 3 software that you crack and has access to the developer database?

and I would like to buy a tutorial from you how to make a loader like the IMTloader.exe and what plugins you used on your website for members to login.
 
Last edited:
I wont supply any info on my loader or how they are made. It would be like giving information to the competition.

I dont want embarrass the developers as they may be on this forum
 
What kind of tools? keyword tools, backlinking tools? Your loader is coded on C#? I doubt one of them is senukex.
 
I dont wish to comment on this any more.

If a moderator is watching please close/delete this thread
 
unless the feature and the code for it are not physically located inside the software application (or pulled over the net from a server) then all software can be re-written with a simple hex editor and hex based op codes as long as you don't increase the size of the binary unless you want to go back and re adjust jump/branch/if/then code locations. most times you can simply find the final location code will jump to if you pass what ever security tests are in place and work your way threw the software with simple jump calls to jump over the security checks and still have functional working goods.
 
Back
Top