Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,296
    My Mood
    Bitchy
    Quote Originally Posted by JonathanTBM View Post


    He is banned
    he kept coming back with a bunch of alts and changed ips

  2. #17
    hekk's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Little question, is there a limit for doing this? For example I see no difference in dmg between eval 9999 and 99999999999999
    Last edited by hekk; 01-12-2013 at 01:41 AM.

  3. #18
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by hekk View Post
    Little question, is there a limit for doing this? For example I see no difference in dmg between eval 9999 and 99999999999999
    Not quite sure if the attack cap of bossdef+10000 works here.

  4. The Following User Says Thank You to Nico For This Useful Post:

    hekk (01-12-2013)

  5. #19
    hekk's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    I'm so stupid.. I just forgot to change _ex since I use EU version ;___;

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

    menfis666 (01-12-2013)

  7. #20
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    Quote Originally Posted by hekk View Post
    Little question, is there a limit for doing this? For example I see no difference in dmg between eval 9999 and 99999999999999
    Hmm, you can beat Divine fomor more faster...
    Starting my first DirectX book.

  8. #21
    bkbreh's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    when trying to flip back, i got access denied...

  9. #22
    yessiree's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Quote Originally Posted by bkbreh View Post
    when trying to flip back, i got access denied...
    probably has something to do with user permission because the default directory is your system dir.
    assuming that you use windows7, the possible work-around is to use the batch command
    Code:
    path=%~dp0
    start vzipflip h %1
    just drag the zip file to the .bat file and it should create the hfs file in the same dir

  10. The Following User Says Thank You to yessiree For This Useful Post:

    JonathanTBM (01-16-2013)

  11. #23
    wa3ar's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    223
    Reputation
    10
    Thanks
    1
    My Mood
    Innocent
    Thanks for the post.
    How can Nekson detect dis ? i mean exept with the time of the dungeon, how is it detectable
    Thanks

  12. #24
    bkbreh's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    sorry I'm really new to this, what do I do with that command?

    ---------- Post added at 08:37 PM ---------- Previous post was at 08:36 PM ----------

    Quote Originally Posted by yessiree View Post
    probably has something to do with user permission because the default directory is your system dir.
    assuming that you use windows7, the possible work-around is to use the batch command
    Code:
    path=%~dp0
    start vzipflip h %1
    just drag the zip file to the .bat file and it should create the hfs file in the same dir
    Sorry, Really new to this, what do I do with that command?

  13. #25
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    Quote Originally Posted by bkbreh View Post
    sorry I'm really new to this, what do I do with that command?

    ---------- Post added at 08:37 PM ---------- Previous post was at 08:36 PM ----------



    Sorry, Really new to this, what do I do with that command?
    Learn to use VZipFlip and HfsSign and you'll know or just right click your vzipflip.exe , go in properties and check the run as admin and then try again...

    Quote Originally Posted by wa3ar View Post
    Thanks for the post.
    How can Nekson detect dis ? i mean exept with the time of the dungeon, how is it detectable
    Thanks
    If you abuse... But it seems they don't lol I solo kraken, lakoria,timeless rage, earthborn and etc... and didn't got banned
    Starting my first DirectX book.

  14. #26
    yessiree's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    5
    My Mood
    Goofy
    Quote Originally Posted by bkbreh View Post
    sorry I'm really new to this, what do I do with that command?
    1. Start -> type in "notepad" in the search box
    2. Enter
    3. Copy + paste the code in the notepad
    4. File -> Save as
    5. Browse to your vzipflip folder
    6. File Name: name it "ZIPtoHFS.bat" without quotes
    7. Save as Type: All files
    8. Save

    Now whenever you want to convert a zip file to an hfs file, you just drag the zip file on top of the .bat file that you just created. A new hfs file should be created in the same directory.

  15. #27
    JonathanTBM's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    C:\Users\jonathan\Desktop\CodeBlocks\codeblocks.exe
    Posts
    163
    Reputation
    10
    Thanks
    61
    My Mood
    Amused
    Quote Originally Posted by yessiree View Post
    probably has something to do with user permission because the default directory is your system dir.
    assuming that you use windows7, the possible work-around is to use the batch command
    Code:
    path=%~dp0
    start vzipflip h %1
    Pretty nice useful awesome little code
    thanks

    I was using this code :
    @ echo off
    vzipflip h 763***.hfs
    pause

    But everytime I had to change of hfs I also had to change the damn code, but not anymore
    Last edited by JonathanTBM; 01-16-2013 at 05:45 PM.
    Starting my first DirectX book.

  16. #28
    galio's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    78
    My Mood
    Sleepy
    Quote Originally Posted by hekk View Post
    Little question, is there a limit for doing this? For example I see no difference in dmg between eval 9999 and 99999999999999
    I know this is late, but In case you still have the same question, It only makes diference on Normal Mobs, since Bosses usually have an ATT Cap, like 1X.X their defense value, like 3.6k defense (Keaghan First Form) has a 13.6k att cap.
    So even if you put dmg at 900000000000000 or what ever number your ATT will be limited at a certain point.

  17. #29
    bkbreh's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by JonathanTBM View Post


    Learn to use VZipFlip and HfsSign and you'll know or just right click your vzipflip.exe , go in properties and check the run as admin and then try again...



    If you abuse... But it seems they don't lol I solo kraken, lakoria,timeless rage, earthborn and etc... and didn't got banned
    Thanks, but now it wont open uptodateinfo.dat

  18. #30
    wa3ar's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    223
    Reputation
    10
    Thanks
    1
    My Mood
    Innocent
    they have ban waves so it may not happen right now , u got to be prepared to loose the acc anyway

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. How to make your own MOD ( Log-in Background )
    By angelshue30 in forum CrossFire PH Mods & Rez Modding
    Replies: 31
    Last Post: 06-03-2013, 07:09 AM
  2. [Help] How make your own mod?
    By Funny-Man in forum CrossFire Mods & Rez Modding
    Replies: 2
    Last Post: 06-07-2010, 10:30 PM
  3. Make Your own Cross hairs
    By llvengancell in forum WarRock - International Hacks
    Replies: 6
    Last Post: 05-28-2007, 12:12 AM
  4. Make your own Warrock Cross hairs!!
    By llvengancell in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-26-2007, 10:59 PM
  5. How to make your own radiostation?
    By nasir91 in forum General
    Replies: 3
    Last Post: 04-30-2007, 07:25 AM