AiYinZiLeGong / PUBG-Radar

248 stars 214 forks source link

Solutions to the problems that I have met #107

Open NatsumeZhang opened 6 years ago

NatsumeZhang commented 6 years ago

First of all, thanks to the author of PUBG-Radar. 首先感谢软件的作者 My Environment: 我的运行环境 win 10 x64 , jdk1.8 64bit, eclipse Mars 64bit

(If you get a second monitor, I do not suggest you create a VM or open a unnecessary computer, it will run by its' own using 'jar -jar xxxx.jar local_ip PortFilter local_ip', to ensure this, no network agent should get connected. Remember!) (如果你有第二个显示器,不建议你创建虚拟机或者开启多余的电脑,把它放在第二屏幕上自己运行就可以了,使用jar -jar xxxx.jar local_ip PortFilter local_ip来运行,为了确保可以运行,关掉网络代理,加速器什么的统统会影响运行,这对天朝玩家来说简直有点不爽的,好在晚上人上不开加速器也不卡。)

I'd like to share some problems: 我想和你们共享这些: 1.cann't found main class or metheod: While compiling the source, just ignore the errors of excution in pom.xml, and compile with ' clean compile assembly:single', do not add pluginManagement to surround the plugins label. 如果遇到cann't found main class or metheod错误,应该是编译的有问题,我的环境下pom报错,说excutions有问题,按照网上的加了pluginManagement标签包住plugins,虽然不报错,但是一直提示以上错误,然后改回去,忽略错误继续编译, 编译的脚本clean compile assembly:single

2.no access to xxx.jar: I guess you don't put the jar to the right path no access to xxx.jar这个问题,是你编译的jar没有放到正确的路径,所以访问不到这个文件

3.NUMPAD_0 in 87 keys keyboard doesn't work: buy your favorite 104 keys keyboard on Taobao.com and throw the old one into garbage can 如果想按小键盘的0-9,抱歉即使你用FN+U(I\O\J\K\L)无效,买个104键的全键盘

Finally I skimed through the whole project and appreciated the author's great ideas in this game tool. Just make some fun, when you're cheating others , you're cheating yourself. 感谢作者的伟大思想,跪着看完代码。增加一些趣味,不要做欺人欺己的事情。

NatsumeZhang commented 6 years ago

Bad news, my account have been banned, used radar less than three times ...

NatsumeZhang commented 6 years ago

It seems to be that I run the jar in my game pc ...

whtiehack commented 6 years ago

thanks for share.