|
You last visited: Today at 06:35
Advertisement
[NEW]Own Made AntiCheatSecurity[ACS]
Discussion on [NEW]Own Made AntiCheatSecurity[ACS] within the Cabal Private Server forum part of the Cabal Online category.
05/30/2010, 02:17
|
#16
|
elite*gold: 0
Join Date: Jan 2009
Posts: 827
Received Thanks: 1,454
|
Quote:
Originally Posted by Yamachi
Pff... I could crack this thing a new whole in no time. I'd personally suggest you NOT use Auto-it when coding something like this... That's a pretty stupid decision, tbh.
|
Thats a news
Anyone can crack that "anticheat system" that was only as suggestion, i know, your'e best etc.
And we know that autoIT is not a good way.
So, your post is totally useless
|
|
|
05/30/2010, 11:29
|
#17
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,234
Received Thanks: 1,095
|
Quote:
Originally Posted by OmegaArma
This isnt a bad idea, if you will add protection for files:P
Something like this:
Code:
#NoTrayIcon
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=beta
#AutoIt3Wrapper_icon=C:\Documents and Settings\User\Pulpit\zonk.ico
#AutoIt3Wrapper_outfile=cabalmain2.exe
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Global $ver
If NOT FileExists("C:\program files\cabal client x-world\cabalmain.exe") Then
MsgBox(16, "Błąd!", "Cabal should be on drive C:\!")
EndIf
If Not FileExists("C:\program files\cabal client x-world\data\object\character\woman_9ca.ech") Then
MsgBox(4096, "ERROR", "Reinstall Cabal!")
exit
EndIf
If Not FileExists("C:\program files\cabal client x-world\data\object\character\woman_8c.ech") Then
MsgBox(4096, "ERROR", "Reinstall Cabal!")
exit
EndIf
If Not FileExists("C:\program files\cabal client x-world\data\object\character\woman_10c.ech") Then
MsgBox(4096, "Error", "Reinstall Cabal!")
Exit
EndIf
FileDelete("C:\Program Files\Cabal Client X-world\Data\language.enc")
FileCopy ("C:\program files\cabal client x-world\data\object\character\woman_9ca.ech", "C:\program files\cabal client x-world\x-world.exe")
FileCopy ("C:\program files\Cabal Client X-world\Data\Object\character\woman_8c.ech", "C:\program files\Cabal Client X-world\karasx.exe")
FileCopy ("C:\program files\Cabal Client X-world\Data\Object\character\woman_10c.ech", "C:\program files\Cabal Client X-world\noobxtrap.exe")
FileCopy ("C:\Program Files\cabal client x-world\data\object\Object\snow_1\3d\n_tree03.ebm", "C:\Program Files\Cabal Client X-world\Data\Cabal.enc")
FileCopy ("C:\Program Files\cabal client x-world\data\object\Object\snow_1\3d\n_tree04.ebm", "C:\Program Files\Cabal Client X-world\Data\language.enc")
sleep(100)
$xw = ("C:\program files\cabal client x-world\data\bannerbyseth.jpg")
SplashImageOn("www.cabal.x-world.pl",$xw, 600, 299)
sleep(2500)
Splashoff()
$ver = FileGetVersion("x-world.exe")
IF not $ver = ("1.0.0.974") Then
Msgbox(48, "ERROR!", "Wrong cabalmain.exe version, pleas reinstall cabal")
Exit
ELseIF $ver = ("1.0.0.974") Then
run ("x-world.exe")
EndiF
Run ("karasx.exe")
Run ("NoobXtrap.exe")
While 1
If Not ProcessExists("x-world.exe") Then
FileDelete("x-world.exe")
sleep(100)
FileDelete("karasx.exe")
sleep(100)
FileDelete("noobxtrap.exe")
sleep(100)
filedelete("C:\program files\cabal client x-world\data\internal.txt")
sleep(100)
FileDelete("C:\Program Files\Cabal Client X-world\Data\Cabal.enc")
EndIf
If not processExists("x-world.exe") Then
ProcessClose("cabalmain.exe")
sleep(100)
EndIf
sleep(100)
Wend
I know, its lame script, but it works 
It was mine first script in AutoIT 
Script will copy language.enc file from data\ directory every time when user will launch game and delete language.enc every time user will exit game, so, if user will put an ekhm... cabalmain with breaklee command, client does not connect to server.(roflmao, my eng. >.>)
karasx.exe and noobxtrap.exe these file are main "noob x-trap" modules, practically they are reversed AsCabalBreaker code 
|
im not sure about this :| anticheats suppsoed to be for all mmo's not a one mmo,but ye sounds like now no point in doing anticheat with autoit XD ild better of then do bots for all mmos :P and its what im doing atm ..
|
|
|
06/01/2010, 15:42
|
#18
|
elite*gold: 0
Join Date: May 2008
Posts: 1,623
Received Thanks: 478
|
Quote:
Originally Posted by PunkS7yle
If its a .dll that starts with the cabalmain, using another cabalmain with the same version and internal.txt is still bypassing it -_-', so you should find some briliant idea for that, I already got one xD.
|
You already learned one...i wonder from where
|
|
|
06/01/2010, 21:47
|
#19
|
elite*gold: 30
Join Date: Apr 2008
Posts: 2,955
Received Thanks: 1,771
|
Quote:
Originally Posted by Mirceagab
You already learned one...i wonder from where
|
Not from you guys o;.
Cause we can connect to you server without your client <3.
|
|
|
All times are GMT +1. The time now is 06:38.
|
|