Post: C# help
08-01-2014, 07:54 PM #1
1austin112
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); So im making a huge tool for multiple games, can anyone explain why when i try to set the time it sets as seconds?(its for cod btw) like i can type 60 in the numericUpDown box and when i hit send its 1 minute, i tested it and put 28800 in the field and it sent 8 hours, so i know its only setting in seconds. Can someone help me out?
(adsbygoogle = window.adsbygoogle || []).push({});
08-02-2014, 11:49 PM #2
xErotic
I am error
change the value of the numericUpDown in properties
08-03-2014, 01:36 AM #3
1austin112
League Champion
Originally posted by ImErotic View Post
change the value of the numericUpDown in properties


I thought of that, ive tried changing that but it didnt really help
08-13-2014, 10:56 AM #4
04jberry
whoo piece of candy!!!
Originally posted by 1austin112 View Post
I thought of that, ive tried changing that but it didnt really help


dunno if you have done this yet but you could try
    public void Multiply()
{
int seconds;
if (int.TryParse("60", out seconds))
{
int mins = (int)numericUpDown1.Value;
int total = mins * seconds;
PS3.Extension.WriteInt32(0x1012d294, (int)total);
}
}


obviously change the offset though Smile
08-13-2014, 06:59 PM #5
1austin112
League Champion
Originally posted by 04jberry View Post
dunno if you have done this yet but you could try
    public void Multiply()
{
int seconds;
if (int.TryParse("60", out seconds))
{
int mins = (int)numericUpDown1.Value;
int total = mins * seconds;
PS3.Extension.WriteInt32(0x1012d294, (int)total);
}
}


obviously change the offset though Smile


i was actually able to get it with some help of someone, the way i got works for all the cods besides mw3 and bo1 :/ so ima hope this works for those two

The following user thanked 1austin112 for this useful post:

04jberry
08-19-2014, 04:05 AM #6
04jberry
whoo piece of candy!!!
Originally posted by 1austin112 View Post
i was actually able to get it with some help of someone, the way i got works for all the cods besides mw3 and bo1 :/ so ima hope this works for those two


did it work?
12-20-2014, 10:53 AM #7
XIUD
Banned
i guess he fixed it by now

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo