Paste account/passwords to check accounts.

Will you use this tool?

  • yes :)

    Votes: 0 0.0%
  • no :(

    Votes: 0 0.0%

  • Total voters
    0

no face

Member
Reputation
0
For this you need AutoHotkey go and download in at their site.

1) Right click your desktop click new and make AutoHotkey script (name it w/e you want.
2) Right click the AutoHotkey script you just made and click "edit script"
3) Put this in your script
Code:
~F8::

clipboard = %clipboard%

send %clipboard%

4) Save it and run it, you will see an icon appear at your system tray.

Now whenever you press F8 you will paste your copied text.
 
RE: RsPaster - by No face

You made this because you can't paste in the RS login when you are going to play right?
I can see that it is just SendKeys.Send(Clipboard.GetText)

Anyways, nice design and might use later.
Thanks for this.
 
RE: RsPaster - by No face

SD8Z said:
You made this because you can't paste in the RS login when you are going to play right?
I can see that it is just SendKeys.Send(Clipboard.GetText)

Anyways, nice design and might use later.
Thanks for this.
I dont even know visual basic :d

And yeah, I made this to paste login/passwords to rs
its a pain in the ass if you got 200 accounts to check, and with this you dont have to manualy type all the login/passwords.
 
RE: RsPaster - by No face

This is surprisingly helpful.

Thanks for the share.
 
RE: RsPaster - by No face

Wow that is pretty cool. I just wish I could phish more than 3 accounts at a time :(
 
RE: RsPaster - by No face

no face said:
SD8Z said:
You made this because you can't paste in the RS login when you are going to play right?
I can see that it is just SendKeys.Send(Clipboard.GetText)

Anyways, nice design and might use later.
Thanks for this.
I dont even know visual basic :d

And yeah, I made this to paste login/passwords to rs
its a pain in the ass if you got 200 accounts to check, and with this you dont have to manualy type all the login/passwords.

If you don't know VB how did you coded this then? :p
For catching if F8 is pressed you need GetAsyncKeyState, and well... SendKeys.Send which is nothing.

Anyways, I'm using this because sometimes I get accounts with really weird names and passwords.
 
RE: RsPaster - by No face

When all my phisher logs start coming in, I'll probably use this.
 
RE: RsPaster - by No face

SD8Z said:
If you don't know VB how did you coded this then? :p
For catching if F8 is pressed you need GetAsyncKeyState, and well... SendKeys.Send which is nothing.

I watched some guild on youtube about simple auto typer, googled info on how to make global hotkeys and how to get text from clipboard.
Then I mixed it all together AND taadaa.. :d
 
RE: RsPaster - by No face

Communication said:
Someone should make an Bot script for checking accounts.

Mm, I think I can write something like that in VB.NET.
You'll just need a list of accounts with a format like "username:password".
I'll write it :p

I'll come back with it later today.
 
RE: RsPaster - by No face

SD8Z said:
Communication said:
Someone should make an Bot script for checking accounts.

Mm, I think I can write something like that in VB.NET.
You'll just need a list of accounts with a format like "username:password".
I'll write it :p

I'll come back with it later today.
cool <3
but remember if you make 5x wrong login/pass you got to wait like 5 mins
 
RE: RsPaster - by No face

Neat program dude, this'll make things much easier ^^
 
RE: RsPaster - by No face

no face said:
SD8Z said:
Communication said:
Someone should make an Bot script for checking accounts.

Mm, I think I can write something like that in VB.NET.
You'll just need a list of accounts with a format like "username:password".
I'll write it :p

I'll come back with it later today.
cool <3
but remember if you make 5x wrong login/pass you got to wait like 5 mins

K, it is finished.
http://www.runerevolution.net/showthread.php?tid=1383
And I know that of the 5 minutes. I just need to add proxy support.
 
RE: RsPaster - by No face

The download doesn't work, please fix =)
 
RE: RsPaster - by No face

The Paste button doesnt work for me
 
Back
Top