OutdatedProgram .erl Delete

Posts 115 of 43 · Page 1 of 3
Program .erl Delete
Today Am Adding A Program that Auto-Delete .erl When They Get downloaded from GG, also if you open the folder there will be 3.erl ,you will not be able to delete them, its a bug they are already deleted but stay there, idk why Work For 32b and 64b but the 32b version will be released later, i have to talk with an admin because when i compile in 32b it give a worm, dont ask me why idk, it happen when you compile any script you made with autoit3 in 32b.

how to use : RUN AS ADMIN, then Press Start Or F8 For Stop Press F9 but the best is keeping it open

why this?, deleting .erl file fix most of bug, also if you use CE it may don't, but if you run a hack or anything and you dc because of .erl this program fix it

AVA Player.

Thanks To : ''exerath'' for the idea.

The 64b Version :
.erl delete.rar - Jotti's malware scan
https://www.virustotal.com/file/9335...is/1340170096/

The 32b Version :

.erl delete(32).rar - Jotti's malware scan
https://www.virustotal.com/file/294b...is/1340170587/

Also Compiling Autoit3 As 32b Always Give This... To Admin : If I You Still Don't Allow It, Tell Me Please i Will remove the 32b version and release it by giving .au3 So People Will Have To Download AUTOIT3 then compile.



Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <File.au3>

#Region ### START Koda GUI section ### Form=c:\users\frederick\desktop\apbot v1.9.kxf
$Form1_1 = GUICreate("Form1", 222, 132, 192, 124)
$Group1 = GUICtrlCreateGroup(".erl Delete", 24, 24, 177, 89)
$Button1 = GUICtrlCreateButton("Start (F8)", 32, 48, 75, 41)
$Button2 = GUICtrlCreateButton("Stop (F9)", 120, 48, 75, 41)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

Global $lol = 0

HotKeySet("{F8}", "_lol")
HotKeySet("{F9}", "_Stop")

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		 Case $Button1
			_lol()
		 Case $Button2
			_Stop()
	EndSwitch
WEnd

Func _Stop()
   Global $lol = 1
EndFunc

Func _lol()
   If $lol = 0 Then
   Do
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\0npgg.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\0npgl.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\0npgm.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\0npgmup.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\0npsc.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\npgg.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\npgl.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\npgm.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\npgmup.erl")
		 FileDelete("C:\ijji\ENGLISH\AVA\Binaries\GameGuard\npsc.erl")
   Until $lol = 1
EndIf
Return _lol()
EndFunc
.erl delete_mpgh.net.rar414 KB · 265 downloads Scanning…
.erl delete(32)_mpgh.net.rar350 KB · 202 downloads Scanning…
Admin, Please Add [release] in title, miss it Dx
U got a thanks too ^^
I love your avatar ... so funny, its like how Iam when anyone kill me in ava ^^
also work for macro?
Thx 4 sharing ^^
i guess i told u nice macro !!
Will Not Work If You Use Steam, I Will Update It Soon With Steam
ty good work
@Pie can you please approve quick
Works perfect but i had to rewrote it because ava is in another path
Quote Originally Posted by zZzeta/S View Post
Works perfect but i had to rewrote it because ava is in another path
:O Since When My Program Don't Work ? :P
@Pie we are all gna keep mentioning you til he gets approved!
Posts 115 of 43 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?