Category Archives: uwsc


Warning: Undefined variable $query_string in /home/masareukey/www/masareukey/blog/wp-content/themes/mas_1/loop.php on line 13
entry-thumbnail

[uwsc]マウス下の情報(位置&色)を得る

マウスのx,y、 マウス下の色、 マウス下のウインドウのx,y、 マウス下のウインドウの左上x,y、 マウス下のウインドウの中央点x,y マウス下のウインドウの右下x,y、 マウス下のウインドウタイトル マウスの位置や色を調べる機会が多いので、よく使います。 [code] While True if GETKEYSTATE(VK_1) then exit x = ▼続きを読む

comment : 0
entry-thumbnail

uwscでよく使うショートカットキーコード

・ショートカットキーでフォルダを開く スクリプト修正中に少しコードを修正したい部分があることが多いので、 このコードを仕込んでおくと便利。 [code] if GETKEYSTATE(keyCode) then folder_open("D:\") procedure folder_open(path) Exec("EXPLORER.EXE &quo ▼続きを読む

comment : 0
entry-thumbnail

何度もクリックが必要なゲーム用uwscスクリプト

数時間おきとか、何度もクリックが必要なゲーム用にuwscスクリプトを制作しました。 ■説明 ボタン1~5に各機能が割り当てられています。 キー[1] 停止ボタン。[2]、[3]、[4]の操作を停止できる。いつでも頼れる存在。 キー[2] マウスの位置から、右上に進みながら連続的にクリック。[shift]+[2]で逆方向。2時間30分ごとに使いたくなる機能。 キー[3] [2]の左上版 ▼続きを読む

comment : 0

Warning: Undefined variable $additional_loop in /home/masareukey/www/masareukey/blog/wp-content/themes/mas_1/loop.php on line 136

Warning: Attempt to read property "max_num_pages" on null in /home/masareukey/www/masareukey/blog/wp-content/themes/mas_1/loop.php on line 136