Social Icons

Tuesday 10 July 2012

[Tut][PigBacon approval]How to make hacks in Javascript [/PigBacon approval][/tut]

Today I'll show you how to make hacks in Javascript.

Step hack:

Code:
function hack() {
step.height = 1;
}

Fullbright
Code:
function hack() {
    if (mc.gameSettings.gammaSetting == 1000) {
    mc.gameSettings.gammaSetting = 0; }else {
    mc.gameSettings.gammaSetting = 1000;
    }}
}

If you have any problems with this.

1 comment:

  1. Stolen off of Hackforums. We are all going to report you and then DDOS the site if blogspot doesn't take it down.

    ReplyDelete