Arcade Prehacks

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33
Like Tree1Likes

Thread: Hack Request: Megaman X RPG: Chapter 1

  1. #11
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: Hack Request: Megaman X RPG: Chapter 1

    Sorry that i cant hack this one. this is open to anyone

  2. #12

    Join Date
    May 2010
    Posts
    12

    Re: Hack Request: Megaman X RPG: Chapter 1

    Ugh. Would a pro at hacking please reply and begin hacking? Because I am getting annoyed...

  3. #13

    Join Date
    May 2010
    Posts
    8

    Re: Hack Request: Megaman X RPG: Chapter 1

    Tagged. 15mb's.. isn't a lot i have done one almost 23mb's


    Ill see what i can make of it

  4. #14
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: Hack Request: Megaman X RPG: Chapter 1

    Quote Originally Posted by XLordKevinX
    Tagged. 15mb's.. isn't a lot i have done one almost 23mb's


    Ill see what i can make of it

    btw can you PLEASE give me the line numbers for the hacks and how you found them TY

  5. #15

    Join Date
    May 2010
    Posts
    8

    Re: Hack Request: Megaman X RPG: Chapter 1

    Yeah if i find them ill post the lines

  6. #16
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: Hack Request: Megaman X RPG: Chapter 1

    I just figured out that the thing i was using to hack was the problem. it did NOT recompile the swf.

  7. #17
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,779

    Re: Hack Request: Megaman X RPG: Chapter 1

    Well, if there is still help needed i can post what i found but i will not spoil it until it is needed

  8. #18
    Senior Member
    Join Date
    Feb 2010
    Posts
    156

    Re: Hack Request: Megaman X RPG: Chapter 1

    Quote Originally Posted by ZuckeR
    Well, if there is still help needed i can post what i found but i will not spoil it until it is needed
    Pm me the lines n stuff and what they are I'm not doing this one anymore o.0

  9. #19

    Join Date
    May 2010
    Posts
    8

    Re: Hack Request: Megaman X RPG: Chapter 1

    Im out.

  10. #20
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,779

    Re: Hack Request: Megaman X RPG: Chapter 1

    OK, it is really a big script and lots of stuff is made in a somewhat confusing way. The variables mostly have no names that would give you a hint on what they are there for. Most of the data is hold in Arrays from which then the values get calculated.

    The values for live and such get calculated in a way i don't want to observe to much as the script is quite large. But i found a way to make the characters quite strong without much hassle. I changed all the initial values to 999, this could be larger values but i think 999 is enough as the characters are very strong then. Maybe this is already to much?

    Take a look at the lines for yourself:
    Code:
    # UPGR, SXP, XP, LVL #
    
    345614: push 'chrLevel_0', 0.0, 40, 150, 6, 4
    345890: push 'chrLevel_1', 0.0, 40, 150, 6, 4
    346121: push 'chrLevel_2', 12, 1000, 150, 6, 4
    346352: push 'chrLevel_3', 0.0, 45, 150, 6, 4
    
    
    # CHAR VALUES # (You would have to find out which value changes what to change just health or damage!)
    
    345689: push 'chrBData_0', 1.1, 0.4, 4.5, 4, 8.300000000000001, 3.8, 5, 9, 19, 9
    345965: push 'chrBData_1', 0.4, 0.5, 5.8, 3, 7.4, 2.5, 5.200000000000002, 4, 15, 9
    346196: push 'chrBData_2', 0.8, 0.3, 3.5, 2, 8, 3.5, 6.5, 5, 18, 9
    346427: push 'chrBData_3', 1.6, 1.6, 6.5, 7, 7, 3.100000000000001, 4.5, 7, 13, 9
    
    An example for what i did. They did up to 250000 dmg with these values O_o.
    345689: push 'chrBData_0', 999, 999, 999, 999, 999, 999, 999, 999, 999, 9
    
    
    # MONEY #
    355447: push 'newDollars', 1500

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •