Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Send and Click Tool V4.1


  • Please log in to reply
18 replies to this topic
SnowFlake_FlowSnake
  • Members
  • 845 posts
  • Last active: Jan 24 2016 05:24 PM
  • Joined: 08 Oct 2012

Send and Click Tool V4.1

click: Send {vk01sc000}


Send and Click Tool V4.1 is a program that will try different send and click technics to see what works for your game and what not works for it. it will test over 20 different techniques and ways to try the best to make it work  happy.png

 
How to use it ?!!?
 
1. first make sure that you run the script as Administrator and that your game or program is running in Window mode not full screen and press Space key.
2. read the info in the script.
3. Press the "config" tab.
3. Press "Select a Window" to select the window of the Program or game you would like to test. 
4. enter the "Time Delay" its the time/sleep between the commands/clicks and sends of the keys.
5.enter they  "Enter test key" and type the key you would like to test with the program or game.
Note: (F1,F3,Escape or Middle mouse button will NOT work as a test keys.).
6. Press "Select the mouse coordinates" then select the area that you want the mouse clicks to be and press Space key.
7. Select if you want to test all the different send and click commands or if you would like to select what keys and commands to be tested.
8. Press "RUN" button to start it.
9.Then make sure everything is right in the msgbox.
10. Press F1 or F3 depending on what you want to test first.
 
Press Escape Key to exit/stop Send and Click Tool V4.1
 
 
Update 4.1
  • Big thanks to Xtra for fixing and improving the code
  • fixed the send wscript(COM)
  • Now you can use this even if you don't have a mouse and you press Space key instead of the middle mouse button
Pictures: 



screenshot_227.png


screenshot_230.png

screenshot_231.png





Download exe:
http://www.mediafire...k_Tool_V4.1.exe
 
Download .ahk:
http://www.mediafire...k_Tool_V4.1.ahk
 
Download Zip:
http://www.mediafire...k_Tool_V4.1.zip
Pastebin:
http://www.autohotke...click-tool-v40/


Code:
Spoiler

 
 
Some nice information about virtual-key codes and Dll keyboard calls tongue.png
Spoiler


Tags: Controlsend,clicking,test tool,Click and Send,Flow_Snake,Snow Flake,gaming keys,send not working,cant send key,key dont work.
  • Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  • Contact Info:  https://github.com/floowsnaake //  FloowSnaake(A)gmail.com
  • IF you need Help send me a PM,Email or Post on Github

  • Quote by tank  Posted 29 September 2015 - 06:14 PM

  • "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."

_3D_
  • Members
  • 79 posts
  • Last active: Mar 14 2014 07:49 PM
  • Joined: 28 Feb 2013

Very good and usable test tool.

In my game nothing happen :( that is the major problem but with game not with tool.

Game have sys (kernel driver) that catch the main functions that is used to get color from screen and put controls to ps2 controller in additions game used DirectInput. I use method that avoid all - it will be secret till work.

 

Thanks for the testing tool.



evilc
  • Members
  • 340 posts
  • Last active: Oct 27 2015 11:07 PM
  • Joined: 17 Nov 2005

If none of the methods work for a game, the likely cause is that the game is running as an administrator.

 

Either:

 

Turn off UAC

 

or

 

Make sure AHK is running as admin



evilc
  • Members
  • 340 posts
  • Last active: Oct 27 2015 11:07 PM
  • Joined: 17 Nov 2005

Nice idea

I have not tried it, but does it also check whether AHK needs to run as admin to be able to send input to a game?

here is code to have a script check to see if it is running as admin, and if not, restart as admin.
 

run_as_admin(){
Global 0
IfEqual, A_IsAdmin, 1, Return 0
Loop, %0% {
params .= A_Space . %A_Index%
}
DllCall("shell32\ShellExecute" (A_IsUnicode ? "":"A"),uint,0,str,"RunAs",str,(A_IsCompiled ? A_ScriptFullPath
: A_AhkPath),str,(A_IsCompiled ? "": """" . A_ScriptFullPath . """" . A_Space) params,str,A_WorkingDir,int,1)
ExitApp
}

Also, does it work with mouse movement?

If you could help in any way with working out how to solve a problem with controlling mouse look in MWO, I would appreciate it.



hellbunny
  • Members
  • 44 posts
  • Last active: Nov 25 2014 01:11 PM
  • Joined: 14 Oct 2014

nice script, but nothing worked on my game, gameguard is a total bitch



SnowFlake_FlowSnake
  • Members
  • 845 posts
  • Last active: Jan 24 2016 05:24 PM
  • Joined: 08 Oct 2012

Hey Hellbunny

May i ask what game you are trying it on?


  • Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  • Contact Info:  https://github.com/floowsnaake //  FloowSnaake(A)gmail.com
  • IF you need Help send me a PM,Email or Post on Github

  • Quote by tank  Posted 29 September 2015 - 06:14 PM

  • "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."

hellbunny
  • Members
  • 44 posts
  • Last active: Nov 25 2014 01:11 PM
  • Joined: 14 Oct 2014

rappelz



lamgaming
  • Members
  • 5 posts
  • Last active: Jan 20 2015 11:44 AM
  • Joined: 18 Jan 2015

Hi

 

I'm having problems with SWTOR and used your tool. The mouse clicks worked and the screen was bouncing around but I have no idea how to get the informaiton OUT of the test and onto my script.

 

All i want to do is to assign keys 1 - 8 to eight different positioned mouse clicks.

 

This is the script so far. It works fine out of the game. But not in it.

 

sendmode, input
1::click 891, 733
2::click 891, 815
3::click 891, 898
4::click 891, 965
5::click 1050, 733  
6::click 1050, 815

 

Can you please offer any assistance?

Regards

 

LAM



Gwain
  • Members
  • 3 posts
  • Last active: Feb 25 2015 09:48 PM
  • Joined: 24 Feb 2015

Hey, I'm looking for a auto clicker just like yours here except I need it to be randomized so instead of setting a specific time between clicks I can set it to randomly pick any number between (for example) 70 and 150, then click and repeat the cycle. If you can point me in the right direction or help in any way I'd greatly appreciate it! A color scanner that scans a certain area of your screen for a setable color could work as well but is not needed. Thanks and nice script :)

 

SOLVED :)



Ming Ming
  • Members
  • 3 posts
  • Last active: Mar 24 2015 10:51 AM
  • Joined: 19 Mar 2015

Hi,

 

Thanks for your nice tool. I've been testing it with Cabal Online (a MMORPG protected by GameGuard). Here's the results:

 

- Send command: nothing happens in the game window.

- Click command: script suspended at MouseClickDrag fast test. I had to reboot my pc.

 

This GG thing is driving me crazy :(.



Ming Ming
  • Members
  • 3 posts
  • Last active: Mar 24 2015 10:51 AM
  • Joined: 19 Mar 2015

To be more specific:

- My pc is running Windows 7 Ultimate 64 bit,

- The game is in window mode, and

- AHK was running with administrator right.

 

@Snow_Flake: I found a macro that succeeded sending keystroke to the game, even some kind of pixel search/image search. Evidence of this is it can check when my HP is below some point to pot, checking inventory for extractable items, and how many inventory pages I have access to O.o

Could you tell me how to write a bot like that? :D I know I have zero programming knowledge, but I'm persistent and having a decent amount of time to spend.



nardo03
  • Members
  • 15 posts
  • Last active: Mar 22 2015 03:44 PM
  • Joined: 18 Mar 2013

is this working on Ragnarok??



JaimeCarlos
  • Members
  • 3 posts
  • Last active: Apr 14 2015 11:15 PM
  • Joined: 07 Apr 2015
Anyone who used this tool with League of Legends? I can't get a result yet :(

MeNaCe
  • Members
  • 21 posts
  • Last active: Aug 03 2015 12:45 AM
  • Joined: 08 Jul 2015

what if i dont use a mouse ony my laptops pad?



SnowFlake_FlowSnake
  • Members
  • 845 posts
  • Last active: Jan 24 2016 05:24 PM
  • Joined: 08 Oct 2012

Hello MeNaCe

 

I now fixed the problem so you press Space instead of the middle mouse button


  • Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  • Contact Info:  https://github.com/floowsnaake //  FloowSnaake(A)gmail.com
  • IF you need Help send me a PM,Email or Post on Github

  • Quote by tank  Posted 29 September 2015 - 06:14 PM

  • "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."