Register for your free account! | Forgot your password?

Go Back   elitepvpers > Off-Topics > Off Topic
You last visited: Today at 03:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



delphi problem

Discussion on delphi problem within the Off Topic forum part of the Off-Topics category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2011
Posts: 21
Received Thanks: 0
delphi problem

nabend,
wär jemand so nett mir bei folgendem problem zu helfen: An markierter stelle nimmt mein string nen nicht verfügbaren wert an, ich wüsste gern wiso und wie ich das ändern kann.

procedure tpascal.entschluesseln (Geheimtext: Tstrings; Klartext: Tstrings);
var
i,s,summe,laenge,v:integer;
klar,schluessel,g:string;
m,k:char;
begin
schluessel:= gibschluessel;
g:= geheimtext.text;
klar:=g;
s:=length(g);
laenge:=length(schluessel);
for i:=1 to length(g)div 2 do
schluessel:= schluessel+ schluessel[i];
while s>1 do begin
for i:=0 to laenge do begin
if s>1 then begin
v:= pascalzahl(s,1);
m:= klar[v mod length(g)];
k:= klar[s];
--> klar[v mod length(g)]:= k;
klar[s]:= m;
klar[s]:= chr((ord(klar[s])- ord(schluessel[s])+255)mod 255) ;
dec(s);
end;
end;
end;
showmessage(klar);
klartext.text:= klar;
end;
bscfeole is offline  
Reply

Tags
delphi


Similar Threads Similar Threads
DELPHI - Who make Exploits, Hacks and Tools with DELPHI?
05/15/2013 - CO2 Programming - 13 Replies
Hi all. Iwith DELPHI, but a dont now. hello, I use Delphi to program and i like someone put here source code of make Exploits, Hacks and Tools bot here, or part of the code. ty to all
[Delphi]Problem
09/19/2011 - General Coding - 1 Replies
Hi; i am making a injector with delphi here is the problem code DllInjectorByLinkinzs.dpr(3): E2029 Declaration expected but identifier 'DllInjectorByLinkinzs' found. who can help me??.
[DELPHI&METIN]Wie sind die Delphi Befehle für einen Bot?
03/07/2010 - General Coding - 3 Replies
Hallo liebe com, ich habe mal eine Frage: Ich möchte einen Metin Bot in Delphi schreiben aber ich weiß nicht die Befehle für eine bestimmte Taste senden etc. könnt ihr mir die pls sagen oder per pn geben MfGGGGGG



All times are GMT +1. The time now is 03:23.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.