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 › [Help]Changing X,Y[Solved]

Post[Help]Changing X,Y[Solved]

Posts 1–7 of 7 · Page 1 of 1
DY
dylan40
[Help]Changing X,Y[Solved]
ok so how do i change the x and y of the crosshair i made its ontop of the game but how do i change its place
#1 · 16y ago
NextGen1
NextGen1
SSdiver of codeproject Provided a very extensive create a custom Curser tutorial.

I suggest you read it , thought the code for moving the mouse curser to the X,Y coordinates are not complex this is your second question to this regard, and I am concerned that you are using us for code as opposed to learning. We are not here to write code for you, at least provide the code you attempted to use to provide some proof that you are at least attempting to do this.

Custom Mouse Cursors (VB.NET) - CodeProject
#2 · edited 16y ago · 16y ago
DY
dylan40
i dont see how this will help
im 13 this is all 2 confusing for me
#3 · edited 16y ago · 16y ago
MJLover
MJLover
Quote Originally Posted by dylan40 View Post
ok so how do i change the x and y of the crosshair i made its ontop of the game but how do i change its place
There's a simple solution of what are you trying to do. If I understand it right you want to move the cross-hair as mouse moves ?? If so, here you go:

Create a Timer and Enable it.
Double click the timer and put the following code in it:

Code:
CrossHair1.Location = New Point(MousePosition.X - CrossHair1.Width / 2, MousePosition.Y - CrossHair1.Height)
Where CrossHair1 is your cross hair control !!
If you don't want to move it according mouse position, then just input the x and y values in the new point according to your need.

Hope this helps !!
#4 · 16y ago
mnpeepno2
mnpeepno2
this is better if u want it in the middle of the screen:
dim a as new system.drawing.point
a.x = screen.primaryscreen.workingarea.width /2 + me.width /2
a.y = screen.primaryscreen.workingarea.height /2 + me.height /2
me.location = a
#5 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by dylan40 View Post
i dont see how this will help
im 13 this is all 2 confusing for me
It will help, because reading the article will have you learn what it is you are trying to do, how would giving you the source without at least giving you the opportunity to learn help

It's not that I don't want to provide the help or source, my Sig is proof alone that I have no problem, the code vault is loaded (I mean loaded) with code..., I just want to see some effort on your part, not a new thread with a new request

You asked us how to make a auto clicker, then release a auto clicker,
Which means 99% of the code was created by Hejsan (in comparison to the amount of code it takes to make it work) (yes you gave him credit) so what do you learn from that?

My concern again is more allowing you to have a chance to try yourself, that's why there is mention of it in the rules and guidelines.

and that is why I suggested the article over providing the code (even though it is simplistic)

#6 · edited 16y ago · 16y ago
DY
dylan40
i saw what he was doing so i can learn next time i make a program if i need hotkeys i remember he used a hotkey thing in that i do learn things from that anyway can u close this my crosshair failed when its in middle of screen cursor can up and the game minimized
EDIT: i allready made a auto clicker but without hotkeys but i deleted the project so he made the project again but adding hotkeys..
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Change Txt Colors[Solved]By ppl2pass in Visual Basic Programming
    4Last post 16y ago
  • [Help]Change Button Text[Solved]By [PA]nts in Visual Basic Programming
    7Last post 16y ago
  • [Help]Changing text values[Solved]By master131 in Visual Basic Programming
    4Last post 15y ago
  • [Help]Changing your default language on VS 2010[Solved]By Web-Designer in Visual Basic Programming
    2Last post 15y ago
  • [HELP] Fixed size Form without changing border style?[Solved]By hitmen69 in Visual Basic Programming
    4Last post 15y ago

Tags for this Thread

None