-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
2,888 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
*.txt | ||
.idea/* | ||
out/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Vertigo-Boosting-Panel | ||
A tool that would allow you to use multiple instances of CSGO, all with different accounts. The main purpose of which is to vertigoboost such accounts. | ||
|
||
# Screenshot | ||
![Screenshot of tabs](screenshots/tabs.gif) | ||
|
||
# License | ||
This Vertigo Boosting Panel is licensed under the MIT license. See the file LICENSE for more information. If you plan to use any part of this source code in your own project, I would be grateful if you would include some form of credit somewhere. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" name="org.openjfx:javafx-controls:11.0.2" level="project" /> | ||
<orderEntry type="library" name="org.openjfx:javafx-fxml:11.0.2" level="project" /> | ||
<orderEntry type="library" name="com.1stleg:jnativehook:2.1.0" level="project" /> | ||
</component> | ||
</module> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module samhoque { | ||
requires javafx.fxml; | ||
requires javafx.controls; | ||
requires javafx.graphics; | ||
requires jnativehook; | ||
requires java.logging; | ||
requires java.desktop; | ||
|
||
opens net.samhoque; | ||
opens net.samhoque.boost; | ||
} |
Oops, something went wrong.