• Welcome to Valhalla Legends Archive.
 

0x50

Started by Tazo, May 01, 2004, 12:21 AM

Previous topic - Next topic

Tazo

I cant see what is wrong with my 0x50..

Public Sub Packet50()
   With PBuffer
       .InsertDWORD &H0
       .InsertNonNTString "68XIPXES"
       .InsertDWORD &H0
       .InsertDWORD &H0
       .InsertDWORD &H0
       .InsertDWORD &H480
       .InsertDWORD &H1033
       .InsertDWORD &H1033
       .InsertNTString "USA"
       .InsertNTString "United States"
       .SendPacket &H50
   End With
End Sub

ive looked at it countless times, any suggestions?

LordNevar

Could you supply and error code, so we know what were looking for.

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

Eric

At a quick glance, I notice you're missing your version byte.

Tuberload

Quote"Pray not for lighter burdens, but for stronger backs." -- Teddy Roosevelt
"Your forefathers have given you freedom, so good luck, see you around, hope you make it" -- Unknown

iago

Quote from: LoRd[nK] on May 01, 2004, 01:24 AM
At a quick glance, I notice you're missing your version byte.

Yes, I noticed that too. That's probably the problem.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Tazo

Oh ok nevermind, I wasn't parsing 0x50 right thanks

Stealth

Quote from: laurion on May 01, 2004, 07:22 AM
Oh ok nevermind, I wasn't parsing 0x50 right thanks

Not sending your version byte has absolutely nothing to do with parsing.
- Stealth
Author of StealthBot

Tazo

Quote from: Stealth on May 01, 2004, 01:49 PM
Quote from: laurion on May 01, 2004, 07:22 AM
Oh ok nevermind, I wasn't parsing 0x50 right thanks

Not sending your version byte has absolutely nothing to do with parsing.
it was that too  :P