|
-
May 9th, 2010, 03:37 PM
#1
Thread Starter
Lively Member
[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
-
May 9th, 2010, 05:25 PM
#2
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.
-
May 9th, 2010, 06:15 PM
#3
Thread Starter
Lively Member
Re: [HELP] ReadWrite Float Address Memory
 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
Last edited by LoGiCAnti; May 9th, 2010 at 09:28 PM.
-
May 9th, 2010, 09:26 PM
#4
Thread Starter
Lively Member
Re: [HELP] ReadWrite Float Address Memory
-
May 9th, 2010, 09:42 PM
#5
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.
-
May 10th, 2010, 12:18 AM
#6
Thread Starter
Lively Member
Re: [HELP] ReadWrite Float Address Memory
 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?
Last edited by LoGiCAnti; May 10th, 2010 at 12:38 AM.
-
May 10th, 2010, 06:12 AM
#7
Re: [HELP] ReadWrite Float Address Memory
-
May 10th, 2010, 09:15 AM
#8
Thread Starter
Lively Member
Re: [HELP] ReadWrite Float Address Memory
 Originally Posted by Hack
Is this an online game?
well yah? does that make a difference?
-
May 10th, 2010, 02:47 PM
#9
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.
-
May 10th, 2010, 04:21 PM
#10
Thread Starter
Lively Member
Re: [HELP] ReadWrite Float Address Memory
 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
-
May 10th, 2010, 05:10 PM
#11
Re: [HELP] ReadWrite Float Address Memory
 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.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|