Search found 69 matches

by GreatGazoo
23 Jan 2018, 22:27
Forum: About This Community
Topic: Bhop scripts, no-recoil etc
Replies: 179
Views: 87950

Re: Bhop scripts, no-recoil etc

it's only got worse now that they've had to move to youtube to get their message out, at least if you had kept them on this forum where everyone can see the code and warn people if it's has viruses or other nasty stuff. who knows what they're distributing now under the AHK name claiming it is a scr...
by GreatGazoo
23 Jan 2018, 13:42
Forum: Gaming Scripts (v1)
Topic: CS:GO - "Phlick's ESP"
Replies: 7
Views: 36536

Re: CS:GO - "Phlick's ESP"

Wrong, reading memory is still detected by vac, I would take this down. Actually, I was pretty sure they couldn't detect memory reading, but they could detect lines of code that have been used by people who were banned. That is why private cheats cost money, each hack is programmed differently as t...
by GreatGazoo
22 Jan 2018, 18:03
Forum: Gaming Help (v1)
Topic: Ctrl macro spam help ;c
Replies: 4
Views: 933

Re: Ctrl macro spam help ;c

everyone coming here for CS:GO cheats

Code: Select all

;middle mouse click sends lots of clicks

$~Mbutton::
	while (getKeyState("Mbutton", "P"))
	{
		send, {lbutton}
		sleep, 0
	}
return
by GreatGazoo
22 Jan 2018, 17:52
Forum: About This Community
Topic: Bhop scripts, no-recoil etc
Replies: 179
Views: 87950

Re: Bhop scripts, no-recoil etc

CS:GO is completely broken, everyone in competition matchmaking is cheating, though you have banned or locked threads here for people trying to cheat they've only moved to YOUTUBE.COM to distribute their cheats. ie: 25,800 videos https://www.youtube.com/results?search_query=ahk+csgo Being that the r...
by GreatGazoo
22 Jan 2018, 04:09
Forum: Gaming Scripts (v1)
Topic: Working triggerbot for CS:GO
Replies: 29
Views: 152377

Re: Working triggerbot for CS:GO

Hello, I'm pretty new, But I thought to my self that I wanna challenge my self and make my own version of triggerbot, but I need your help, and please do not copy my idea :terms: :beer: I wanna make a script that will look for any change in the pixels and will then track it and will move the mouse ...
by GreatGazoo
22 Jan 2018, 03:51
Forum: Gaming Scripts (v1)
Topic: Compilation of most useful CS:GO scripts- Post yours here!
Replies: 26
Views: 282465

Re: Compilation of most useful CS:GO scripts- Post yours here!

so you are saying we cant play dust 2, mirage, or inferno anymore? because someone might be u sing this cheat
by GreatGazoo
16 Jan 2018, 22:30
Forum: Ask for Help (v1)
Topic: Invalid Hotkey
Replies: 4
Views: 759

Re: Invalid Hotkey

i was able to make something work earlier for someone wanting control ><, it took me a few but i found some way to work ;holding left control and left shift, then >< runs calc.exe *<^<+><:: run, calc.exe return ;tested that's really as close as i was able to get using >< as a hotkey, period works bu...
by GreatGazoo
16 Jan 2018, 20:30
Forum: Gaming Help (v1)
Topic: Script Writing Help Topic is solved
Replies: 13
Views: 3605

Re: Script Writing Help Topic is solved

yeah i need aim bot because my arthritis, help me Kappa lol imo i think you should be using "sleep" instead of keydelay, i never seen anyone use keydelay after the first time, maybe sleep 100 to give you 1/10 of a second to click your character and cast on yourself or remove the ";" on the spells th...
by GreatGazoo
16 Jan 2018, 20:09
Forum: Gaming Help (v1)
Topic: How do Pean and EpicnessCoding get their recoil values?
Replies: 2
Views: 1573

Re: How do Pean and EpicnessCoding get their recoil values?

the old autohotkey came with a macro recorder, might be how they done it by playing windowed mode and turn that on and recording the mouse movements during manually controlling the recoil. this is my assumption really, i just got back into AHK after about 5 years break, and ive noticed that this for...
by GreatGazoo
16 Jan 2018, 18:52
Forum: Ask for Help (v1)
Topic: Trigger Script on HotString While Key is Pressed
Replies: 1
Views: 599

Re: Trigger Script on HotString While Key is Pressed

a normal hotstring wont trigger until the ending key is pressed such as enter or space bar the asterisk gets rid of that requirement, ;hotstring - pressing "a" twice runs calc.exe :*:aa:: run, calc.exe return ;tested if you want to hold down control you just need to use hotkeys, also the keys your u...
by GreatGazoo
16 Jan 2018, 12:40
Forum: Gaming Help (v1)
Topic: Help with an auto-clicker
Replies: 3
Views: 2027

Re: Help with an auto-clicker

i think sleep 1 should send 1000 clicks per second, never tried it though, not sure how to test, most places max out at 1260 clicks per minute https://www.kongregate.com/games/wolfups/how-fast-can-you-click http://www.urban75.com/Mag/java7.html $~Mbutton:: while (getKeyState("Mbutton", "P")) { send,...
by GreatGazoo
10 Jan 2018, 02:29
Forum: Ask for Help (v1)
Topic: Code not working (simple)
Replies: 5
Views: 929

Re: Code not working (simple)

did you try without the { } pretty sure you dont need them for those keys? for escape you do and spacebar, in case you wanted to send the word "enter" its got to be different from the {enter} key Code: [Select all] [Expand] [Download] GeSHi © Codebox Plus ^PgUp:: send, 1 Return ^PgDn:: send, 2 Retur...
by GreatGazoo
10 Jan 2018, 02:28
Forum: Ask for Help (v1)
Topic: Code not working (simple)
Replies: 5
Views: 929

Re: Code not working (simple)

i already posted here and mine is deleted and this guy posted the exact same thing, what is going on here, im posting my reply again, lets see how you like it
by GreatGazoo
09 Jan 2018, 23:57
Forum: Ask for Help (v1)
Topic: Problem with GUI Control
Replies: 7
Views: 1697

Re: Problem with GUI Control

try entering the path to the file, i have a hard time with GUI too i might not be any help at all, i have found just generally, when we call on scripts to retrieve something they'll need the path just my thoughts, ive never attempted such things myself example: C:\Users\User A\Pictures\Saved Picture...
by GreatGazoo
09 Jan 2018, 23:53
Forum: Pulovers Macro Creator
Topic: Controlsend
Replies: 2
Views: 3292

Re: Controlsend

https://autohotkey.com/docs/Tutorial.htm#s3 To hold down or release a key, enclose the key name in brackets and then use the word UP or DOWN. S↓ ; This is how you hold 1 key down and press another key (or keys). ; If 1 method doesn't work in your program, please try the other. send, ^s ; Both of the...
by GreatGazoo
09 Jan 2018, 23:39
Forum: Ask for Help (v1)
Topic: Script help! (simple)
Replies: 3
Views: 614

Re: Script help! (simple)

did you try without the { } pretty sure you dont need them for those keys? for escape you do and spacebar, in case you wanted to send the word "enter" its got to be different from the {enter} key ^PgUp:: send, 1 Return ^PgDn:: send, 2 Return ^End:: Send, {Escape} Return Another common issue is that ...
by GreatGazoo
09 Jan 2018, 23:32
Forum: Gaming Help (v1)
Topic: Help needed to macro an online game
Replies: 2
Views: 1391

Re: Help needed to macro an online game

pretty long story, not sure i am following let me just ask, what are you trying to automate? it seems that if you changed the keys to number pad for switching armor, its pretty easy to just use the number pad isn't it? or are you using the mouse too? i think what you might want to look at is hotstri...
by GreatGazoo
06 Jan 2018, 13:02
Forum: Gaming Help (v1)
Topic: Adding hotkey to pause a loop that is toggled? Topic is solved
Replies: 6
Views: 1482

Re: Adding hotkey to pause a loop that is toggled? Topic is solved

i notice that you put the random number generator outside the string, thats going to produce the number one time when you load it and stay that way the duration and the vairable will not change, see the difference in the codes below control k will return the same number every time control j will ret...
by GreatGazoo
06 Jan 2018, 12:17
Forum: Gaming Help (v1)
Topic: Adding hotkey to pause a loop that is toggled? Topic is solved
Replies: 6
Views: 1482

Re: Adding hotkey to pause a loop that is toggled? Topic is solved

using pause will pause the entire script until its unpaused, so if you have other functions within the script now or later on they will also be paused

Go to advanced search