Search found 11 matches

by operatg0r
18 Jan 2023, 15:17
Forum: Ask for Help (v2)
Topic: v1 to v2 hell
Replies: 3
Views: 410

Re: v1 to v2 hell

I have carpel so yah sort of a PITA to code I can't even find the sendmessage replacement so much pain :) gotta get at least basic stuff working ASAP ofr my hand will catch fire... https://github.com/freeload101/SCRIPTS/blob/master/AutoHotkey/C0ffee%20Anti%20Idle%20v2.ahk also got enable/disable hig...
by operatg0r
18 Jan 2023, 14:59
Forum: Ask for Help (v2)
Topic: v1 to v2 hell
Replies: 3
Views: 410

v1 to v2 hell

I've been stepping through my v1 code there about a million errors ... and pretty much realized it's not worth the hassle and I guess I have to start from scratch ... now I know how programmers feel .... https://github.com/freeload101/SCRIPTS/blob/38c68ffd9c04cf622785ef1e569300fee7034c7d/AutoHotkey/...
by operatg0r
05 Dec 2018, 01:57
Forum: Gaming Help (v1)
Topic: Fallout 76 Script
Replies: 10
Views: 9824

Re: Fallout 76 Script

[SOLVED] UPDATE: you may just be able to use SendMode Input or some other option instead of script below https://autohotkey.com/docs/commands/SendMode.htm use DLL call see keycodes https://docs.microsoft.com/en-us/windows/desktop/inputdev/virtual-key-codes keybd_event("e") keybd_event(key, duration=...
by operatg0r
04 Dec 2018, 09:20
Forum: Gaming Help (v1)
Topic: Fallout 76 Script
Replies: 10
Views: 9824

Re: Fallout 76 Script

Ummm other then Suspend,on and off not sure what makes this work in a game? all I see is send
by operatg0r
04 Dec 2018, 01:36
Forum: Gaming Help (v1)
Topic: Fallout 76 Script
Replies: 10
Views: 9824

Re: Fallout 76 Script

?? code not sure your you mean
by operatg0r
02 Dec 2018, 11:40
Forum: Gaming Help (v1)
Topic: Fallout 76 Script
Replies: 10
Views: 9824

Re: Fallout 76 Script

No send or sendraw work in fallout 76... #InstallKeybdHook ;#InstallMouseHook ;#maxhotkeysperinterval 99999 ;0SetKeyDelay, 70 F1:: loop, 1 { tooltip,e Sendraw, e Sleep, 500 tooltip,tab send, {TAB} Sleep, 500 tooltip,r send, r Sleep, 500 tooltip,space send, {SPACE} Sleep, 500 tooltip,tab send, {TAB} ...
by operatg0r
05 Nov 2018, 10:31
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 48683

Re: Creating a wrapper for interception.dll (fixed and working!) Topic is solved

Hah. I JUST got everything to work and then I saw you reply. Dude you rock that works !. Dude can I buy you a beer ? also let me know if you like to do a HPR eps. Answer a few questions about Automation/Macros etc. http://hackerpublicradio.org/ * I had to reboot ... did not see the reboot message ru...
by operatg0r
02 Nov 2018, 12:17
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 48683

Re: Creating a wrapper for interception.dll (fixed and working!) Topic is solved

I'm looking to simply send mouse movements in 3D game as mousemove even with #InstallMouseHook does not seem to work. Although I can click around the UI in the game by holding Rightclick and moving the mouse is not working. It's picking up the mouseclick but when I move the mouse it does not pan aro...
by operatg0r
25 Sep 2018, 13:05
Forum: Ask for Help (v1)
Topic: How to find angle? Topic is solved
Replies: 12
Views: 4582

Re: How to find angle? Topic is solved

Just want to say THANK YOU! this is the only post online I could find about ATAN2 as it relates to Authotkey ! Coming from atan I had hax setup to detect if it was -135 or +135 (90 !?!?) and add or subtract 180 but it looks like this is exactly what I need for navigation! :superhappy: The long way t...
by operatg0r
08 Jun 2016, 12:18
Forum: Scripts and Functions (v1)
Topic: Cisco Anyconnect / RSA SecurID Software Token Script
Replies: 2
Views: 4167

Re: Cisco Anyconnect / RSA SecurID Software Token Script

UPDATE: for Anyconnect 4.2.1035.0 You may also look into vpncli ... apparently you can pipe Standard input (stdin) directly into it including passwords ! yay ! "%ProgramFiles%\Cisco\Cisco AnyConnect Secure Mobility Client\vpncli.exe" -s < myfile.dat type myfile.dat vpn.yourdumb.com yourusername Pass...
by operatg0r
18 Feb 2016, 14:49
Forum: Scripts and Functions (v1)
Topic: Cisco Anyconnect / RSA SecurID Software Token Script
Replies: 2
Views: 4167

Cisco Anyconnect / RSA SecurID Software Token Script

UPDATE:10:54 AM 3/2/2016 : * added close disconnected dialog * added block input while script is running CTRL+ALT+DEL to stop In response to : https://autohotkey.com/board/topic/58298-problem-with-cisco-anyconnect/ https://autohotkey.com/board/topic/82231-script-not-dependable-works-sometimes/ POC ...

Go to advanced search