+ Reply to Thread
Results 1 to 2 of 2

Thread: Addition to CWCHEAT if possible?

  1. #1
    Join Date
    Mar 2008
    Posts
    35
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0

    ICONA NEWS PSP Addition to CWCHEAT if possible?

    To weltall I was wondering if you could add another data type when you search for values wich would be unknown data type I understand that this could create many instances but I think I would be nice to have if you didnt exactly know what the data type was and it would be great for new to hacking codes so please if possible could you add unkown as a data type under value searches thanx weltall for this great program either way

  2. #2
    Join Date
    Aug 2006
    Posts
    346
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    4
    Quote Originally Posted by greazy View Post
    To weltall I was wondering if you could add another data type when you search for values wich would be unknown data type I understand that this could create many instances but I think I would be nice to have if you didnt exactly know what the data type was and it would be great for new to hacking codes so please if possible could you add unkown as a data type under value searches thanx weltall for this great program either way
    There already is search for unknown value. If you mean you're not sure what bit-type to use, then that's your problem really. It's easy to understand which one to use in which situation, and if you don't know what the value you're searching for is, that's when you use difference searching.

    FYI:
    8-bit = value is 0 to 255 (hex= 0 to FF)
    16-bit= 256 to 65535 (hex= 100 to FFFF)
    32-bit= 65536 to 4294967295 (hex= 10000 to FFFFFFFF)

    Helpful? I hope so.

    And this wouldn't be a terribly useful feature to anyone who knew what they're doing, and for that reason, and reasons of efficiency, it's extremely UNLIKELY that weltall would add it to cwcheat.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157