You are viewing our Forum Archives. To view or take place in current topics click here.
XRPC Program C# Help?
Posted:
XRPC Program C# Help?Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Hey guys i'm looking for the C# codes for XRPC for these two things:
1 - Red Boxes
2 - Laser
Plus rep for help.
1 - Red Boxes
2 - Laser
Plus rep for help.
#2. Posted:
Status: Offline
Joined: Aug 06, 201212Year Member
Posts: 514
Reputation Power: 42
Status: Offline
Joined: Aug 06, 201212Year Member
Posts: 514
Reputation Power: 42
JMC wrote Hey guys i'm looking for the C# codes for XRPC for these two things:
1 - Red Boxes
2 - Laser
Plus rep for help.
Find them yourself if your making a program find everything yourself no one is going to spoon feed you
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
Learn shit yourself otherwise you'll get no where in life.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 27, 201212Year Member
Posts: 783
Reputation Power: 44
Status: Offline
Joined: Jul 27, 201212Year Member
Posts: 783
Reputation Power: 44
Well I would help if I knew what game it was for
But I do agree with the others, you won't get anywhere if you just constantly ask & not try and figure stuff out for yourself ;)
But I do agree with the others, you won't get anywhere if you just constantly ask & not try and figure stuff out for yourself ;)
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
#6. Posted:
Status: Offline
Joined: Dec 22, 201212Year Member
Posts: 98
Reputation Power: 4
Status: Offline
Joined: Dec 22, 201212Year Member
Posts: 98
Reputation Power: 4
Laser:
0x82104093
Believe you Nop it can't remember ... {60, 00, 00, 00}
Red boxes :
void RedBox(int Client)
{
Console.SetMemory(getPlayerState(Client) + 0x10, BitConverter.GetBytes(0x10));
}
Thanks const :p ^
0x82104093
Believe you Nop it can't remember ... {60, 00, 00, 00}
Red boxes :
void RedBox(int Client)
{
Console.SetMemory(getPlayerState(Client) + 0x10, BitConverter.GetBytes(0x10));
}
Thanks const :p ^
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Dec 30, 201212Year Member
Posts: 3,778
Reputation Power: 3016
Well, for what game would help. If it is for Modern Warfare 2,
use this
RedBoxes:
Laser:
use this
RedBoxes:
void RedBox(int Client)
{
Console.OR_UInt32(getPlayerState(Client) + 0x10, 0x10);
}
private void redBoxMW2(uint clientMW2)
{
byte[] data = new byte[] { Convert.ToByte(0x10) };
Jtag.xbCon.DebugTarget.SetMemory(this.getPlayerStateMW2(clientMW2) + 0x13, 1, data, out act);
}
Laser:
0x82104093
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
danstaaa wrotedeary wrote Learn **** yourself otherwise you'll get no where in life.
wants to know simple code... so he wont get anywhere in life?
[ Register or Signin to view external links. ]
Well if he did some research, he would be able to find the offset's in ida rather than just asking for them, doing things by yourself will help a lot when it comes to coding, if he can't find simple offsets then why the **** is he making a program? :|
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Wow half of the codes in my program I have looked for and found.
This is meant to be a community and you all act like kids. Apart from these people who actually helped thanks.
4GEE-Mobile
-Amped
danstaaa
Last edited by Cobbie ; edited 1 time in total
This is meant to be a community and you all act like kids. Apart from these people who actually helped thanks.
4GEE-Mobile
-Amped
danstaaa
Last edited by Cobbie ; edited 1 time in total
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201212Year Member
Posts: 980
Reputation Power: 47
Unverified_V2 wroteJMC wrote Hey guys i'm looking for the C# codes for XRPC for these two things:
1 - Red Boxes
2 - Laser
Plus rep for help.
Find them yourself if your making a program find everything yourself no one is going to spoon feed you
Most of the codes I have looked for and found its just an off chance I could not find these and your sat behind you're PC crying at me.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.