NerveJangla
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

NerveJangla

-migrated-
Last Updated: 04/03/2010 11:57

Sorry, there are no badges available for this game.

Game Dscription
Are your nerves strong enough to help you get through over 30 puzzling levels?
NerveJangla Posted on: 03/25/2010 1:28pm
Quote Post
System Bot
http://www.newgrounds.com/portal/view/531335

I have a look for it.

Edit: Damn.. again this weird stuff instead of ?? ?? ??.

Code: [Select]
//96 02 00 08 2b
_push "RankBronze"

//96 02 00 08 2a
_push "RankSilver"

//96 02 00 08 29
_push "RankGold"

//96 02 00 08 28
_push "RankNinja"

Quote from: "deity"
You're confusing the 2 flavours of AS there: the first one is AS2, the second is AS3. AS2 is more dependent on the constant pool that is set up at the start of the sprite/frame so you can't always do a string switch on it (without editing the constant pool).

I don't know how to hack AS2.. but I'll read through the forum..

Edit2: Nvm. I give up (broken image removed)

Maybe you can make an auto-finish AOB with this, deity:
Code: [Select]
//96 02 00 08 0d
_push "levelPassed"


This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: NeverJangla Posted on: 03/25/2010 4:46pm
Quote Post
It's easy to beat and obtain all medals if you use the "old speedhack" in 5 minutes, the present speedhack doesn't work, in CE go to edit ---> settings and then chose use old speedhack, use it to decrease the speed. Be aware of the time you take to finish the game, with the speedhack you can make really sospicius score, I don't know if the time gonna be tracked or not but just to be sure.
Hope to be of help. :lol: :lol: :lol:
Re: NeverJangla Posted on: 03/25/2010 4:49pm
Quote Post
System Bot
I'm going to test it. Thanks for telling me.

Btw. they only see your score, if you submit it.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: NeverJangla Posted on: 03/25/2010 5:54pm
Quote Post
I'd just like to point out the game's title is 'NerveJangla', not NeverJangla
Re: NeverJangla Posted on: 03/25/2010 5:58pm
Quote Post
System Bot
Quote from: "LexaDeds"
I'd just like to point out the game's title is 'NerveJangla', not NeverJangla

Oh.. thanks. Didn't even saw that. Not my fault, during the inspection he named it "NeverJangla" he must've spelled it wrong in the first place. :lol:

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: NerveJangla Posted on: 04/02/2010 8:03pm
Quote Post
I try to enable Old Speedhack but it's grayed out and I can't enable it.
Any other ways to get a complete on this game or is that the only way?
Can anyone find and AOB's or are there none?
I NEED HELP!!!
Re: NerveJangla Posted on: 04/02/2010 8:13pm
Quote Post
System Bot
Quote from: "Lord Zere"
I try to enable Old Speedhack but it's grayed out and I can't enable it.
Any other ways to get a complete on this game or is that the only way?
Can anyone find and AOB's or are there none?

Nope. No AOB's for that one. Either you get it old speehack working, or you have to play it legit.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: NerveJangla Posted on: 04/02/2010 8:25pm
Quote Post
I used normal speedhack just fine.
Re: NerveJangla Posted on: 04/03/2010 10:44am
Quote Post
Or you could use this:
96 02 00 08 24 1c 96 05 00 07 96 00 00 00 48 12 =>
96 02 00 08 24 1c 96 05 00 07 ff ff 00 00 48 12

And then beat the game normally and get all the medals :-)

This alters:
Code: [Select]
shown = true;
if (finalTime < 150)
{
var _loc1 = "RankNinja";
com.newgrounds.API.unlockMedal(_loc1, 400, 150);
_loc1 = "RankGold";
com.newgrounds.API.unlockMedal(_loc1, 400, 200);
_loc1 = "RankSilver";
com.newgrounds.API.unlockMedal(_loc1, 400, 250);
_loc1 = "RankBronze";
com.newgrounds.API.unlockMedal(_loc1, 400, 300);
_loc1 = "RankSurvivor";
com.newgrounds.API.unlockMedal(_loc1, 400, 350);
} // end if

To change the 150 to 65535.
Re: NerveJangla Posted on: 04/03/2010 11:57am
Quote Post
Thanks bucko!
It worked well.