Search found 48 matches

by Sid4G
01 Apr 2020, 15:37
Forum: Gaming Help (v1)
Topic: I need help with an autoclicker script
Replies: 13
Views: 13690

Re: I need help with an autoclicker script

This forum lately is just a cheat forum: always kids asking for cheats and others giving them for free. AHK is destroying online gaming just like any other cheating site. Strange, I thought you were the guy who was trying to lure these people onto your personal discord or into PMs. And you are the ...
by Sid4G
27 Mar 2020, 04:38
Forum: Gaming Help (v1)
Topic: I need help with an autoclicker script
Replies: 13
Views: 13690

Re: I need help with an autoclicker script

This forum lately is just a cheat forum: always kids asking for cheats and others giving them for free. AHK is destroying online gaming just like any other cheating site.
by Sid4G
23 Mar 2020, 06:20
Forum: Gaming Help (v1)
Topic: [Doubt] Things to make script undetectable
Replies: 3
Views: 5712

Re: [Doubt] Things to make script undetectable

Of course it will be detected. For example faceit anti cheat can detect ahk script even if it's compiled with custom compilers.
by Sid4G
31 Jan 2020, 04:32
Forum: Gaming Help (v1)
Topic: Need Help writing code for pokemon(simple pseudocode)
Replies: 6
Views: 2520

Re: Need Help writing code for pokemon(simple pseudocode)

Holly shit, I am appaled at myself that I understood the exact principle of your pseudo code in a second or two xD
Going to farm some wild pokemon? :DD
Btw for me it would be no problem to make such routine.
by Sid4G
05 Dec 2019, 16:06
Forum: Gaming Help (v1)
Topic: csgo: script that detects mouse movements ?
Replies: 2
Views: 1042

Re: csgo: script that detects mouse movements ?

This will just spam buttons, you need a few rules when to hold/release keys.
by Sid4G
02 Dec 2019, 01:39
Forum: Ask for Help (v1)
Topic: Autohotkey using ePSXe emulator
Replies: 4
Views: 4243

Re: Autohotkey using ePSXe emulator

What's so difficult to understand, you think you type in "loop send 1" and the game will press 1 millions of times a second? The game should run at million frames per second to register the keypresses... Now check how fast psx games run :crazy:
by Sid4G
30 Oct 2019, 13:33
Forum: Gaming Help (v1)
Topic: Need syntax help with break command
Replies: 6
Views: 2400

Re: Need syntax help with break command

You are doing clumsy pseudo code anyway so make a separate control script that restarts the process.
by Sid4G
29 Oct 2019, 14:05
Forum: Gaming Help (v1)
Topic: Hotkey with Pixelsearch loop
Replies: 1
Views: 1173

Re: Hotkey with Pixelsearch loop

Not sure what are you asking for. Your current script searches for pixel and clicks regardless of the result hundreds of times per second. It already does what you ask
by Sid4G
29 Oct 2019, 13:58
Forum: Gaming Help (v1)
Topic: Script to change mouse sensitivity Topic is solved
Replies: 2
Views: 2679

Re: Script to change mouse sensitivity Topic is solved

Why don't you try out comments? The script is professionally written explaining how to use it. I can not test it myself on a phone but according to comments, x and y passed to mouseaccelerator object determine the acceleration speed. It also corresponds to your topic: x is set to 0 and y to 1. So tr...
by Sid4G
26 Oct 2019, 07:30
Forum: Gaming Help (v1)
Topic: Counter Strafing script fix needed CSGO
Replies: 3
Views: 3065

Re: Counter Strafing script fix needed CSGO

Good luck in faceit with that script :D
by Sid4G
25 Oct 2019, 09:03
Forum: Ask for Help (v1)
Topic: What are some best practices for keeping script neat? Topic is solved
Replies: 2
Views: 934

Re: What are some best practices for keeping script neat? Topic is solved

If they don't know much scripting, separating functions in different files will only make it more difficult to understand.
It's best to sort everything logically and add comments, what everything does and what is safe to change and how to do it.
by Sid4G
17 Oct 2019, 15:51
Forum: Ask for Help (v1)
Topic: Assign array value
Replies: 3
Views: 600

Assign array value

How to make this work?

Code: Select all

array := []
fileRead, array[1], test.txt
by Sid4G
15 Oct 2019, 09:36
Forum: Ask for Help (v1)
Topic: How to keep windows awake but not turn on screen(mouse move method)?
Replies: 4
Views: 974

Re: How to keep windows awake but not turn on screen(mouse move method)?

Bend your laptop and tell him to not sleep!!! (in power options).
Or bend the knee to triple C.
by Sid4G
12 Oct 2019, 03:20
Forum: Gaming Help (v1)
Topic: faster sequence in a game
Replies: 2
Views: 804

Re: help

isn't dllcall sleep limited to ~16ms?
by Sid4G
11 Oct 2019, 08:51
Forum: Ask for Help (v1)
Topic: Please help me write a script.
Replies: 1
Views: 475

Re: Please help me write a script.

Instructions not clear, I wrote a script for you hut it deleted my windows folder...

You need to click while holding F7?
by Sid4G
05 Oct 2019, 04:22
Forum: Gaming Help (v1)
Topic: How do I read base address of DLL?
Replies: 1
Views: 843

Re: How do I read base address of DLL?

Stupid script kiddy, "going pro" in cs:go?
by Sid4G
05 Oct 2019, 04:17
Forum: Gaming Help (v1)
Topic: PixelSearch - odd results
Replies: 3
Views: 749

Re: PixelSearch - odd results

Lol I'm in tears xDDD
by Sid4G
02 Oct 2019, 04:41
Forum: Ask for Help (v1)
Topic: Pause all hotkeys Topic is solved
Replies: 3
Views: 586

Re: Pause all hotkeys Topic is solved

use suspend hotkey, eg. if scroll lock light is on then use default, else use your hotkeys.

Go to advanced search