Perlで無理ゲーム攻略 (How to play Win32::GuiTest)
http://yapcasia.org/2011/talk/32
某MMORPGでゲーム中にPerlの同時起動を遮断する機能が追加されたことがありました。
Win32::GuiTest や Win32::Screenshot などのモジュールを利用して、Windows上で
動作するゲームを自動でプレイするPerlプログラムを作成する方法について解説します。
Once upon a time, perl.exe was banned during a game by MMORPG.
I will explain how to create the Perl bot program which plays
automatically games on Windows using some modules such as
Win32::GuiTest and Win32::Screenshot.
36. ユニティちゃんのスクリプト その2
public class Move : MonoBehaviour {
public GameObject cameraPosi; ←消す
public float moveSpeed = 1;
bool jumpFlg = true;
// Use this for initialization
void Start () {
}
36
37. ユニティちゃんのスクリプト その3
public class Move : MonoBehaviour {
public GameObject cameraPosi; ←消す
public float moveSpeed = 1;
bool jumpFlg = true;
// Use this for initialization
void Start () {
}
37
今回はカメラをユニティちゃんの「子」にしているので、
この変数は必要ありません。
解説