Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInTheWallPog authored Jan 24, 2024
1 parent a99c214 commit 0d32e25
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# BountyChecker
Able to Live-Check Cetus Bounties
A tool to check Cetus Bounties in Real Time

# How does this work?
It reads and parses your EE.log

# Will I get banned for this?
Short Answer is: no.
Long Answer is: The Scripts parse EE.log, the logfile where Discord logs all sorts of stuff, also bounty stages. A lot of 3rd parts Apps (such as YATE, Alecaframe and PTAnalyzer) use this to work. So far I am not aware of anyone being banned, but use at your own risk as any other program.

# It shows up as a Virus?!?
Unfortunately, this is how it currently is. The source code is freely avaible here though and you can choose to check it and modify it as you please.

# Why are there two versions?
One version sends good bounties to us through a Discord Webhook. That way everyone can benefit from good bounties. The other version does not - choose whichever you like (though ofc we hope for people actively sharing their bounties).

# What does it send?
It sends some Game Data, thats all. No IP Adress or Username or anything:
```/Lotus/Types/Gameplay/Eidolon/Jobs/SabotageBountySab/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyCap```
```SolNode228_HUB```
```/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierETableCRewards ```
```/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyCap_-4_CetusHub4_65b1683b0000000000000008_TentB```
```['/Lotus/Types/Gameplay/Eidolon/Encounters/DynamicRescue', '/Lotus/Types/Gameplay/Eidolon/Encounters/DynamicAssassinate', '/Lotus/Types/Gameplay/Eidolon/Encounters/HiddenResourceCaches', '/Lotus/Types/Gameplay/Eidolon/Encounters/DynamicHijack', '/Lotus/Types/Gameplay/Eidolon/Encounters/DynamicCapture']```

# Will this get updates?
Yes

0 comments on commit 0d32e25

Please sign in to comment.