$5-10 Decompile Fix

Status
This thread has been locked.

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
Alright so in the path

com.webmets.remindbot

The Listener.class file at line 154

Code:
s = s.replaceAll("\n", "/");

needs to be s = s.replaceAll("\n", "$~"); so that new lines in the txt file must be replaced with the arbitrary $~ symbol. The way it is now, I can't have a http:// youtube link with the slashes representing a \n.

I've asked the original dev who's discord is Webmets#6507 and even offering a ridiculous $10 fix to this bot I commissioned him to do a while ago, but to this day after weeks of asking he hasn't done anything. I find him to be incompetent and annoying for promising to fix it for free and all but he hasn't done anything.

I simply need a fix to this, and if anyone is arguing about src code and such, for fucks sake, Im not trying to make money off of this bot its for my server to remind users of it and I'd rather pay someone generous enough to decompile and change this one line for me $5-10 then get an entirely new bot for fucking $25-30.

Here's my discord:
⚡ zDrakon ⚡#4392

Link to download the jar file I need changed: http://www.mediafire.com/file/py6yd7lw4plqh8f/RemindBot.jar
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GotoFinal

Feedback score
1
Posts
33
Reactions
15
Resources
0
There is need for that replace at all, it is just useless o_O It can just save and load message including new lines. Also it should use just normal .replace method, no need to use regex here. And in set command it would be better to just use "\n" and replace it to new line
// just informing, not interested in such small thing
 
Last edited:

MSSQL

Developer
Supreme
Feedback score
1
Posts
3
Reactions
1
Resources
0
Instead of stealing other developers code; maybe either make your own source code OR contact the maker for the source or what is wrong.

If you decompile a .jar some things will get lost in translation, and it will be even worse if it's obfuscated. And even if you dont make money on this persons code or plugin, it's not right or fair to steal other peoples code. Atleast this is my opinion.
 
Last edited:

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
Instead of stealing other developers code; maybe either make your own source code OR contact the maker for the source or what is wrong.

If you decompile a .jar some things will get lost in translation, and it will be even worse if it's obfuscated. And even if you dont make money on this persons code or plugin, it's not right or fair to steal other peoples code. Atleast this is my opinion.
Code:
https://pastebin.com/guhdbvjl/

I've asked the original dev who's discord is Webmets#6507 and even offering a ridiculous $10 fix to this bot I commissioned him to do a while ago, but to this day after weeks of asking he hasn't done anything. I find him to be incompetent and annoying for promising to fix it for free and all but he hasn't done anything. There's my rant about him, no need for a neg rep or scam report of a bot that was commissioned a while back.


Already tried asking the maker of the code. I'd love to try making my own, im a busy man with money and would like to not spend time making my own for a simple fix.
 

MSSQL

Developer
Supreme
Feedback score
1
Posts
3
Reactions
1
Resources
0
I'm not trying to be rude, but if it's a simple fix. Then you should be able to do it yourself.
 
Status
This thread has been locked.
Top