Wicked Pather Script Help.

07/04/2011 02:45 brunob22#1
I wonder if this script is how to generate the sid User
--
Quote:
var
s, pid: tstringlist;
i, i2, i3: integer;
pck, id, id2: string;

procedure parse(s, delim: string; var test: TStringList);
var
p: integer;
z: string;
begin
z := s;
p := Pos(delim, z);
while p>0 do
begin
test.add(copy(z, 1, p-1));
delete(z, 1, p+length(delim)-1);
p := Pos(delim, z);
end;
if length(z)>0 then
test.add(z);
end;

procedure onCreate;
begin
s := tstringlist.create;
pid := tstringlist.create;
end;

begin
if pos('pid', _gBuf)>0 then
begin
s.clear;
parse(_gBuf, HStr('000D0A'), s);
for i:=0 to s.count-1 do
begin
pid.clear;
parse(s[i], '|', pid);
if pid[1]='C' then
begin
pid[6] := pid[6]+' - '+pid[2];
pck := '';
for i3:=0 to pid.count-1 do
pck := pck+pid[i3]+'|';
insert(pck, _gBuf, pos(s[i], _gBuf));
delete(_gBuf, pos(s[i], _gBuf), length(s[i]));
end;
end;
_gBuf := _gBuf;
end;
end.
could someone help me?
07/04/2011 03:05 got2beAoutlaw#2
doesn't seem very likely to me.
whats the script called you took it from?
i cant assure you that it isnt the right script since i only know very limited coding.
07/04/2011 04:16 brunob22#3
I wanted a script that shows the User sid
07/04/2011 11:39 Serraniel#4
Why? to get into their account?
07/04/2011 14:41 -kotsios-#5
Quote:
Originally Posted by gähn View Post
Why? to get into their account?
yeah i think it too...but i dont thing anyone from here can help him...
07/04/2011 18:09 brunob22#6
and more or less so I had an account hacked. and I know that has the logs in the sid
==
sorry my ingles