Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    italyLoLLeR's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Sicily
    Posts
    361
    Reputation
    11
    Thanks
    59
    My Mood
    Asleep

    How to prevent ban

    It's not a method to get a banned account unbanned but just to prevent..
    You must delete the gamelogs.
    how?
    first:

    Ban Types
    There are 2 type of ban
    1.From an administrator ( Reported with SS/Vid )
    1.From Nexon ( By gamelogs )

    Removing GameLogs
    i now show you how to remove those:
    1.Go to your combat arms europe directory
    2.Search and open the folder hshield
    3.Search,then open the file HSUpChk.log with your notepad,delete everything that is written and save
    4.Do the same with the file hshield.log

    Now launch Combat Arms
    It should close and an error that looks like this will appear:
    IDS_APP_SHUTDOWN

    Get back to the hshield folder
    The files hshield.log and HSUpChk.log will obviously say that you opened the game,and some new files will appear.
    What now?
    Search and delete those files
    HSUpChk.log
    hshield.log
    aspinet.log
    supdate.log
    3n.mhe


    Done. You have succesfully deleted the gamelogs and can go back ingame !
    This procedure must be done every time you want to play CA and you think that you may get banned for something you did like using hacks and stuff..



  2. The Following 8 Users Say Thank You to italyLoLLeR For This Useful Post:

    *_BulletInYourHeard_* (10-21-2010),Divinty (10-20-2010),drakkoy (10-20-2010),muumimamma (10-20-2010),Noxit (10-20-2010),PaddseL (10-20-2010),Raptorne13 (10-20-2010),truco1 (10-21-2010)

  3. #2
    Noxit's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    N:\O\X\I\T.exe
    Posts
    2,017
    Reputation
    24
    Thanks
    640
    My Mood
    Drunk
    Is there someone who can make a programm doing this automatic??
    --














  4. The Following 2 Users Say Thank You to Noxit For This Useful Post:

    muumimamma (10-20-2010),sanderspast (10-20-2010)

  5. #3
    Derostry's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Is Rejection program doing this?

  6. #4
    muumimamma's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    2,491
    Reputation
    48
    Thanks
    411
    My Mood
    Daring
    Quote Originally Posted by Noxit View Post
    Is there someone who can make a programm doing this automatic??
    Why ? It's not hard to do this . 8d
    /Request move.
    [ Useless space ]

  7. #5
    italyLoLLeR's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Sicily
    Posts
    361
    Reputation
    11
    Thanks
    59
    My Mood
    Asleep
    I don't think there is some program doing this autoamtically.
    For now u have to do it manually.
    wait for a good coder to make one ;P

  8. #6
    PaddseL's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    i can make one.. its not so difficult..
    when enough want it i would make one..

  9. #7
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    I've auto cleaner .. after playing with hack and getting dc one click and done
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...



  10. #8
    MrPedoFileBear's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    6
    My Mood
    Devilish
    give it to us

  11. #9
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    its my auto cleaner lol

  12. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    o-o (10-20-2010)

  13. #10
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    lame, btw nice don h4l :3

    here you have the command for doing an auto delete in VB:
    [php] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    If My.Computer.FileSystem.FileExists("C:/Nexon/Hshield/*.log") = True Then 'replace * with the correct file name'
    My.Computer.FileSystem.DeleteFile("C:/Nexon/Hshield/*.log") 'replace * with the correct file name'
    'MsgBox("Deleted file.", MsgBoxStyle.OkOnly)'
    End If
    End If
    End Sub


    [/php]
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  14. The Following 2 Users Say Thank You to Kuro Tenshi For This Useful Post:

    *_BulletInYourHeard_* (10-21-2010),Drake (10-20-2010)

  15. #11
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    Quote Originally Posted by Kuro Tenshi View Post
    lame, btw nice don h4l :3

    here you have the command for doing an auto delete in VB:
    [php] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    If My.Computer.FileSystem.FileExists("C:/Nexon/Hshield/*.log") = True Then 'replace * with the correct file name'
    My.Computer.FileSystem.DeleteFile("C:/Nexon/Hshield/*.log") 'replace * with the correct file name'
    'MsgBox("Deleted file.", MsgBoxStyle.OkOnly)'
    End If
    End If
    End Sub


    [/php]
    dude i like tht code *.log deletes any logs but tht VB?
    Last edited by HaX4LiFe!; 10-20-2010 at 09:06 AM.

  16. #12
    Raptorne13's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In my house with my GF
    Posts
    719
    Reputation
    9
    Thanks
    118
    My Mood
    Cool
    Hey thanks, i injected for error a hack and used it in my legit account but closed it instantly, now i will not get banned!
    My Mods:

    L96 Mod pack

    UMP Custom Camo & Sounds

    Mod pack

    Respect List

    [MPGH]Drake
    Solify
    kongamonga
    -Gh0st-

    CALL OF DUTY 4 MONTAGE:
    [YOUTUBE]PW7wmm6VCm8[/YOUTUBE]

  17. #13
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    Quote Originally Posted by HaX4LiFe! View Post
    its my auto cleaner lol
    Your awsome cleaner* /
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...



  18. #14
    Noxit's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    N:\O\X\I\T.exe
    Posts
    2,017
    Reputation
    24
    Thanks
    640
    My Mood
    Drunk
    --














  19. #15
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    old and it doesnt clean nexon hidden files :P

Page 1 of 2 12 LastLast

Similar Threads

  1. How to prevent (or reduce the chances of) getting banned in Combat Arms
    By @ echo off in forum Combat Arms Hacks & Cheats
    Replies: 68
    Last Post: 07-08-2009, 03:22 AM
  2. how to prevent server connection lost thing
    By mgrung in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 10-29-2008, 10:57 AM
  3. Replies: 8
    Last Post: 09-30-2007, 09:57 AM
  4. How long is banned for 2 minutes?
    By killers112 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 07-13-2007, 09:26 PM
  5. TUTORIAL - How to prevent Warrock from crashing!
    By Darky in forum WarRock - International Hacks
    Replies: 25
    Last Post: 07-06-2007, 09:31 PM