Download and Install Virtual Box
https://www.virtualbox.org/wiki/Downloads
Download and Install VirtualBox Host Extension Pack
https://www.virtualbox.org/wiki/Downloads
Download the free MSEdge on Windows 10 Virtual Box Image
| import eel | |
| import math | |
| import threading | |
| import pyglet | |
| from pyglet.gl import * | |
| from pyglet.window import * | |
| from pyglet import image | |
| #pic = image.load('picture.png') | |
| #pic2 = image.load('dirt.png') |
| { | |
| "configs": [], | |
| "familiarManager": { | |
| "petDetails": [] | |
| }, | |
| "varps": [ | |
| { | |
| "bitArray": [ | |
| { | |
| "offset": "0", |
| "Vampire Slayer", 30 | |
| "Witch's Potion", 31 | |
| "The Knight's Sword", 22 | |
| "Sheep Shearer", 28 | |
| "Romeo & Juliet", 26 | |
| "Imp Catcher", 21, | |
| "Ernest the Chicken", 19 | |
| "Doric's Quest", 17 | |
| "Restless Ghost", 25 | |
| "Shield of Arrav", 29 |
| 1. Install Windows 10 | |
| 2. Download and mount a Windows 7 ISO | |
| 3. Run the installer of Windows 7 from within Windows 10 | |
| 4. Your Computer will boot to Windows 7 | |
| 5. Use a PS/2 Keyboard to install the following drivers | |
| It took me about a week to continually modify the USB driver and successfully solve the USB GEN2 driver for the H310/B360/H370/Q370/Z390/HM370 and othet 14nm 300 series chips Now is the time to summarize the method. We can use IDA7.0 and HxD to modify the drivers. The ID replacement method can use HxD to modify the 15B5 and 15C1 of 5.0.4.43,but the disadvantage is that the supported USB3.1 GEN2 can only be one of A36D or other ID, and USB3.1. GEN2 have 9DED, 31A8,and unknown. If you use IDA7.0, there are dozens of methods to modify, but in principle there are only three methods. Both 5.0.4.43 and 17.2.70.3 can be used to modify and successfully drive Intel's 8 Series to 300 Series, Cannon Lake Series, Whiskey Lake Series. It was successfully installed and operated well on the Intel 10nm I3-8121U pla |
| 0 Attack | |
| 1 Def | |
| 2 Str | |
| 3 HP | |
| 4 Ranged | |
| 5 Pray | |
| 6 Mage | |
| 7 Cooking | |
| 8 WC | |
| 9 Fletch |
Download and Install Virtual Box
https://www.virtualbox.org/wiki/Downloads
Download and Install VirtualBox Host Extension Pack
https://www.virtualbox.org/wiki/Downloads
Download the free MSEdge on Windows 10 Virtual Box Image
| import requests | |
| import json | |
| rp = requests.post | |
| # URL Constants | |
| get_battle_topbar_info = 'https://m.wegame.com.cn/api/mobile/lua/proxy/index/mwg_lol_proxy/get_battle_topbar_info' | |
| query_by_nick = 'https://m.wegame.com.cn/api/mobile/lua/proxy/index/mwg_lol_proxy/query_by_nick' | |
| c = { |
| WeGame user-agent | |
| : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.124 Safari/537.36 qblink wegame.exe QBCore/3.70.71.400 QQBrowser/9.0.2524.400 | |
| Client splash https://lol.qq.com/act/a20200917tftset4/index.html | |
| Search page in wegame: http://www.wegame.com.cn/helper/lol/search/index.html | |
| Homepage for Lol: https://www.wegame.com.cn/helper/lol/info/index.html |
| SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
| cd "$SOURCE/Server" && java -Xmx1024m -jar Server.jar & | |
| cd "$SOURCE/Client" && java -jar Client.jar & |