Post: Anyone Know How Too Get 4 Bytes Working With Numeric Up and Down
08-02-2018, 02:02 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know how too get numeric up and down too work for 4 bytes?

Iv tried alot of ways but still cant figure it out :P

Im Trying too do this for MW3...

Any help would be appriciated

     decimal value = this.flatNumeric46.Value;
PS3.SetMemory(0x26FCBE2, BitConverter.GetBytes(Convert.ToInt32(value.ToString())));


     byte custombyte = Convert.ToByte(Convert.ToInt32(prestige12.Value));
PS3.SetMemory(0x12c00f34, new byte[] { 0x00, 0x00, 0x00, custombyte });
Last edited by SoloHoster ; 08-06-2018 at 06:01 PM.
08-02-2018, 09:28 PM #2
1UP
Banned
Originally posted by SoloHoster View Post
Does anyone know how too get numeric up and down too work for 4 bytes?

Iv tried alot of ways but still cant figure it out :P

Im Trying too do this for COD4 and MW3...

Any help would be appriciated


I am assuming you mean convert whatever is in the numeric updown to bytes?
You must login or register to view this content.
08-02-2018, 09:29 PM #3
Originally posted by 1UP View Post
I am assuming you mean convert whatever is in the numeric updown to bytes?
You must login or register to view this content.


i can do that but wont work for 4 bytes
08-02-2018, 09:32 PM #4
1UP
Banned
Originally posted by SoloHoster View Post
i can do that but wont work for 4 bytes


Well the selected number would have to be something would be 4 Bytes in length otherwise you are going to be padding it with zeros.
I am not really understanding what you are after. Post some code.
08-02-2018, 09:54 PM #5
Originally posted by 1UP View Post
Well the selected number would have to be something would be 4 Bytes in length otherwise you are going to be padding it with zeros.
I am not really understanding what you are after. Post some code.


Whats your Discord
08-02-2018, 10:17 PM #6
1UP
Banned
Originally posted by SoloHoster View Post
Whats your Discord


Just post it here.
08-03-2018, 07:00 PM #7
Originally posted by 1UP View Post
Just post it here.


Basic numeric code Happy
08-05-2018, 02:18 PM #8
Algebra
[move]mov eax, 69[/move]
Originally posted by SoloHoster View Post
Does anyone know how too get numeric up and down too work for 4 bytes?

Iv tried alot of ways but still cant figure it out :P

Im Trying too do this for COD4 and MW3...

Any help would be appriciated


Could you post some code examples so that people can try and understand what you are trying to accomplish. It's just how you are explaining it. I can't really understand.
08-05-2018, 02:19 PM #9
Originally posted by Malg0d View Post
Could you post some code examples so that people can try and understand what you are trying to accomplish. It's just how you are explaining it. I can't really understand.


pm me on discord
08-06-2018, 04:38 PM #10
1UP
Banned
Originally posted by SoloHoster View Post
Basic numeric code Happy


You should post something otherwise no one is going to be able to realistically help you.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo