Sorry that i cant hack this one. this is open to anyone
Sorry that i cant hack this one. this is open to anyone
Ugh. Would a pro at hacking please reply and begin hacking? Because I am getting annoyed...![]()
Tagged. 15mb's.. isn't a lot i have done one almost 23mb's
Ill see what i can make of it
Originally Posted by XLordKevinX
btw can you PLEASE give me the line numbers for the hacks and how you found them TY
Yeah if i find them ill post the lines
I just figured out that the thing i was using to hack was the problem. it did NOT recompile the swf.
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 areOriginally Posted by ZuckeR
I'm not doing this one anymore o.0
Im out.
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