Quote:
Originally Posted by PunkS7yle
Its actually just a small gey application, you can't even close it, but you can hide from it in so many thousand ways, sorry but I think it's fail =\.
|
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:awesome:
It was mine first script in AutoIT:awesome:
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:awesome: