and the thing popped up and u said that means it worked well once i erase wat it said in the pop up do i type in the command prompt code i want to use on the victim computer?
the reason it says its a virus is because the coding well let someone connect to your computer (Hacking it), so you anti virus doesnt want to let it unless you uncheck the program to be unprotected.
I have some other things to do on this moment, so the recreation can take a while. But anyways, you can find the source code now in the Video Description.
My appologies for my inactivity for the last weeks, i see some of you dont understand some parts, so i decided to recreate the program and also post the source code when i have time. Currently i've got other private things to do, but stay tuned!
Private Sub socket_DataArrival(ByVal bytesTotal As Long) Dim Message As String Message = "" Call socket.GetData: Message , vbString If Message = "message" Then recieved_message.Text = "recieved from: " & socket.RemoteHostIP Exit Sub End If
good job
bigbossrat 2 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
Whats the theme?
mathijswy 1 year ago
ik heb een probleem,
Als ik de Server wil runnen dan komt er een error:
Run-time error '424':
Object required
staat er dan.
Als ik op debug klik word sock.Protocol = sckTCPProtocol geel.
Reageer alsjeblieft.
oeska143 1 year ago
I'd like to request a tutorial.
How to get an accent like yours.
axljacoby 1 year ago
sock.GetData(Message, vbString) Doesnt works on 2008:( is thi important bcause sock.GetData(Message) works
simme808 2 years ago
lol i solved it by editing the winsocket modifier from Private to Public and it works! ^^, Im so happy now :D
Olavz2 2 years ago
I cant figure this out, cant get it to work in VB 2008. Starting to hate VB 2008 :/ If any1 got a working solution in VB 08, plz share :)
Olavz2 2 years ago
lol look in descryption
Andersaur 2 years ago
cool, but i created it and its not working! >:| wtf.. :( uhggghhhh......
do i need to type:
Sock.Listen 'to incomming messages on port 1000'
?..
NafoK1 2 years ago
Just type Winsock1.Listen and it works. If you are using vb 2008 then you need to type AxWinsock1.Listen.
ballader1 2 years ago
Don't forget to put a Winsock in your form
ballader1 2 years ago
This has been flagged as spam show
It does work, if you cant see it then look at the description... and darkiekiller1337 you really type slow...
pip00123 2 years ago
TutMan14 try MSWinsockLib.ProtocolConstants.sckTCPProtocol
ItsGreatToKnow 2 years ago
Took me bout 1 hour to pause,type in everything and shit.. and it doesnt work,Next time make a program taht works!
DarkieKiller1337 2 years ago
I aggre. Its TO Hard to convert to VB 2008.
I QUIT.
THIS SUCKED! ALOT!
ItsGreatToKnow 2 years ago
Im trying to do this is VB 2008 but it says that
"sckTCPProtocol" isnt declared.
TutMan14 3 years ago
same
ItsGreatToKnow 2 years ago
hola no se deque trata el video
porque no se ve bien
por que no lo buelves hacer haber si se ve bien el codigo y todo lo demas
nicko01s 3 years ago
"buelve" va con v
rapejaambelgufie 3 years ago
wATCH THIS IN HIGH QUALITY BY PUTTING IN &fmt=18 AT THE END OF THE URL
Funnyboy0123 3 years ago
firefoxyNL do u think u could make a tutorial on how to add shell commands to the client.
rolobottle217 3 years ago
well, busy with school at the moment, but i shall add it with the update :)
FirefoxyNL 3 years ago
how does this work?
Received from: 10.0.0.8
What can i do with this?
sp0k1ng 3 years ago
It means it received data from that IP Address, so you know it works :)
FirefoxyNL 3 years ago
But what can i do with it..
sp0k1ng 3 years ago
when u showed the server part of the vid.
and the thing popped up and u said that means it worked well once i erase wat it said in the pop up do i type in the command prompt code i want to use on the victim computer?
robisgangsta1 3 years ago
the reason it says its a virus is because the coding well let someone connect to your computer (Hacking it), so you anti virus doesnt want to let it unless you uncheck the program to be unprotected.
glitchworldsite 3 years ago
wait do i send this part to other poeple?
coolmansup 3 years ago
when I open this once it is made it says it is a virus
coolmansup 3 years ago
I have some other things to do on this moment, so the recreation can take a while. But anyways, you can find the source code now in the Video Description.
FirefoxyNL 3 years ago
ey nederlander
subbed:P:)
bedankt man
thanks man
str40bby
str340bby 3 years ago
My appologies for my inactivity for the last weeks, i see some of you dont understand some parts, so i decided to recreate the program and also post the source code when i have time. Currently i've got other private things to do, but stay tuned!
FirefoxyNL 3 years ago
can u send the code of the parts i cant see it..
OlloX3 3 years ago
Private Sub socket_DataArrival(ByVal bytesTotal As Long) Dim Message As String Message = "" Call socket.GetData: Message , vbString If Message = "message" Then recieved_message.Text = "recieved from: " & socket.RemoteHostIP Exit Sub End If
End Sub
Is that righT?
TheBlueThread 3 years ago
GE WEL Dig !
Het werkt fantastisch !
thanx !
mavamaarten 3 years ago
Good Tutorial Netherlands Bro (waar vandaan?)
I love your English (Talking like a Brabander :D)
Thanks for helping me!
TutorSpy 3 years ago
Limburg, Valkenburg
FirefoxyNL 3 years ago
Limburg owned :D
takkieman 3 years ago
what ur typing at at 1:33 sock.? = ?
str340bby 3 years ago
Sock.Protocol = sckTCPProtocol
FirefoxyNL 3 years ago
what do you call the text1 texbox?
str340bby 3 years ago
how do you send command promt commands to remote computers like "shutdown -s -t 60 -c "test" or something like that
rriinnnniirr 3 years ago
You don't have to send those commands, over the socket. In the part:
If Message = "message" Then
Shell "Shutdown....."
End if.
That will do the job :)
FirefoxyNL 3 years ago
umm yerr but how do u send messages
rriinnnniirr 3 years ago
Command3_bla bla bla...
dim shutdown as string
Sock.senddata = "Shut down"
end sub
Timer bla bla bla
if sock.getdata = "Shut Down" then
shell (shutdown -s -10 -c "Owned Bro!")
end if
end sub
TutorSpy 3 years ago
Use Shell
I think it is like Shell (Shutdown -s)
simme808 2 years ago
erug lekker jongen nice :D
ps wat is je xfire ?:P
danebat 4 years ago 3