Page 1 of 3 123 LastLast
Results 1 to 15 of 43
  1. #1
    AVA PlaYe's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    delusional
    Posts
    1,486
    Reputation
    36
    Thanks
    3,713

    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
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Justin; 06-24-2012 at 09:40 PM. Reason: Added Release to the title.
    I Miss the old time


  2. The Following 35 Users Say Thank You to AVA PlaYe For This Useful Post:

    al3xx (09-30-2012),Alcoholsa (06-25-2012),ammarzuqi (06-20-2012),babon (06-20-2012),BigSean (06-25-2012),BlingBoyOto (07-11-2012),CCCP CR (06-25-2012),DajZk (09-04-2012),DarkSt0rmX (06-23-2012),dragonvalorx (06-21-2012),eldadleyba (06-23-2012),exerath (06-20-2012),funky308 (06-20-2012),Giek (06-20-2012),ItalianOne (06-20-2012),Jabberwock (06-20-2012),jirost (08-16-2012),joker__4ever (06-22-2012),K2Hyperion (06-21-2012),Kirua (06-21-2012),LinkinPark644 (10-17-2012),LongBallss (08-12-2012),m7mad00 (06-23-2012),matykiller (08-11-2012),nick2012v (08-01-2012),Nort (06-20-2012),ogkush317 (06-20-2012),Prajjwal.koirala (10-14-2012),reeaper (06-25-2012),rezacy1 (06-21-2012),saleh09 (08-23-2012),Saurabh932 (06-21-2012),savrick2 (09-22-2012),TheSpeedCrafter (09-16-2012),yagoz (09-04-2012)

  3. #2
    AVA PlaYe's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    delusional
    Posts
    1,486
    Reputation
    36
    Thanks
    3,713
    Admin, Please Add [release] in title, miss it Dx
    I Miss the old time


  4. #3
    exerath's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Look behind you :P
    Posts
    309
    Reputation
    17
    Thanks
    31
    My Mood
    Breezy
    U got a thanks too ^^
    I love your avatar ... so funny, its like how Iam when anyone kill me in ava ^^

  5. #4
    Giek's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    268
    Reputation
    10
    Thanks
    36
    also work for macro?
    Thx 4 sharing ^^

  6. The Following User Says Thank You to Giek For This Useful Post:

    lilpac (06-20-2012)

  7. #5
    Cosmin332's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Rome
    Posts
    229
    Reputation
    10
    Thanks
    58
    My Mood
    Stressed
    @Pie approve pls

  8. #6
    lilpac's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Jeddah, Saudi Arabia, Saudi Arabia
    Posts
    56
    Reputation
    10
    Thanks
    5
    My Mood
    Buzzed
    i guess i told u nice macro !!

  9. #7
    mrGunAdder's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    19
    Reputation
    17
    Thanks
    4
    intresting...

  10. #8
    AVA PlaYe's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    delusional
    Posts
    1,486
    Reputation
    36
    Thanks
    3,713
    Will Not Work If You Use Steam, I Will Update It Soon With Steam
    I Miss the old time


  11. #9
    babon's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    ty good work

  12. #10
    zZzeta/S's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Germany
    Posts
    1,061
    Reputation
    43
    Thanks
    2,100
    @Pie can you please approve quick

  13. #11
    zZzeta/S's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Germany
    Posts
    1,061
    Reputation
    43
    Thanks
    2,100
    Works perfect but i had to rewrote it because ava is in another path

  14. #12
    AVA PlaYe's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    delusional
    Posts
    1,486
    Reputation
    36
    Thanks
    3,713
    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
    I Miss the old time


  15. #13
    ItalianOne's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Italiy
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Approve pls

  16. #14
    K2Hyperion's Avatar
    Join Date
    May 2008
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    @Pie pls approve it would be awesome9000

  17. #15
    ogkush317's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    Indiana
    Posts
    1,642
    Reputation
    113
    Thanks
    497
    My Mood
    Twisted
    @Pie we are all gna keep mentioning you til he gets approved!




Page 1 of 3 123 LastLast

Similar Threads

  1. [Outdated] Delete GameGuards .erl Files *Updated*
    By Yuknowho in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 49
    Last Post: 02-14-2013, 01:30 PM
  2. [Help] Deleting File After Game / Program Closes
    By Dragon(H)ell in forum C++/C Programming
    Replies: 7
    Last Post: 12-09-2011, 01:18 PM
  3. [Help] Deleting Program After 1 Month [Solved]
    By Gab in forum C++/C Programming
    Replies: 13
    Last Post: 09-01-2011, 05:12 AM
  4. [Help]program deleter
    By megasven007 in forum Visual Basic Programming
    Replies: 3
    Last Post: 08-20-2010, 11:31 PM
  5. Delete Programs That Can't Be Deleted.
    By mostwanted in forum Programming Tutorials
    Replies: 10
    Last Post: 12-02-2008, 02:06 AM