Difference between CH and EU/NA Gameguard

07/26/2009 12:15 Kinu#1
Kennt einer die Unterschiede zwischen der chinesischen und der EU/NA Gameguard Version?

Beispiele:

- G15/ G11 Makros funktionieren ohne probleme in EU/NA, aber nicht in China
- Mein Bot kann auf das EU Aion Fenster zugreifen, nachdem ich Gameguard abgeschalten habe, jedoch nicht in China, obwohl ich dort Gameguard ebenfalls abgeschalten hab

-------------------------------------------------------------

Does anyone know the difference between the china gameguard version and the EU/NA one ?

for example:

- G15 / G11 keyboard makros works fine in EU/NA, but they dont work in China
- my bot get access to the aion window in EU/NA, if i kill gameguard
in china, the bot stopped if i try to switch to the aion window (gameguard is disabled too)
07/27/2009 08:50 percival33#2
Hello if you want use the EU gameguard on the chines client, copy the file gameguard.des and delete the gameguard folder. Next not use the launcher because he download the correct version of the file gameguard.des. To launcher aion chines without the launcher, run the .vbs attached file. The .vbs file create a shortcut to a .bat in the game folder. (work with the server central china, for the other ask me the solution.
07/27/2009 09:10 Kinu#3
thanks, i'lll test it :)


Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found

[Only registered and activated users can see links. Click Here To Register...]
Scanned by [Only registered and activated users can see links. Click Here To Register...]

Code:
Const HKCU = &H80000001
strComputer = "."
Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
strKeyPath = "SOFTWARE\INCAInternet\nProtectGameGuard\GameMon\"
strValueName = "CurPath"
objRegistry.GetStringValue HKCU,strKeyPath,strValueName,strValue
If IsNull(strValue) Then
	strKeyPath = "SOFTWARE\WinRAR SFX\"
	strValueName = "D%%Program Files%NCSoft%AION Online"
	objRegistry.GetStringValue HKCU,strKeyPath,strValueName,strValue
    If IsNull(strValue) Then
		Msgbox"äÁèÊÒÁÒö¤é¹ËÒ Folder ·ÕèµÔ´µÑé§à¡Áä´é ãªé¤èÒ Folder àÃÔèÁµé¹à»ç¹" & vbCr & strValue, 48 , strDate
    End If
	strKeyPath = "SOFTWARE\WinRAR SFX\"
	strValueName = "D%%Program Files%NCSoft%AION Online" 	
	strValue = "D:\Program Files\NCSoft\AION Online"
Else
	strValue = Replace(strValue,"\bin32\GameGuard","")
	strKeyPath = "SOFTWARE\WinRAR SFX\"
	strValueName = "D%%Program Files%NCSoft%AION Online" 	
End If

Const ForReading = 1, ForWriting = 2
  Set WshShell = WScript.CreateObject("WScript.Shell")
   Dim fso, f
   Set fso = CreateObject("Scripting.FileSystemObject")
   Set f = fso.OpenTextFile("Aionzehir.bat", ForWriting,true)
   f.write("start bin32\aion.bin -ip:116.211.29.104 -ng")
   Set f = fso.GetFile(strDesktopFolder & "Aionzehir.bat")
   f.Copy (strValue & "\Aionzehir.bat")

objRegistry.SetStringValue HKCU,strKeyPath,strValueName,strValue
Set WshShell = CreateObject("WScript.Shell")
StrDesktopFolder = WshShell.SpecialFolders("Desktop")
Set objShortCut = WshShell.CreateShortcut(strDesktopFolder & "\AION Online.lnk")
objShortCut.TargetPath = strValue & "\Aionzehir.bat"
ObjShortCut.Arguments = ""
ObjShortCut.WorkingDirectory = strValue
ObjShortCut.IconLocation = strValue & "\aion.ico"
objShortCut.Save
Msgbox "Racourci crée avec succès", 64 , strDate
07/27/2009 09:57 percival33#4
Quote:
Originally Posted by Kinu View Post
Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found
:) Normal there is no virus, the. Vbs only search in the register the location of aion and creates a file aionZehir.bar and a shortcut to it. (Zehir is my username on the server Ciel Asmodian)
07/27/2009 11:12 Kinu#5
works,

thanks again :D
07/29/2009 09:14 anbieter4trala#6
also ich habe keine probleme irgendwelchen EU games die mit nProtect Gameguard laufen per autoit befehle zu schicken. auch in AION hat das schon prima geklappt. ich weis nur nicht ob das registriert wird dass ich hier botte, und ich irgendwann mal gebannt werde. aber das werd ich ja dann noch sehen...
07/29/2009 18:06 jafo3#7
Quote:
Originally Posted by Kinu View Post
...
- G15 / G11 keyboard makros works fine in EU/NA, but they dont work in China
...
G15 works fine for me in NA and China. I've noticed that those who use 32-bit OS run into problems with G-Profiler software and GG and those with 64-bit OS (like myself) have no problem using G-Keys. Looks like they coded 32 and 64-bit versions differently.
07/29/2009 19:42 Kinu#8
yes of course, due to work around from percival33 it works fine :)