[SHARE] Running Hreferer / Xrumer on a usb stick

deef

Junior Member
Joined
Dec 16, 2008
Messages
105
Reaction score
19
Becausse we have datalimits. I wished to have xrumer / hrefer running on more than one computer (not at the same time).
But the same version of hrefer for example. With this method, you can continue your building on a other computer.

Thougt I ask at alex how to do this. But he said it was impossible.

It is impossible...
But If you use some little, but simple trick, you can do the magic with a batch file.

The thing I do is to place two licences in my folder and copy the license depending on wich computer I am.

for example
computer_at_home.lic
computer_at_work.lic


Don't forget to rename your existing key.lic.
Becausse it will be overwritten !


This share is to gain some REP, and giving something back to the forum here. I can not share much at the moment. But it's a good start to someone who has the same problems that I have.

Hitting the thanks button will not harm you ! :)

Use this script place the script in your hrefer folder and name it start.bat
You can easely tweak the script to use it for xrumer itself, or for other programs where the license is made with your computer name.

Code:
@ECHO off
cls
:start
ECHO Start up Hreferer from your USB Stick
ECHO .
ECHO .
ECHO 1. Startup from Home computer
ECHO 2. Startup from Computer at work
set choice=
set /p choice=Type the number to start up Hrefer.
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto choice1
if '%choice%'=='2' goto choice2
ECHO "%choice%" is not valid please try again
ECHO .
goto start
:choice1
COPY key_comp1.lic key.lic >nul
goto end

:choice2
COPY key_comp2.lic key.lic >nul
goto end
:end
ECHO .
echo Your license is copyed.  Now starting up hreferer
echo Hit a key to start the program
ECHO .
pause
start hrefer.exe
exit
 
Will try when i get xrumer perfect if you want to run it at work
 
You can also run it on a friends computer for example.

Thing I do is download the orignal files on my usb

original_hrefer/

and place in that map the orignal as or_key.lic.

I made a copy off the or_key.lic rename it to key.lic

And on a new computer you have your new license key.

That new licence key you rename to
computer_at_friend1.lic

and copy to the /hrefer/ map

So you can use it on as manny computers as you want.

You rename it
 
Theorietically this means that any cracked version of Xrumer should work in the same way?
Has anyone got a clean cracked version that we could try with?
 
I'm not giving this thread for anny cracked versions about xrumer (they don't exist, trust me I have searched for this!).

It was only for my own purpose and for other people with a valid license. I encourage you to buy the script, becausse there is no cracked version of it !

@coolcocky
When I share my license will be suspended. You can only use it with two key's at the same time. Sharing the script is not a problem (but I will NOT do this). But you can never share the key. The script will phone home (to the site off the author) and gives the info in the key file to him. The author wil check in his database if the key is valid, and how much instances there will run from the script at that moment.

So when you share you're key you will burne you're fingers. And I encourage people to buy software and not to take everything for free. This is not working at the long term.
 
Dude there are cracked versions, it is true, i use one of them successfuly :) but noone of the Hrefers are working :(
 
Great for you.. but I think this is not working like the orignal version ...

But it's up to u and only your choice :)
 
Yeah but i use it not for Spamming but for updating my hundreds of posts in different forums which is also good option for free, for expample it updates my 349 forums for 5 minutes and if i do it manually it takes my 2-3 hours. i know that if i buy it it will return the money back in a week or so but at the moment i will not buy it :)
 
it only work for hrefer only,I've try to make it work for xrumer it did not work!
could give me the code for xrumer to run on my usb,thanks in advance. :)
 
Back
Top