Additional Info
|
only found new speed hack, god mode and max damage still works
Code: [Select] [ENABLE] |
Additional Info
|
it works
thank you very much (broken image removed) |
Additional Info
|
it is my first time try to update MSA code (broken image removed)
found three more hacks energy request, aoe radio and skill range Code: [Select] [ENABLE] anyone know where is Monstervac and auto pick up codes? |
Additional Info
|
Quote from: "00100010" Personally since I know what I'm looking for now I just use this list: have a look here. tommytxt. thanks for updating (broken image removed) |
Additional Info
|
Easy Way to Max Out Ancient Coins [Tested And Working As Of Jan 20, 2012]
----------------------------------------- Step 1. Do the Wasteland of Souls(Dungeon). Step 2. Defeat the Boss. Step 3. Claim your item rewards and press Okay. (The exit portal will be shown. Do NOT click it.) Step 4. Collect the two(2) treasure boxes to the far right. Step 5. Refresh the webpage and enter MSA. You will still be in the Dungeon. Step 6. Repeat steps 4 and 5 as necessary. Note that the Boss will not revive, and you are still in the Dungeon, with the two Treasure Chests. ~Edit~ There is a chance to get other ingredients as well (such as Elixir) Enjoy =D |
Additional Info
|
Code: [Select] //MONSTERS NEVER WALK here is the code for no walk and instant harvest. i cant find monstervac codes =/ PS. i am very new to this stuffs... |
Additional Info
|
Code: [Select] Tested and works: Fairy Maps:Code: [Select] //monstervac Should be fixed nowalk: (47 at end should be left out) (also only works when godmode is on at the same time O.o) Code: [Select] //MONSTERS NEVER WALK Code: [Select] Tested but requires tweaks: Nevermiss kinda works, it throws a black mage error if you inject before attacking any monster, however if you inject after attacking a monster then it works fine (went through like 250 energy using 4x target and no misses)... This causes a problem since most other codes require to be injected before even seeing monsters. Edit; added auto collection, iirc the only thing that is missing/doesn't work is nevermiss now? 00100010 |
Additional Info
|
New post for debugging help
This was the old system which was easy to create a nevermiss for: Code: [Select] if (_loc_7 > ms_levelPenaltyMax){ All you'd have to do is take that range and set all values to "02" as the values used here were self contained.The new code is somewhat split up: Code: [Select] _loc_18 = this.uint(this.uint(_loc_17 * 10000) / 10000 * 1000000); andCode: [Select] if (_loc_10 == true){ What I did with my attempt above was just to blank them all out with "02" like previously but it gave the black mage error as explained in the post above.I think this is partially because I tried to do both parts in 1 aob since they are right next to each other or because "_loc_10" is used further on in the class. Code: [Select] var _loc_10:* = Math.floor(_loc_5 * _loc_9); Or it just could be myself derping on which aob to start and finish on ~_~ Any thoughts? Edit; nvm fixed it quite easily... Fully updated list with fixes: Code: [Select] [ENABLE] Fairy maps:Code: [Select] //monstervac Nevermiss still broken (see above) Code: [Select] //nevermiss 00100010 |
Additional Info
|
Perfection. Thanks! (broken image removed)
|
Additional Info
|
excellent!! now i know where to find and so i can update for next time if someone retired (broken image removed)
|
Additional Info
|
i tihnk you need to add that 47 for no walk packet or else end up black mage error.
|
Additional Info
|
Quote from: "hacker357" i tihnk you need to add that 47 for no walk packet or else end up black mage error.Nah it is the same formula as it has always been, the 47 is not actually needed... The black mage error is being caused by my nevermiss so I'll need to re-look at it and see if I can fix it... >.< 00100010 |
Additional Info
|
thank you.
btw, the [instant harvest] seems not working quite well if u help friends visiting their home. since it skips the action of collection, i don't get hearts, stuff or energy. is it the case for u guys? but [instant harvest] works in monster maps.. |
Additional Info
|
Quote from: "doa" thank you. go back to your home and you will see the collection there and then refresh your MSA after you done harvesting all your neighbour or vice versa |
Additional Info
|
Quote from: "hacker357" thank you so much it works! |