|
You last visited: Today at 06:20
Advertisement
Autoclicker/Mouse mover?
Discussion on Autoclicker/Mouse mover? within the Bless Online forum part of the MMORPGs category.
06/23/2018, 07:31
|
#1
|
elite*gold: 0
Join Date: May 2012
Posts: 15
Received Thanks: 0
|
Autoclicker/Mouse mover?
Hello.
Someone allready can confirm which Autoclicker and mousemover works for bless EU? Mate tried out a onetime buy AA he bought years before but he said the AA won't work in bless also if it's the only opened window and stays in front.
I'm trying to use it for handicraft-dismantle route and want to record movement by myself. Any free or 1timebuy suggestions/ecperience?
Kind Regards
Dude who created this acc as a 14 y old
|
|
|
06/23/2018, 11:56
|
#2
|
elite*gold: 100
Join Date: Mar 2006
Posts: 1,825
Received Thanks: 429
|
What anti-cheat BLESS uses?
|
|
|
06/23/2018, 16:22
|
#3
|
elite*gold: 0
Join Date: May 2012
Posts: 15
Received Thanks: 0
|
Quote:
Originally Posted by killzone
What anti-cheat BLESS uses?
|
It's xigncode3 as i remember right.
|
|
|
06/23/2018, 16:50
|
#4
|
elite*gold: 0
Join Date: Jul 2008
Posts: 67
Received Thanks: 27
|
Quote:
Originally Posted by killzone
What anti-cheat BLESS uses?
|
It uses Battleye. There is also a xgincode folder but I don't see that running in the task manager, just Battleye.
|
|
|
06/24/2018, 15:51
|
#5
|
elite*gold: 0
Join Date: May 2012
Posts: 15
Received Thanks: 0
|
Quote:
Originally Posted by an087535
It uses Battleye. There is also a xgincode folder but I don't see that running in the task manager, just Battleye.
|
Right BattlEye. Xigncode3 was in kr only i guess
Someone knows which ac/mm to use?
|
|
|
06/25/2018, 04:18
|
#6
|
elite*gold: 0
Join Date: Jun 2018
Posts: 3
Received Thanks: 1
|
X MOUSE BUTTON CONTROL
JITBIT MACRO RECORDER
|
|
|
06/25/2018, 12:36
|
#7
|
elite*gold: 0
Join Date: Jul 2008
Posts: 67
Received Thanks: 27
|
Quote:
Originally Posted by shanx989
X MOUSE BUTTON CONTROL
JITBIT MACRO RECORDER
|
I tried Jitbit. It clicks but that clicking doesn't trigger anything ingame. Can you change the left click to a keyboard button ingame?
|
|
|
06/25/2018, 13:16
|
#8
|
elite*gold: 0
Join Date: Oct 2011
Posts: 4
Received Thanks: 0
|
AutoHotkey in Administrator mod
|
|
|
06/26/2018, 00:31
|
#9
|
elite*gold: 0
Join Date: Jul 2008
Posts: 901
Received Thanks: 727
|
this ?
|
|
|
06/28/2018, 15:31
|
#10
|
elite*gold: 193
Join Date: Jan 2008
Posts: 2,656
Received Thanks: 2,447
|
Code:
[DllImport("user32.dll")] public static extern void mouse_event(int dwFlags);
public const int MOUSEEVENTF_LEFTDOWN = 0x0002;
public const int MOUSEEVENTF_LEFTUP = 0x0004;
Code:
private void AutoClicker_Tick(object sender, EventArgs e)
{
mouse_event(MOUSEEVENTF_LEFTDOWN);
mouse_event(MOUSEEVENTF_LEFTUP);
}
|
|
|
06/30/2018, 04:02
|
#11
|
elite*gold: 0
Join Date: May 2012
Posts: 15
Received Thanks: 0
|
Ty for all suggestions i will Hey them asap to Report some feedback
|
|
|
07/02/2018, 12:29
|
#12
|
elite*gold: 0
Join Date: May 2012
Posts: 15
Received Thanks: 0
|
Quote:
Originally Posted by greenkid
this ?

|
sth like that but i also Need it for MP.
Quote:
Originally Posted by Ploxasarus
Code:
[DllImport("user32.dll")] public static extern void mouse_event(int dwFlags);
public const int MOUSEEVENTF_LEFTDOWN = 0x0002;
public const int MOUSEEVENTF_LEFTUP = 0x0004;
Code:
private void AutoClicker_Tick(object sender, EventArgs e)
{
mouse_event(MOUSEEVENTF_LEFTDOWN);
mouse_event(MOUSEEVENTF_LEFTUP);
}

|
How to actually execute this? Notepad++ or cmd? Do i need to use a Mouse mover with coordinate Input also?
|
|
|
07/02/2018, 14:07
|
#13
|
elite*gold: 0
Join Date: Jul 2008
Posts: 901
Received Thanks: 727
|
mp ?
|
|
|
07/03/2018, 09:08
|
#14
|
elite*gold: 6
Join Date: Jun 2012
Posts: 126
Received Thanks: 29
|
Quote:
Originally Posted by Raper88
sth like that but i also Need it for MP.
How to actually execute this? Notepad++ or cmd? Do i need to use a Mouse mover with coordinate Input also?
|
You have to write your own program, for example in C#
Quote:
Originally Posted by Ploxasarus
Code:
[DllImport("user32.dll")] public static extern void mouse_event(int dwFlags);
public const int MOUSEEVENTF_LEFTDOWN = 0x0002;
public const int MOUSEEVENTF_LEFTUP = 0x0004;
Code:
private void AutoClicker_Tick(object sender, EventArgs e)
{
mouse_event(MOUSEEVENTF_LEFTDOWN);
mouse_event(MOUSEEVENTF_LEFTUP);
}

|
You have to DLL import the C MouseEvents to use it in C#. If u have done this you can move the mouse with an event and let it click. This is what Ploxasarus meant by this
|
|
|
 |
Similar Threads
|
Auto mouse mover/clicker I *found* on the net
10/06/2020 - CO2 Bots & Macros - 29 Replies
Got around to changing the attachment to reflect the new forum, lost the macros but its easy to make more. I suggest that when you make a macro repeat for a set amount of times you open the saved macro in a text editor and copy and paste. For some reason it wont update the title, if a mod could do so I would be very grateful.
I found this a long time ago and just now thought about hunting down a serial number to unlock the macro part of it. Since I did that all I have to do is sit back and...
|
Can anyone make mouse mover for me ?
06/11/2012 - CO2 Programming - 2 Replies
it is hell hell easy it will just move the mouse in all the screen :D
thanks :D
|
Auto Mouse-Mover(Not a hack!)
12/24/2010 - S4 League Hacks, Bots, Cheats & Exploits - 20 Replies
Hiya guys!
Here I made my first program,an auto-mouse mover.
What does it do?
If you open it,it will start moving mouse RANDOMLY so that way you will not get kicked from a room:D
Screenie:
http://i54.tinypic.com/2cs9gfs.jpg
VirusTOTAL Scan
|
Auto Mouse Mover Please
05/11/2006 - Conquer Online 2 - 0 Replies
Hi, You all know how Ultima's CS Bot works right? Well I need one that will do that W/O Clicking... Because all of the Taoist bots I've seen on this forum don't work for e except for one. That one where you have to put your mouse over the monster and it does the rest, casts, sits, meditates. I need a mouse mover that will move the mouse to the monster and not click on it and let the bot do the clicking... Please somone make one for me? Also if you have any other taoist bots you know of besides...
|
Mouse Mover
10/27/2005 - World of Warcraft - 3 Replies
Hat jemand einen MouseMover den man so konfigurieren kann das er immer auf eine Stelle klickt oder einfach ein Programm was immer eine Taste "drueck"? Brauche das als Mage fuer CoC und Solo Boss...
Danke..
|
All times are GMT +1. The time now is 06:25.
|
|