Results 1 to 11 of 11

Thread: [HELP] ReadWrite Float Address Memory

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    [HELP] ReadWrite Float Address Memory

    hey can any1 help me read and write on other process float memory address w/ pointers and offsets i know this is not the right forums to be asking this but idk where else which as good as this site so plz help

    i do have a module well it works with 4bye and long but for some reason it doesnt work with float address please help
    PS i use vb 2008

  2. #2
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: [HELP] ReadWrite Float Address Memory

    Floats have different parts and are stored differently, so they're hard to work with like that - why do you need it? Maybe there's a better solution.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Re: [HELP] ReadWrite Float Address Memory

    Quote Originally Posted by minitech View Post
    Floats have different parts and are stored differently, so they're hard to work with like that - why do you need it? Maybe there's a better solution.
    well this game i play alot i always go afk to wait to heal, what i want to do is so when the health goes down it give this big alarm sayn some1 is attackn me so i dont die
    Last edited by LoGiCAnti; May 9th, 2010 at 09:28 PM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Re: [HELP] ReadWrite Float Address Memory

    bump plz

  5. #5
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: [HELP] ReadWrite Float Address Memory

    Well, if you know where to find Integer values, just write into a variable in your own process. No need to translate.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Re: [HELP] ReadWrite Float Address Memory

    Quote Originally Posted by minitech View Post
    Well, if you know where to find Integer values, just write into a variable in your own process. No need to translate.
    i got all the address n offset but i need 2 know how to put them in vb 2008 if that wat u meant, and i dont know how to put it in the vb 2008
    addres is :63DE70
    offset : dd8
    so wut would i do?
    Last edited by LoGiCAnti; May 10th, 2010 at 12:38 AM.

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [HELP] ReadWrite Float Address Memory

    Is this an online game?

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Re: [HELP] ReadWrite Float Address Memory

    Quote Originally Posted by Hack View Post
    Is this an online game?
    well yah? does that make a difference?

  9. #9
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: [HELP] ReadWrite Float Address Memory

    So you already have code that can find the process and write its memory. Instead of trying to extract a value, just write it to a variable in your own process.

    Is this actually against the rules of the forum? I'm not too clear on it.

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Re: [HELP] ReadWrite Float Address Memory

    Quote Originally Posted by minitech View Post
    So you already have code that can find the process and write its memory. Instead of trying to extract a value, just write it to a variable in your own process.

    Is this actually against the rules of the forum? I'm not too clear on it.
    well i dont think u understand me like the address is sever sided i dont wanta set the value, i just want to know when its low when im on utube like it just pops up "Hey Dumbass someone is killing you"

    for instants
    Code:
    If alaramvalue> (address + offset).value then
    form2.show
    form2.topmost  = true
    form2.label1.text = "Under Attack"
    AXVideoPlater.playurl(my.resources.attack)
    end if
    and the code wont read/write float address only 4byte and long so it just reads a float as 0

  11. #11
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: [HELP] ReadWrite Float Address Memory

    Quote Originally Posted by LoGiCAnti View Post
    well yah? does that make a difference?
    If it is a multi-player game (which it certainly seems to be), using any kind of programmatic assistance is very likely to be against the rules of the game (as well as being morally dubious).

    Assuming that it is against their rules, then our rules (see the Acceptable Use Policy link at the bottom of all VBForums pages) forbid discussing it.

    I am temporarily closing this thread, and I (or another moderator) will re-open it if you tell us via PM what the game is, and we find that what you want to do is acceptable.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width