Links in the first postQuote:
v4.2 and v1.3
New Features:
- Fixed Teleport codesThx to Mr.bot
Links in the first postQuote:
v4.2 and v1.3
New Features:
- Fixed Teleport codesThx to Mr.bot
im sure its your antivirus ^^Quote:
Hello,
When i open agdev 4.2 i got (error 0)
"One of the files in the icons folder have been changed. Redownload Agdev to fix te problem".
I redownload agdev but i got the error also.
In my agdev map i got these files:
- "agdev 4.2"
- "agdev script generator1.3"
- "scripts" folder
- "icons" folder
- "map" folder
and also these:
if i would select a script on the list he says:
"no .txt files found"
Thanks,Bert
This is the code for Agdev Offset Updater.exeQuote:
hello, and thx for this useful tool..
I have a question please...
just now... and I mean this very moment.. I downloaded the tool from the rapidshare link..
the one with the map files..
and when I try to extract it with winrar, my McAfee VirusScan enterprise 8.5.0i come up with this message about 3 infected files:
here is a screenshot... :
[Only registered and activated users can see links. Click Here To Register...]
and my VirusScan DAT Files are updated to: January 16 2009.
so please, if a moderator can answer me, it will be so much appreciated, and thanks in advance.
its safe ^^Quote:
$size = FileGetSize("SRO_Client.exe")
$file = FileOpen("SRO_Client.exe", 4)
If $file = -1 Then
MsgBox(0, "Error", "Unable to open or find SRO_Client.exe")
Exit
EndIf
$content = FileRead($file, $size)
$base = StringRegExp($content, "8B0D(.{6}?)0080", 3)
FileClose($file)
MsgBox(64,"Agdev","Offset Updated")
RegWrite("***", "Base Offset", "REG_SZ", "0x"&rev($base[0]))
Func rev($string)
Local $all
For $i=StringLen($string)+1 To 1 Step -2
$all=$all&StringMid($string, $i, 2)
Next
Return $all
EndFunc
no problem ^^Quote:
thanks for the worms.....
Then just post your problem in agbot thread and only there (not in both here and there). Sorry but we've made this new thread for agdev just to care of updating and fixing agdev and nothing else.- I want "this mob" script. Could you make it for me, please?
I don't think so :)This thread remains open for any suggestions or updates. Bugs in agdev should be long gone by now.
By now, you should be able to make your own scirpts in agdev. So, feel free to know the basics of making a script and I'm sure you'll find it very simple. We've made much handy to make a script in agdev, too.