Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run WarfaceBot on Iphone #508

Open
I-LOVE-C2H5OH opened this issue Jul 31, 2020 · 4 comments
Open

how to run WarfaceBot on Iphone #508

I-LOVE-C2H5OH opened this issue Jul 31, 2020 · 4 comments

Comments

@I-LOVE-C2H5OH
Copy link

  1. install TestFlight
  2. install ISH
  3. install libs (git, gcc, zlib-dev, openssl-dev, curl, readline-dev, make, rust-stdlib)(apk add "LIB")
  4. write git clone https://github.com/Levak/warfacebot.git
  5. cd warfacebot
  6. write "make" and wait
  7. edit wb.sh (vi wb.sh) add rm QueryCache/*
  8. write sh wb.sh server
  9. write login and password
    the bot is running
    image
@0xLaileb
Copy link
Contributor

0xLaileb commented Aug 3, 2020

nice

@I-LOVE-C2H5OH
Copy link
Author

I-LOVE-C2H5OH commented Aug 4, 2020

отлично

thanks

@Levak
Copy link
Owner

Levak commented Sep 21, 2020

edit wb.sh (vi wb.sh) add rm QueryCache/*

Any reason why removing cache is mandatory on iPhone?
PS: Use rm -rf QueryCache instead (or rm -f QueryCache/*) as it will error the first time you run it otherwise (no such file or directly). -f flag will force deletion even if no file exist.

@I-LOVE-C2H5OH
Copy link
Author

отредактировать wb.sh (vi wb.sh) добавить rm QueryCache / *

Есть ли причина, по которой удаление кеша на iPhone обязательно?
PS: Используйте rm -rf QueryCacheвместо (или rm -f QueryCache/*), поскольку в противном случае при первом запуске будет ошибка (нет такого файла или напрямую). -fфлаг принудительно удалит, даже если файл не существует.

Yes, the behavior is as if the keys are not suitable, but at the first launch it starts, and the subsequent ones do not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants