You are viewing our Forum Archives. To view or take place in current topics click here.
#321. Posted:
ImGiraffe
  • TTG Undisputed
Status: Offline
Joined: Feb 28, 201014Year Member
Posts: 5,229
Reputation Power: 224
Status: Offline
Joined: Feb 28, 201014Year Member
Posts: 5,229
Reputation Power: 224
Dubstyle wrote Has anyone thought that the numbers are in a order of a topic that is a very old topic?
I think those were for stage one?
#322. Posted:
Slyestcat
  • Gold Member
Status: Offline
Joined: Aug 28, 201013Year Member
Posts: 2,498
Reputation Power: 5231
Status: Offline
Joined: Aug 28, 201013Year Member
Posts: 2,498
Reputation Power: 5231
hippie wrote

        getdatintyo()
        {
            c++;
            return c;
        }

        z - getdatintyo()



Hint #1 Enjoy!


Looks like you've made a loop.
#323. Posted:
hippie
  • 5000 Thanks
Status: Offline
Joined: Dec 31, 200815Year Member
Posts: 1,049
Reputation Power: 1918
Motto: kids think hippie's 7 foot tall, eats glass and shits lightning -"Dimebag"
Motto: kids think hippie's 7 foot tall, eats glass and shits lightning -"Dimebag"
Status: Offline
Joined: Dec 31, 200815Year Member
Posts: 1,049
Reputation Power: 1918
Motto: kids think hippie's 7 foot tall, eats glass and shits lightning -"Dimebag"

        foreach (byte z in data)
           {
               yolo.Add((byte)(z - getdatintyo()));
           }

        public int getdatintyo()
        {
            c++;
            return c;
        }

#324. Posted:
Mikey
  • Blind Luck
Status: Offline
Joined: Jun 22, 201112Year Member
Posts: 7,773
Reputation Power: 3100
Status: Offline
Joined: Jun 22, 201112Year Member
Posts: 7,773
Reputation Power: 3100
hippie wrote

        foreach (byte z in data)
           {
               yolo.Add((byte)(z - getdatintyo()));
           }

        public int getdatintyo()
        {
            c++;
            return c;
        }



"yolo.Add"

Hippie, how could you add such a horrible word ;~;
#325. Posted:
Nodus
  • Retired Staff
Status: Offline
Joined: Apr 08, 201212Year Member
Posts: 1,854
Reputation Power: 2577
Status: Offline
Joined: Apr 08, 201212Year Member
Posts: 1,854
Reputation Power: 2577
hippie wrote

        foreach (byte z in data)
           {
               yolo.Add((byte)(z - getdatintyo()));
           }

        public int getdatintyo()
        {
            c++;
            return c;
        }




hippie I hate you so much!

On topic:WizCon is annoying.
#326. Posted:
r00t
  • Administrator
Status: Offline
Joined: May 18, 201112Year Member
Posts: 16,357
Reputation Power: 24341
Status: Offline
Joined: May 18, 201112Year Member
Posts: 16,357
Reputation Power: 24341
Here's an ugly Python program I wrote to manipulate the hex data. Not even going to try to explain it.

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

I haven't used anything from the hint(s). I'll incorporate them sometime I guess maybe. You can do it manually.

hippie = input("Hex: ").split()
poopy = int(input("Shift: "))
stank = ""
for smells in range (len(hippie)):
   stank += (hex((int(hippie[smells],16) + poopy))).split('x')[1] + " "
print(stank)

hurrdurr pyfon
#327. Posted:
Ever
  • 1000 Thanks
Status: Offline
Joined: Mar 10, 201311Year Member
Posts: 6,134
Reputation Power: 546
Status: Offline
Joined: Mar 10, 201311Year Member
Posts: 6,134
Reputation Power: 546
r00t wrote Here's an ugly Python program I wrote to manipulate the hex data. Not even going to try to explain it.

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

I haven't used anything from the hint(s). I'll incorporate them sometime I guess maybe. You can do it manually.

hippie = input("Hex: ").split()
poopy = int(input("Shift: "))
stank = ""
for smells in range (len(hippie)):
   stank += (hex((int(hippie[smells],16) + poopy))).split('x')[1] + " "
print(stank)

hurrdurr pyfon



Yeah still lost as what to do. Obviously I'm not fit for a Wizard.

But I'm ready to see a winner already!
#328. Posted:
Rivaldo
  • TTG Senior
Status: Offline
Joined: Dec 17, 201211Year Member
Posts: 1,180
Reputation Power: 54
Status: Offline
Joined: Dec 17, 201211Year Member
Posts: 1,180
Reputation Power: 54
When I first saw this topic, I was like 'Oh boy! I might get the wizard badge.'
lolno.
#329. Posted:
Thlack
  • Wise One
Status: Offline
Joined: Jul 26, 201310Year Member
Posts: 567
Reputation Power: 14
Status: Offline
Joined: Jul 26, 201310Year Member
Posts: 567
Reputation Power: 14
Still confused. I haven't tried anything since Tuesday and I am just letting the real geniuses get to work.
#330. Posted:
Dine
  • Gold Gifter
Status: Offline
Joined: Oct 08, 201112Year Member
Posts: 2,209
Reputation Power: 117
Status: Offline
Joined: Oct 08, 201112Year Member
Posts: 2,209
Reputation Power: 117
NouCamp wrote When I first saw this topic, I was like 'Oh boy! I might get the wizard badge.'
lolno.


Lol yup thats what I said.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.