You are viewing our Forum Archives. To view or take place in current topics click here.
Does anyone know how to check if a hv is clean or not?
Posted:

Does anyone know how to check if a hv is clean or not?Posted:

GhostsXpLobbies
  • New Member
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
I need help checking if a hv is clean. Does anybody know how to do it?


Aim: stevenscheck or reply to this topic if you know how to do it.
#2. Posted:
ip
  • TTG Contender
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Take it out. Rinse under water. Wipe and dry.

That should make it clean.
#3. Posted:
GhostsXpLobbies
  • New Member
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Logs wrote Take it out. Rinse under water. Wipe and dry.

That should make it clean.


I did that seven times already.
#4. Posted:
Venom-Craft
  • Junior Member
Status: Offline
Joined: Aug 31, 201310Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Aug 31, 201310Year Member
Posts: 85
Reputation Power: 3
There is no way to check unless you know how to actually reverse the changes made by Xebuild. You can open the HV in IDA Pro and look at it but if you don't know how to clean it yourself, you won't know if its clean or not.
#5. Posted:
GhostsXpLobbies
  • New Member
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Venom-Craft wrote There is no way to check unless you know how to actually reverse the changes made by Xebuild. You can open the HV in IDA Pro and look at it but if you don't know how to clean it yourself, you won't know if its clean or not.


do you know how to put the kv onto a jtag and use it there?
#6. Posted:
chrispro1994
  • Powerhouse
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
There is no "check" so to say, the only way to find out is to try it out. If you connect, clean. If you get banned, dirty.
No one will help you, trust me.
People may educate you on how its done, but no one will actually help you do the work. Theres a ton more than just comparing hv's in a hex editor. My advice, learn C++, then learn PPC. If already known, start reversing the challenge. Once done, you should know what to do.
#7. Posted:
GhostsXpLobbies
  • New Member
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
chrispro1994 wrote There is no "check" so to say, the only way to find out is to try it out. If you connect, clean. If you get banned, dirty.
No one will help you, trust me.
People may educate you on how its done, but no one will actually help you do the work. Theres a ton more than just comparing hv's in a hex editor. My advice, learn C++, then learn PPC. If already known, start reversing the challenge. Once done, you should know what to do.


How do I put it on my jtag to see if it is banned or not?
#8. Posted:
ip
  • 2 Million
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Like Chris said above. No one will do the work for you. They may tell you where to get started. But, no one will actually tell you what to do.
#9. Posted:
GhostsXpLobbies
  • New Member
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Nov 10, 201310Year Member
Posts: 20
Reputation Power: 0
Logs wrote Like Chris said above. No one will do the work for you. They may tell you where to get started. But, no one will actually tell you what to do.


ok can someone tell me where to get started on how to check if the hv i have is banned or not?
#10. Posted:
chrispro1994
  • Powerhouse
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
GhostsXpLobbies wrote
Logs wrote Like Chris said above. No one will do the work for you. They may tell you where to get started. But, no one will actually tell you what to do.


ok can someone tell me where to get started on how to check if the hv i have is banned or not?

Like i said, learn C++. Hook the XeKeysExecute to get patched in a dashlaunch plugin. Inside of the function allocate the memory for the hv, and simply use ReadFile() for the hv.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.