| Author |
Message |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Fri Jun 17, 2005 4:06 pm Subject: RC4 Encryption |
I get it working after I run it the 1st time & save the password.
I load 1st gui encrypt password & save it 2 an *.ini file then when I load 2nd gui it decrypts the password & shows it ... |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Fri Jun 17, 2005 12:36 am Subject: RC4 Encryption |
I used the last version of the encryption code & added Gui's so I could save it already encrypted in a *.ini file + change the password from time to time.
I made 1 gui to type in & then thr ... |
Topic: Halo Script cleaning and Timers help |
d3m0n1x
Replies: 22
Views: 1723
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 11:36 pm Subject: Halo Script cleaning and Timers help |
So Chris that will help if I press "Alt + Shift + NumPad1" right? but now what about the other keys? Was hoping 2 use !Alt + Shift + NumPad" 2 Ban ppl then "Ctrl + Shift + NumPad" keys 2 Kick ppl.
... |
Topic: Halo Script cleaning and Timers help |
d3m0n1x
Replies: 22
Views: 1723
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 10:41 pm Subject: Halo Script cleaning and Timers help |
Only noticed now that there was a mistake in the following code:
!$Numpad1::Send Password SV_BAN(1)
!$Numpad2::Send Password SV_BAN(2)
!$Numpad3::Sen ... |
Topic: Halo Script cleaning and Timers help |
d3m0n1x
Replies: 22
Views: 1723
|
Forum: Ask for Help Posted: Thu Jun 16, 2005 9:53 pm Subject: Halo Script cleaning and Timers help |
Tx Chris but the wierd thing is I tried
!+$Numpad1::Send Password SV_BAN(10)
but it doesn't work.
I press the keys but nothing happens. |
Topic: Password on a script? |
d3m0n1x
Replies: 28
Views: 3079
|
Forum: Ask for Help Posted: Wed Jun 15, 2005 1:54 am Subject: Password on a script? |
Try this:
Code:
Password = pass
InputBox, InputPass, User Authentication, Enter Password:
If ErrorLevel = 1 ;Cancel Pressed
{
MsgBox, 48, Cancel, User cancelled`, s ... |
Topic: Halo Script cleaning and Timers help |
d3m0n1x
Replies: 22
Views: 1723
|
Forum: Ask for Help Posted: Tue Jun 14, 2005 3:33 pm Subject: Halo Script cleaning and Timers help |
I was just wondering about this part of the script :
!$Numpad1::Send Password SV_BAN(1)
!$Numpad2::Send Password SV_BAN(2)
!$Numpad3::Send Password S ... |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Sat Jun 11, 2005 8:08 pm Subject: RC4 Encryption |
Tx This code came in handy & it works.
Although u still have 2 click on the Edit Box after clicking CheckBox 4 it 2 Show/Hide Password it's still better than b4.  |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Fri Jun 10, 2005 7:19 pm Subject: RC4 Encryption |
Something like this
NoRCONPassFound = RCON
EnterRCONPass = Please enter New Password.
iniread, RemRCONPass, SETTINGS.INI,Remember,RCONPass,0
iniread, RCONPass, SETTINGS.INI, DATA, ... |
Topic: Password on a script? |
d3m0n1x
Replies: 28
Views: 3079
|
Forum: Ask for Help Posted: Fri Jun 10, 2005 4:17 am Subject: Password on a script? |
| I c ... but in my case it would still b better 2 save it 2 a different file coz like i said a few of my clan members & i use the same RCON password & sometimes the password is changed. So thou ... |
Topic: Auto-MouseClick |
d3m0n1x
Replies: 10
Views: 5003
|
Forum: Scripts & Functions Posted: Fri Jun 10, 2005 3:53 am Subject: Auto-MouseClick |
Could u help me
Am also working with checkbox but having some trouble & think i will need 2 create a mouse function 2 get it fully operational:
#c::
NoTSPassFound ... |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Thu Jun 09, 2005 11:53 pm Subject: RC4 Encryption |
Well this is what I have done so far:
NoPassFound = RCON
EnterPass = Please enter Password.
iniread, RemRCONPass, RCONPASS.INI,Remember,RCONPass,0
iniread, RCONPass, RCONPASS.INI, DATA, RCO ... |
Topic: RC4 Encryption |
d3m0n1x
Replies: 33
Views: 11339
|
Forum: Scripts & Functions Posted: Thu Jun 09, 2005 8:11 pm Subject: RC4 Encryption |
cool script. was wondering if u could help me. I needed a script that would encrypt a password & save it 2 a different file then decrypt it when i ran commands that used the password.
E ... |
Topic: Password on a script? |
d3m0n1x
Replies: 28
Views: 3079
|
Forum: Ask for Help Posted: Thu Jun 09, 2005 8:02 pm Subject: Password on a script? |
Yeah I have seen the post. Been searching 4 something that could help me put 2gether a script that would encrypt the pass & save it 2 a file & then decrypt it when I ran commands.
I came a ... |
Topic: Password on a script? |
d3m0n1x
Replies: 28
Views: 3079
|
Forum: Ask for Help Posted: Thu Jun 09, 2005 7:46 pm Subject: Password on a script? |
| Well I was trying 2 do something sim. Busy working on a script that encrypts the pass & saves it in a different file & in the script I have some "RCON" commands that use a password so it would ... |
| |