runnables of Phoenix

Results 1 to 17 of 17
  1. #1
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    runnables of Phoenix

    since phoenix dont like us to post help post in his thread i made this one

    heres the situation
    when i use the test runnables all works fine
    playing about an hour with no problem

    but when i use
    runnables

    1, 2 ,3 and 4

    when i open it, nothing happens
    no error pop up
    just nothing

    how can i properly use the runabble?

    thanks

    if this is in wrong thread please just move it

    i need help


  2. #2

    Re: runnables of pheonix

    You need to open it with the launcher and check the serialkeys..
    You can see the problem in mlog.txt.

  3. #3
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: runnables of pheonix

    the 4 runnable need to launch with launcher so if you want to launch it w/o launcher you need to assemble this to your runnable:
    to disable the serial just follow this and edit xD.
    Code:
    00499556  |.  3D FFFF0000   CMP EAX,0FFFF
    To:

    Code:
    00499556  |.  3D FFFF0000   MOV EAX,0FFFF

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: runnables of pheonix

    You can post issues related to the repack in that thread. Not things like connectivity problems.

    Also, use a launcher or disable serial key. If you're using a launcher, make sure the name of the runnable matches in the launcher.

  5. #5
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    Re: runnables of Phoenix

    im afraid of making new thread coz
    i think it will be considered as spam
    not i got 2 infract gosh

    well thanks for the replies
    i will ust search for the launcher you said
    coz i dunno know how to use olly

    edit.

    i cant find the launcher your saying
    can you help me
    Last edited by ramispo; 07-01-11 at 11:31 AM.

  6. #6
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    Re: runnables of pheonix

    i already done it sir
    still when i use thr runnable
    nothing happens
    pls help

    Quote Originally Posted by TheCodeOfGunz View Post
    the 4 runnable need to launch with launcher so if you want to launch it w/o launcher you need to assemble this to your runnable:
    to disable the serial just follow this and edit xD.
    Code:
    00499556  |.  3D FFFF0000   CMP EAX,0FFFF
    To:

    Code:
    00499556  |.  3D FFFF0000   MOV EAX,0FFFF

    edit;

    i look at the test runnable
    but
    its
    00499556 |. 3D FFFF0000 CMP EAX,0FFFF

    meaning or i think
    thats not the right adress
    can u help me with the working ones?


    edit:

    i think i have to use really the runnables
    coz
    sometimes server not showing
    sometime its okey
    sometimes not
    Last edited by ramispo; 08-01-11 at 03:37 PM.

  7. #7
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: runnables of pheonix

    Quote Originally Posted by ramispo View Post
    i already done it sir
    still when i use thr runnable
    nothing happens
    pls help




    edit;

    i look at the test runnable
    but
    its
    00499556 |. 3D FFFF0000 CMP EAX,0FFFF

    meaning or i think
    thats not the right adress
    can u help me with the working ones?

    Huh?? thats code isn't wrong maybe try to learn ASM in Ollydb

  8. #8
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: runnables of Phoenix

    my god!! sir just edit this

    Code:
    00499556 |. 3D FFFF0000 CMP EAX,0FFFF
    with this

    Code:
    00499556 |. 3D FFFF0000 MOV EAX,0FFFF

  9. #9
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    Re: runnables of Phoenix

    lolz
    i did that aLREADY
    im nt good but
    i know what exactly
    other people instructed

    see attachment
    it was change already
    Quote Originally Posted by landoncasis View Post
    my god!! sir just edit this

    Code:
    00499556 |. 3D FFFF0000 CMP EAX,0FFFF
    with this

    Code:
    00499556 |. 3D FFFF0000 MOV EAX,0FFFF


    Repack 3 - Runnable 4 (Updated).rar


    heres mlog error
    PHP Code:
    XTRAP Start
    fail to open XTrapTest
    .txt
    XTRAP End
    GUNZ 1
    ,0,0,290 launchedbuild (Jul 21 2008 11:27:35
    Log time (01/08/11 22:50:35)
    CPU ID GenuineIntel family model 15 stepping 13 ) @ 1795 MHz
    Display Device 
    Mobile Intel(R965 Express Chipset Family vendor=8086 device=2a02 subsys=9005104d revision=)
    Display Driver Version 8.14.0010.1930
    Windows 
    6.1 Build 7600 ,  (4184504KB) :  ..
    Cannot open system/locale.xml file.
    Error!! - StringTable Initalize Failed
    Serialkey error 
    202
    Check notify
    .xml 
    just dont brag, im to trying to learn hoe gunz work
    this is just my 3rd day here in gunz
    i know nothing about this and im not good in any coding asm lang.

    server works fine, i just dont like to use the test runable coz its for testing only as what pheonix says
    Last edited by ramispo; 08-01-11 at 03:52 PM.

  10. #10
    Banned mhmd135 is offline
    BannedRank
    Jul 2010 Join Date
    437Posts

    Re: runnables of Phoenix

    i think Serialkey enabled disable it in OllyDBG

    Code:
    To enable:
    004972AC   . 75 4E          JNZ SHORT 004972FC
    To disable:
    004972AC   . 75 00          JNZ SHORT 004972AE

  11. #11
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: runnables of Phoenix

    Quote Originally Posted by mhmd135 View Post
    i think Serialkey enabled disable it in OllyDBG

    Code:
    To enable:
    004972AC   . 75 4E          JNZ SHORT 004972FC
    To disable:
    004972AC   . 75 00          JNZ SHORT 004972AE
    LOL!! xD that code is for 2007 june runnable

  12. #12
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    Re: runnables of Phoenix

    thanks but its different sir
    Quote Originally Posted by mhmd135 View Post
    i think Serialkey enabled disable it in OllyDBG

    Code:
    To enable:
    004972AC   . 75 4E          JNZ SHORT 004972FC
    To disable:
    004972AC   . 75 00          JNZ SHORT 004972AE
    can anyone please give the working one, i will try to compare
    why your works
    mine do not


    EDIT:
    i try runable 3
    it works
    after i edit it in olly
    but runnble 4
    i dunno why it not work
    i just try to explore

    thanks for the help
    Last edited by ramispo; 08-01-11 at 04:22 PM.

  13. #13
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: runnables of Phoenix

    Code:
    XTRAP Start
    fail to open XTrapTest.txt
    XTRAP End
    GUNZ 1,0,0,290 launched. build (Jul 21 2008 11:27:35) 
    Log time (01/08/11 22:50:35)
    CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 13 ) @ 1795 MHz
    Display Device = Mobile Intel(R) 965 Express Chipset Family ( vendor=8086 device=2a02 subsys=9005104d revision=c )
    Display Driver Version = 8.14.0010.1930
    Windows = 6.1 Build 7600 ,  (4184504KB) :  ..
    Cannot open system/locale.xml file.
    Error!! - StringTable Initalize Failed
    Serialkey error : 202
    Check notify.xml
    hmm there is something wrong with your system.mrs
    this error causes by changing the xml in system.mrs

  14. #14
    be good to beat evils ramispo is offline
    MemberRank
    Mar 2008 Join Date
    Давао, PhiLocation
    1,596Posts

    Re: runnables of Phoenix

    yeah but
    honestly
    i just edit the system.xml IP
    no otter thing i did.
    locale.xml was also there
    before the compile it back

    i dunno why it has error in locale.xml
    i did not touch that.

    and the runnable 1 2 and 3 works
    only dont work
    i use launcher, then rename runabble to theduel.exe

  15. #15
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: runnables of Phoenix

    try to remake your client

  16. #16
    Banned mhmd135 is offline
    BannedRank
    Jul 2010 Join Date
    437Posts

    Re: runnables of Phoenix

    Quote Originally Posted by TheCodeOfGunz View Post
    LOL!! xD that code is for 2007 june runnable
    lol that code works for me iam using 2008 july runnable

  17. #17
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: runnables of Phoenix

    Quote Originally Posted by mhmd135 View Post
    lol that code works for me iam using 2008 july runnable
    No, it doesn't.



Advertisement