Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Updates
      2. Find Lobbies & Players
      3. Guides & Strategies
      4. Vehicles
      5. Content Creator
      6. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

Cheat Development


edisoncarter
 Share

  • Replies 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

  • Vicecitystories

    188

  • creeepers

    160

  • vettefan88

    156

Top Posters In This Topic

Recommended Posts

Vicecitystories

Well time to post this here:

 

Screen resolution is now possible!

 

user posted image

user posted image

MY favriot the mario screen I call it:

user posted image

 

Ok here it is:

 

the adress I've been working with is:

 

0x8BAFB3C it should be set to 0x40 when you first start, if you set to 0x00 it make it totally compact, 0xff spreads it out basically moving the radar off the screen I think this might be screen position, like I said im not sure what it is.

 

user posted image

 

Heres my notes on where I've crashed basically the limits:

 

0x8BAFB3D Can only go to 0x02 , 0x03 is the crashing point.

 

I do not reccomend messing with the numbers around there that are set to 0x04 thouse seem to also be crashing points.

 

You can make kinda of a 2D world by doing this:

 

0x8BAFB3C set this to 0x40, then the next one beside it to 0x00 and leave the hex editor up for a few minutes. Then bring it down it makes kinda of a 2D world:

 

Unfortunatly, when you press start these fix them selfs so I will be making a code to make these work correctly hopefully, we might have a ingame pixel fixer who knows!

 

There is also a adress near this that I'm going to use for object touch counter each time you touch a object it goes up one in hex. I encourage anyone who wants to use this do so I will just be using it and please give credit if you do use it!

 

the touch counter number is:

 

0x8BAFD70

 

I've also managed to mess with mission markers, But they haven't been working right so give that time and maybe i'll have working spawning mission markers!

 

Heres a pic for you :

user posted image

 

 

Heres a cop edit coming soon also:

 

user posted image

 

 

Link to comment
Share on other sites

Hi all!

Hey is there simply a cheat to change your gang members weapons/vehicles or other gangs weapons/vehicles?

I just haven't the time to read through every page. Thanks!

Link to comment
Share on other sites

my resuts are bad.i tried this and it dosen't work:

 

#cheat setchar(0x08C42CF4, 120);setchar(0x08C42CF4, 120);

 

can someone find it?

what exactly are you trying to do?

full health

Full health was found on the game's release date.

 

#cheat Infinite Health

setfloat(pplayer + 0x4E4, 150.0);

who made that cheat?

 

and i can't find peds folow you cheat.

 

Link to comment
Share on other sites

 

my resuts are bad.i tried this and it dosen't work:

 

#cheat setchar(0x08C42CF4, 120);setchar(0x08C42CF4, 120);

 

can someone find it?

what exactly are you trying to do?

full health

Full health was found on the game's release date.

 

#cheat Infinite Health

setfloat(pplayer + 0x4E4, 150.0);

who made that cheat?

 

and i can't find peds folow you cheat.

I did.

 

And the closest I found on cheatsync was this, by edisoncarter;

#cheat Guys Follow You

setchar(0x08bacdf5, 1);

#off

setchar(0x08bacdf5, 0);

Edited by Waterbottle
Link to comment
Share on other sites

introducing.....

 

VCS spy gear

 

user posted image

 

 

 

#cheat vcs spy gearstatic menu;choices = 10;setchar(0x08E93604, 0x1);if(press & CTRL_DOWN && menu < choices - 1) {  menu++;setchar(0x08E93604, 0x0);}if(press & CTRL_UP && menu > 0) {  menu--;setchar(0x08E93604, 0x0);}setshort(0x08E92FFC, 'v', 'c', 's', ' ', 's', 'p', 'y', ' ', 'g', 'e', 'a', 'r');setshort(0x08E931FC, 'v', 'c', 's', ' ', 's', 'p', 'y', ' ', 'g', 'e', 'a', 'r');setshort(0x08E933FC, 'v', 'c', 's', ' ', 's', 'p', 'y', ' ', 'g', 'e', 'a', 'r');if(menu == 0) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setfloat(pplayer + 0x4E4,  150.0);}setshort(0x08E92FFC + 24, '~', 'n', '~', '>', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E931FC + 24, '~', 'n', '~', '>', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E933FC + 24, '~', 'n', '~', '>', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');}if(menu == 1) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setint(0x08C739B0, 172);setchar(0x08C739B0+0x24, 1,1,1, 255);setfloat(0x935E6D8, 0.77, 0.77);setfloat(0x962ea40+0x6c, 1.2);setfloat(0x962ea40+0xc4, 0.775);setfloat(0x962ea40+0x70, 0.45);setchar(0x962ea40+0x5c, 'R', 'P', 6);setfloat(0x962ea40+0x7c, 0.2);setfloat(0x962ea40+0x80, -0.03);setfloat(0x962ea40+0x68, 35);setfloat(0x962ea40+0xbc, 1130);setchar(0x09569B94,  127, 127, 255);setchar(0x09569B90,  0x4);for(neon=0;neon<16;neon++){setchar(0x0972EFF0+4*neon,  255, 0, 0);}teleport( -806.04, -1185.04, 11.0);}setshort(0x08E92FFC + 56, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E931FC + 56, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E933FC + 56, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');}if(menu == 2) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setint(pplayer+0x5d8, 0x9999); setint(pplayer+0x5f4, 0x9999); setint(pplayer+0x610, 0x9999); setint(pplayer+0x5bc, 0x9999); setint(pplayer+0x62c, 0x9999); setint(pplayer+0x648, 0x9999); setint(pplayer+0x664, 0x9999); setchar(pplayer+0x578, 0x01); setchar(pplayer+0x594, 0x02);setchar(pplayer+0x5b0, 0x0d); setchar(pplayer+0x5cc, 0x13); setchar(pplayer+0x5E8, 0x15); setchar(pplayer+0x604, 0x1a); setchar(pplayer+0x620, 0x1c); setchar(pplayer+0x63C, 0x20); setchar(pplayer+0x658, 0x1f);}setshort(0x08E92FFC + 96, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E931FC + 96, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E933FC + 96, '~', 'n', '~', '>', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');}if(menu == 3) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LEFT){setchar(0x08BB3B5B, 0x8f);}if(buttons & CTRL_RTRIGGER && buttons & CTRL_RIGHT){setchar(0x08BB3B5B, 0x3f);} setshort(0x08E92FFC + 124, '~', 'n', '~', '>', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E931FC + 124, '~', 'n', '~', '>', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E933FC + 124, '~', 'n', '~', '>', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');}if(menu == 4) {setfloat(0x0988FC90,  100);setshort(0x08E92FFC + 160, '~', 'n', '~', '>', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E931FC + 160, '~', 'n', '~', '>', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E933FC + 160, '~', 'n', '~', '>', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');}if(menu == 5) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setchar(pplayer+0x5b0,  0x10);}setshort(0x08E92FFC + 190, '~', 'n', '~', '>', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E931FC + 190, '~', 'n', '~', '>', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E933FC + 190, '~', 'n', '~', '>', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');}if(menu == 6) {if(buttons & CTRL_RTRIGGER){teleport(-804.60,-1183.79,10.98);}setshort(0x08E92FFC + 218, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E931FC + 218, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E933FC + 218, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');}if(menu == 7) {if(buttons & CTRL_RTRIGGER){teleport(264.50,-173.49,11.54);}setshort(0x08E92FFC + 276, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E931FC + 276, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E933FC + 276, '~', 'n', '~', '>', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');}if(menu == 8) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setfloat(pplayer + 0x4E4,  0);}setshort(0x08E92FFC + 334, '~', 'n', '~', '>', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E931FC + 334, '~', 'n', '~', '>', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E933FC + 334, '~', 'n', '~', '>', 's', 'u', 'i', 'c', 'i', 'd', 'e');}if(menu == 9) {if(buttons & CTRL_RTRIGGER && buttons & CTRL_LTRIGGER){setchar(0x08baef2c,  1);setchar(0x08bacdf5, 1);}setshort(0x08E92FFC + 354, '~', 'n', '~', '>', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E931FC + 354, '~', 'n', '~', '>', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E933FC + 354, '~', 'n', '~', '>', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');}if(menu > 0) {setshort(0x08E92FFC + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E931FC + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E933FC + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');}if(menu > 1) {setshort(0x08E92FFC + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E931FC + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E933FC + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');}if(menu > 2) {setshort(0x08E92FFC + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E931FC + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E933FC + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');}if(menu > 3) {setshort(0x08E92FFC + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E931FC + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E933FC + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');}if(menu > 4) {setshort(0x08E92FFC + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E931FC + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E933FC + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');}if(menu > 5) {setshort(0x08E92FFC + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E931FC + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E933FC + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');}if(menu > 6) {setshort(0x08E92FFC + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E931FC + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E933FC + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');}if(menu > 7) {setshort(0x08E92FFC + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E931FC + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E933FC + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');}if(menu > 8) {setshort(0x08E92FFC + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E931FC + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E933FC + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');}if(menu > 9) {setshort(0x08E92FFC + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E931FC + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E933FC + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');}if(menu < 0) {setshort(0x08E92FFC +0x2 + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E931FC +0x2 + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');setshort(0x08E933FC +0x2 + 24, '~', 'n', '~', 'i', 'n', 'j', 'e', 'c', 't', ' ', 'h', 'e', 'a', 'l', 't', 'h');}if(menu < 1) {setshort(0x08E92FFC +0x2 + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E931FC +0x2 + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');setshort(0x08E933FC +0x2 + 56, '~', 'n', '~', 's', 'p', 'y', ' ', 'c', 'a', 'r', ' ', 'a', 't', ' ', 'g', 'a', 'r', 'a', 'g', 'e');}if(menu < 2) {setshort(0x08E92FFC +0x2 + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E931FC +0x2 + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');setshort(0x08E933FC +0x2 + 96, '~', 'n', '~', 's', 'p', 'y', ' ', 'w', 'e', 'a', 'p', 'o', 'n', 's');}if(menu < 3) {setshort(0x08E92FFC +0x2 + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E931FC +0x2 + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');setshort(0x08E933FC +0x2 + 124, '~', 'n', '~', 'm', 'a', 't', 'r', 'i', 'x', ' ', 'g', 'a', 'm', 'e', 'p', 'l', 'a', 'y');}if(menu < 4) {setshort(0x08E92FFC +0x2 + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E931FC +0x2 + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');setshort(0x08E933FC +0x2 + 160, '~', 'n', '~', 'i', 'n', 'v', 'i', 's', 'i', 'b', 'i', 'l', 'i', 't', 'y');}if(menu < 5) {setshort(0x08E92FFC +0x2 + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E931FC +0x2 + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');setshort(0x08E933FC +0x2 + 190, '~', 'n', '~', 's', 'm', 'o', 'k', 'e', ' ', 'b', 'o', 'm', 'b', 's');}if(menu < 6) {setshort(0x08E92FFC +0x2 + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E931FC +0x2 + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');setshort(0x08E933FC +0x2 + 218, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '1');}if(menu < 7) {setshort(0x08E92FFC +0x2 + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E931FC +0x2 + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');setshort(0x08E933FC +0x2 + 276, '~', 'n', '~', 't', 'e', 'l', 'e', 'p', 'o', 'r', 't', ' ', 't', 'o', ' ', 'h', 'e', 'a', 'd', 'q', 'u', 'a', 'r', 't', 'e', 'r', 's', ' ', '2');}if(menu < 8) {setshort(0x08E92FFC +0x2 + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E931FC +0x2 + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');setshort(0x08E933FC +0x2 + 334, '~', 'n', '~', 's', 'u', 'i', 'c', 'i', 'd', 'e');}if(menu < 9) {setshort(0x08E92FFC +0x2 + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E931FC +0x2 + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');setshort(0x08E933FC +0x2 + 354, '~', 'n', '~', 'm', 'a', 'k', 'e', ' ', 'a', ' ', 'g', 'a', 'n', 'g');}

 

 

don't forget to download the instruction manual:

link

Link to comment
Share on other sites

 

don't forget to download the instruction manual:

link

uhm... you could have made a txt file and hosted on freewebs or sumtin. that would have been smart, cuz then people wouldnt have to download and waste time... just saying that more people will probably look if there was no download

 

good cheat tho, i like it

Link to comment
Share on other sites

@ creepers:

 

ohhhh colgate.gif this is tight imma try it ot right now

 

edit

it dosent work for me the game crashes

Link to comment
Share on other sites

psphacker,that looks cool.and acidic lol.

 

@ makaveli it crashed one time a me.try it a fe times so it warms up a bit and that solved my problem

Link to comment
Share on other sites

Vicecitystories

 

psphacker,that looks cool.and acidic lol.

 

@ makaveli it crashed one time a me.try it a fe times so it warms up a bit and that solved my problem

lol Its a cool mod and nice mod your self there Creepeers! It appears I can do almost anything with the code I have, I can edit speed control so you dont get that blur to much maybe and erm I can make tinted screens, Still working on Purple Haze.. This is the area I just need to fix it into it.

Link to comment
Share on other sites

@makaveli 7: you didnt have to quote his whole post...

 

acid trip looks cool, and tinted and purple haze sounds pretty cool too

Link to comment
Share on other sites

 

@makaveli 7: you didnt have to quote his whole post...

 

acid trip looks cool, and tinted and purple haze sounds pretty cool too

i knw i just 4 got but alright ill try it again

 

 

edit:

it crashed again when i went on the matrix code

Edited by makaveli 7
Link to comment
Share on other sites

Anyone for Acid Trip?

 

user posted image

is that like that time Vic got messed up in that mission and there was that haze and it was hard to drive. i hated that mission. but cool code icon14.gif

Link to comment
Share on other sites

That acid trip is quite nice. Is only I knew how to hack a PSP, then maybe I would be able to try it. One question, is it permanent?

 

@creepers: You're spy mod is fantastic. It was awesome to play as as a spy, a la James Bond!

 

@makaveli 7: You have been reported to a moderator for your huge quote.

Link to comment
Share on other sites

 

 

@makaveli 7: You have been reported to a moderator for your huge quote.

 

oh 4real well who ever did it is being a b*tch so they gotta report me over some little problem and try to make it a big one and they gotta stop being a busta ass baby about it

Edited by makaveli 7
Link to comment
Share on other sites

@creepers: You're spy mod is fantastic. It was awesome to play as as a spy, a la James Bond!

thanks.

 

in planning to make a 2nd page wink.gif

Link to comment
Share on other sites

Vicecitystories
@creepers: You're spy mod is fantastic. It was awesome to play as as a spy, a la James Bond!

thanks.

 

in planning to make a 2nd page wink.gif

my manhunt mod is almost ready so check back later for that code guys!

Link to comment
Share on other sites

I was messing with the large planes at the airport and was able to figure out what controls it's location on the path.

 

pcar+0x3b0 and pcar+0x3b4 control where on the path it is.

changing 0x3b0 will have a more evident result and you can place yourself in different spots, most of the values will freeze the planes movement along different parts of the runway.

0x3b4 counts up along the flight. 0xb5 can be changed to effect it aswell, I think they're stored as shorts.

 

I tried changing other things to get the plane off it's path but didn't' get anything. I only spent a few minutes messing with it, but if anyone wants to have a go at breaking the plane from it's path then go ahead.

Link to comment
Share on other sites

Vicecitystories
I was messing with the large planes at the airport and was able to figure out what controls it's location on the path.

 

pcar+0x3b0 and pcar+0x3b4 control where on the path it is.

changing 0x3b0 will have a more evident result and you can place yourself in different spots, most of the values will freeze the planes movement along different parts of the runway.

0x3b4 counts up along the flight. 0xb5 can be changed to effect it aswell, I think they're stored as shorts.

 

I tried changing other things to get the plane off it's path but didn't' get anything. I only spent a few minutes messing with it, but if anyone wants to have a go at breaking the plane from it's path then go ahead.

I don't find it possible. I think it has a set path and that only.

Link to comment
Share on other sites

I was messing with the large planes at the airport and was able to figure out what controls it's location on the path.

 

pcar+0x3b0 and pcar+0x3b4 control where on the path it is.

changing 0x3b0 will have a more evident result and you can place yourself in different spots, most of the values will freeze the planes movement along different parts of the runway.

0x3b4 counts up along the flight. 0xb5 can be changed to effect it aswell, I think they're stored as shorts.

 

I tried changing other things to get the plane off it's path but didn't' get anything. I only spent a few minutes messing with it, but if anyone wants to have a go at breaking the plane from it's path then go ahead.

I don't find it possible. I think it has a set path and that only.

ok now think just for a second what vette is trying to do

 

he is trying to modify the set path and if you manage to modify the set path you can then manipulate it eg if X is pressed speed up and use atan functions etc to beable to cahnge the x y z co-ordinates creating the effect of the plane moving foward

Link to comment
Share on other sites

Vicecitystories
I was messing with the large planes at the airport and was able to figure out what controls it's location on the path.

 

pcar+0x3b0 and pcar+0x3b4 control where on the path it is.

changing 0x3b0 will have a more evident result and you can place yourself in different spots, most of the values will freeze the planes movement along different parts of the runway.

0x3b4 counts up along the flight. 0xb5 can be changed to effect it aswell, I think they're stored as shorts.

 

I tried changing other things to get the plane off it's path but didn't' get anything. I only spent a few minutes messing with it, but if anyone wants to have a go at breaking the plane from it's path then go ahead.

I don't find it possible. I think it has a set path and that only.

ok now think just for a second what vette is trying to do

 

he is trying to modify the set path and if you manage to modify the set path you can then manipulate it eg if X is pressed speed up and use atan functions etc to beable to cahnge the x y z co-ordinates creating the effect of the plane moving foward

yes I get that but I've looked into this before to see how its made and I really dont think its possible but maybe..

Link to comment
Share on other sites

Durka Durka Mahn

Even if you do de-rail it, I doubt you'll be able to fly it, it probably doesn't have a handling file and stuff.

Link to comment
Share on other sites

Vicecitystories

Here is kinda what I was talking about, For a set flight path. This is how it's done for most games... I just wanted you too see a actual picture of this.This is a selected flight pattern for a game.

user posted image

Link to comment
Share on other sites

even with it's set path, there has to eb a way to derail it from it. all the car in the game follow a set path, until they're touched or disturbed in some way, then they're taken off of it.

 

even if the plane doesn't move on it's own, edison can do what he did for the dodo in LCS and give it momentum and turning and all that stuff.

 

the plane needs to be broken from the path first.

 

also, vicecitystories, what is that picture supposed to show?

Link to comment
Share on other sites

Vicecitystories

It was just showing a set path. And you do make scence now with what Edison did. Edison please do that.

 

And heres Manhunt X for everyone.

 

Introducing Manhunt X. it has a menu for vcs with some controls for some interesting effects.

 

Kill Mode Gives you two weapons. the rocket launcher and the scorpion.

Shooters Mode Gives a lightened effect for better shooting.and brings guys follow you.

Escape Mode Brings some screen effects up to give a escape experience.

Drugged Mode is the Acid like state that I've shown before.

 

check out the code to find out more wink.gif

 

Press X to activate the codes.

Move up and down to select the cheats.

 

user posted image

 

#cheat ManHunt Xstatic menu;choices = 9;setchar(0x08E93604,  0x1);if(press & CTRL_DOWN && menu < choices - 1) {  menu++;setchar(0x08E93604,  0x0);}if(press & CTRL_UP && menu > 0) {  menu--;setchar(0x08E93604,  0x0);}setshort(0x08E92FFC,  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'X');setshort(0x08E931FC,  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'X');setshort(0x08E933FC,  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'X');if(menu == 0) {if(buttons & CTRL_CROSS){setchar(0x98B5051,  0xff);setchar(0x98B504C,  0xff);setchar(0x98B504f,  0xff);setchar(0x98B5087,  0xff,  0xff);setchar(0x98B5038,  0xff,  0xff);}setshort(0x08E92FFC + 18,  '~',  'n',  '~',  '>',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 18,  '~',  'n',  '~',  '>',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 18,  '~',  'n',  '~',  '>',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');}if(menu == 1) {if(buttons & CTRL_CROSS){setchar(0x8BC8984,  0x01);}setshort(0x08E92FFC + 42,  '~',  'n',  '~',  '>',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 42,  '~',  'n',  '~',  '>',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 42,  '~',  'n',  '~',  '>',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');}if(menu == 2) {if(buttons & CTRL_CROSS){setchar(0x8BC8978,  0x00);setchar(0x8BC8984,  0x07);}setshort(0x08E92FFC + 74,  '~',  'n',  '~',  '>',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 74,  '~',  'n',  '~',  '>',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 74,  '~',  'n',  '~',  '>',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');}if(menu == 3) {if(buttons & CTRL_CROSS){setshort(0x08e90bd8,  1,  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'A',  'O',  0); }setshort(0x08E92FFC + 4,  '~',  'n',  '~',  '>',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E931FC + 4,  '~',  'n',  '~',  '>',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E933FC + 4,  '~',  'n',  '~',  '>',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');}if(menu == 4) {if(buttons & CTRL_CROSS){ setchar(0x098B5350,   0x04);setchar(0x08baef2c,   1); setchar(0x08bacdf5,   1); }setshort(0x08E92FFC + 128,  '~',  'n',  '~',  '>',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E931FC + 128,  '~',  'n',  '~',  '>',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E933FC + 128,  '~',  'n',  '~',  '>',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');}if(menu == 5) {if(buttons & CTRL_CROSS){setchar(0x8BC8984,  0x0c);setfloat(pplayer + 0x4E4,   50.0);}setshort(0x08E92FFC + 158,  '~',  'n',  '~',  '>',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 158,  '~',  'n',  '~',  '>',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 158,  '~',  'n',  '~',  '>',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');}if(menu == 6) {if(buttons & CTRL_CROSS){setfloat(pplayer + 0x4E4,   150.0);setchar(0x098B5350,   0x00);setshort(0x08e90bd8,  1,  '~',   'r',   '~',  'T',  'e',  's',  't',  ' ',  'C',  'a',  's',  'e',  ':',  ' ',  '4',  '1',  '2',  '9',  '6',  '7',  '~',   'w',   '~',  0);} setshort(0x08E92FFC + 182,  '~',  'n',  '~',  '>',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E931FC + 182,  '~',  'n',  '~',  '>',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E933FC + 182,  '~',  'n',  '~',  '>',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');}if(menu == 7) {if(buttons & CTRL_CROSS){setshort(0x08e90bd8,  1,  '~',   'r',   '~',  'T',  'e',  's',  't',  ' ',  'C',  'a',  's',  'e',  ':',  ' ',  '4',  '1',  '2',  '9',  '6',  '6',  '~',   'w',   '~',  0);} setshort(0x08E92FFC + 218,  '~',  'n',  '~',  '>',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E931FC + 218,  '~',  'n',  '~',  '>',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E933FC + 218,  '~',  'n',  '~',  '>',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');}if(menu == 8) {if(buttons & CTRL_CROSS){setchar(0x8BC8984,  0x06);}setshort(0x08E92FFC + 256,  '~',  'n',  '~',  '>',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 256,  '~',  'n',  '~',  '>',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 256,  '~',  'n',  '~',  '>',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');}if(menu == 9) {if(buttons & CTRL_CROSS){setchar(0x8BC8984,  0x08);}setshort(0x08E92FFC + 2,  '~',  'n',  '~',  '>',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 2,  '~',  'n',  '~',  '>',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 2,  '~',  'n',  '~',  '>',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');}if(menu > 0) {setshort(0x08E92FFC + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');}if(menu > 1) {setshort(0x08E92FFC + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');}if(menu > 2) {setshort(0x08E92FFC + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');}if(menu > 3) {setshort(0x08E92FFC + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E931FC + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E933FC + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');}if(menu > 4) {setshort(0x08E92FFC + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E931FC + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E933FC + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');}if(menu > 5) {setshort(0x08E92FFC + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');}if(menu > 6) {setshort(0x08E92FFC + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E931FC + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E933FC + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');}if(menu > 7) {setshort(0x08E92FFC + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E931FC + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E933FC + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');}if(menu > 8) {setshort(0x08E92FFC + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');}if(menu > 9) {setshort(0x08E92FFC + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');}if(menu < 0) {setshort(0x08E92FFC +0x2 + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 18,  '~',  'n',  '~',  'K',  'I',  'L',  'L',  ' ',  'M',  'o',  'd',  'e');}if(menu < 1) {setshort(0x08E92FFC +0x2 + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 42,  '~',  'n',  '~',  'S',  'h',  'o',  'o',  't',  'e',  'r',  's',  ' ',  'M',  'o',  'd',  'e');}if(menu < 2) {setshort(0x08E92FFC +0x2 + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 74,  '~',  'n',  '~',  'E',  's',  'c',  'a',  'p',  'e',  ' ',  'M',  'o',  'd',  'e');}if(menu < 3) {setshort(0x08E92FFC +0x2 + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E931FC +0x2 + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');setshort(0x08E933FC +0x2 + 4,  '~',  'n',  '~',  'G',  'a',  'm',  'e',  ' ',  'R',  'a',  't',  'i',  'n',  'g',  ' ',  'H',  'a',  'c',  'k');}if(menu < 4) {setshort(0x08E92FFC +0x2 + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E931FC +0x2 + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');setshort(0x08E933FC +0x2 + 128,  '~',  'n',  '~',  'I',  'n',  's',  'a',  'n',  'e',  ' ',  'M',  'o',  'd',  'e',  '!');}if(menu < 5) {setshort(0x08E92FFC +0x2 + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 158,  '~',  'n',  '~',  'D',  'r',  'u',  'g',  ' ',  'M',  'o',  'd',  'e');}if(menu < 6) {setshort(0x08E92FFC +0x2 + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E931FC +0x2 + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');setshort(0x08E933FC +0x2 + 182,  '~',  'n',  '~',  'L',  'e',  'o',  ' ',  'K',  'a',  's',  'p',  'e',  'r',  ' ',  '4',  ',  ',  '2',  '6');}if(menu < 7) {setshort(0x08E92FFC +0x2 + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E931FC +0x2 + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');setshort(0x08E933FC +0x2 + 218,  '~',  'n',  '~',  'D',  'a',  'n',  'i',  'e',  'l',  ' ',  'L',  'a',  'm',  'b',  ' ',  '5',  '-',  '2',  '6');}if(menu < 8) {setshort(0x08E92FFC +0x2 + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 256,  '~',  'n',  '~',  'N',  'i',  'g',  'h',  't',  ' ',  'V',  'i',  's',  'i',  'o',  'n',  ' ',  'M',  'o',  'd',  'e');}if(menu < 9) {setshort(0x08E92FFC +0x2 + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E931FC +0x2 + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');setshort(0x08E933FC +0x2 + 2,  '~',  'n',  '~',  'M',  'a',  'n',  'H',  'u',  'n',  't',  ' ',  'M',  'o',  'd',  'e');}

 

Edited by Vicecitystories
Link to comment
Share on other sites

 

It was just showing a set path. And you do make scence now with what Edison did. Edison please do that.

 

And heres Manhunt X for everyone.

 

Introducing Manhunt X. it has a menu for vcs with some controls for some interesting effects.

 

Kill Mode Gives you two weapons. the rocket launcher and the scorpion.

Shooters Mode Gives a lightened effect for better shooting.and brings guys follow you.

Escape Mode Brings some screen effects up to give a escape experience.

Drugged Mode is the Acid like state that I've shown before.

 

check out the code to find out more wink.gif

 

Press X to activate the codes.

Move up and down to select the cheats.

 

user posted image

 

yes imma try this right now i hope it works cuz creepers one didint fully work becuse i was on 3.71 m33 and i was on a slim

 

it keeps sayin that there is something missing ill take a picture and show you

 

i cant take a picture now but it says missing closing } : ^

 

i fixed the thing that was missing for ya

 

 

 

 

it worked for me but it didint show the whole menu

 

this is the only part of the menu that shows up for me

user posted image

Edited by makaveli 7
Link to comment
Share on other sites

vicecitystories: can you remove the code from your original post then?

makaveli: can you remove the code from your post? you don't need to repost it just to show it needed a closing "}"

 

 

having the same long code in 3 consecutive posts is too much.

Link to comment
Share on other sites

Durka Durka Mahn

Hey, vette, are you interested in hacking any other games? I need people to help me with Star Wars Battlefront: Renegade Squadron (I need pplayer REALLY bad) and Thrillville 2: Off the Rails (Inf cash, power, player coordinates, etc.)

 

If you want to help, just tell me.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.