Search found 8 matches

by shitcake96
29 Mar 2023, 19:21
Forum: Ask for Help (v1)
Topic: Need help making "Home" key able to restart script.
Replies: 1
Views: 147

Need help making "Home" key able to restart script.

Can you please help me make the "Home" key restart the script? Thank you! #Persistent Loop { While GetKeyState("Ins", "T") { Send {Ctrl down} Sleep 0 Send a Sleep 0 Send {Ctrl up} Sleep 0 Send q Sleep 0 Send {q up} Sleep 15000 } } [Mod action: Moved topic to v1 section. The main section is for v2.]
by shitcake96
27 Feb 2022, 11:11
Forum: Gaming Help (v1)
Topic: Script that shoots when my crosshair focuses on something?
Replies: 0
Views: 274

Script that shoots when my crosshair focuses on something?

I'm looking for a script that presses left click every time the reticle focuses on something. The mouse will jot actually be moving, but an aimbot will focus on a target while the player is afk, if that helps. Can it be done? Let me know if you need more details. Please and thank you!
by shitcake96
27 Feb 2022, 10:54
Forum: Gaming Help (v1)
Topic: Halo Infinite anti-afk script?
Replies: 0
Views: 420

Halo Infinite anti-afk script?

It would be absolutely amazing if anyone knew of an anti-afk script for Halo Infinite. I have no idea how to make one, but it would need to keep you from being kicked for inactivity and then somehow time button presses to get you back into another match. I would almost pay for that, lol
by shitcake96
28 Oct 2021, 08:11
Forum: Gaming Scripts (v1)
Topic: Anti Recoil AHK for every Shooter
Replies: 29
Views: 34796

Re: Anti Recoil AHK for every Shooter

Never mind, I figured it out.
by shitcake96
28 Oct 2021, 02:17
Forum: Gaming Scripts (v1)
Topic: Anti Recoil AHK for every Shooter
Replies: 29
Views: 34796

Re: Anti Recoil AHK for every Shooter

I'm extremely new to this. How do I adjust the speed at which it pulls the cursor down? Other than that, this script is amazing!
by shitcake96
02 Mar 2021, 12:06
Forum: Tips and Tricks (v1)
Topic: Autofire and toggle
Replies: 38
Views: 128782

Re: Autofire and toggle

Here are 2 of the most commonly asked things (like, 5+ times a day). I'm not here to explain them as you probably don't care (but if you do care, ask below). Choose which one you want. If you need to modify it, see " Helpful links " below. Please try changing stuff yourself before asking. We apprec...
by shitcake96
02 Mar 2021, 11:20
Forum: Ask for Help (v1)
Topic: I need help with a macro
Replies: 3
Views: 224

Re: I need help with a macro

mikeyww wrote:
02 Mar 2021, 10:52

Code: Select all

XButton2::Send % "{XButton1 " ((on := !on) ? "down" : "up")  "}"
Didn't work for some reason...
by shitcake96
02 Mar 2021, 09:48
Forum: Ask for Help (v1)
Topic: I need help with a macro
Replies: 3
Views: 224

I need help with a macro

I'm totally new to having a PC, let alone creating a macro. I've heard AHK is the best of the best, but it isn't really noob friendly. All I need is to know how to create a macro that when I press XButton2, it holds XButton1, and when I press it again, it releases it. I have no idea how hard this is...

Go to advanced search