2018年11月28日 星期三

天堂M AI輔助#3

---
昨晚要睡覺,打開掛機來看...=   = 怎又被打死了!?
外掛失效?  是漏掉什麼沒寫到?
研究了一下,真的是漏掉被打時狀態是不一樣的!
已加入 : 被攻擊  的反應機制

越寫越多項目了... 

等功能齊了,就能公開測試.....然後  收費 $$ ..

2018年11月27日 星期二

天堂M AI輔助#2


本次加了取:模擬器的對應口並設立視窗大小;因採用取色偵測HP/MP
--
另外:
看其他外掛好猛
能抓到座標和有組隊能跟緊不脫隊
還有自動在村莊內去存倉買貨並自動去指定掛機點
若外部介面取不到座標 , 上面所說的那些功能都無法寫出來
外部取不到,就得須要改抓記憶體位置了

2018年11月25日 星期日

天堂M AI輔助#1


---
改掛沙漠,竟然HP/MP 抓不準
主要還是因為透明色抓到地圖問題 ; 看來還很多地圖是須要跑測的!
加了 補血區 , 能去打等級較高的怪物

2018年11月24日 星期六

2018年11月6日 星期二

aspnet HTTP Error 500.19 - Internal Server Error

HTTP Error 500.19 - Internal Server Error
無法存取要求的網頁,因為與該網頁相關的設定資料不正確。
設定檔案    \\?\C:\Users\xxx\Documents\Visual Studio 2015\Projects\xxx\xxx\web.config

***將 [web.config] 加入 Everyone 的完全控制權限即可正常***
------
說也奇怪,專案已非在 C:\Users\xxx\Documents\Visual Studio 2015\Projects\ 下了,執行階段卻還是依據建專案時的路徑 ...應該是哪個地方的記錄值! 才會造成權限問題
應該是BUG ,每次 VS update 1次就會出個不同的狀況 = .  =!!
------
底下為解決參考圖:




2018年10月30日 星期二

Mono官網及Linux平台開發

mono 官網下載
--
底下是 在 Linux 平台下開發的相關文章

.NET走跳在Linux的人生(一)Mono
https://dotblogs.com.tw/stanley14/2017/07/15/dotnetonlinuxinstall

.NET走跳在Linux的人生(二)Mono Runtime
https://dotblogs.com.tw/stanley14/2017/07/15/dotnetonlinuxconsole

.NET走跳在Linux的人生(三)ASP.NET With mono xsp(Getting Started)
https://dotblogs.com.tw/stanley14/2017/07/16/dotnetonlinuxwebform

.NET走跳在Linux的人生(四)ASP.NET With mono xsp(Windows Deploy)
https://dotblogs.com.tw/stanley14/2017/07/16/dotnetonlinuxwebformdeploy

.NET走跳在Linux的人生(五)ASP.NET Hosting with Apache
https://dotblogs.com.tw/stanley14/2017/07/16/dotnetonlinuxapache

走跳在Linux的人生(六)Daemon(Mono-Service)
https://dotblogs.com.tw/stanley14/2017/07/16/dotnetonlinuxdaemon

走跳在Linux的人生(七).NET Core安裝
https://dotblogs.com.tw/stanley14/2017/07/23/linuxdotnetcoreinstall

走跳在Linux的人生(八).NET Core與Mono執行
https://dotblogs.com.tw/stanley14/2017/07/23/linuxdotnetcorevsmono

2018年10月28日 星期日

android 宣告應用程式所支援的螢幕大小

Android 官網 - 宣告說明
---
android 宣告應用程式所支援的螢幕大小 : 在 AndroidMainfest.xml 內設定
<supports-screens android:resizeable=["true"| "false"]
                  android:smallScreens=["true" | "false"]
                  android:normalScreens=["true" | "false"]
                  android:largeScreens=["true" | "false"]
                  android:xlargeScreens=["true" | "false"]
                  android:anyDensity=["true" | "false"]
                  android:requiresSmallestWidthDp="integer"
                  android:compatibleWidthLimitDp="integer"
                  android:largestWidthLimitDp="integer"/>