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 › Warrock AFK bot

Warrock AFK bot

Posts 1–11 of 11 · Page 1 of 1
gamernuub
gamernuub
Warrock AFK bot
Hihi

Im making an afk bot for warrock atm

I have some problems with it :S
Does enyone know how i can move the aim in warrock?

At first i tried to make the mouse cursor set to a point. Thats didn't work because Only thing that happend was that the mouse moved to the point but the player aim was still in posision.

This is the source i have tried :
Code:
Dim X = 1023
        Dim Z = 767

        Me.Cursor = New Cursor(Cursor.Current.Handle)
        Cursor.Position = New Point(X, Y)
And this :
Code:
Dim x = -324
        Dim y = -222
        mouse_event(MOUSEEVENTF_MOVE Or MOUSEEVENTF_ABSOLUTE, x, y, 0, 1)
I starting getting pissed

Eny one can help me out?
#1 · 15y ago
Jason
Jason
Well I don't play WarRock, nor do I have it on my computer. But why do you need to move the mouse to create and AFK bot? Just shoot every 30 seconds or something. Try this for moving the mouse though,

[php]
Private Declare Function SetCursorPos Lib "user32" (ByVal X As int32, ByVal Y int32) As Int32
'...then to use it'
SetCursorPos(100, 100)
[/php]

If your other attempts have failed, I doubt this will work but you never know.
#2 · 15y ago
gamernuub
gamernuub
Quote Originally Posted by Jason View Post
Well I don't play WarRock, nor do I have it on my computer. But why do you need to move the mouse to create and AFK bot? Just shoot every 30 seconds or something. Try this for moving the mouse though,

[php]
Private Declare Function SetCursorPos Lib "user32" (ByVal X As int32, ByVal Y int32) As Int32
'...then to use it'
SetCursorPos(100, 100)
[/php]

If your other attempts have failed, I doubt this will work but you never know.


Didn't work

Damn not very easy ...
#3 · 15y ago
Jason
Jason
Quote Originally Posted by gamernuub View Post
Didn't work

Damn not very easy ...
Just shoot then?
#4 · 15y ago
gamernuub
gamernuub
Quote Originally Posted by Jason View Post


Just shoot then?
What?/
#5 · 15y ago
Jason
Jason
Quote Originally Posted by gamernuub View Post
What?/
You have a gun, no? You click the mouse and it shoots, no? So do that every 30 seconds.
#6 · 15y ago
gamernuub
gamernuub
Quote Originally Posted by Jason View Post


You have a gun, no? You click the mouse and it shoots, no? So do that every 30 seconds.
No i haven't added it yet. But i think it just works to use auto clicker source...

But i really need the aim to move...I dont know why it doesn't work....FUCK IT!
XD

nahh i will keep searching...

Edit :

Is it a way to make the mouse move to the left ? instead of setting to a point?
#7 · 15y ago
Lolland
Lolland
Setting it a point to the left = moving it.
#8 · 15y ago
gamernuub
gamernuub
Quote Originally Posted by Lolland View Post
Setting it a point to the left = moving it.
Thats not what i mean...

If you set the mosue to i point it just "teleport" to the point

But normally you move your mouse pixel by pixel.
#9 · 15y ago
confict
confict
If you make a afk bot just make it press enter every 2/3 seconds...
Sendkeys.send ("{ENTER}")

It won't kick you from the game
#10 · 15y ago
Jason
Jason
Quote Originally Posted by gamernuub View Post
Thats not what i mean...

If you set the mosue to i point it just "teleport" to the point

But normally you move your mouse pixel by pixel.
Yeah, it's still being "teleported" just a smaller distance.
#11 · 15y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • Warrock Spam Bot [With Cool ButtonS]By goodfoot50 in WarRock - International Hacks
    2Last post 17y ago
  • [First Post] CA afk bot!By EpicPacMan in Combat Arms Hacks & Cheats
    57Last post 17y ago
  • EpicPacMan's CA AFK BOT {BETA}By EpicPacMan in Combat Arms Hacks & Cheats
    51Last post 17y ago
  • EpicPacMan's CA AFK BOT {BETA} 2nd RELEASE!By EpicPacMan in Combat Arms Hacks & Cheats
    63Last post 17y ago
  • EPICPACMAN's {ULTIMATE AFK BOT}By EpicPacMan in Combat Arms Hacks & Cheats
    37Last post 17y ago

Tags for this Thread

None