das ganze wäre deutlich beeindruckender, wenn du nicht nur die _StringEncrypt funktion genutzt hättest :P
btw du bist hier in der coding sektion. wenn du hier programme postest, dann nur mit source. willst du releases posten, tuhe dies bitte im release thread.
das ganze wäre deutlich beeindruckender, wenn du nicht nur die _StringEncrypt funktion genutzt hättest :P
und das label nicht so sehr verschieben würdest, das original sah ordentlicher aus
€dit: uns source ist nicht nötig denke ich, hast es sicherlich schon gesehen und das gleiche bemerkt wie ich
@lolkop: schau dir pls an, 27 views und keine einzige antwort.
;====================================================
;============= Encryption Tool With GUI =============
;====================================================
; AutoIt version: 3.0.103
; Language: English
; Author: "Wolvereness"
;
; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------
#include <GUIConstantsEx.au3>
#include <String.au3>
;#include files for encryption and GUI constants
Opt('MustDeclareVars', 1)
_Main()
Func _Main()
Local $WinMain, $EditText, $InputLevel, $InputPass, $UpDownLevel
Local $EncryptButton, $DecryptButton, $string
#forceref $UpDownLevel
;~~
$WinMain = GUICreate('Encryption tool', 400, 400)
; Creates window
;~~
$EditText = GUICtrlCreateEdit('', 5, 5, 380, 350)
; Creates main edit
;~~
$InputPass = GUICtrlCreateInput('', 5, 360, 100, 20, 0x21)
; Creates the password box with blured/centered input
;~~
$InputLevel = GUICtrlCreateInput(1, 110, 360, 50, 20, 0x2001)
$UpDownLevel = GUICtrlSetLimit(GUICtrlCreateUpdown($InputLevel), 10, 1)
; These two make the level input with the Up|Down ability
;~~
$EncryptButton = GUICtrlCreateButton('Encrypt', 170, 360, 105, 35)
$DecryptButton = GUICtrlCreateButton('Decrypt', 285, 360, 105, 35)
; Encryption/Decryption buttons
;~~
GUICtrlCreateLabel('Password', 5, 385)
GUICtrlCreateLabel('Level', 110, 385)
; Simple text labels so you know what is what
;~~
GUISetState()
; Shows window
;~~
While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
ExitLoop
Case $EncryptButton
; When you press Encrypt
;~~
GUISetState(@SW_DISABLE, $WinMain)
; Stops you from changing anything
;~~
$string = GUICtrlRead($EditText)
; Saves the editbox for later
;~~
GUICtrlSetData($EditText, 'Please wait while the text is Encrypted/Decrypted.')
; Friendly message
;~~
GUICtrlSetData($EditText, _StringEncrypt(1, $string, GUICtrlRead($InputPass), GUICtrlRead($InputLevel)))
; Calls the encryption. Sets the data of editbox with the encrypted string
;~~
GUISetState(@SW_ENABLE, $WinMain)
; This turns the window back on
;~~
Case $DecryptButton
; When you press Decrypt
;~~
GUISetState(@SW_DISABLE, $WinMain)
; Stops you from changing anything
;~~
$string = GUICtrlRead($EditText)
; Saves the editbox for later
;~~
GUICtrlSetData($EditText, 'Please wait while the text is Encrypted/Decrypted.')
; Friendly message
;~~
GUICtrlSetData($EditText, _StringEncrypt(0, $string, GUICtrlRead($InputPass), GUICtrlRead($InputLevel)))
; Calls the encryption. Sets the data of editbox with the encrypted string
;~~
GUISetState(@SW_ENABLE, $WinMain)
; This turns the window back on
;~~
EndSwitch
WEnd
EndFunc ;==>_Main
[Release]Perfect RB Script 03/29/2010 - CO2 PServer Guides & Releases - 93 Replies After about a week of working on this I shall release a perfect RB script for 5165.
I went to the Conquer website and got the combination for every RB possible.
Well a lot of people are saying its not working.
Well this is pretty much just a base then I guess.
As dragon said, its easy enough to manipulate.
All credits go to me.
First you are going to Character.cs and search for:public byte PreviousJob
You are going to change that to public byte PreviousJob1
It will ask you something...
[Release][GC PH] Script and Char script 10/22/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 27 Replies Here's the Script and Char_script with yellow lines hope it helped paki crch2 na lang po kasi na delete ko ung crch2 ko if any problems paki post na lang agad
Credits to :handsdown::handsdown:Brian~ and Craymel:handsdown::handsdown:
Btw... pang range po yan pede rin ung jump attack(Down) ng Dk,ragna bolt,block attack ng Ak,jump attack ng lass ung iba ko pang d nsabi paki banggit na rin
[Release] Automaton Script 08/05/2009 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 10 Replies Ein kleines Script, entstanden aus reiner Langweile. Credits stehen drin.
Funktioniert überall wo auch Automaton funktioniert.
DOWNLOAD
Befehle:
gadd - Invitet dich in die Gilde des Ausgewählten Spielers. Der Spieler muss keine Invite Rechte haben noch muss der Gilden Leader on sein. Somit ist es möglich sich in JEDE Gilde zu inviten.
padd - Invitet dich in die Party des Ausgewählten Spielers. Der Spieler muss Lead sein ansonsten passiert nichts. Ist keine Party vorhanden wird eine...
[Release]3rd Reborn Script 06/28/2009 - CO2 PServer Guides & Releases - 8 Replies public void ReBorn3(byte ToJob)
{
try
{
{
if (Level == 121)
StatP += 40;
else if (Level == 122)
StatP += 50;
else if (Level == 123)
[release] script only 12/27/2007 - General Gaming Discussion - 0 Replies this hack is very glitchy.
useless hack or not...i dont know
this is
-1hit Ko
-Power User
-Sudden Death
what it does
(dont need to be master)