Welcome to PBBans
![]() |
Welcome to PBBans, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of PBBans by signing in or creating an account.
|
PB support discontinued for Enemy Territory
#21
Posted Oct 8, 2011 - 06:16 AM
#22
Posted Oct 8, 2011 - 05:57 PM
Pbawareness, on Oct 8, 2011 - 06:16 AM, said:
Just have your installer copy the contents of the zip files from MaydaX's post to the pb directory. The PnkBstrA.exe and PnkBstrB.exe services will be installed automatically the first time the player connects to a PB enabled server:
MaydaX, on Oct 7, 2011 - 08:10 PM, said:
http://www.pbbans.com/forums/files/enemy-territory-windows-file67.html
http://www.pbbans.com/forums/files/enemy-territory-linux-file68.html
You may also update PB from any version to the latest version released for ET by downloading the file available from my sites below, which contains updaters for all OS's. Just copy the pb folder from the file over the game's pb folder. The updates and the PB services installation will happen automatically the first time the player connects to a PB enabled server.
http://www.noobsforever.net
http://en.portaldosgames.com
#23
Posted Oct 8, 2011 - 07:34 PM
#24
Posted Oct 10, 2011 - 02:48 AM
The problem i see atm is: The generated key does not have the same length as common pb keys. This may end in getting banned on some server as they check the pb_guid length.
It's also sad to see now etkey.org etkey.net and who knows next might be .com .eu .co.uk .nl. We all have the same problem, why don't look for 1 solution together...
A very simple way to create a unique etkey. Just put that quote into a file like etkey.bat and run it.
Quote
Edit: lol -> http://www.noobsforever.net/leecher.html
Edited by harlekin, Oct 10, 2011 - 02:58 AM.
#25
Posted Oct 10, 2011 - 01:17 PM
#26
Posted Oct 10, 2011 - 02:30 PM
harlekin, on Oct 10, 2011 - 02:48 AM, said:
I was careful enough to make my etkey generator create keys with the exact same size and structure as the "regular" etkeys. The only change I implemented was, instead of placing the time and date of the etkey file creation in the respective bytes in the file, which makes regular etkeys rather easy to spoof, my generator fills those bytes with 8-bit wide random values (0-255 instead of 0-9). The PB server that runs along the game server on the server host uses the date and time of creation data from the etkey file to compute the PB GUID, so this will generate GUID's that are much harder to spoof and make the generation of 2 equal GUID's practically impossible.
harlekin, on Oct 10, 2011 - 02:48 AM, said:
#27
Posted Oct 12, 2011 - 08:51 AM
A little pk3, placed in the mod folder of the server (and ofc. fastDL

You can get this pk3 here
Furthermore I added an easy installer (thx. to Harlekin) to the page, so everybody should be able to installing a valid PB service and ofc. a "valid" ETKEY.
#28
Posted Oct 19, 2011 - 08:08 AM
I dont have the: VIOLATION (NO_GUID / EMPTY CDKEY) Empty CD Key Not Allowed on this Server, anymore.
But now i see they are kicked for this:
VIOLATION (COMFAIL) #133: name of the player (slot #1) PB INIT FAILURE (If this persists, visit evenbalance.com and click support to manually update PunkBuster) [NO_GUID(-) ***.***.**.***:27960]
How can i perfend the 133 kick?
#30
Posted Oct 19, 2011 - 04:43 PM
Pedro-NF, on Oct 8, 2011 - 05:57 PM, said:
You may also update PB from any version to the latest version released for ET by downloading the file available from my sites below, which contains updaters for all OS's. Just copy the pb folder from the file over the game's pb folder. The updates and the PB services installation will happen automatically the first time the player connects to a PB enabled server.
http://www.noobsforever.net
http://en.portaldosgames.com
ehhhh? are you serious?
Complete Cheat Pack (nexus/invoke/ethook/aimbot/wallhack)
#32
Posted Oct 23, 2011 - 08:38 AM
Quote
pb_nocdkey.cfg:
set ui_finalURL "http://etkey.org"
ui\popup_errormessage_pb.menu:
#include "ui/menudef.h"
// Defines //
#define WINDOW_X 0
#define WINDOW_Y 0
#define WINDOW_WIDTH 640
#define WINDOW_HEIGHT 480
#define GROUP_NAME "grpPopupError"
// Macros //
#include "ui/menumacros.h"
// Error Popup //
menuDef {
name "popupError"
visible 0
fullscreen 0
rect WINDOW_X WINDOW_Y WINDOW_WIDTH WINDOW_HEIGHT
style WINDOW_STYLE_FILLED
popup
fadeClamp 0.5
fadeAmount 0.075
onOpen {
uiScript ServerStatus_diagnose ;
setitemcolor background backcolor 0 0 0 0 ;
exec "set cl_noprint 1;exec pb_nocdkey.cfg;set cl_noprint 0"
fadein background
}
onESC {
uiScript clearError ;
close popupError ;
open main
}
// Background //
itemDef {
name "background"
rect 0 0 640 480
style WINDOW_STYLE_FILLED
background "ui/assets/fadebox.tga"
backcolor 0 0 0 0
visible 1
decoration
}
// Subwindows //
#define SUBWINDOW_WIDTH 256
#define SUBWINDOW_HEIGHT 292
#define SUBWINDOW_X .5*(WINDOW_WIDTH-SUBWINDOW_WIDTH)
#define SUBWINDOW_Y .5*(WINDOW_HEIGHT-SUBWINDOW_HEIGHT)
SUBWINDOWBLACK( SUBWINDOW_X, SUBWINDOW_Y, SUBWINDOW_WIDTH, SUBWINDOW_HEIGHT, "ERROR" )
CVARLABEL( SUBWINDOW_X+6, SUBWINDOW_Y+16, (SUBWINDOW_WIDTH)-12, 154, "com_errorMessage", .2, ITEM_ALIGN_LEFT, 0, 8 )
LABEL( SUBWINDOW_X+6, SUBWINDOW_Y+160, (SUBWINDOW_WIDTH)-12, 80, "For Empty-CD-Key Error and / or missing punkbuster files look on http://ETKEY.ORG",.2,ITEM_ALIGN_LEFT,0,8 )
BUTTON( SUBWINDOW_X+10, SUBWINDOW_Y+SUBWINDOW_HEIGHT-48, .5*(SUBWINDOW_WIDTH-18), 18, "^7Visit ^1ETKey.org", .23, 11, close quit ; close ingame_main; uiScript validate_openURL )
BUTTON( SUBWINDOW_X+6, SUBWINDOW_Y+SUBWINDOW_HEIGHT-24, .5*(SUBWINDOW_WIDTH-18), 18, "BACK", .3, 14, uiScript clearError ; close popupError ; open main )
BUTTON( SUBWINDOW_X+6+.5*(SUBWINDOW_WIDTH-18)+6, SUBWINDOW_Y+SUBWINDOW_HEIGHT-24, .5*(SUBWINDOW_WIDTH-18), 18, "RECONNECT", .3, 14, uiScript clearError ; close popupError ; close backgroundmusic ; close background_1 ; uiScript reconnect )
}
#33
Posted Nov 2, 2011 - 02:18 AM
From SD Staff:
Quote
#34
Posted Dec 26, 2011 - 11:05 PM
I tried to use the punkbuster updated files and the etkey generator from the links above, but i had no luck
Edited by bulliz, Dec 26, 2011 - 11:16 PM.
#35
Posted Dec 28, 2011 - 02:23 PM
1. no luck is a Shrug-report, fix: http://www.pbbans.com/info-center-clientlog.html
2. make sure pbsrv are properly installed http://www.pbbans.com/info-center-pbsvc.html
3. simplest way to pbupdate is the old console version pbweb.exe , run from ET/pb/
pbweb.rar 48.19K
3 downloads
#36
Posted Jan 13, 2012 - 05:38 AM
bulliz, on Dec 26, 2011 - 11:05 PM, said:
I tried to use the punkbuster updated files and the etkey generator from the links above, but i had no luck
You probably didn't run the update patch that upgrades ET from version 2.55 to version 2.60 BEFORE extracting the file with the PB updaters from my server's site or the file with the updated PB directory from MayDax's links.
In either case, you need to copy the PB directory from those files over your PB directory (overwriting it), AFTER running the 2.60 patch.
As to the etkey file created by my generator or Schnoog's site, don't forget you need to copy it to your etmain directory.
#37
Posted Mar 11, 2012 - 05:56 AM
Greetings and thanks
¿Hola, mi pregunta es la siguiente, hay algun archivo que se pueda introducir en nuestros servidores, para cuando se conecten los jugadores , actualizar su versión de PB al más reciente , y si no tienen cree un etkey sin ser pateado del servidor?
Saludos y gracias
Edited by david2003, Mar 11, 2012 - 06:18 AM.
#38
Posted Mar 13, 2012 - 02:56 PM
Esta permitido modificar este archivo? o' esta prohibicion?
Puedo distribuirlo como solucion para el problema de las patadas PB por no estar actualizado?
Hay alguna forma de hacer que se descargue automaticamente desde nuestro serviodres?
Porfavor espero vuestra respuesta
Para descargarlo
http://www.elenemyterritory.es/servidor/pb/pbcl.rar
Saludos y Gracias
Based on data downloaded files and the folder PB, the web of Pedro-NF, and modified a file (pbcl.db) this file into the folder makes PB PB is updated from the server,
This allowed to modify this file? orthis prohibition?
I can distribute it as a solution to the problem of PB kicked for not being updated?
Is there any way to be downloaded automatically from our serviodres?
Please wait your answer
to download
http://www.elenemyterritory.es/servidor/pb/pbcl.rar
Test 2
Test 1
Greetings and Thanks
Edited by david2003, Mar 13, 2012 - 03:21 PM.
#39
Posted Apr 6, 2012 - 02:29 AM
I to made a etkey generator. Available here: http://www.hsclangaming.com/ on the download tab at top of forum select ETKey Generator. I also made a etkey generator program as well. Which was made for new players. Maybe someone can add it to a etproinstaller package? It scans your PC for a etkey if you already have one you cannot get a new one and the program closes. It also has a PB interface i made.(for windows only).
Heres the program:
http://headshotclan.comlu.com/pbbans_etkey_generator/PBBans etkey Generator.rar
If i noticed this topic earlied would of posted ages ago when etkeys stopped working from the game itself ages ago. Sorry guys.
Edited by Burgo855, Apr 6, 2012 - 02:36 AM.
#40
Posted Apr 10, 2012 - 04:44 AM
But this link SHOULD be working: http://headshotclan.comlu.com/pbbans_etkey_generator/
Its clean with malwarebytes anti-malware and Kaspersky internet security 2011/2012. I dont know about others as thats all i have on this PC at the moment.
But their shouldnt be anything.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












