1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | using iamso1.dll; using ptt.dll; public static void main(string[] args) { OTAKU so1=new OTAKU(); present MyPresent=new Present(); int Choose=1; Bool SuccessOrFail=false; String Girl=""; String GirlPhone=""; String CallConsquence=""; String SendConsquence=""; String DateConsquence=""; do { Girl=so1.GetGirlsName(); Switch(Choose) { //找電話並且打電話 case 1: GirlPhone=so1.GetPhoneNum(Girl); CallConsquence=iamso1.Call(GirlPhone); SuccessOrFail=iamso1.Analysis(CallConsquence); if(SuccessOrFail==true) { iamso1.Upher(); ptt.GoToSexPost("超爽的~"); } else { Messagebox.Show(CallConsquence); Choose=2; } break; //送禮物攻勢 case 2: SendConsquence=so1.SendPresent(Girl,MyPresent); SuccessOrFail=iamso1.Analysis(SendConsquence); if(SuccessOrFail==true) { iamso1.Upher(); ptt.GoToSexPost("超爽的~"); } else { Messagebox.Show(SendConsquence); Choose=3; } break; //約出去 case 3: try { do { DateConsquence=so1.Date(Girl); SuccessOrFail=iamso1.Analysis(DateConsquence); if(SuccessOrFail==true) { iamso1.Upher(); ptt.GoToSexPost("超爽的~"); } else { Messagebox.Show(SendConsquence); } }while(1) } catch(Exception ex) { MessageBox.Show("例外訊息"+ex.ToString()); Choose=4; } break; //吃不到 case 4: ptt.GoToHatePost(so1.EatFail()); break; Default: break; } }while(1) class OTAKU { OTAKU() { HairStyle hair =mess; BodyStyle body=HeavyAndShort ; FaceStyle face=Retard; Favorite likes=ComicAndACG; } //發現正妹,取得名字 public static String GetGirlsName() { String Name=""; Name=iamso1.GetName(); return Name; } //Google姓名找電話 public static String GetPhoneNum(String GirlName) { String PhoneNum=""; PhoneNum=iamso1.Google(GirlName); return PhoneNum; } //送禮物 public static String SendPresent(String GirlName,Object present) { String Response=""; Response=iamso1.Send(GirlName,present); return Response; } //約出去 public static String Date(String GirlName) { String Response=""; Response=iamso1.Date(GirlName); return Response; } //吃不到 public static String EatFail() { String Hate=""; Hate="FxxK! 商娥撫碧曲!!PUMA!!!"; return Hate; } } class Present { Present() { PresentPrice price=1.25cent; PresentStyle style=sick; } } --------- 執行結果: case1: (掛斷電話聲 case2: 抱歉 我想我們以後還是保持點距離好了..(正妹露出一臉厭惡樣 case3: 我明天有事情耶 我後天也有事情說 我大後天也有事情 只要是你我都沒空!!! 例外訊息:正妹已經搬家 case4: [黑特]FxxK! 商娥撫碧曲!!PUMA!!! |
Direct link: https://paste.plurk.com/show/276814