【#2. Practical Edition】If you watch this, you can automate everything! I actually made a simple m...
Channel:
Subscribers:
8,160
Published on ● Video Link: https://www.youtube.com/watch?v=X4PL3LPGsZc
●Installation video here
• 【#1.導入編】ゲームの作業はこれで自動化‼ 誰でも簡単⁉ マクロが作れるソフト紹介 A...
●MPP Utility herhttp://kaga.nsk.ne.jp/~wtr/mpp/index.html..
●AutoHotkey download herhttps://www.autohotkey.com/m/
●AutoHotkey wiki herhttps://ahkwiki.net/Topop
●Code created this time
CoordMode, Mouse,Screen
While (1)
{
; Mouse click function
MouseClick, LEFT, -1835, 600, 1, 10
; Wait function
Sleep, 10000
; Mouse click function
MouseClick, LEFT, -1100, 750, 1, 10
; Wait function
Sleep, 10000
}
Esc::ExitApp ; Exit
Thank you for watching!
If you have any requests, please leave a comment!!!
#roblox

