Skip to content

Commit

Permalink
免责声明
Browse files Browse the repository at this point in the history
免责声明
  • Loading branch information
Tzsnb committed Nov 15, 2024
1 parent 2c5c931 commit 7d9290e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yolbi_injector/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ fn main() {
" ╚═╝ ╚═════╝ ╚══════╝╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝"
)
);
println!("爱来自Yolbi Team \n您使用此工具学习期间您做的任何事都与我们Yolbi Team无关\n此工具禁止注入网易进行学习,如违反您自己承担所有责任")
if print.is_ok() {
let symbol: Symbol<fn()> = print.unwrap();
symbol();
} else {
return;
}

print!("pid: ");
print!("pid:");
io::stdout().flush().unwrap();

let mut input = String::new();
Expand Down

0 comments on commit 7d9290e

Please sign in to comment.