Using this script does not count as exploiting as you don't inject scripts but instead simply mimick mouse and keyboard events
Setup
git clone https://github.com/wa1ker38552/StarvingArtists-Cheat
- cd into
StarvingArtists-Cheat
- Download AutoHotKey YOU HAVE TO DOWNLOAD VERSION 1.1
- Run the setup and copy the executable path or move the executable into the
StarvingArtists-Cheat
directory - If you copied the executable path, paste the path into line 18 of
main.py
where it says<YOUR PATH HERE>
- In
canvas.py
YOU MUST CHANGE THE STATIC VARIABLES they are located on lines 9-13 and ensure that the program will work on your own screen* - You need to install
ahk
,pillow
, andrequests
*
To get coordinates, you can run the following script:
from ahk import AHK
ahk = AHK()
ahk.add_hotkey('^x', lambda: print(ahk.mouse_position))
ahk.start_hotkeys()
ahk.block_forever()
Use ctrl
+ x
to print the current location of your cursor
Running
- If you don't have the image saved in
image.png
already, pass in theurl='<your url>'
parameter into line 18 ofmain.py
to specify an image URL - Click run. The program will alert you with an estimated time (which should be slightly higher than actual time) and it will automatically focus your Roblox screen after you click OK