You are viewing our Forum Archives. To view or take place in current topics click here.
#321. Posted:
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?
- 0useful
- 0not useful
#322. Posted:
Status: Offline
Joined: Aug 28, 201014Year Member
Posts: 2,498
Reputation Power: 5231
Status: Offline
Joined: Aug 28, 201014Year 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.
- 0useful
- 0not useful
#323. Posted:
Status: Offline
Joined: Dec 31, 200816Year 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, 200816Year 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;
}
- 6useful
- 0not useful
#324. Posted:
Status: Offline
Joined: Jun 22, 201113Year Member
Posts: 7,773
Reputation Power: 3100
Status: Offline
Joined: Jun 22, 201113Year 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 ;~;
- 2useful
- 0not useful
#325. Posted:
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.
- 0useful
- 2not useful
#326. Posted:
Status: Offline
Joined: May 18, 201113Year Member
Posts: 16,419
Reputation Power: 24471
Status: Offline
Joined: May 18, 201113Year Member
Posts: 16,419
Reputation Power: 24471
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.
hurrdurr pyfon
[ 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
- 11useful
- 0not useful
#327. Posted:
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!
- 1useful
- 0not useful
#328. Posted:
Status: Offline
Joined: Dec 17, 201212Year Member
Posts: 1,180
Reputation Power: 54
Status: Offline
Joined: Dec 17, 201212Year 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.
lolno.
- 4useful
- 0not useful
#329. Posted:
Status: Offline
Joined: Jul 26, 201311Year 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.
- 0useful
- 0not useful
#330. Posted:
Status: Offline
Joined: Oct 08, 201113Year Member
Posts: 2,209
Reputation Power: 117
Status: Offline
Joined: Oct 08, 201113Year 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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.