Author Topic: So if this is it where does it go?  (Read 1397 times)

0 Members and 1 Guest are viewing this topic.

Taxman

  • Klass Klown
  • ***
  • Posts: 292
    • View Profile
    • megacheatz
So if this is it where does it go?
« on: May 12, 2013, 02:09:30 pm »
Stride:
Quote
16
Skin n? 1:
Quote
(NumVertices ==  2054 && PrimitiveCount == 2469)
(NumVertices ==  1256 && PrimitiveCount == 1306)
Skin n? 2:
Quote
(NumVertices ==  2834 && PrimitiveCount == 4528)
(NumVertices ==  617 && PrimitiveCount == 1097)
(NumVertices ==  1545 && PrimitiveCount == 2166)
Skin n? 3:
Quote
(NumVertices ==  1648 && PrimitiveCount == 2718)
(NumVertices ==  2016 && PrimitiveCount == 1588)
(NumVertices ==  1648 && PrimitiveCount == 2718)
(NumVertices ==  2288 && PrimitiveCount == 2792)
Skin n? 4:
Quote
(NumVertices ==  675 && PrimitiveCount == 1146)
(NumVertices ==  2081 && PrimitiveCount == 3798)
(NumVertices ==  1647 && PrimitiveCount == 2710)
(NumVertices ==  1718 && PrimitiveCount == 2916)
(NumVertices ==  675 && PrimitiveCount == 1146)
(NumVertices ==  868 && PrimitiveCount == 1378)
(NumVertices ==  866 && PrimitiveCount == 1292)
Skin n? 5:
Quote
(NumVertices ==  1524 && PrimitiveCount == 2590)
(NumVertices ==  1876 && PrimitiveCount == 2717)
(NumVertices ==  2242 && PrimitiveCount == 3534)
(NumVertices ==  1522 && PrimitiveCount == 2590)
(NumVertices ==  1173 && PrimitiveCount == 1724)
(NumVertices ==  977 && PrimitiveCount == 1107)

Where do i copy and paste this shit?
Teamspeak 3 Status: Online

connection:

212.187.209.62:9169

AUTO CHAMBER OWNS AUTO BLOCK!

http://megacheatz.net

c5

  • Online Villain
  • ***
  • Posts: 174
    • View Profile
Re: So if this is it where does it go?
« Reply #1 on: May 12, 2013, 02:42:50 pm »
Hook drawIndexedPrimitive and match that stuff with the parameters that its called with, if there's a match, you have what you are looking for - do what you want from there on (apply a shader/texture, wireframe it, whatever..)  :icon_thumbsup
How do I makes hax?!

Taxman

  • Klass Klown
  • ***
  • Posts: 292
    • View Profile
    • megacheatz
Re: So if this is it where does it go?
« Reply #2 on: May 12, 2013, 03:36:30 pm »
So under this:


Uploaded with ImageShack.us
Jusat contine on from IF (Num bla bla right?
Teamspeak 3 Status: Online

connection:

212.187.209.62:9169

AUTO CHAMBER OWNS AUTO BLOCK!

http://megacheatz.net

c5

  • Online Villain
  • ***
  • Posts: 174
    • View Profile
Re: So if this is it where does it go?
« Reply #3 on: May 12, 2013, 05:21:40 pm »
Yep,

Code: [Select]
if ((Stride == 16) && ((NumVertices ==  2054 && PrimitiveCount == 2469) || (NumVertices ==  1256 && PrimitiveCount == 1306) || etc..))
How do I makes hax?!

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: So if this is it where does it go?
« Reply #4 on: May 12, 2013, 11:21:47 pm »
(NumVertices ==  675 && PrimitiveCount == 1146)

(NumVertices ==  675 && primCount == 1146)

etc etc

plenty of tutorials around tax , have a look for some.


EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Taxman

  • Klass Klown
  • ***
  • Posts: 292
    • View Profile
    • megacheatz
Re: So if this is it where does it go?
« Reply #5 on: May 13, 2013, 07:56:41 am »
Thanks guys  :icon_thumbsup .
Teamspeak 3 Status: Online

connection:

212.187.209.62:9169

AUTO CHAMBER OWNS AUTO BLOCK!

http://megacheatz.net