BaSsHaXoR
Your not logged in!
BaSsHaXoR
Your not logged in!
BaSsHaXoR
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BaSsHaXoR

Gaming
 
HomePortalLatest imagesSearchRegisterLog in
Top posters
Admin (67)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
TeachMe (2)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
EaTthEC00kie (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
Hex_only (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
tony220171 (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
DJ107RX (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
ace812 (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
Cain532 (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
derek878 (1)
How to Set Lobby Timer for MW3 C# I_vote_lcapHow to Set Lobby Timer for MW3 C# I_voting_barHow to Set Lobby Timer for MW3 C# I_vote_rcap 
Keywords
tool
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 96 on Fri Jul 28, 2017 8:37 am
Latest topics

 

 How to Set Lobby Timer for MW3 C#

Go down 
AuthorMessage
Admin
Admin
Admin


Posts : 67
L337 R4NK : 201
R3p : 0
Join date : 2013-09-21
Age : 34
Location : https://www.youtube.com/BaSs_HaXoR

How to Set Lobby Timer for MW3 C# Empty
PostSubject: How to Set Lobby Timer for MW3 C#   How to Set Lobby Timer for MW3 C# I_icon_minitimeMon Mar 31, 2014 12:21 pm

Put this somewhere in your code:
Code:
public static byte[] ReverseBytes(byte[] blah)
        {
            Array.Reverse(blah);
            return blah;
        }

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

(;D)
Back to top Go down
http://www.3ncryp73d.com
 
How to Set Lobby Timer for MW3 C#
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
BaSsHaXoR :: PS3 :: PS3 Hacking-
Jump to: