[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:afrog:
PS i use vb 2008
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.
Re: [HELP] ReadWrite Float Address Memory
Quote:
Originally Posted by
minitech
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
Re: [HELP] ReadWrite Float Address Memory
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.
Re: [HELP] ReadWrite Float Address Memory
Quote:
Originally Posted by
minitech
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?
Re: [HELP] ReadWrite Float Address Memory
Re: [HELP] ReadWrite Float Address Memory
Quote:
Originally Posted by
Hack
Is this an online game?
well yah? does that make a difference?
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.
Re: [HELP] ReadWrite Float Address Memory
Quote:
Originally Posted by
minitech
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
Re: [HELP] ReadWrite Float Address Memory
Quote:
Originally Posted by
LoGiCAnti
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.