Hello Guys i'm Working On VSRO Filter i had Pc Limit Work Fine
i wanna Add Job PC Limit And BA PC Limit Any idea or Help to Start from it ?!
i wanna Add Job PC Limit And BA PC Limit Any idea or Help to Start from it ?!
wow this is helpful. but no this can be abused.Quote:
CLIENT_MOVE_ITEM -> Target Slot = 8? -> Count HWID -> Exceeded? -> Prevent that bitch!~
I already know that but I forgot to tell 'em.Quote:
wow this is helpful. but no this can be abused.
login wear job suit
logout login with another character and wear job suit
login with both characters.
on spawn check if job cape is equipped and if any other sessions have the cape equipped dc the client
Already implemented it year ago at 0x3012,Quote:
yeah, forgot, sure
if (FilterMain.PCLIMIT > 0 && (!FilterMain.LIMIT_BYPASS.Contains(this.user_id) && (FilterMain.IsPremium == true)))
{
try
{
SqlDataReader reader = sqlCon.Return("[" + FilterMain.HB_DB + "].[dbo].[_MainFunctions]", new SqlParameter("@Charname", Program.Plis(this.sql_charname)), new SqlParameter("@Action", 1));
reader.Read();
// Check if wearing job suits
if (reader.GetInt32(0) == 1)
{
if (hwid_count(this.hwid) > FilterMain.JOB_HWID)
{
this.SendNotice("You are getting disconnected because you are wearing job suit and access to the current PC has exceeded its limit.");
this.DisconnectModuleSocket();
return;
}
}
reader.Close();
}
catch { }
}
yourself.Quote:
Who fucking cares about being cool?
Also, I coded this and I don't give a fuck if you don't believe me.
SUPERMIKE source had job HWID limitation?!Quote:
yourself.
I don't care who coded this but it's clearly SUPERMIKE's source which was released 2-3 years ago
It's not like i will believe you over my own eyes.
just get better, and, i won't reply anymore unless it's necessary.
I am sorry but editing a filter source, developing it and fixing its huge quantity of bugs after discovering them isn't easy, also I don't give a fuck about your opinion about me. If you don't believe in yourself, then you're nothing.Quote:
i'm sorry but if you actually coded a filter yourself and named every single class after the ones that exist in supermike then you are not qualified to be a programmer with such naming sense
what does believing in myself has anything to do with our subject? you are trying to convince me you coded this whole thing but you didn'tQuote:
I am sorry but editing a filter source, developing it and fixing its huge quantity of bugs after discovering them isn't easy, also I don't give a fuck about your opinion about me. If you don't believe in yourself, then you're nothing.
Embarrassing myself? Are you idiot? You say its a SUPERMIKE code, and supermike didn't even contain job hwid limitation, so who embarrasses himself now? :confused:Quote:
what does believing in myself has anything to do with our subject? you are trying to convince me you coded this whole thing but you didn't
that's my point, but still you keep embarrassing yourself.
adding a feature to a released source doesn't make it your own.Quote:
Embarrassing myself? Are you idiot? You say its a SUPERMIKE code, and supermike didn't even contain job hwid limitation, so who embarrasses himself now? :confused:
Now we're in the head of our subject, right?