Original post: viewtopic.php?p=198916#p198916
Not so action packed compared to yesterday, but a fair bit of new stuff:
- Changed sub-command
godlike reach
from 230 (e.g. the widest ranged weapon) to 666, just because I can xD
Also applies to executing the whole thing e.g.godlike
. - Added a non-Proxy sub-command
godlike food
:
Boost food is never consumed. Health food is still consumed, but does not longer have a consumption cooldown. - Added a non-Proxy sub-command
godlike speed
:
Changes all weapon speed to Turbo e.g. 9 by default. Alternatively you can manually give it a number up to 14 likegodlike speed 14
. Anything beyond 14 will glitch your auto attacks. - Added Proxy sub-command
w3 book
:
Sets the minimum book level in the bookshelf equivalent to the max book lvl. - Logically changed the respecitve Proxy functions for
w3
andcauldron
a bit:
Simply more efficient code writing, nothing big.
It's time to reveal all that I know related to shadow unbanning, introduced through this one troll video:
Disclaimer: The following un-shadowban method is only clientsided! It does not unflag the actual shadow ban from your account that is serversided, nor does it prevent a fresh account from being flagged.
So here's how you unban:
- Extract and beautify your Z.js through traditional methods.
- Regex this:
b.engine.getGameAttribute\("OptionsListAccount"\)\[26\]\s*?=\s*?\d{1,}
Replace as:b.engine.getGameAttribute("OptionsListAccount")[26] = 0
Technical fact: The\s*?
in the Regex stands for unknown amount of whitespace, so the Regex works with any beautifier. - Search:
cleanMarkedFiles(!0)
Replace as:cleanMarkedFiles(!1)
This was the only thing that salmon85 left out. The other parts he additionally tried are not strictly necessary. - To unban: Start the game, select any character, run my command
wipe ban
and do a little bit of stuff. E.g. kill some mushrooms, buy a single item from any shop, hop some maps/worlds, whatever... Then you're unbanned!
As of this writing date, iBelg's official Injection tool (e.g. v1.1.1) does not support Z.js mods where the Visual Studio Code beautifier has been used, due to spacing between the Regex query that aren't taken into account. In the same Google Drives folder where you'd get my cheats.js you'll find my forked version 1.1.1 that additionally supports my
exit
command for those too lazy to reach to the mouse when both hands are on the keyboard What works:
As I already briefly mentioned, salmon85's method was almost complete. The only thing he didn't do was the
cleanMarkedFiles
part. As noticeable difference, this method allows anybody to see you appear, move and even chat. This way of unbanning is unaffected by:
- People reporting you (as seen in my troll video xD).
- Any of my cheat commands except
lvl class
,lvl <any skill>
and any crazy things withfix_save
/fix_write
orchng
!!
- Unbanned accounts are instantly re-banned upon using a legit client!!
- Even new account that have been created and played entirely on a modded version are also instantly shadow-banned when playing a legit client!!
- If you're using any of the above-mentioned dangerous commands, your individual characters can be shadowed even further beyond, where even this current unban method doesn't turn you back visible on that particular character.
It's been an absolute blast the couple of 1 and a half'ish week. Everyday I've had so much fun in designing and tinkering in all of these cheats and such!! That said though, most of the stuff I personally ever wanted has been done and even more! With all of these personal progresses done I'll be settling down a bit, and probably do monthly stuff if I still see something cool.
So what's next? Next I may eventually write up a full guide about my version of cheats.js so that newcomers won't have to struggle through reading it all from source if they don't like coding.
And finally goes the credit section related to the shadow banning:
- noHaxor1 for discovering viewtopic.php?p=198828#p198828
- salmon85 for the first attempts and developments: viewtopic.php?p=198899#p198899
- epismema for helping me through experimenting.
- And of course iBelg with the release of all his consoles that kept me energized and motivated through the long grind