Additional Info
|
Game Location:
http://www.kongregate.com/games/Yuri86/fujitsu-defender Change the value of gold you start with from 1000 to 1000000: 96 07 00 08 60 07 e8 03 00 00 > 96 07 00 08 60 07 40 42 0f 00 Working on some other AOBs... only began learning how to do these 2 hours ago so I think I'm doing pretty well :!: Thanks Greg P.s. If someone could PM me some more stuff on bytecode hacking and AOB manipulation I would be very happy (broken image removed) |
Additional Info
|
Quote from: "greg701" Change the value of gold you start with from 1000 to 1000000: I've been trying to hack this game (AOB) for the past hour, but sothink keeps crashing. did you use flasm to get the changed result? |
Additional Info
|
Yh I used flasm, although I just tried sothink (Version 5.2) and it wasn't crashing.
Your probably more experience than I am with hacking, what tutorials would you recommend I read to enhance my skills. Thanks Greg |
Additional Info
|
Quote from: "greg701" Yh I used flasm, although I just tried sothink (Version 5.2) and it wasn't crashing.when it comes to AOB's, I'm not the person to ask. You could pm derek, pythag, or the other AOB'ers for help. |
Additional Info
|
AoB tutorial:
viewtopic.php?f=11&t=303 |
Additional Info
|
Just did these while helping Spellcaster4.
No reload time for towers to shoot: 96 04 00 04 02 08 00 4e 96 09 00 06 00 00 00 00 00 00 00 00 67 -> 96 04 00 04 02 08 00 4e 96 09 00 06 00 00 00 00 00 00 00 00 0f |
Additional Info
|
Quote from: "whatever" Just did these while helping Spellcaster4.much obliged btw. i tried changing money from each kill as well but it always becomes a NaN number |
Additional Info
|
How about EXP gained from each kill? Tower leveling is SOO low, but I love when it gets past 5-star General (13?), that's when the damage is usually 15000 or something like that.
|
Additional Info
|
@ChaoMing I'm not sure if this is what you wanted, but I used it and the effect thing just went up like hell
96 02 00 08 09 1c 96 02 00 08 46 4e 47 -> 96 64 02 02 02 02 02 02 02 02 02 02 02 You'll get 10 results. Change them all. I believe that you can actually change the 64 for any actual number(if you want a bigger number, you can occupy those 02's, as long as you leave the unused numbers as 02's), but IMHO what you get with 64 is already enough. Actually, I'd say go with a lower number, as this might get your score pretty high. |
Additional Info
|
Changes starting gold to 90000000
96 07 00 08 60 07 e8 03 00 00 -> 96 07 00 08 60 07 80 4a 5d 05 Finding more AoBs, I just found out there was a search function in SoThink o.o Changes basic tower to have 9001 attack damage and costs 1 Gold (redundant with above AoB) 96 25 00 08 c6 07 fa 00 00 00 08 c7 06 00 00 00 00 00 00 00 00 07 19 00 00 00 08 27 07 09 00 00 00 07 14 00 00 00 08 40 -> 96 25 00 08 c6 07 01 00 00 00 08 c7 06 00 00 00 00 00 00 00 00 07 19 00 00 00 08 27 07 09 00 00 00 07 29 23 00 00 08 40 Flash .sol locations |
Additional Info
|
Quote from: "blahblahman" Changes starting gold to 90000000yup, saves a lot of time. hasn't crashed on me in a while. |
Additional Info
|
Before i found the search function, I looked through every single line of coding o.o :oops: I'm off for camp, so don't think I'll be finding any more AoBs till next week.
Flash .sol locations |
Additional Info
|
Does anyone know how to get more cash in FUJITSU DEFENDER?
|
Additional Info
|
Change the value of gold you start with from 1000 to 1000000:
96 07 00 08 60 07 e8 03 00 00 > 96 07 00 08 60 07 40 42 0f 00 viewtopic.php?f=27&t=2053 /r/ merge, can't even be bothered to lecture |
Additional Info
|
Where do I enter these codes?
|