Search found 13 matches

by TheBrohman
19 Jan 2016, 09:22
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130105

Re: Screen clipping

Allright, thanks I got it. But it is not working. https://youtu.be/FawNbKpdDBU
by TheBrohman
19 Jan 2016, 08:20
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130105

Re: Screen clipping

I cant seem to find my Client Value. Would it be my username, or?
by TheBrohman
19 Jan 2016, 07:55
Forum: Scripts and Functions (v1)
Topic: Locking computer & unlocking with a Hotkey (not having to type password)
Replies: 13
Views: 6018

Re: Locking computer & unlocking with a Hotkey (not having to type password)

Just a quick question. I am new to AHK scripting. I mean, I am able to read and code them, but I am not quite sure if I figured out how you script works. Is it so you press CapsLock and U at the same time, to unlock it?
by TheBrohman
08 Dec 2015, 21:29
Forum: Ask for Help (v1)
Topic: Need help, again.
Replies: 5
Views: 1782

Re: Need help, again.

I did :S But I figured out it cant be

if Account = 1{

but it has to be
if Account = 1
{

THanks alot again :) Now it is working fine! <3
by TheBrohman
08 Dec 2015, 21:23
Forum: Ask for Help (v1)
Topic: Chaning my stop-play button...
Replies: 3
Views: 1310

Re: Chaning my stop-play button...

You would simply do

MButton::pause
by TheBrohman
08 Dec 2015, 21:18
Forum: Ask for Help (v1)
Topic: Need help, again.
Replies: 5
Views: 1782

Re: Need help, again.

IGNORE THIS! It works on the game, it just didnt work in my notepad o.o
Thanks alot for the help :)

Edit: But still, on Account 2, it will say no username, but it will say the password for Account 1 :S
by TheBrohman
08 Dec 2015, 21:15
Forum: Ask for Help (v1)
Topic: Need help, again.
Replies: 5
Views: 1782

Re: Need help, again.

Ah I see. Now that I fixed that and I have changed it to: ;login name1 = pass1 = name2 = pass2 = return Accs: If (A_GuiControl="Acc1"){ ;if the control that launched this is the first one GuiControl,,Acc2,0 ;uncheck the second Account = 1 } Else{ ;if not GuiControl,,Acc1,0 ;uncheck the first Account...
by TheBrohman
08 Dec 2015, 21:05
Forum: Ask for Help (v1)
Topic: Need help, again.
Replies: 5
Views: 1782

Need help, again.

Hello! I feel like I am asking alot of questions, but I need a bit help with my auto-login script. The Gui and such works fine, but when I use my Key to enter the information into my game, it doesn't work. It just sends loads of tabs. Please help! Gui, +AlwaysOnTop Gui, Font, cRed Gui, Add, CheckBox...
by TheBrohman
08 Dec 2015, 06:38
Forum: Ask for Help (v1)
Topic: Need help with my script
Replies: 4
Views: 1423

Re: Need help with my script

Thanks this worked, Kon :)
by TheBrohman
08 Dec 2015, 06:23
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118939

Re: League Tools V3 - 11-28-15

Ah yes! That is exactly what I mean, Gorgrak! It only opens the launcher, and does nothing else. And when I am on the login screen and press one of the login hotkeys for one of my accounts, it opens a new league launcher. :S
by TheBrohman
07 Dec 2015, 13:03
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118939

Re: League Tools V3 - 11-28-15

Hey! When I press F7 to start it, it opens league, but it doesnt go to the launch thingy. How do I use it?
by TheBrohman
07 Dec 2015, 12:59
Forum: Ask for Help (v1)
Topic: Need help with my script
Replies: 4
Views: 1423

Re: Need help with my script

Hmm.. I had that script working before, but I wanted to make a GUI for it, as I use most my keys keybinded to either windows functions, or game functions, and in the loop I had Loop { if start = 1 { ;all the send stuff, cba to type it in now. } } And then at the bottom of the code I had a keybound t...
by TheBrohman
07 Dec 2015, 12:33
Forum: Ask for Help (v1)
Topic: Need help with my script
Replies: 4
Views: 1423

Need help with my script

Hello there. I am in need of help to make this program work. I want it so when I check the checkbox, it will start the loop, but I have no idea why this isn't working. Gui, +AlwaysOnTop Gui, Font, cBlue Gui, Add, Checkbox, vStart, Running? Gui, Show, AutoSize x0 y0, Spam return GuiControlGet, Start ...

Go to advanced search