I want to Join AARP and remove my ban pls

Status
Not open for further replies.

xdsswar

Registered User
Apr 7, 2020
4
0
0
32
Hi , I like to join your clan , actually i'm Head/Admin on TG clan but the servers are dead , so i decided to apply to join you guys . First let me say my main account is banned on Pbbans
for testing on the server the Anti-cheats we made for our servers (that was in my noob days as server admin :courage: ) . My main user is XDSSWAR and if you can remove the ban it would be amazing , here is a video of my playing
as prof if anyone wanna check :

https://www.youtube.com/watch?v=usVE0KJOagY

Thanks in advance.

PS: If i can contribute to this community whit some code , i'll do it , i know some programming languges .
 
I was testing our own Anti-cheat System (TG-Anticheat ) , but the other Admin working with me forgot to turn off the pbban plugin , and i dont have any bf3 account to the guy who said. Look guys if you don't want me in your team is ok , but i'm not a cheater and you can ask many players on my clan now and you will find out who i am .

Screenshot (37).png

just give a try guys


And here is some code from our anti-cheat as prof , if you have any guy who knows ask him:

HTML:
        public void anticheatinc()
        {
            WebClient client = new WebClient();
            string reply2 = client.DownloadString("http://www.anticheatinc.net/forums/bansearch.php?search=" + nombre + "&game=BF3&submit=Submit");
            int firstCharacter2 = reply2.IndexOf("result found");
            if (firstCharacter2 == -1)
            {

                string reply4 = client.DownloadString("http://www.anticheatinc.net/forums/bansearch.php?search=" + nombre + "&game=BFH&submit=Submit");
                int firstCharacter4 = reply4.IndexOf("result found");
                if (firstCharacter4 == -1)
                {
                    string reply3 = client.DownloadString("http://www.anticheatinc.net/forums/bansearch.php?search=" + nombre + "&game=BF4&submit=Submit");
                    int firstCharacter3 = reply3.IndexOf("result found");
                    if (firstCharacter3 == -1)
                    {
                        if ((this.m_bDebug == true) && (dlevel >= 0)) { WriteDebugConsole(nombre + " anticheatinc.net is Clear"); }
                    }
                    else
                    {
                        
                        where = "anticheatinc.net BF4";
                        this.ExecuteCommand("procon.protected.send", "banList.add", "guid", eaguid, "perm", banmsg +" (anticheatinc.net BF4)");
                        this.ExecuteCommand("procon.protected.send", "admin.say", "Player " + nombre + "Banned by TG Anticheat " + GetPluginVersion(), "all");
                        detected1();
                        sms();
                    }
                }
                else
                {
                    where = "anticheatinc.net BFH";
                   this.ExecuteCommand("procon.protected.send", "banList.add", "guid", eaguid, "perm", banmsg +" (anticheatinc.net BFH)");
                   this.ExecuteCommand("procon.protected.send", "admin.say", "Player " + nombre + "Banned by TG Anticheat " + GetPluginVersion(), "all");
                    detected1();
                    sms();
                }

            }
            else
            {
                where = "anticheatinc.net BF3";
                this.ExecuteCommand("procon.protected.send", "banList.add", "guid", eaguid, "perm", banmsg + " (anticheatinc.net BF3)");
                this.ExecuteCommand("procon.protected.send", "admin.say", "Player " + nombre + "Banned by TG Anticheat " + GetPluginVersion(), "all");
                detected1();
                sms();
            }
        } 
          

        


        
        /// <summary>
        /// /////////////////////////////////////////
        /// </summary>
    public void whitelist()
    {
        System.IO.File.Delete("Plugins/BF4/TGWhitelist.ini");
        for (int i = 0; i < Convert.ToInt16(lstUserList1.Count); i++)
        {
            
            StreamWriter WriteReportFile = File.AppendText("Plugins/BF4/TGWhitelist.ini");
            WriteReportFile.WriteLine(lstUserList1[i]);
            WriteReportFile.Close();
         }
   
    }

    public override void OnServerInfo(CServerInfo csiServerInfo)
    {
        this.serverName = csiServerInfo.ServerName;
       
    }


    public void OnPluginLoaded(string strHostName, string strPort, string strPRoConVersion )
		{
			this.m_strHostName = strHostName;
			this.m_strPort = strPort;
            jport = strHostName;

			this.m_strPRoConVersion = strPRoConVersion;
            this.RegisterEvents(this.GetType().Name, "OnListPlayers", "OnServerInfo", "OnPlayerLeft", "OnPlayerJoin", "OnGlobalChat", "OnTeamChat", "OnSquadChat", "OnLevelLoaded", "OnPlayerAuthenticated", "OnPunkbusterPlayerInfo", "OnPlayerKilled", "OnPlayerSpawned" );
		}

          public void OnListPlayers(List<CPlayerInfo> players, CPlayerSubset subset)
		{
	     	if (subset.Subset == CPlayerSubset.PlayerSubsetType.All)
			{
				this.PlayerList.Clear(); 
               	foreach (CPlayerInfo p in players)
				{
					this.PlayerList.Add(p.SoldierName, p);
				}
            	}
		}
 
Last edited:
You should take all your amazing Admin and coding skills back to TG clan and play there. If you have so much to offer why the fuck are you here?
 
Status
Not open for further replies.

Who has viewed this thread (Total: 1) View details