Ghost Guidance
-migrated-
Ghost Guidance Posted on: 04/07/2010 10:21pm
Quote Post
http://www.kongregate.com/games/Void/ghost-guidance
A rather fun game; a horizontal shooter game with a twist.

Infinite energy (more like you don't have energy, so you can't lose from lacking it):
5e e5 03 24 64 68 e5 03 =>
02 02 02 02 02 02 02 02

Don't worry, you can still traverse as a ball of energy. Consider it as "can't game over".

I couldn't make an infinite armour one; I think because you take over the enemy, your stats change according to the vehicle, so if you make yourself invincible in that sense, you also make others invincible.
But you can get a ridiculous amount of points in Challenge Mode by using this:
66 9d 05 =>
02 02 02
Just be on the enemy, and your score will sky-rocket.

.sol location:
Code: [Select]
chat.kongregate.comgamez0076723liveghostg-noad-kong.swfAttached is complete .sol with a test score I made. Can be edited with Ragnarok; unlocked is highest level unlocked (4 is maximum), and "bestscore" is Challenge Mode best score.

http://www.youtube.com/watch?v=ucnDRJUYqFU
Credits to ChaoMing for the video.
Re: Ghost Guidance Posted on: 04/07/2010 10:44pm
Quote Post
gah, you beat me to the thread  :lol: . personally, I found the game too short, but it was entertaining. you have to be really lazy if you just want to use the sol. At any rate, good job.
Re: Ghost Guidance Posted on: 04/08/2010 3:46pm
Quote Post
The infinite energy AOB does NOT work.
Re: Ghost Guidance Posted on: 04/08/2010 4:00pm
Quote Post
I just tried it and it worked.
You're probably doing something wrong; check this guide.
Re: Ghost Guidance Posted on: 04/10/2010 1:21am
Quote Post
It does NOT work.
Re: Ghost Guidance Posted on: 04/10/2010 1:46am
Quote Post
Quote from: "Incognitus"
It does NOT work.
yes it does. before pressing play, search for the array and change it. Anyways, I think the game would be a lot better if it were centered around the lack of energy. Like, it'd be more exciting to take control of the ship and ramming in into others. idk, I guess you wouldn't be able to lose.
Re: Ghost Guidance Posted on: 04/10/2010 8:15am
Quote Post

In spirit of the Azgard Defence thingy, here is where the hack is:

gamestage

Code: [Select]
public function gamestage(param1:Number)
        {
            var _loc_2:ColorTransform = null;
            scr = 0;
            bscr = 0;
            energy = 100;
...
(continues, but we don't care. line #48)

Code: [Select]
//5e e5 03
_as3_findproperty energy
//24 64
_as3_pushbyte 100
//68 e5 03
_as3_initproperty energy
(line #71)

And this is where the second one is:

entity
Code: [Select]
       public function damage(param1:Number)
        {
            if (etype != "virus")
            {
                flashhit = 3;
                if (MovieClip(parent.parent).player == this)
                {
                    MovieClip(parent.parent.parent).healthbar.armorbar.armorart.gotoAndStop(Math.floor(Math.random() * 3) + 2);
(line #191)

Code: [Select]
//66 9d 05
_as3_getproperty armorbar
(line #889)
Re: Ghost Guidance Posted on: 04/10/2010 12:48pm
Quote Post
Quote from: "Spellcater4"
Quote from: "Incognitus"
It does NOT work.
yes it does. before pressing play, search for the array and change it. Anyways, I think the game would be a lot better if it were centered around the lack of energy. Like, it'd be more exciting to take control of the ship and ramming in into others. idk, I guess you wouldn't be able to lose.

Been there, done that.
Tried everything...

I have Firefox 3.6, Windows Vista
Re: Ghost Guidance Posted on: 04/10/2010 12:51pm
Quote Post
You're doing something wrong. Try again.
It doesn't matter what you use; Cheat Engine is cool, like that.

If you don't believe me, believe the source code in the post above you. That's exactly how I made the AoB.
Re: Ghost Guidance Posted on: 04/10/2010 2:00pm
Quote Post
http://www.youtube.com/watch?v=ucnDRJUYqFU

Request to be pinned to the first post.
Re: Ghost Guidance Posted on: 04/10/2010 2:08pm
Quote Post
What about the score hack?
Re: Ghost Guidance Posted on: 04/10/2010 2:19pm
Quote Post
Quote from: "Zirak"
What about the score hack?
Didn't want to show it, was a bit unstable for me (couldn't even fire (broken image removed)).

Until this game gets badges for it, I'll delete and remake the video (broken image removed)
Re: Ghost Guidance Posted on: 04/10/2010 5:07pm
Quote Post
Quote from: "Incognitus"
Quote from: "Spellcater4"
Quote from: "Incognitus"
It does NOT work.
yes it does. before pressing play, search for the array and change it. Anyways, I think the game would be a lot better if it were centered around the lack of energy. Like, it'd be more exciting to take control of the ship and ramming in into others. idk, I guess you wouldn't be able to lose.

Been there, done that.
Tried everything...

I have Firefox 3.6, Windows Vista
refer to chao's vid (before he deletes it).
Re: Ghost Guidance Posted on: 04/10/2010 7:42pm
Quote Post
Quote from: "Spellcater4"
Quote from: "Incognitus"
Quote from: "Spellcater4"
Quote from: "Incognitus"
It does NOT work.
yes it does. before pressing play, search for the array and change it. Anyways, I think the game would be a lot better if it were centered around the lack of energy. Like, it'd be more exciting to take control of the ship and ramming in into others. idk, I guess you wouldn't be able to lose.

Been there, done that.
Tried everything...

I have Firefox 3.6, Windows Vista
refer to chao's vid (before he deletes it).
I'm not going to delete it.
Re: Ghost Guidance Posted on: 04/10/2010 8:42pm
Quote Post
oh. thought you were gonna update it