Hey!
My name is Zicheng, and I am a Software Engineer. I offer solutions that suit your need.
Just another programmer who play games. Also enjoy motorcycle (Kawasaki ZX-6R) (ride and snowbording (CASI Level 2 Instructor) crazy fast)(do crazy tricks), and don’t worry I am not injured or dead… yet….
Top Projects
-
AI_Invigilator: Capstone Project for the Degree in Computer Science
Basic Idea Currently, most exams are supervised by real human-invigilators. Usually, for an exam with around 300 examinees, only 2-3 invigilators are involved. As a result, many students tend to cheat under such conditions. There are a few similar systems on the market, but they all target online exams or a computerized exam center. Our…
-
EVE Online Fleet Commander Console (EFCC)
Background Eve Online is a space-based, persistent-world massively-multiplayer online role-playing game. When doing a team fight, multiple fleet (consist of 200+ real player) is involved. Commander of each fleet not only need to command the fleet, but also coordinate with the main commander. Both of them is by voice normal. Which is a great stress…
Projects Archives
- November 2024 (1)
- October 2024 (1)
- July 2024 (2)
- April 2023 (1)
- May 2022 (1)
- April 2022 (1)
- June 2021 (1)
-
AI_Invigilator: Capstone Project for the Degree in Computer Science
Basic Idea Currently, most exams are supervised by real human-invigilators. Usually, for an exam with around 300 examinees, only 2-3 invigilators are involved. As a result, many students tend to cheat under such conditions. There are a few similar systems on the market, but they all target online exams or a computerized exam center. Our…
-
EVE Online Fleet Commander Console (EFCC)
Background Eve Online is a space-based, persistent-world massively-multiplayer online role-playing game. When doing a team fight, multiple fleet (consist of 200+ real player) is involved. Commander of each fleet not only need to command the fleet, but also coordinate with the main commander. Both of them is by voice normal. Which is a great stress…
-
Broken Axxxx (A Unity Game) Reverse Engineering
***Remove the game name to prevent Google Search and people using as hack which against EULA. Disclaimer:Just for study and testing purpose, any usage againt Broken Arrow’s EULA is not allowed. Game Engine Developed using Unity 6.x, with IL2CPP. Currently has no anti-cheat, which saved a lot time reversing the game. Tool used il2cppdumper Dump…
-
XiaoYuanKouSuan Auto Script
Background XiaoYuanKouSuan(小猿口算) is an app design for primary school student to practise math, where a random set of math problem is generate, user need to answer them. But an competitive mode is introduce where you compete with other user in real time, rank and ELO rating system is introduce to the game. Then it go…
-
Meme Coin Snipe on Solona Chain
Client Requirement Purchase some amount of meme coin on Solana Chain right after they have been added to the pool.(Before it hit the market where people can see them). Idea Direct monitor data on the main chain of solana, once an new meme coin is find, send a local socket message where the other software…
-
A Web Based JavaScript Game Reverse Engineering
Client Requirement Modify different value to gain advantage, including coins, golds, XPs. Spawn different loots. Maximum Luck. Idea Since its a web based game, DevTools of Chrome is more then enough to achieve this, insepect the sources of the game and trying find the respective JS file, edit it and make a local overeides to…
-
Multicraft – A 10+years old Minecraft server.
History I took over the ownership of a minecraft server start trace back to 2013 in 2019 That already expeience 4 different wipes. I took over and prepare and develop for 5th, 6th wipe during 2019 and 2023. This server is pervious the offical server for the biggest community in China, i.e.MCBBS My contrubution From…
-
Chat Bot for QQ
About A Chat bot for QQ that service EVE online player function like main player market price lookup(in game can only lookup local market not the main market), player lookup, distance calculations that normally hard to access in-game. Implementation using go-cqhttp to fetch chat data form QQ(there is not offical API like discord to make…