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. Support

    3. Suggestions

Happy Holidays from the GTANet team!

GTA:LCS Modding Tutorials


Biffaboy
 Share

Recommended Posts

Well, here are a few of my Tutorials, hope they help.

 

 

Tutorial #1 - Make Text Appear At Bottom of Screen

 

Before we get started, writing codes in GTA:LCS is in ASCII. So if you know ASCII or are Learning it, you will be a great Hacker/Coder for the GTA: LCS Hack team wink.gif. Please only post the codes YOU'VE made or if you've had permission, a edited code (but put the original creators name next to it).

 

I've cut this tutorial down to as easy as it can be, I've even incuded Pictues ^_^. I hope this Tutorial will help you get to know how to code on GTA : LCS, and if it does, I hope that you will code other great things for it too.

 

Ok Go Here

  • Write in what you want to appear in game and press "Encode"

    user posted image

     

     

  • Copy the "Hex Value" and paste it into something like Notepad

    user posted image

     

  • Now you should have something like this:

    user posted image

     

  • Press Ctrl+H and fill in the form like the Picture below:

    user posted image

     

  • After Youve pressed "Replace All" you should have something like this:

    user posted image

     

     

  • Add your code to the cheat below:

     

     

    //by NAME#cheat CHEAT NAMEsetshort(08e4dac2, ENTER YOUR CODE HERE)setchar(08e4dac0, 0x01)#offsetchar(08e4dac0, 0x00)

     

  • So for example my code will be:

     

     

    //by Biffaboy#cheat Hello Worldsetshort(08e4dac2,0x48 ,0x65 ,0x6C ,0x6C ,0x6F ,0x20 ,0x57 ,0x6F ,0x72 ,0x6C ,0x64 ,0x21)setchar(08e4dac0, 0x01)#offsetchar(08e4dac0, 0x00)

     

     

  • Add to your Cheats.txt File

    user posted image

     

     

  • Test That Code In Game

    user posted image

Edited by Biffaboy
Link to comment
Share on other sites

Holy crap those tutorials arre sweet good job man deserves karma tounge.gif

 

Edit: Sweet dude

 

doesnt let you take screens but It says Josh is the best

 

//by The-end

#cheat Josh is the best!

setshort(08e4dac2, 0x4A, 0x6F, 0x73, 0x68, 0x20, 0x69, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x21)

setchar(08e4dac0, 0x01)

#off

setchar(08e4dac0, 0x00)

 

 

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

Yeah, i no shame it dont let you take Pics, thats why i did a half a second video, showing it. lol smile.gif thanks for Karma icon14.gif
Link to comment
Share on other sites

 

If you want to view the complete Item code list, click Here

You could have givern credits to the people that origianally made that list sly.gif Like you just copied it and wrote ©2006 Curtis Bull at the bottom and then all of the sudden it's "yours"

 

http://www.freewebs.com/waterbottle1/object%20creation.txt

Edited by Suction Testicle Man
Link to comment
Share on other sites

sad.gif oh, im sorry, my PHP script automatically does it, ill edit it soon, as im on PSP at the moment, sorry for the inconvinience sad.gif
Link to comment
Share on other sites

 

Tutorial #2-Spawning Items

 

Well, firstly you will need Edison Carters Cheat Device, get this Here., Install it and make a cheats.txt file on the root of your Memory Stick.

Ok, now you've got the cheat device, up and running, let start by spawing a Airplane.

 

user posted image

 

 

Now, as you can see, there is now way you will no where abouts you are putting it, unless you no the Co-Ords allready. To find out where we are going to put this, go on GTA, and Turn on the cheat to Display Coordinates. now go and find a spot to where you would like to spawn the Airplane, i have chosen the Multi-Story carpark located just outside your Safehouse in Staunton.

user posted image

 

 

The Co-Ords here are, (287.33,-525.72,36.28) so lets imput them into the Object Creator!

 

 

user posted image

 

 

Now, lets see how the codes looks!

 

 

user posted image

 

 

Once you've put them into your cheats.txt folder, load up GTA and test the code.

 

 

user posted image

 

 

Ahh!, as you can see it spawned Half underground!

 

 

user posted image

 

 

lets try to lower the Z Cordinate.

 

 

user posted image

 

 

Right,lets update our Cheats.txt file with the new one, and lets see if that fixed it!.

Nope, its gone even firther under!

 

Lets Raise the Z Cordinate by 2

 

 

user posted image

 

 

Now lets see if it has worked,

 

 

user posted image

 

 

Taa-Daa! now that we have got the Airplane back on land, lets try and roate it.

 

 

Remember the rotation bit? now were going to use it, lets turn it 90°

 

 

user posted image

 

Ouch! as you can see its had a crash landing!

 

Image 13

 

Now lets turn its X180° Y90° Z50°

 

Image 14

 

And as you can see, its on a angle and has changed direction, Well, thats about all i can teach you, as the rest is self explanitory, just play around with it a little and youll get the hang of it.

 

If you want to view the complete Item code list, click Here

 

P.S I 'm sorry about the double post, it sais i've posted more images than im aloud to.

Post quoted and reported for ripping.

Edited by Suction Testicle Man
Link to comment
Share on other sites

Suction Testicle Man

I've removed all links to the external site with the seemingly ripped content. When the topic author corrects all discrepancies surrounding the content, he may repost the information. I recommend just linking to Waterbottle's list.

 

Don't forget our rules and procedures located here for protecting modders' work applies to all of GTANet at all times.

 

 

If at first you don't succeed, you fail, and the test will be terminated.

Link to comment
Share on other sites

  • 2 months later...

STFU YOU NOOBLET!!

 

YOU HAVE f*ckING RIPPED SO MUCH sh*t AND ARE GOING TO GET YOUR ACCOUNT f*ckING HACKED BEFORE YOU KNOW IT!!

 

I WANT YOU TO GO EVERYWHERE YOU WENT AND f*ckING TELL THATS NOT YOUR sh*t!!

 

"P.S Ny tutorials have hit the sky on GTAForums,GTA-Sa and GTAstunting!!"

 

f*ck YOU THOSE TUTS WERE MADE BY GTASTUNTING. NOW BURN IN HELL BITCH!

 

die.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gif

Link to comment
Share on other sites

sean "sweet" johnson
STFU YOU NOOBLET!!

 

YOU HAVE f*ckING RIPPED SO MUCH sh*t AND ARE GOING TO GET YOUR ACCOUNT f*ckING HACKED BEFORE YOU KNOW IT!!

 

I WANT YOU TO GO EVERYWHERE YOU WENT AND f*ckING TELL THATS NOT YOUR sh*t!!

 

"P.S Ny tutorials have hit the sky on GTAForums,GTA-Sa and GTAstunting!!"

 

f*ck YOU THOSE TUTS WERE MADE BY GTASTUNTING. NOW BURN IN HELL BITCH!

 

die.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gifdie.gif

Dude, calm down.

 

no need to cuss him out tounge.gif

 

but your right, these tutorials were made by people at GTAstunting.

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.