Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 08-03-2005, 04:31 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Thumbs up Code cracker

alias code { if (!$dialog(code)) { dialog -m code code } }
dialog code {
title "Code Cracker"
size -1 -1 381 103
option dbu
edit "", 1, 2 12 285 10, multi, autohs
edit "", 2, 2 25 285 10, multi, autohs
edit "", 3, 2 38 285 10, read autohs
button "Encode", 4, 290 12 37 12
button "Decode", 5, 290 25 37 12
button "Clear", 6, 290 38 37 12, default
box "Coder", 7, 0 1 329 102
box "NOTE", 8, 0 50 329 56
text "Only the code in the () (brackets) of $encode/$decode(coded text,m) is need in the encode/decode edit bars. ie:hi this is just a test to see if the code gets encoded or aGkgdGhpcyBpcyBqdXN0IGEgdGVzdCB0byBzZWUgaWYgdGhlIG NvZGUgZ2V0cyBlbmNvZGVkLg==.If anything other then plain text or coded text is put ,ie:$encode(encode this txt,m),then it will not function properly.So ONLY! plain text or coded text can be put in the edit bar.Also you must encode/decode text/code before saying or echoing", 9, 3 57 322 44
box "action buttons", 10, 328 1 53 102
button "Say Encode", 11, 330 12 49 12
button "Echo Encode", 12, 330 25 49 12
button "Say Decode ", 13, 330 38 49 12
button "Echo Decode", 14, 330 51 49 12
button "Close Code Cracker", 17, 330 64 49 37, flat multi ok cancel
}
on *:dialog:*:*:*:{
if ($dname == code) {
if ($devent == init) {
did -ra code 1 %encode
did -ra code 2 %decode
echo -a 8***4-=[7 Code Cracker Opened 4]=-8***
}
if ($devent == sclick) {
if ($did == 4) {
set %encoded $encode(%encode,m)
did -ra code 3 %encoded
}
if ($did == 5) {
set %decoded $decode(%decode,m)
did -ra code 3 %decoded
}
if ($did == 6) {
unset %encode
unset %decode
unset %encoded
unset %decoded
did -r code 1
did -r code 2
did -r code 3
}
if ($did == 11) {
if (%encoded != $null) {
if ($status == connected) {
msg $active %encoded
}
else {
echo -a 8***4-=[7 Your not connected to a server 4]=-8***
}
}
}
if ($did == 12) {
if (%encoded != $null) {
echo -a %encoded
}
}
if ($did == 13) {
if (%decode != $null) {
if ($status == connected) {
msg $active $iif(%decoded == $null,halt,%decoded)
}
else {
echo -a 8***4-=[7 Your not connected to a server 4]=-8***
}
}
}
if ($did == 14) {
if (%decoded != $null) {
echo -a %decoded
}
}
if ($did == 17) {
dialog -x code code
echo -a 8***4-=[7 Code Cracker Closed 4]=-8***
}
}
if ($devent == edit) {
if $did(1) {
set %encode $did(1)
}
if $did(2) {
set %decode $did(2)
}
}
}
}
Reply With Quote
  #2  
Old 25-06-2007, 01:13 AM
Veland's Avatar
Veland Veland est déconnecté
Registered User
 
Join Date: Jun 2005
Location: Valinor, Lothlórien
Posts: 142
Veland is on a distinguished road
Send a message via ICQ to Veland
Re: Code cracker

You should have given heed for the script to check if the text boxes are NULL or not before displaying the results.
__________________
Assaad
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
code 71 instead of 03 Thugilex Phones - PDAs - PALMs - iMates -etc... 16 26-10-2005 07:56 PM
Microsoft Confirms Code Execution Hole in IE Thugilex Technical Forum, Technical Aspects and Information 2 04-07-2005 04:34 PM
Cracker is now BABA Cracker WildMan The Lounge 25 03-04-2005 07:04 AM
Code for Sex Out Jokes Daily Told , One Liners, And Adult 0 06-03-2005 10:20 PM
Bye Cracker, Welcome Cracker BilKill The Lounge 11 25-02-2005 07:18 PM

All times are GMT. The time now is 07:17 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network