Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. 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. Forum Support

    3. Suggestions

CheatDevice


edisoncarter
 Share

Recommended Posts

CheatDevice for VCS runs as a PRX, so you need to run VCS through DevHook to use it. You can install the PRX by running CheatDeviceInstall.exe or read the instructions in readme.txt if you prefer to do it by hand.

 

Download (for US or EU):

http://www.cheatdevice.com/gta/VCSCheatDevice22.zip

 

IMPORTANT NOTE: After installing, wait at least 30 seconds before turning off USB or pulling out your memory stick. The PC caches your changes and doesn't write them out until a while later. If your memory card gets corrupt, use chkdsk /f X:

 

I advise against saving your game after using cheats. Please note that when you spawn vehicles, you are using a game cheat that will lower your criminal rating!

 

Version History:

 

v2.2:

Hover Cars and Bikes

Set Wanted Level

Never Fall Off Your Bike

Automatic Flip Over

Walking Speed

Rocket Boost

Support for DevHook v0.51.01

 

v2.1

Fun with gravity!

Heavy car or bike

Make your car indestructible

More teleport locations

 

v2.0

Cheat Maker

Infinite Health & Armor

Set Time

Vehicle Spawns

Step Through Walls

Super Jump

Screenshot

Video Recorder

Step Up/Down

 

Thanks to ADePSP for the installer!

Edited by edisoncarter
Link to comment
Share on other sites

Do we need an iso for this to work? Or can we run it thriough 1.5 firmware with devhook emulating 2.7?

 

I know this should be asked in the firmware chat thread thing, but I figured I would get a nice fast answer here, since im getting the game within 1-2 hours.

Link to comment
Share on other sites

i just installed this and tryed it out it works great. And a note to people that are trying to find cheats and what not. I just tryed an ifinite ammo cheat that i got of cheat sync for LCS and it works for the guns but not the things that you would throw example grenades. Ill try other ones and post the code for the ones that work.

here is the Infinite Ammo code

 

#cheat Infinite Ammo (WORKS)//ID: 4301//Score: 264//Author: Durka Durka Mahn//Category: Player//Description: Turn on and you'll have inf ammo for all slots, but camera.//Image: none//Time: 01/02/2006 20:44:43//Working: Yessetchar(pplayer + 0x05D9, 0x40);setchar(pplayer + 0x0612, 0x01);setchar(pplayer + 0x062E, 0x01);setchar(pplayer + 0x0682, 0x05);setchar(pplayer + 0x064B, 0x01);setchar(pplayer + 0x05F6, 0x02);setchar(pplayer + 0x0666, 0x01);

 

 

Edited by DXT
Link to comment
Share on other sites

 

i just installed this and tryed it out it works great. And a note to people that are trying to find cheats and what not. I just tryed an ifinite ammo cheat that i got of cheat sync for LCS and it works for the guns but not the things that you would throw example grenades. Ill try other ones and post the code for the ones that work.

here's a few cheats for vcs

 

#cheat guns

// By Waterbottle

setchar(pplayer+0x594,0x0b);//chainsaw

setchar(pplayer+0x5B0,0x10);//teargas

setchar(pplayer+0x5CC,0x14);//some handgun

setchar(pplayer+0x5E8,0x15);//..

setchar(pplayer+0x604,0x18);//..

setchar(pplayer+0x620,0x1C);//..

setchar(pplayer+0x63C,0x23);//mini gun

setchar(pplayer+0x658,0x1E);//sniper

 

#cheat Health

//by Waterbottle

setfloat(pplayer + 0x4E4, 150.0);

 

#cheat Armor

//by Waterbottle

setfloat(pplayer + 0x4E8, 150.0);

 

#cheat Breath

//by Waterbottle

setfloat(pplayer + 0x82C, 2.0);

 

#cheat Ammo

//by Waterbottle

setint(pplayer+0x5d8, 0x00ffffff);

setint(pplayer+0x5f4, 0x00ffffff);

setint(pplayer+0x610, 0x00ffffff);

setint(pplayer+0x5bc, 0x00ffffff);

setint(pplayer+0x62c, 0x00ffffff);

setint(pplayer+0x648, 0x00ffffff);

setint(pplayer+0x664, 0x00ffffff);

 

#cheat No Reloading

//by Waterbottle

setint(pplayer+0x5d4, 2);

setint(pplayer+0x5f0, 2);

setint(pplayer+0x60c, 2);

setint(pplayer+0x5b8, 2);

setint(pplayer+0x628, 2);

setint(pplayer+0x644, 2);

setint(pplayer+0x660, 2);

 

going to try and make something with if stetements and whatnot.

Link to comment
Share on other sites

Wait, so this works with LCS as well?

 

I see that the PRX is called "cheatdevice.prx" again. Otherwise, i'll have to copy/paste everytime I switch from LCS to VCS.

 

Great job edisoncarter icon14.gif

Link to comment
Share on other sites

no i was just useing codes from the CHEAT folder that you creat on your psp to put the cheats in but not all the same cheats work so far i only found that one that works on both. To any one who know would it be posible to make the LCS cheat device point to CHEAT/LCS/ or something like that to keep the cheat files away form each other. And have the VCS cheat device point to CHEAT/VCS/ or something like that. just a thought.

Link to comment
Share on other sites

Yeah... I could not wait any more...

 

I wanted to ask you if in this version, seen that it is a PRX you could make a system of macro to translate more easily CheatDevice in every update??

 

It shall be really practical, and I hope that you will can in the moin answer me can imports the answer...

 

Thank you!

 

And thank you for your work carried out on LCS!!

Link to comment
Share on other sites

just a suggestion edison, you should make the cheat searcher like that of CheatMaster or cw cheat, since it is much easier to search, and vette has all the vehicle garage codes, so you can get that from him, and

Link to comment
Share on other sites

Damm*t. Why did I have to trade my bad PSP in... Now I have a TA-082 psp 2.60. Softdown only works for 2.5.Theres no way to downgrade a TA-082 PSP... If I brick it I dont think Ill be able to return it at Bestbuy. Is there a way to run devhook on a 2.6 PSP.

Link to comment
Share on other sites

damn i still havent played the game yet cuz i cant downgrade cuz i have a japan 2.71 psp and i downloaded the easy downgrade from psp-hacks.com and when it sopose 2 downgrade it just frezzes my psp and blinks and turns off but when it turns on its still 2.71 why is this ive been waiting 2 dayz 2 play this game while haveing itin my possession help

Link to comment
Share on other sites

just got the game, played the first few missions,

then relized i missed cd,

 

i love how some of the old cheats work, and other are just crazy random stuff,

 

(i also teleporting to the old places in lcs and see where there are in vcs)

 

also, dont forget about infinte breathe for the next release

 

and the power jump just too funny,,

 

 

some things i noticed,, when i spawn any helicopter, it spawns, but wont fly?,,

 

(also 258 and 233 freezes, forget what it was, jet-something and jet ski)

i may go through the whole list if i get time this weekend, and no one else does it

 

edit: none of the flying machines work(but the spawn)

it seems 170-279 are the limits, athough some in the middle freeze when you spawn then

Edited by Sousanator
Link to comment
Share on other sites

damn I'm f*cking depressed. sad.gif I'm waiting untill someone can be able to crack 2.81 so I can downgrade it. Even if it takes forever. confused.gifsad.gif

Link to comment
Share on other sites

damn I'm f*cking depressed. sad.gif I'm waiting untill someone can be able to crack 2.81 so I can downgrade it. Even if it takes forever. confused.gifsad.gif

i cant downgrade from 2.71 right now at least u played the game

Link to comment
Share on other sites

has the devolopement thread been made yet?

I think the cheats section should be opened now, since I plan on introducing a ton of cheats within the next few days biggrin.gif

 

a suggestion though, can it read from a different folder for the cheats? like CHEATSVCS or something? because reading from the same one will get confusing between LCS, and VCS cheat device.

or maybe mso:/cheats/vcs/ will work.

 

edit some quick cheats:

 

#cheat Heavy Vic//by vettefan//makes vic really heavy, and capable of smashing through traffic.setfloat(pplayer + 0xD0, 7000000, 10000000);setfloat(pplayer + 0x128, 0, 0);#offsetfloat(pplayer + 0xD0, 70, 100);#cheat indestructable cars//by vettefan//cars will not attain any physical damage, or engine damagesetfloat(pcar + 0x0000027C, 1000000000);setfloat(pcar + 0x0000010C, 0);

 

 

edit: I took out the indestructable cars from the heavy cars cheat, it seemed to cause a crash.

edit2: I completely removed the heavy cars cheat from the list since it was causing my game to crash. I'm not sure why it was doing that, since it was just working 10 minutes ago.

Edited by vettefan88
Link to comment
Share on other sites

alright i got 1.5 and devhook now haha yay but i dont have another udm ...damn but when i do play it i just emulate 2.71 and then do the switch thing right

Link to comment
Share on other sites

I use the home button all the time and it works fine.

 

@Sousanator - I will probably add infinite oxygen to the Inf Health and Armor cheat. Infinite Health, Armor and Oxygen.

 

I hadn't tried spawning a heli yet. So you get a weird heli that thinks it's a car or something?

 

@Drumbum1234 - I will check for a savefile exploit later, but it's doubtful. There weren't any more in LCS. I think they would be on the lookout for that now.

 

@vette - I forgot about that, I should make a separate development thread.

 

Right, I'd better change the directory name. I'm wavering between VCSCHEATS and ms0:/CHEATS/VCS. I guess it ought to be ms0:/CHEATS/VCS.

 

 

 

Damm*t. Why did I have to trade my bad PSP in... Now I have a TA-082 psp 2.60. Softdown only works for 2.5.Theres no way to downgrade a TA-082 PSP... If I brick it I dont think Ill be able to return it at Bestbuy. Is there a way to run devhook on a 2.6 PSP.

You can upgrade to 2.71 and use HEN-C to run it. Search on chrislawrence's posts for step-by-step instructions.

 

You too makaveli, you can run DevHook from 2.71.

Link to comment
Share on other sites

is my heavy car cheat working for anyone?

it was just working 2 minutes ago for me, now whenever I try to use it it crashes the game...

Link to comment
Share on other sites

the car colors are stored as RGB values in pcar.

that means that there can be literally millions of color combinations for your car!

the base color is at pcar+0x224, and the stripe color is at pcar+0x228.

 

Link to comment
Share on other sites

I use the home button all the time and it works fine.

 

@Sousanator - I will probably add infinite oxygen to the Inf Health and Armor cheat. Infinite Health, Armor and Oxygen.

 

I hadn't tried spawning a heli yet. So you get a weird heli that thinks it's a car or something?

 

@Drumbum1234 - I will check for a savefile exploit later, but it's doubtful. There weren't any more in LCS. I think they would be on the lookout for that now.

 

@vette - I forgot about that, I should make a separate development thread.

 

Right, I'd better change the directory name. I'm wavering between VCSCHEATS and ms0:/CHEATS/VCS. I guess it ought to be ms0:/CHEATS/VCS.

 

 

 

Damm*t. Why did I have to trade my bad PSP in... Now I have a TA-082 psp 2.60. Softdown only works for 2.5.Theres no way to downgrade a TA-082 PSP... If I brick it I dont think Ill be able to return it at Bestbuy. Is there a way to run devhook on a 2.6 PSP.

You can upgrade to 2.71 and use HEN-C to run it. Search on chrislawrence's posts for step-by-step instructions.

 

You too makaveli, you can run DevHook from 2.71.

OK I cant find Chrislawrence(I know who he is but cant find him).Could I have a link to his profile or his topic.

Link to comment
Share on other sites

CheatSync now allows VCS cheats so if you want to keep your cheats safe and public you know where to go...

 

I'll sort out the rest later but you can add VCS cheats to the DB now at least...

Link to comment
Share on other sites

Screen and Video are perfect, brightness issues are gone. ( from the screen/video prx )

 

#233 Jetski freezes PSP completly

#230 Qaud Spawns, but Vic drives it like a car.

#245 Sandking spawns, drives fine.

#222 biplane spawns, but vice is unable to enter it.

#181 Bulldozer spawns, works fine.

#179 bmxgirl spawns, but this happens!

user posted image

#170 6atv spawns, works on land and water, awesome.

#198 hovercar spawns, doesn't move.

#213 maveric, spawns doesn't move.

#251 forklift spawns, works fine.

#275 hunter spawns, doesn't work.

 

 

Edited by The-end
Link to comment
Share on other sites

EDISONCARTER, I love the CheatDevice. It's the only homebrew-type thing I've ever used, ever. So, thanks for CheatDevice.

 

I was hardcore GTA Vice City back in the day, ask Demarest or Spuds725. I even host the CLC 100% Tic Sheet. But VCS is the first GTA game I haven't pre-ordered and bought the first day, because I would rather have CheatDevice on LCS than have a regular VCS and no CheatDevice. That's how much I like CheatDevice. But I still want to play VCS.

 

So. What I want to be able to do is play VCS, and have a CheatDevice. I will give up CheatDevice on LCS if I can have one on VCS. I'm still on firmware 2.00. GTA is pretty much all I play so I never had to upgrade. Could you please tell me, with links etc., what the heck I need to do to be able to play VCS and use a CheatDevice? I'm from the NES era, am console only, all the links I found only refer to either 1.5 or 2.71, and I am totally confused. mercie_blink.gif Thanks again.

Link to comment
Share on other sites

Home button is also broken for me.

But it seems that it has took away my sound.

If you ask , I installed it on 2.71 SE-B by flashing it into my flash0

Link to comment
Share on other sites

Hello,

Me also, the button HOME doesn't work. And there is no sound!

 

EDIT> Vol+ ; Vol- ; the adjustment of the luminosity and the note of music, don't works either sad.gif

Edited by MAMARC
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.