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 › MultiPlayer Game Hacks & Cheats › CrossFire Hacks & Cheats › CrossFire Discussions › Auto typer with farming.

Auto typer with farming.

Posts 1–15 of 28 · Page 1 of 2
[S]tAr[S]tRuC[k]
[S]tAr[S]tRuC[k]
Auto typer with farming.
I just thought of something.What if we made an auto clicker with auto typer.There is usually a button you press to activate the typer right?So say it's f11 as the hotkey.And you w+s to type.So press f11 and it would keep pressing w+s in cf and you could pick up gun's and not even be playing..The auto clicker would let it shoot.What do you guy's think?
#1 · 16y ago
DE
Derail
kinda weird how u explain it,how bout some plain english ^^
#2 · 16y ago
Wyo
[MPGH]Wyo
thats English?
#3 · 16y ago
kvll
kvll
that's a fail
#4 · 16y ago
Streetplayer
Streetplayer
HaHa
nobody understand wat you say
#5 · 16y ago
LY
Lycanth
Anyway i think every1 know what he is talking about, quite good idea
#6 · 16y ago
MvRouC12
MvRouC12
I think i understand what he is saying.

I think he is saying -

What if we made a auto clicker / typer

So that if you press f11 it will do both auto click and type?

If understand you right that wouldn't be hard...

Here is the code if ya wanna try to make one.

Put this under Private Class __________

Example: Private Class Form1

Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer
    Private Declare Sub mouse_event Lib "user32" (ByVal dwflags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, ByVal dwExtraInfo As Long)
    Private Const mouseclickup = 4
    Private Const mouseclickdown = 2
Timer1

Code:
Dim hotkey1 as boolean
hotkey1 = GetAsyncKeyState(Keys.F11)
if hotkey1 = true then
timer2.start()
end if
dim hotkey2 as boolean
hotkey2 = GetAsyncKeyState(Keys.F12)
if hotkey2 = true then
timer2.stop()
end if
Timer2

Code:
timer2.enabled = true
timer2.interval = 150
sendkeys.send(mouseclickdown)
sendkeys.send(mouseclickup)
sendkeys.send("{enter}")
sendkeys.send("this is your spam text")
sendkeys.send("{enter}")
sendkeys.send("wwwwwwwwwwwwwwwwsssssssssssssssssssssss")

This code basically just makes you click then spams then walks forward the backwards.

Simple.
#7 · edited 16y ago · 16y ago
FL
flashkid33
if im the only one that understand i will tell you: He want someone to do a Aotu clicker that press w+s all time, and that pretty good idea accualy, would be very usefull ;p , i cant but someone maybe can
#8 · 16y ago
HolySinX
HolySinX
Quote Originally Posted by SSK.Darken View Post
I think i understand what he is saying.

I think he is saying -

What if we made a auto clicker / typer

So that if you press f11 it will do both auto click and type?

If understand you right that wouldn't be hard...

Here is the code if ya wanna try to make one.

Put this under Private Class __________

Example: Private Class Form1

Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer
    Private Declare Sub mouse_event Lib "user32" (ByVal dwflags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, ByVal dwExtraInfo As Long)
    Private Const mouseclickup = 4
    Private Const mouseclickdown = 2
Timer1

Code:
Dim hotkey1 as boolean
hotkey1 = GetAsyncKeyState(Keys.F11)
if hotkey1 = true then
timer2.start()
end if
dim hotkey2 as boolean
hotkey2 = GetAsyncKeyState(Keys.F12)
if hotkey2 = true then
timer2.stop()
end if
Timer2

Code:
timer2.enabled = true
timer2.interval = 150
sendkeys.send(mouseclickdown)
sendkeys.send(mouseclickup)
sendkeys.send("{enter}")
sendkeys.send("this is your spam text")
sendkeys.send("{enter}")
sendkeys.send("wwwwwwwwwwwwwwwwsssssssssssssssssssssss")

This code basically just makes you click then spams then walks forward the backwards.

Simple.
You're pro, lmao. Even adding code snippets to a post. Ever thought of switching to C#?
#9 · 16y ago
HowHate
HowHate
What Language?
#10 · 16y ago
woodz
woodz
tried it, need something for x-trap and stuff
#11 · 16y ago
MvRouC12
MvRouC12
Quote Originally Posted by HolySinX View Post


You're pro, lmao. Even adding code snippets to a post. Ever thought of switching to C#?
Ive thought about it... i was actually looking at the layout of C# the other day...

I taught myself Vb so why not teach myself C#. lol...
#12 · 16y ago
blacksaber
blacksaber
Wrong section, keep in mind the CF Hacks section is for Hack/file releases ONLY. Moved to CF General.
#13 · 16y ago
VI
vibrat0r
Quote Originally Posted by SSK.Darken View Post
I think i understand what he is saying.

I think he is saying -

What if we made a auto clicker / typer

So that if you press f11 it will do both auto click and type?

If understand you right that wouldn't be hard...

Here is the code if ya wanna try to make one.

Put this under Private Class __________

Example: Private Class Form1

Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer
    Private Declare Sub mouse_event Lib "user32" (ByVal dwflags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, ByVal dwExtraInfo As Long)
    Private Const mouseclickup = 4
    Private Const mouseclickdown = 2
Timer1

Code:
Dim hotkey1 as boolean
hotkey1 = GetAsyncKeyState(Keys.F11)
if hotkey1 = true then
timer2.start()
end if
dim hotkey2 as boolean
hotkey2 = GetAsyncKeyState(Keys.F12)
if hotkey2 = true then
timer2.stop()
end if
Timer2

Code:
timer2.enabled = true
timer2.interval = 150
sendkeys.send(mouseclickdown)
sendkeys.send(mouseclickup)
sendkeys.send("{enter}")
sendkeys.send("this is your spam text")
sendkeys.send("{enter}")
sendkeys.send("wwwwwwwwwwwwwwwwsssssssssssssssssssssss")

This code basically just makes you click then spams then walks forward the backwards.

Simple.
umms yu need buttns or no buttons and can yu add a code to make it go off by another hotkey?
#14 · 16y ago
Wyo
[MPGH]Wyo
, idk dude
#15 · 16y ago
Posts 1–15 of 28 · Page 1 of 2

Post a Reply

Similar Threads

  • [RELEASE] Donh's Spammer V2 (Spambot, Auto-typer) WITH HOTKEY!!By donh in WarRock - International Hacks
    27Last post 17y ago
  • [RELEASE] Donh's Spammer V3 (auto-typer, Spambot) *WITH ANTIMUTE*By donh in WarRock - International Hacks
    3Last post 17y ago
  • All-In-One Auto Typer, Spammer, Macro (Lobby & In Game) WITH HOTKEYSBy dadirty in Combat Arms Discussions
    15Last post 17y ago
  • Donh's Spammer (spambot, auto-typer)By donh in WarRock - International Hacks
    22Last post 17y ago
  • [TUT] How to make an auto typerBy SkyReborn in Visual Basic Programming
    5Last post 17y ago

Tags for this Thread

None