Search found 463 matches

by Bruttosozialprodukt
29 Sep 2020, 15:39
Forum: Scripts and Functions (v1)
Topic: WinHttpRequest Object with Cookies
Replies: 5
Views: 5570

Re: WinHttpRequest Object with Cookies

Sorry, unfortunately I have switched to Linux a long time ago. So no more AHK for me. Using my script you only get the cookies that the exact URL you are opening returns. In your browser when you open google.com, it automatically loads a shit ton of images, scripts, css files and fonts and for every...
by Bruttosozialprodukt
20 May 2020, 07:16
Forum: Ask for Help (v1)
Topic: Is it possible to override existing commands?
Replies: 3
Views: 630

Re: Is it possible to override existing commands?

Dang, okay compiling my own version of AHK was not what I'm looking for. :/
by Bruttosozialprodukt
13 May 2020, 04:45
Forum: Ask for Help (v1)
Topic: Is it possible to override existing commands?
Replies: 3
Views: 630

Is it possible to override existing commands?

I would like to know if there is a way to override the behaviour of commands like Click and Send. I would like to use existing scripts that make use of these commands and I don't want to change them by writing custom functions. I have a modified keyboard that can be controlled over the network and I...
by Bruttosozialprodukt
13 May 2020, 04:06
Forum: Gaming Help (v1)
Topic: Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)
Replies: 4
Views: 1898

Re: Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)

Well they may be able to detect it if you run it locally, but not if you run it either remotely or in a VM. But yeah I agree, it would be nice to have something similar written in AHK for free.
by Bruttosozialprodukt
12 May 2020, 04:24
Forum: Gaming Help (v1)
Topic: Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)
Replies: 4
Views: 1898

Re: Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)

Thanks, I like it.
I also found something else myself. There is a tool called "Chimpeon" which seems to make creating these kinds of bots very easy:
https://www.youtube.com/watch?v=RLeGDc49Occ

Anyone else who knows any tools like that?
by Bruttosozialprodukt
04 May 2020, 14:29
Forum: Gaming Help (v1)
Topic: Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)
Replies: 4
Views: 1898

Tools to make writing bots easier? (Pixelsearch/ImageSearch/...)

Do you know of any tools that make it easier to write simple bots that send keystrokes or clicks when they see specific pixels or images at a specific location? For instance something that automatically reads the current mouse position and pixel color and can automatically create code like this give...
by Bruttosozialprodukt
31 May 2019, 05:41
Forum: Scripts and Functions (v1)
Topic: Wake on LAN (WoL) function - (Wake computers in your LAN)
Replies: 17
Views: 8665

Re: Wake on LAN (WoL) function - (Wake computers in your LAN)

Maybe your computer is broadcasting into the wrong network or your firewall/AV is blocking the broadcast. Or maybe it's a permission issue of some sort. Hard to say.
by Bruttosozialprodukt
09 Mar 2019, 05:03
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

Yes it can be set up to execute anything that can be executed from the commandline in Linux. And you don't upload the autohotkey.exe, you write a script that tells the CI how to download it from the official website. Also, if you upload your file to github the normal way, the encoding would not chan...
by Bruttosozialprodukt
04 Mar 2019, 02:55
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

I don't think that a different script name would change the result. There are however other properties that you can add when compiling the script that would cause a different output. I wouldn't be blindly trusting your compiler. I would only blindly trust the TravisCI or GitLab server. The exact com...
by Bruttosozialprodukt
28 Feb 2019, 12:49
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

Having a trusted source that compiles the script for you would indeed be a nice thing to have. For source code that compiles on Linux, TravisCI and GitLab CI are very commonly used. The AHK compiler essentially just makes a copy of autohotkey.exe and adds the script as a resource to it. So yes, buil...
by Bruttosozialprodukt
21 Feb 2019, 16:58
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

Sure, you just need a Windows machine and install autohotkey and node.js on it. Then you create a new folder and put these files in it: install.bat npm i express body-parser start.bat node index.js index.js var fs = require('fs'); var express = require('express'); var app = express(); var bodyParser...
by Bruttosozialprodukt
21 Feb 2019, 16:17
Forum: Scripts and Functions (v1)
Topic: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click
Replies: 27
Views: 14309

Re: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click

Sorry for the super late response. Unfortunately I stopped using Windows and proprietary software in general a long time ago. Since AHK doesn't run on Linux, there is not a lot of motivation for me to maintain my AHK scripts. But it's great to hear that it works for at least some of you and that you...
by Bruttosozialprodukt
18 Oct 2017, 08:01
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

We've been through this. We are talking about actually running AHK code. Besides that, the tool you linked does not look like it would run on either Linux or ARM, not to mention the two combined.
by Bruttosozialprodukt
18 Oct 2017, 05:33
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

If performance is not an issue, you could use an emulator. QEMU probably being the most popular one on Linux for x86 emulation. But expect extremely terrible performance. Several hours for the boot wouldn't surprise me at all. For a translation layer, well on the one side we have the ZenFone which, ...
by Bruttosozialprodukt
17 Oct 2017, 07:15
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

Well, if we are talking about x86 or x64 Linux, then you could just use your standard KVM or VirtualBox to get a Windows VM. Or you could run it with Wine.
by Bruttosozialprodukt
09 Oct 2017, 15:51
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25677

Re: Is there an online compiler?

A windows vm on a android host on the other hand could also work, but I don't know of any working solution. Have fun getting that to work. Android is based on arm, not x86 or x64. You can't virtualize x86 or x64 on an arm chip, I'm not even sure if you could virtualize arm itself on an arm chip. An...
by Bruttosozialprodukt
22 Feb 2017, 08:02
Forum: Scripts and Functions (v1)
Topic: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click
Replies: 27
Views: 14309

Re: WhoLockedMe - Reveal processes locking files / blocking ports and release them with a simple click

I'm currently working on other projects. I will get back to this project at some point, but I can't say when that is yet.
by Bruttosozialprodukt
22 Feb 2017, 08:00
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 42478

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

I'm sorry, I'm currently working on a lot of other projects. I'm not sure if I'll ever get back to this project. Maybe if the demand is big enough.
But feel free to modify the script and publish your own version. The code is written in a way that makes it quite easy for others to understand it.
by Bruttosozialprodukt
22 Nov 2016, 06:47
Forum: Scripts and Functions (v1)
Topic: [Outdated] WhatsApp with AHK
Replies: 35
Views: 16867

Re: WhatsApp with AHK

I just did some debugging and spoofing the user-agent just isn't enough anymore. It seems like whatsapp is checking what functionality the browser is actually supporting in addition to the user agent string check. BROWSER_CAPABILITY: { getRandomValues: !(!window.crypto || !window.crypto.getRandomVal...
by Bruttosozialprodukt
01 Nov 2016, 02:46
Forum: Gaming Scripts (v1)
Topic: Google Halloween Game - Bot
Replies: 2
Views: 2280

Re: Google Halloween Game - Bot

Oh yeah I'm sorry I changed that to Ctrl+Space. Well, I guess it's too late now. xD

Go to advanced search