Skip to content

Commit

Permalink
Move doc section up in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hptruong93 committed Jun 28, 2020
1 parent 9d66cd1 commit 9725bf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Disclaimer
1. This is not a password storage program. Source code written is not encrypted.
2. This program executes your own code. Use the advanced compile - replay feature carefully. Test your task before adding it to the list.


Getting started and advanced features
=====================================

Check out the [wiki page](https://github.com/repeats/Repeat/wiki).

Requirements
============

Expand Down Expand Up @@ -91,11 +97,6 @@ C# module is disabled if you are on a non Windows OS. Nothing from C# module wil
## Why can't this be a web service? It's a lot of effort downloading the JAR and run it.
This application listens on your mouse and keyboard events as well as allowing you to simulate mouse/keyboard events. If I could do such thing from a web browser, some hackers must have got your personal information, passwords, bank account number by now.

Getting started and advanced features
=====================================

Check out the [wiki page](https://github.com/repeats/Repeat/wiki).

Libraries used
==============
1. [Simple Native Hooks](https://github.com/repeats/SimpleNativeHooks)
Expand Down
10 changes: 5 additions & 5 deletions README_vn.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Lưu ý
1. Đây không phải chương trình quản lý mật khẩu như LastPass. Đoạn mã lệnh viết sẽ không được encrypt.
2. Đây là chương trình chạy code của người viết. Sử dụng tính năng compile và chạy lại cẩn thận không sẽ dễ bị treo máy.

Hướng dẫn sử dụng và các tính năng nâng cao
===========================================

Xem thêm tại [trang wiki](https://github.com/repeats/Repeat/wiki).

Yêu cầu tối thiểu
============

Expand Down Expand Up @@ -89,11 +94,6 @@ Module C# chỉ chạy trên Windows. Nếu không phải Windows thì module C#
## Tại sao chương trình này không host trên trang web được? Nếu được thì đỡ mất công tải file JAR về máy và chạy.
Chương trình này theo dõi các hoạt động của bàn phím và chuột, và có thể tự động chèn thêm các hoạt động của bàn phím và chuột. Nếu mà trang web làm được mấy cái này từ trình duyệt, các hacker đã thu thập mật khẩu và thông tin ngân hàng của người ta lâu rồi.

Hướng dẫn sử dụng và các tính năng nâng cao
===========================================

Xem thêm tại [trang wiki](https://github.com/repeats/Repeat/wiki).

Các library sử dụng trong Repeat
================================
1. [Simple Native Hooks](https://github.com/repeats/SimpleNativeHooks)
Expand Down

0 comments on commit 9725bf5

Please sign in to comment.