Regarding Security

Results 1 to 5 of 5
  1. #1
    Enthusiast GateKeeperZ is offline
    MemberRank
    Dec 2022 Join Date
    33Posts

    Regarding Security

    So I noticed that some of the sources has this as fix, is this considered security fixes?

    i was wondering what type of security fixes i shud add on the source.

    how do i determine what major security i need first or do i need to sacrifice going live and wait for someone to do stuff before adding for fix? or shud i just add all of them to avoid those situation from happening? :)



    Code:
    //#define __FIX_CRUCIO#define __FIX_REMOVESFX
    #define __DONOTREGENPLS
    #define	__ARROW_FIX
    #define __POSI_BUG_FIX
    #define __COLLISION_FIX_PLAYER
    #define	__GOW_FIX_0004
    #define __INVALID_TRANSFORM
    #define	__CHAT_SCROLL_FIX
    #define	__MAPNAME_CHANGE_FIX
    #define __INSTANCE_AGGRO_SYSTEM
    #define	__ALDRIX_FIX_DUPE_ITEM_CHAR
    #define	__ALDRIX_NO_DROP_CRASH
    #define __ALDRIX_CHEAT_ENGINE_BLOCK
    #define	__WORLDSERVERCRASHFIXONTRANSFORM
    #define	__ALDRIX_EXPLOIT_PET
    #define	__GH_DUPE_FIX
    #define __TEXTURE_ICON_SCALE
    #define __ASAL_FIX
    #define	__ADMIN_AUTH
    #define	__FIX_TELEPORT
    #define	__VIRTUOS_FIX_1
    #define __BLOOM_QUALITY
    #define	__EATPET_STATS
    #define	__FIX_TEXTUREBUG
    #define __PMA_STUNBUG_FIX
    #define	__NO_SUNKIST
    #define __SQLINJECTION_FIX
    #define __FIXWIKICRASH
    #define __NO_PARTY_GW_JOIN
    #define __EEL_BUG_FIX
    #define __GUILDNAMEONSIEGE
    #define __FIX_LINKINWAR
    #define __FIX_COMBINE_FASHION
    #define __Gridel_Fix
    #define __CLIENT_FIXES_RH
    #define __QY_SECURITY
    #define __TRADE_FASHION_PET
    #define __LINK_FOR_ALL
    #define	__INCREASE_PETSPEED
    #define __FIX_GET_HP_MP_FP_POINT
    #define __YS_CHATTING_BLOCKING_SYSTEM
    #define __NO_WRONG_PW_WAIT
    #define __ANGEL_CREATION_FIX
    #define	__CHEAT_ENGINE
    #define	__SAVE_FIX
    #define	__GUILDBANK_DUPEFIX
    #define	__CHAROVERWRITE_FIX
    #define	__COMBOBOX_FIX
    #define	__NO_PET_COLLISION
    #define __SLEEPING_FIX
    #define __BUGG_FIXX
    #define __FIX_RANGE_02
    #define __FIX_PET_BEAD_HACK
    #define	__FIX_CHEAT
    #define __SWITCH_FIX
    #define __HACK_FIXXES
    #define __INFILTRATION
    #define __PET_PORTBUG_RH
    #define __STATHACK_FIX_0006
    #define	__JMP_HACK_FIX
    #define __PENYA_FIXXED
    #define __DUPE_FIX
    #define __PetDieStatHack
    #define __LEVEL_BOT_FIX
    #define __FIX_KNIGHT_DRAWING
    #define __FIX_GUILD_STAT_HACK
    #define __FIX_CHAT_EMOCRASH
    #define __FIX_HOUSING_CRASH
    #define __FIX_RANGE_01
    #define __HOP_CRASH_FIX
    #define	__SAVE_AFTER_TRADE
    #define	__STACK_FIX_2
    #define	__NANUS_SAVETIME
    #define	__EXCHANGE_NEGATIVE
    #define	__PET_PIERCING_BOUNDS
    #define	__BUFFEROVERDLOW_NAMECHECK
    #define	__CHAR_RENAME_INVALID
    #define	__GUILD_RENAME_FAKE
    #define	__PARTYFIX
    #define	__PARTYFINDER_GW_FIX
    #define	__UNLIMITED_ARROW
    #define	__UNLIMITED_CHARM
    #define __DECREASE_SNAPSHOTLATENCY
    #define __NPCPORTBUG
    #define __CHARACTER_INJECTION #define	__GAMEGUARD


  2. #2
    Enthusiast ElMaqui is offline
    MemberRank
    May 2020 Join Date
    FranceLocation
    38Posts
    You should check by yourself what every defined "fix" does and then implement them if you think it is useful.

  3. #3
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts
    Also there are some fixes that are not actual fixes and can cause harm.

    I personally wouldn't use fixes from the nanus source either lol.

  4. #4
    Enthusiast GateKeeperZ is offline
    MemberRank
    Dec 2022 Join Date
    33Posts
    Quote Originally Posted by Ketchup View Post
    Also there are some fixes that are not actual fixes and can cause harm.

    I personally wouldn't use fixes from the nanus source either lol.

    yeah, ive seen a lot of source with

    #define __GAMEGUARD

    does this really do anything? i just want to know what they do in game :( and also your release was with no
    gameguard so i was guessing its not essential?

  5. #5
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts
    Quote Originally Posted by GateKeeperZ View Post
    yeah, ive seen a lot of source with

    #define __GAMEGUARD

    does this really do anything? i just want to know what they do in game :( and also your release was with no
    gameguard so i was guessing its not essential?
    Some of the gamegaurd stuff is ok and some of it is honestly pointless lol.



Advertisement