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:

Cobbie
  • TTG Natural
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.
#2. Posted:
KillTrippy
  • Wise One
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
#3. Posted:
deary
  • Challenger
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
Learn shit yourself otherwise you'll get no where in life.
#4. Posted:
The-Rev
  • Rising Star
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 ;)
#5. Posted:
TCPIP
  • Powerhouse
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
deary 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. ]
#6. Posted:
4GEE-Mobile
  • Junior Member
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 ^
#7. Posted:
ip
  • Christmas!
Status: Offline
Joined: Dec 30, 201212Year Member
Posts: 3,778
Reputation Power: 3016
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:
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
#8. Posted:
deary
  • Challenger
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
Status: Offline
Joined: Dec 24, 200915Year Member
Posts: 113
Reputation Power: 4
danstaaa wrote
deary 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? :|
#9. Posted:
Cobbie
  • TTG Natural
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
#10. Posted:
Cobbie
  • TTG Natural
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 wrote
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


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.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.