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!

[HELP]How To Find Thread Memory? About Hex?


MRobinson
 Share

Recommended Posts

I do not now how to find the codes of addresses suicidal.gif , for eg.

 

0A8D: [email protected] = read_memory 12010640 size 4 virtual_protect 0 

 

I do not know where this thing "12010640" leads to and I also don't know where to find such other codes to put into a cleo script. In short, I want to know how to use thread memory in coding. confused.gif

 

confused.gif Another is a problem regarding hex, What does hex does exactly? Asking as most of the scripts do not use hex.

This is all I want to ask.. barf8bd.gif

Edited by MRobinson
Link to comment
Share on other sites

Its 0xB74490 , You can convert it to hex using the calculator at Start menu\Accesories , Click on display/view and switch to Scientific , make sure that the option is set to Dec (Decimals) then paste ur numbers and choose Hex , u'll get the hex numbers without 0x , Copy paste that and add before it 0x . Ta da !

Link to comment
Share on other sites

Hey guyz... thanks.. btw are you sure there are all the memory addresses in that page? It will be such a hard thing to read those 65 pages!! cry.gif

Can't I know what the number I gave you guyz means and what is the difference felt lol by just changing the way?

I want to ask what it exactly signifies.

Edited by MRobinson
Link to comment
Share on other sites

Hey guyz... thanks.. btw are you sure there are all the memory addresses in that page? It will be such a hard thing to read those 65 pages!! cry.gif

Can't I know what the number I gave you guyz means and what is the difference felt lol by just changing the way?

I want to ask what it exactly signifies.

There's no such thing as "amount of memory addresses". All you need to do is to search for a specific EXE part either manually or by software like Cheat Engine.

 

 

Yes, not for dummies tounge2.gif

Link to comment
Share on other sites

 

Hey guyz... thanks.. btw are you sure there are all the memory addresses in that page? It will be such a hard thing to read those 65 pages!!  cry.gif

Can't I know what the number I gave you guyz means and what is the difference felt lol by just changing the way?

I want to ask what it exactly signifies.

There's no such thing as "amount of memory addresses". All you need to do is to search for a specific EXE part either manually or by software like Cheat Engine.

 

 

Yes, not for dummies tounge2.gif

Can you name one downloadable software or "cheat-like" "manual blah blah" in which I can find its exact meaning? Do not worry about me learning it.. I can operate most of the computer applications easily.

Link to comment
Share on other sites

 

Just download CHEAT Engine from here: http://www.cheatengine.org/

whatsthat.gifsarcasm.gif umm... arijit.. very nice.. but I asked for finding the meaning..

the thing you gave me shows thousands of them together.. and still no meaning, it is not an elementary thing arijit for the software to catch up in gta san andreas...

I now only need the significant meaning of 12010640 ingame!! monocle.gif

Edited by MRobinson
Link to comment
Share on other sites

I now only need the significant meaning of 12010640 ingame!! monocle.gif

Here you go, it's CPool* CPools::ms_pPedPool.

 

 

I just know it.

Link to comment
Share on other sites

I now only need the significant meaning of 12010640 ingame!!  monocle.gif

Here you go, it's CPool<CPed,CCopPed>* CPools::ms_pPedPool.

 

 

I just know it.

happy.gif Hey Thanks Silent bro, the thing is that... the mod I was working on was deleted and I wanted to speed up the process, thanks. It means the number signifies COP PEDS (PEDTYPE 6) around the player.. right?

Now can I use this feature to check if the player is in view of cops or not.? Sorry if I sound irritating rolleyes.gif

Link to comment
Share on other sites

 

It means the number signifies COP PEDS (PEDTYPE 6) around the player.. right?

Now can I use this feature to check if the player is in view of cops or not.?

No. It's a pool of all peds.

 

Regarding check if there's a cop nearby, you could just check if CJ has an EVENT_SEEN_COP event.

Link to comment
Share on other sites

Hey Silent.. one more thing.. EVENT_SEEN_COP checks if the player is in view of cops OR it checks if there is a cop in radius X Y Z around the player? wow.gif ? How to use "EVENT_SEEN_COP check"? Does it has opcode? I dont think this will be working whatsthat.gif .. It is very wierd..

 

 

00D6: ifxxxx: EVENT_SEEN_COP004D: jf @whatnow_10002: jump @next

 

 

lol.gif xxxx = ? and if no usage of opcode, then what? sarcasm.gif

Edited by MRobinson
Link to comment
Share on other sites

Use GET_CHAR_HIGHEST_PRIORITY_EVENT to store an event and then check if it's EVENT_SEEN_COP (72).

Link to comment
Share on other sites

 

Use GET_CHAR_HIGHEST_PRIORITY_EVENT to store an event and then check if it's EVENT_SEEN_COP (72).

icon14.gif Thanks for all the help... Finally, can you tell me what you meant by (72) as in the quote confused.gif

 

EDIT: Ya all took very long replying, anyways my work is done thanks smile.gif

Someone Lock it please

Edited by MRobinson
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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.