Epic Coaster
-migrated-
Epic Coaster
Submitted By:
Launch Trainer!
Action Endurance One Button Quick Side Scrolling

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!

Epic Coaster

Auto-Post
Last Updated: 09/19/2012 02:29

Epic Coaster

-migrated-
Last Updated: 01/12/2011 04:12

Epic Coaster - 50 pts. (new window)
5
 

Smile!

  Have your picture taken 10 times total
15
 

Precision Engineering

  Get a perfect jump streak of 5
30
 

Off the Rails

  Reach a distance of 15,000

Game Dscription
*NOTE Clear your browser cache if you are having problems seeing the current version. Score submits will no longer work on previous versions. Version 1.3 ______________ - More bug fixes - Changed scoreboards Version 1.2 ______________ - Bug Fixes - Performance Improvements - Achievements and local scores now save - Score encryption A fast paced, addicting platformer controlled with only one button. Try to stay alive an epic roller coaster ride by jumping from track to track. Features highly polished and addictive game play with leaderboards and 80 achievements to unlock. Enjoy!
Epic Coaster Posted on: 08/03/2010 7:46pm
Quote Post
http://www.kongregate.com/games/knigg/epic-coaster
okay game.

Always perfect jump (updated - Credits to lol wut) :
Code: [Select]
66 ?? d1 66 ?? 24 0a a0 0c ?? ?? ?? =>
66 ?? d1 66 ?? 24 0a a0 0c 00 00 00

Every track is special (literally and metaphorically):
Code: [Select]
66 05 24 01 24 06 46 ?? 02 =>
66 05 24 02 24 06 46 ?? 02

[spoiler=Outdated:1dcuof4h]Track height never changes: (99% credits to Derek)
Code: [Select]
d0 d3 68 03 f0 14 =>
d0 25 87 01 68 03

Tracks are best friends (close to each other):
Code: [Select]
25 c0 02 d2 a2 =>
25 90 03 d2 a0

Note that this isn't really 100% clean...you can try and play with the values a bit. If you find a good match, PM me or post here.

To get the Artist's and Programmer's Credit achievements, after starting a game, jump with the J key and then the K key.
Re: Epic Coaster Posted on: 08/03/2010 8:08pm
Quote Post
Don't know why you're giving me some credit seeing as you were mere moments away from finding it yourself. Anyways, good job  (broken image removed)
Re: Epic Coaster Posted on: 08/03/2010 9:49pm
Quote Post
Sorry, noob here. What program should I use to do this?
Re: Epic Coaster Posted on: 08/03/2010 11:59pm
Quote Post
Quote from: "generalslip"
Sorry, noob here. What program should I use to do this?

You need Cheat Engine.

P.S. I'm working on those values for the distance between tracks. I can't seem to see a pattern between the values and results...
Re: Epic Coaster Posted on: 08/04/2010 9:45pm
Quote Post
Perfect jump doesn't seem to be working anymore.
Re: Epic Coaster Posted on: 08/05/2010 1:12am
Quote Post
Foreign Fanservice
Updated perfect jump array using Zirak's array as a base:

66 ?? ?? 66 ?? 24 0a a0 0c ?? ?? ?? =>
66 ?? ?? 66 ?? 24 0a a0 0c 00 00 00

I'll probably try searching through the .swf for the others tomorrow, too tired to bother at the moment.



Survival of the fittest? Then why are there so many idiots around...
Point proven.
Listen to many, speak to a few.

Re: Epic Coaster Posted on: 08/05/2010 6:06am
Quote Post
He added some serious obfuscation.

Every track is special (literally and metaphorically):
66 05 24 01 24 06 46 ?? 02 =>
66 05 24 02 24 06 46 ?? 02

Sorry, that's all I could make from a quick look at the .swf. I'll update the rest if/and/or when I have/will have/will have been (for some time now) the time.
Re: Epic Coaster Posted on: 08/05/2010 8:09am
Quote Post
cant find any arrays. page just loaded, array of bytes, hex. nothin =[
Re: Epic Coaster Posted on: 08/05/2010 10:40am
Quote Post
System Bot
Quote from: "paparoach212kill"
cant find any arrays. page just loaded, array of bytes, hex. nothin =[
Choose "plugin-container.exe" as process in CE. The AoBs are not outdated.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Epic Coaster Posted on: 08/05/2010 2:54pm
Quote Post
Quote from: "Martinos"
Perfect jump doesn't seem to be working anymore.

it works perfect for me just tried it and got new high score of 32 perfect jumps in a row (broken image removed) . u sure ur doing it right?
Re: Epic Coaster Posted on: 08/05/2010 5:19pm
Quote Post
The new AoB for perfect jump DO work, I can corroborate. It even work jumping on the same platform.

The other 2 codes don't work thought, "Track height never changes" doesn't do anything and Tracks are best friends (close to each other):" only works for the first 5-6 platforms then its the normal thing (broken image removed)
Re: Epic Coaster Posted on: 08/05/2010 9:09pm
Quote Post
the only value i can find is
Updated perfect jump array using Zirak's array as a base:

66 ?? ?? 66 ?? 24 0a a0 0c ?? ?? ?? =>
66 ?? ?? 66 ?? 24 0a a0 0c 00 00 00
and when i try to change it it says "this is not a valid notation"
Re: Epic Coaster Posted on: 08/05/2010 9:19pm
Quote Post
Quote from: "paparoach212kill"
the only value i can find is
Updated perfect jump array using Zirak's array as a base:

66 ?? ?? 66 ?? 24 0a a0 0c ?? ?? ?? =>
66 ?? ?? 66 ?? 24 0a a0 0c 00 00 00
and when i try to change it it says "this is not a valid notation"

The ?? are variables. You only change the bytes that follow the '0c' opcode to '00', but keep the rest as it appears. Let's say you scan, and the result is:
Code: [Select]
66 4e 01 66 19 24 0a a0 0c 09 00 00You ONLY change the 09 that's after the 0c to 00, keeping the rest.
Re: Epic Coaster Posted on: 08/06/2010 9:10am
Quote Post
Can some1 tell me step by step how i hack with AoB. I red the Guide but doesn
Re: Epic Coaster Posted on: 08/07/2010 3:25am
Quote Post
Alright, so I've tried the AoB's for track distance and height, the values can be located, but when changed it doesn't do what it should. I have it connected to the plug-in, but I guess it's outdated.

Badges are probably coming soon enough, so any help would be appreciated.