Question help with string

puming

New member
Joined
Feb 27, 2014
Messages
2
Programming Experience
1-3
So I need help with this string. I need to change it from this
VB.NET:
->map: mp_backlot
->num score ping guid                             name            lastmsg address               qport rate
->--- ----- ---- -------------------------------- --------------- ------- --------------------- ----- -----
->  2 
->   20 
->  58 
->9fd04d31bxxxxxxxxxxxfde26fdxx2a0 
->VirginSnatcher
-> 
-> 
->      0 
->78.xx.xx.xxx:-13899
-> 
-> 
-> 
->-28621
-> 25000
->
->  3 
->   33 
->  25 
->566a851bd2ff9aexxxxxxxxxb4x****6 
->Heisenberg
-> 
-> 
-> 
-> 
-> 
-> 
->      0 
->84.119.xxx.xx:28960
-> 
-> 
-> 
->31261
-> 25000
->
->  5 
->    0 
-> 113 
->6a34ab108dxxx6fxxx6dccecxxxe6258 
->TROLL Twist
-> 
-> 
-> 
-> 
-> 
->      0 
->85.76.xx.xxx:14134
-> 
-> 
-> 
-> 
->-4062
-> 25000
->
->  6 
->   20 
->  63 
->67axxxc0f4xxx00xxxx187cc782xxxx 
->DREAMzje
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
->      0 
->176.97.xxx.xxx:28960
-> 
-> 
->28704
-> 25000
->
->  8 
->   18 
->  49 
->3191807766c7968exxxxxxe7f24xxxxx 
->Go.oD
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
->      0 
->92.129.xxx.xx:28960
-> 
-> 
-> 
-> 8663
-> 25000
->
-> 11 
->    5 
->  20 
->f9xxcxxdxxxx6ed45f379487xxxxxxxx 
->Jeremi
-> 
-> 
-> 
-> 
->      0 
->188.xxx.xx.141:28960
-> 
-> 
->-6228
-> 25000
->
-> 14 
->   15 
->  28 
->1fcb5xxxx22xxx15xxx30a1xxdxxxxxx 
->Swe.Smile*
-> 
-> 
-> 
-> 
-> 
-> 
->      0 
->81.xxx.xxx.125:-3977
-> 
-> 
->19918
-> 25000
->
-> 16 
->   15 
->  87 
->742c284fxxxx0e8xxxx1aeda4d6xxxxx 
->@@Virus
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
-> 
->      0 
->46.xxx.xxx.187:28960
-> 
-> 
->-29535
-> 25000
->
->

to this

VB.NET:
map: mp_citystreets
num score ping guid                             name            lastmsg address               qport rate
--- ----- ---- -------------------------------- --------------- ------- --------------------- ----- -----
  3     5   32 e09fxxxbd490c2b561axxx07xxxxxxxx jaman              0 79.xxx.xx.xxx:28960   -20509 25000
  4     0   35 f4608fbaxxxef9bxxxx46xxxaxx1xxxx papa                0 62.xx.xx.xx:28960    -3709 25000

I have no clue how to do it.i need to convert it from one format to another Can somebody help me please? If somebody can help me I'll be appreciative. Thanks so much.
 
Last edited:
Back
Top