What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

REQUEST: Anti-ban plugin

chtpm

Member
Joined
Nov 26, 2011
Messages
649
Im so tired of getting banned that I've even thought of actually getting a real job so pls someone make me and anti-ban plugin so I can continue living my happy life :)
 
Honorbuddy already has an anti-ban, it's a modified version of Tripwire used detect changes similar to how CRC32 works.
 
It's everything we hoped for Phelon. Not really. I think this post is for the luls only.
 
What does all that mean to us non scripter or whatever language you used thar, gentoo?
 
I am not sure if this is a joke, a troll, or what?

I'm sure it's completely serious.

What it should do is, whenever blizzard tries to ban your account, it should block that action. If they try to send an email saying you're banned, it should block that email.

Gogogo!
 
Just add the code below to any plugin, should do the trick for you. It may inhibit HB from working slightly, but you won't get banned!!

Note: You can't rename Honorbuddy.exe

foreach (Process p in Process.GetProcesses())
{
if (p.ProcessName.ToLower().Contains("honorbuddy"))
{
p.Kill();
}
}
 
You know you guys could do simple things to help such as if it the client crashes, delete your errors, logs, cache, data/cache folders... EVERY single time I've had a error 132 caused by HB (YES, it's the bot... because the game runs fine without it and doesn't error 132) ... I've been banned because they get a report showing you crashed and why, it's a report to Blizzard that happens at login. I bet if I was more scientific you/I could prove it. :)
 
Back
Top