Additional Info
|
Firstly, since probably none use IE if you get an error about a missing plugin (flash's activeX, it does mean that you have to install it with IE). Please put this on the first page, and also i ask someone with more experience than me to update/re-do this 30months old but still nice guide.
I am having some issues with Sothink in particular I can't show native code with strings to make AoB's, sorry it that was a stupid question but well I decided i am ready to add this new step to my knowledges. I hope i will learn and be able to share my fruits with the community Quote when i use flasm to dec. the sfw i get this error "Couldn't open input file ageofwar.sfw for reading" . Did some tests cause i thought my syntax was wrong.fixed it was a stupid human error if someone could tell me how to make sothink or notepad++ show bytecode or some other tools i would appreciate it cause as now that is my limit in AoB's nevermind did it alone i can't copy and paste rawcode with sothink, what i am doing wrong? (i have to write it down by hand) this might post might look messed up but it like a log... it is kinda messy but i did my first ever AoB's and it is working(gamesbomb's ageofwar), last time i felt so badass was time agowith cheat engine's tutorial tryed to find AoB's for handofwarTD but failed badly decompilez swf looks cryptic, there is some sort of protection? Code: [Select] // unknown tag 86 length 96 it is all like this and one of first strings is extremely long and seem encrypted while i was waiting i tryed on some other random kong games to get experience but i can't get the swf with sothink defaults button(hidden) or with page source code ( here i can see a dummy swf ~8kb) i have to try something to still get it or am i doing something wrong? that is odd because for handsofwarTD i got the swf with the pageinfo routine managed to find a way to get swf from kong tryed a couple AoB's for LRD:Rebirth but looks like the code is full of "mirror for the birds" (attention grabbers or stuff that seem the right one but does nothing) or else i don't know here are two i tryed but didn't work http://www.kongregate.com/games/BenSpyda/lrd-rebirth Code: [Select] cheapestgoblinpet cost 1 money and has enhanced atk i won't lie, it is pissing that none nowadays want to teach/learn. The educational part of the forum is dead since months This post was imported from an account that no longer exists! Previous Name: bubibubi3 |
Additional Info
|
retryed, same output
This post was imported from an account that no longer exists! Previous Name: bubibubi3 |
Additional Info
|
Quote from: "bubibubi3" ...all kinds of shit... You should ask your questions in the help section, you might have better luck. This is for Tutorials/FAQs. Anyway, you obviously haven't read THIS thread, the one your posting in and bitching about how pissed you are that nobody wants to help or learn anymore. And the "educational parts of this forum is dead since months" is not true. I reference and learn from this site all the time, usually by using that SEARCH feature at the top right of this forum, try it out sometime. Go to the first page and read it. All of it. Specifically a post by ignored Tue May 05, 2009 3:26 pm. He explains the push and breaks down each segment. It will explain why your second AoB isn't working. In the first one your changing "19", which is the number 25 to "ff 02", the number 767. It gets pushed as "02 ff" (you have to reverse the numbers when changing the AoB, which is also explained in this tutorial). Not sure why it isn't working for you, I changed it to: 96 19 00 08 26 08 27 08 28 05 00 07 01 00 00 00 07 64 00 00 00 08 26 07 and it worked for me. Make sure you're changing it before you start the game, don't click anything. FYI - Money/Energy/XP is 4b*8, easier than looking for AoBs... One hit kills with the sword: 96 08 00 04 01 08 05 04 01 08 05 4e 96 04 00 04 01 08 00 4e 0b 96 08 00 04 01 08 05 04 01 08 05 4e 96 05 00 07 40 96 00 00 0b Now go RTFT and "share your fruits"... |
Additional Info
|
I knew it was 767 atk retryed the AoBs for the goblinpet with your values ( still1 money cost and 100atk power) and it didn't work. Did you use speedhack to block loader? i'm going to RTFT
This post was imported from an account that no longer exists! Previous Name: bubibubi3 |
Additional Info
|
No speedhack, after the game loads and the "new game" and "continue" buttons show up you can do the scan and then replace.
|
Additional Info
|
that's what i did, didn't work. In your array sword kills one hit i do not understand fully what are you doing ( instead of calling a variable from the pool pushing a byte with 0 value for Bhealth? )
Code: [Select] _root.bonusStats(); is that? kept studying the code and i'm pretty sure it was that. I am less confused but still i'm having trouble understanding. How would look like your code in action script? i tryed to segment it and study each byte but i'm still not sure it is like: enemyhp=(nextframe);(stop{?});(createnewobject);(push0);(subtract);(actualstr) I am not able to type it in a read-friendly way but it is that modification you did? thank you again(when i will start to learn as3 it will be like starting all over again right? just wondering) This post was imported from an account that no longer exists! Previous Name: bubibubi3 |
Additional Info
|
Yeah, that was the part of the code I changed.
Code: [Select] _root.BHealth = _root.BHealth - _root.actualstr; I just replaced: Code: [Select] _root.actualstr with Code: [Select] 96 05 00 07 40 96 00 00 I've gotta go work on my truck now. Like I said, keep reading, keep trying, don't give up. |
Additional Info
|
as now, i think i've read all the tutorials at least one time. I also managed to do my second working AoB's (for khronos) Thank you. That's all for now
what might be a good strategy to look inside the code? reading action script to find something interesting then try to translate it in rawdata bytecode or just keep reading directly bytecode till you get used to and become faster and understand more or else doing scans for keywords? if the last one is the way how to use smartly the search function? (it looks for a string or part of it) probably that was a stupid question well i put hands forward. This post was imported from an account that no longer exists! Previous Name: bubibubi3 |