Search found 37 matches

by 17kimv
16 Sep 2018, 19:52
Forum: Ask for Help (v1)
Topic: Imagesearch between computers and resolutions
Replies: 2
Views: 984

Re: Imagesearch between computers and resolutions

update: I swapped resolution on computer1 to the same resolution as on computer2 and remade all the images in that resolution, but it still didn't work
by 17kimv
16 Sep 2018, 18:35
Forum: Ask for Help (v1)
Topic: Imagesearch between computers and resolutions
Replies: 2
Views: 984

Imagesearch between computers and resolutions

Hello people I've been making a program using bunch or image searches(On computer1) and decided to transfer to a different computer(computer2). Unfortunately my computer2 is unable to run full HD like my computer1, my question if it's possible to somehow adjust settings to still have it work? So far...
by 17kimv
10 Aug 2016, 05:48
Forum: Scripts and Functions (v1)
Topic: Desktop shortcuts
Replies: 0
Views: 1070

Desktop shortcuts

Hello, I made this script to have small buttons n the desktop to run any script that you might need. f1:: Gui,+AlwaysOnTop ;always on top Gui, -SysMenu +ToolWindow -Caption +Border ; no border and no caption Gui, Color, EEAA99 Gui +LastFound WinSet, Transparent, 200 ;--------------------------------...
by 17kimv
03 Aug 2016, 06:29
Forum: Ask for Help (v1)
Topic: Gui doesn't transfer well Topic is solved
Replies: 1
Views: 900

Gui doesn't transfer well Topic is solved

Hello, I was making this small gui for my morning routine, and wanted it to open sections, it was all going well untill I tried to make a button that would open a different gui, I tried putting return between the two, but had little success, closing the previous gui also did very little, so I am her...
by 17kimv
03 Aug 2016, 06:26
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Re: Can you solve my puzzle?

Sorry :/ so much confusion because I made such a dumb mistake >.< sorry
by 17kimv
01 Aug 2016, 21:04
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Re: Can you solve my puzzle?

g-sgw9bPV4A <--- that was the thing I was trying to incode, now that I look back at it I think I either messed up somewhere or I just overcomplicated it, sorry people.
by 17kimv
22 Jul 2016, 22:24
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Re: Can you solve my puzzle?

Vanador, you are really hot, (if you know what I mean ;), Kappa ), Sorry I didn't update, in 5 days i think I will just post the answer, I think I made it way too confusing for people to get. Sorry about that, keep trying for now :P
by 17kimv
21 Jul 2016, 15:55
Forum: Ask for Help (v1)
Topic: How can I play a script with screen minimized ?
Replies: 10
Views: 3638

Re: How can I play a script with screen minimized ?

Firs of all, Hi Exaskryz, nice to see you are still around. When it comes to the scrip another more simple way you could do it is to make script execute all of those commands off the screen, but it's rather a dumb way to do it and I would rather recommend following the Exaskryz's way and just learn ...
by 17kimv
11 Jul 2016, 23:28
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Re: Can you solve my puzzle?

I don't want to help really because then it's not interesting for both me and you, but I understand that I made it unclear what I was going for, first of all Is it lagging a character, all youtube links I have been able to find are 11 characters long ? What do you mean by it's lagging a character? n...
by 17kimv
05 Jul 2016, 18:20
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Re: Can you solve my puzzle?

joedf wrote:
Four letters and numbers back
youtube your friend
?
now apply those 2 things to the puzzle
by 17kimv
04 Jul 2016, 12:55
Forum: Gaming Help (v1)
Topic: league of legends farming ai
Replies: 3
Views: 1973

Re: league of legends farming ai

Why are your images so large, with black background ? I am surprised that it is even found. I suggest cropping the images so that they only consists of needed pixels or add the option *TransBlack . Also I cleaned up your code. home:: X := FoundX + 11 Y := FoundY + 1 XMM := FoundX + 14 YMM := FoundY...
by 17kimv
03 Jul 2016, 14:07
Forum: Off-topic Discussion
Topic: Can you solve my puzzle?
Replies: 16
Views: 6233

Can you solve my puzzle?

My puzzle is this:
c-ocs5xL9W

My only help to you is those random sayings:
kcab srebmun dna srettel ruoF

dneirf ruoy ebutuoy

If you will figure it out please type it here.
It's rather simple but I hope it will be fun. \0/
by 17kimv
03 Jul 2016, 13:46
Forum: Off-topic Discussion
Topic: Why do you use AHK?
Replies: 31
Views: 11992

Re: Why do you use AHK?

So I wanned to make a bot that would make dank memes for me, guess who spams redit 24/7 now. jk jk it failed. D:
by 17kimv
03 Jul 2016, 13:43
Forum: Off-topic Discussion
Topic: [Deleted]
Replies: 4
Views: 4598

Re: Amazon giveaway bot idea

I found this topic intressting but I don't get how the website supposed to work xD
by 17kimv
03 Jul 2016, 09:58
Forum: Off-topic Discussion
Topic: Dank Memes
Replies: 0
Views: 1993

Dank Memes

When you made your first "script" that remaps w to arrow up.
Image
by 17kimv
03 Jul 2016, 07:29
Forum: Gaming Help (v1)
Topic: league of legends farming ai
Replies: 3
Views: 1973

Re: league of legends farming ai

Oh you see the picture is not big, it's just a crop out and it just displays like a big picture, I am processing alot of space just because the health bar could be anywhere on the screen. If that tells you anything then I hope for further help, thank you.
by 17kimv
02 Jul 2016, 18:57
Forum: Gaming Help (v1)
Topic: Can someone tell me why this keeps crashing randomly?
Replies: 3
Views: 1393

Re: Can someone tell me why this keeps crashing randomly?

This is just a guess, maybe the problem is that you use two different syntaxes to construct and toggle your hotkey. Try one of the following: toggle := False F11::toggle := !toggle *~Space:: While(toggle & GetKeyState("Space", "P")){ Sleep, 1 Send, {Blind}{Space} } Return End::ExitApp or Hotkey, *~...
by 17kimv
02 Jul 2016, 18:36
Forum: Ask for Help (v1)
Topic: (totally newbie) Extra mouse button - Rapid Fire
Replies: 1
Views: 1111

Re: (totally newbie) Extra mouse button - Rapid Fire

Hello, so if you are talking about the forward and backwards buttons(broweser buttons) on the side of the mouse, then you have to use XButton1 and XButton2, if you have other optional buttons then you can probably change it in the special mouse software, Now when it comes to the code itself I would ...
by 17kimv
02 Jul 2016, 18:18
Forum: Gaming Help (v1)
Topic: league of legends farming ai
Replies: 3
Views: 1973

league of legends farming ai

Hello I have been working on this small project for about a month or so, still can't figure it out, the first version it moves up the camera if no enemys are found, and ataks minions if their health bar found no matter what health they are. In the second version all I did is that if finds the health...
by 17kimv
26 Jun 2016, 02:27
Forum: Ask for Help (v1)
Topic: Using variable in equations.
Replies: 2
Views: 1284

Re: Using variable in equations.

oh woops, thank you! xD

Go to advanced search