Post: How to Set Lobby Timer C#
03-31-2014, 12:30 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Put this somewhere in your code:
    public static byte[] ReverseBytes(byte[] blah)
{
Array.Reverse(blah);
return blah;
}


Then just put this in a button:
    for (uint i = 0; i < 12; i++)
{//Thanks to Anera xD (ahem... Cod Real Time Editor) Happy
PS3.SetMemory(0x18ceea0 + (i * 4), ReverseBytes(BitConverter.GetBytes((int)this.YourNumericUpdownHere.Value)));
}


(Awesome face)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to BaSs_HaXoR for this useful post:

En3RGyMoDz, RTE, Sticky
04-01-2014, 06:07 PM #2
ByteSource
League Champion
Originally posted by HaXoR View Post
Put this somewhere in your code:
    public static byte[] ReverseBytes(byte[] blah)
{
Array.Reverse(blah);
return blah;
}


Then just put this in a button:
    for (uint i = 0; i < 12; i++)
{//Thanks to Anera xD (ahem... Cod Real Time Editor) Happy
PS3.SetMemory(0x18ceea0 + (i * 4), ReverseBytes(BitConverter.GetBytes((int)this.YourNumericUpdownHere.Value)));
}


(Awesome face)


Well this isnt that hard Winky Winky, but nice.
04-01-2014, 08:16 PM #3
Originally posted by Team
Well this isnt that hard Winky Winky, but nice.

Well, nothings hard if you already know how to do it. I'm just trying to help. I'm sure some people already know how to do this, but for those who don't...
04-02-2014, 11:33 PM #4
ByteSource
League Champion
Originally posted by HaXoR View Post
Well, nothings hard if you already know how to do it. I'm just trying to help. I'm sure some people already know how to do this, but for those who don't...


I understand, but like i said great job. People should really start learning on there own
04-03-2014, 12:20 PM #5
Originally posted by Team
I understand, but like i said great job. People should really start learning on there own

With all do respect, that was an ignorant comment. I didn't learn on my own, nor do I expect anyone else to either. Google, youtube, and forums are great places to learn. If that's the way you feel I'm sure your going to have a hard time learning yourself.
04-03-2014, 06:31 PM #6
ByteSource
League Champion
Originally posted by HaXoR View Post
With all do respect, that was an ignorant comment. I didn't learn on my own, nor do I expect anyone else to either. Google, youtube, and forums are great places to learn. If that's the way you feel I'm sure your going to have a hard time learning yourself.


I actually didnt mean it that way nor to offend anyone, i ment to say: people can and should learn with resources around.
I've learned with nothing but google and a couple of tuts. I've honestly have gotten about 5% help from people and 95% from the web. Giving sources can help and will help. but the thing im trying to say is get the source and convert it to something of your own work. Do you understand what im trying to say? but like i said i didnt mean to offend anyone.
04-04-2014, 12:30 AM #7
Originally posted by Team
I actually didnt mean it that way nor to offend anyone, i ment to say: people can and should learn with resources around.
I've learned with nothing but google and a couple of tuts. I've honestly have gotten about 5% help from people and 95% from the web. Giving sources can help and will help. but the thing im trying to say is get the source and convert it to something of your own work. Do you understand what im trying to say? but like i said i didnt mean to offend anyone.

Well, i appreciate you for clearing that up, usually ppl lash back. I don't fully understand what you mean by convert, but this is just a simple way to setmemory through a numericupdown for MW3 pre-game timer @ 4 different byte locations, and don't know how this could be found useful really anywhere else :/, but you never know. Smile

The following user thanked BaSs_HaXoR for this useful post:

sanzica
07-20-2014, 02:01 PM #8
Haxor this simple but for us noobs coding mostly just cut out and lap the functions, because we are noobs, but we like to Mods and wish to do our own tool, considering that 90% of respondents in NGU are noobs alike to me you are an example because if they just tools and tutorials for developers will be the first out of the hands NGU there is no goal here, not learn anything here.

thanks and sorry my bad engish

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo