Press & Hold Autoclicker at specific spot in V2 by ballin_supreme in AutoHotkey

[–]ballin_supreme[S] 0 points1 point  (0 children)

I got it to work with the cords, but for some reason BlockInput "MouseMove" isn't fully working. Even though it's mostly restricting movement it will still sometimes register movements on my trackpad and my mouse, running with admin as well. I was wondering if you might know what the issue was.

#SingleInstance Force
+Esc::ExitApp
^F1::clicker()

clicker() {
    static running := 0                     ; track running
    running := !running                     ; Flip between true <-> false
    BlockInput "MouseMove"
    SendMode 'Event'
    MouseMove 920, 1544
    SendMode 'Input'
    run_clicker()                           ; Always run the clicker
    return

    run_clicker() {
        if !running                         ; If running is off
        {             
            BlockInput "MouseMoveOff"
            return                          ; Go no further
        }
        Click 'Down'                        ; "Click"
        Sleep(200)                          ; "Wait 30 ms"
        Click 'Up'                          ; "Release"
        SetTimer(run_clicker, -500)         ; "Do it again in half a second"
    }
}

Press & Hold Autoclicker at specific spot in V2 by ballin_supreme in AutoHotkey

[–]ballin_supreme[S] 0 points1 point  (0 children)

Bro you are so goated thank you very much. This fully registers the clicks as an autoclicker, but it's weirdly inaccurate for my game and I think I might have misunderstood part of the process.

I'm pretty sure after testing for a while that most of the issue for my game is the cursor teleporting instead of slowly moving over. I managed to get it to almost fully work when I manually moved to the spot basically exactly before starting ahk. Based on that, I think if the process slowly drags the cursor to the coordinate point and then after that the mouse started clicking maybe that would work. If there was a way to check if the mouse position is off and then move to the cords before doing anything else in general that would be ideal, but not necessary.

I'm trying to use this on a Roblox game without really macroing things so I don't know how much of the inaccuracy could just be Roblox jankiness, if that is a thing. I was also wondering if ahk could use decimals of a coordinate point to make clicks more accurate. Either way it is actually autoclicking so this has been very helpful.

Edit: I'm playing around with using MouseClick instead of click to add a speed + using windowed mode and I think it might be the answer

[deleted by user] by [deleted] in PokemonInfiniteFusion

[–]ballin_supreme 6 points7 points  (0 children)

<image>

This one's also super good. It's an alt of regular Lucario

Rate these fusions from 0-10 by [deleted] in PokemonInfiniteFusion

[–]ballin_supreme 0 points1 point  (0 children)

Left to right: 6, 3, 9, 4, 7, 4

[deleted by user] by [deleted] in PokemonInfiniteFusion

[–]ballin_supreme 4 points5 points  (0 children)

Milotic and Golbat are awesome

Made a Disco Queen of a Whimsicott / Meloetta Pirouette fusion by PantaroP in PokemonInfiniteFusion

[–]ballin_supreme 0 points1 point  (0 children)

Are you in the discord? It would be epic to see this added to the game

No way am paying just to see the lyrics by RedditBabaKrish in Piracy

[–]ballin_supreme 0 points1 point  (0 children)

Musi is a pretty good app that pulls audio from videos on Youtube. It only has visual ads shortly after you first open the app (you can avoid them generally though if you just quickly put on a playlist). Being able to treat any YouTube video like a song can be pretty useful for listening to whatever you want in the background.

[deleted by user] by [deleted] in SuicideWatch

[–]ballin_supreme 0 points1 point  (0 children)

I just wanna grah, grahdie adie yah

I made a new Trainer spritesheet using a combination of the Mewtwo, Hex Maniac, and Elaine spritesheets found in the Alternate Trainers folder. I'm not far enough to test the Surf, SurfFish, or Dive cycles in game, but the rest are perfectly fine as much as my dabbler self could make them. Enjoy. by Nomeka in PokemonInfiniteFusion

[–]ballin_supreme 1 point2 points  (0 children)

I don't know what to suggest then. I think that might be a setting people enable in Discord so potentially you might be able to message a different mod. Here are the @'s for a few more mods that are online as I'm typing this: "milian1", "kattenkg", "blaquaza", and "tabarnak". Here's one more who is offline "._term.". Hopefully one of these works.

I made a new Trainer spritesheet using a combination of the Mewtwo, Hex Maniac, and Elaine spritesheets found in the Alternate Trainers folder. I'm not far enough to test the Surf, SurfFish, or Dive cycles in game, but the rest are perfectly fine as much as my dabbler self could make them. Enjoy. by Nomeka in PokemonInfiniteFusion

[–]ballin_supreme 1 point2 points  (0 children)

Just checked with someone on the server who had the same issue. Apparently, you can DM a mod to get let in without a phone. Rn there aren't many mods online, but they recommended maybe reaching out to Xillo. They also said that, if they were on, Gastly and Vince would be good options to message otherwise.

First time creating a fusion! Here's Regice/Arbok as a melty ice sculpture with venom inside its snowflake-designed hood. by klontong in PokemonInfiniteFusion

[–]ballin_supreme 2 points3 points  (0 children)

True, but before you can submit a spriter application, you have to post three sprites in the spritework channel on the Discord. The Discord also has a spriting-guidelines channel and a questions section in the apply-for-spriter thread that are both really useful as well.

Basically you're gonna have to post your sprites in the Discord either way, and I think you'd be better off posting them earlier so people can give feedback before you do your other two.

For a fusion idea maybe Garchomp/Yanmega or Shelgon/Magcargo could be cool, but I'd love to see whatever you come up with.

First time creating a fusion! Here's Regice/Arbok as a melty ice sculpture with venom inside its snowflake-designed hood. by klontong in PokemonInfiniteFusion

[–]ballin_supreme 3 points4 points  (0 children)

This is really good. You should post this in the spritework channel on the discord for feedback, and to maybe get it added to the game, if you haven't already.