Results 1 to 2 of 2
  1. #1
    anonfoxer's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    31
    My Mood
    Confused

    Post osu!Spinner Bot!

    This is my first ever post of, and creation of a cheat ever so cut me some slack.
    Its written in AHK because I'm still learning C#.
    I do hope to be able to post more and better cheats in the future, ones written in stuff like C# and not an obscure scripting language

    A (sort of slow) bot to make spinners a little bit easier.

    How to use:
    - Tap Alt + S to toggle the spinner (I.e. tap once, turn it on. Tap again, turn it off.)
    - Hold down key of choice to click the spinner.

    To disable the cheat:
    - Right click the icon in the taskbar tray
    - Click "Exit."

    VirusTotal Scan
    False Positives.

    The benefit of this being written in a shitty obscure scripting language is the ability to share the source!
    If you have AHK installed you can run the AHK source as is and it will work fine.
    But for those who don't Ive included the EXE format of it.
    So, enjoy and wish me luck with making more cheats and learning C#.

     
    ;Made by SonicKMN/anonfoxer
    ;lets have fun shall we.

    ;version 1.0.0
    ;made 4/21/19
    ;happy easter
    ;made to make osu spinners super easy.

    ;; by default ahk gets mouse coordinates relative to the active
    ;; window, this sets it to use absolute coordinates
    CoordMode, Mouse, Screen

    ;; how often to get the mouse position in milliseconds
    UPDATE_INTERVAL := 10
    RIGHT_EDGE := A_ScreenWidth - 1
    TOP_EDGE := A_ScreenHeight - 1
    BrushSlice := 0

    ;; make the script run forever
    #Persistent
    SetTimer, WatchCursor, %UPDATE_INTERVAL%
    return

    WatchCursor:
    MouseGetPos, xpos

    #MaxThreadsPerHotkey 2
    !s::
    toggle := !toggle
    loop
    {
    if (toggle) {
    MouseGetPos, xx, yy
    MouseMove 650, 440
    Sleep 1
    MouseMove 650, 378
    Sleep 1
    MouseMove 717, 378
    Sleep 1
    MouseMove 717, 440
    Sleep 1
    }
    else {
    break
    }
    }
    return
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 30 Users Say Thank You to anonfoxer For This Useful Post:

    99rangepuur (03-20-2021),aqurinrin (07-18-2022),awokawok (12-29-2020),byronhui123 (11-11-2022),CGMAN123123 (12-28-2021),darq_ (03-26-2021),djtmemay (09-21-2019),FatirZepeH2 (08-02-2021),himean12 (06-16-2019),hnaaeasas (09-19-2021),hora82 (12-17-2020),KqlyLegit (08-27-2020),longdz12 (12-21-2021),luckyyangusa (05-31-2019),majorbongs (11-09-2021),nehacker (09-10-2021),osu best game (02-09-2020),OTTOSTREY (05-16-2019),partner7447 (03-23-2020),polexime (10-20-2021),Pozetiv4iklexa (09-04-2021),sanderhxd (08-29-2021),Screther (05-01-2019),Shurik_24 (01-05-2021),Surugiurares (07-13-2019),SWADEEF (11-05-2020),symplelx (05-14-2021),Wolfy_EnV (03-19-2020),Wubqolf (01-24-2020),yoyovfx (12-18-2021)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    //Approved, AHK inside.
    @anonfoxer , not necessary but you could add some proofs of the script in-game
    Last edited by T-800; 04-22-2019 at 12:37 PM.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


Similar Threads

  1. [Release] Osu! Spinner! v1.0.0
    By _NightWare in forum osu! Cheats & Hacks
    Replies: 53
    Last Post: 07-11-2017, 11:30 PM
  2. [Release] osu! Streamer bot
    By ImDaWorst in forum osu! Cheats & Hacks
    Replies: 24
    Last Post: 10-09-2016, 10:36 AM
  3. [Detected] osu!mania bot by raple / rapleaqn v1.0
    By Azuki in forum osu! Cheats & Hacks
    Replies: 100
    Last Post: 07-05-2016, 04:40 AM
  4. [Outdated] osu!taiko bot by raple/rapleaqn v2.0
    By Azuki in forum osu! Cheats & Hacks
    Replies: 6
    Last Post: 02-13-2016, 10:46 AM
  5. [Outdated] osu!taiko bot by raple/rapleaqn v1.0
    By Azuki in forum osu! Cheats & Hacks
    Replies: 11
    Last Post: 02-05-2016, 06:25 AM