Search found 158 matches

by eventhorizon
22 Apr 2018, 18:49
Forum: Gaming Help (v1)
Topic: Can Someone help me write this script/code
Replies: 1
Views: 730

Re: Can Someone help me write this script/code

All scripts have a purpose -- a goal. know the goal and you know how to proceed to get to it. What is the goal of looping "Lemons!" into a discord chat box? Know too that sending text to a background window is not a straightforward process and a minimized window even worse. So what's the goal here?
by eventhorizon
22 Apr 2018, 18:42
Forum: Gaming Help (v1)
Topic: Autohotkey stoped working for WOW. Need Help.
Replies: 4
Views: 2583

Re: Autohotkey stoped working for WOW. Need Help.

One tip you may or may not choose to adopt: Think how you would do each of the 4 accounts manually. then automate each startup/login as a separate hotkey script. Combine the scripts so that one script does all 4 one at a time and you're problem is solved. Keep it simple. I know Autohotkey works in W...
by eventhorizon
22 Apr 2018, 18:34
Forum: Gaming Help (v1)
Topic: TriggerBot
Replies: 1
Views: 3260

Re: TriggerBot

1, first you need the xy address of the pixel on the screen 2 save that in an ini file or in your program as a variable so you can always find it again 3 then you need to read the color there and save it 4 on a hotkey command you can do a loop to read the color and compare it with the saved color to...
by eventhorizon
19 Mar 2018, 16:05
Forum: Gaming Help (v1)
Topic: Simple spam script Topic is solved
Replies: 7
Views: 14343

Re: Simple spam script Topic is solved

The comment line in the ^y hotkey line (line 1) used a colon character (:) instead of a semi-color (;). My Bad. I didn't confirm the code. Change the colon (:) in that like to a semi-colon (;) and it should be fine.
by eventhorizon
12 Mar 2018, 03:25
Forum: Gaming Help (v1)
Topic: Simple spam script Topic is solved
Replies: 7
Views: 14343

Re: Simple spam script Topic is solved

or it could be done something like this ^y:: :< set adjustable spam rate in ms defaultspamrate := 230 inputbox,spamrate, Adjustable Spam Rate, What spam rate in ms?,,,,,,,,%defaultspamrate% if (errorlevel) spamrate := defaultspamrate return f2:: running := !running spamit: while (running) { send 123...
by eventhorizon
18 Feb 2018, 16:32
Forum: Gaming Help (v1)
Topic: i cant make my code work Topic is solved
Replies: 1
Views: 573

Re: i cant make my code work Topic is solved

can't make it work where, exactly? oh and btw the wheelup hotkey isn't finished.
by eventhorizon
18 Feb 2018, 16:16
Forum: Gaming Help (v1)
Topic: Image recognition Topic is solved
Replies: 1
Views: 1287

Re: Image recognition Topic is solved

Images are pictures pictures can be captured and stored. in Windows, capturing an image can be as simple as using the window's snipping tool. If a specified image is detected then some sequence of events can be initiated. See ImageSearch in the help file for more info. Much depends on your concept o...
by eventhorizon
18 Feb 2018, 16:11
Forum: Gaming Help (v1)
Topic: Need help coding basic script
Replies: 1
Views: 535

Re: Need help coding basic script

Question: why do you call this a "cheat"? Just curious.
by eventhorizon
16 Feb 2018, 06:44
Forum: Gaming Help (v1)
Topic: ask
Replies: 5
Views: 1388

Re: ask

this is what you said want send 22t5ssee when i push w and if the timer is running when i push w again (no matter how many times) i only want to send 22tssee if the timer ends (7.5 sec) and i push w i wanna send 22t5ssee again and start the timer again i think its clear. [/quote this is what i under...
by eventhorizon
15 Feb 2018, 15:31
Forum: Gaming Help (v1)
Topic: I don't know how to make a "w" spam Topic is solved
Replies: 1
Views: 548

Re: I don't know how to make a "w" spam Topic is solved

Teaching how to code is easy. ACtually coding a working program or script is a bit harder. The first thing to remember is that the computer will do EXACTLY what you tell it to do. Nothing more and nothing less. So if you tell it to do garbage then it does garbage. There are lots of ways to start bui...
by eventhorizon
15 Feb 2018, 09:54
Forum: Gaming Help (v1)
Topic: Can someone help me to create a script? Topic is solved
Replies: 3
Views: 842

Re: Can someone help me to create a script? Topic is solved

ok so according to the post... To complete the action ingame one presses and holds left ctrl button then presses E while holding ctrl. The two are then released and the action would want to be repeated when pressed. so to start the action i would pick a hotkey like alt-z for example... !z: ;<-hotkey...
by eventhorizon
15 Feb 2018, 09:35
Forum: Gaming Help (v1)
Topic: ask
Replies: 5
Views: 1388

Re: ask

i want send 22t5ssee when i push w and if the timer is running when i push w again (no matter how many times) i only want to send 22tssee if the timer ends (7.5 sec) and i push w i wanna send 22t5ssee again and start the timer again i think its clear. i want send 22t5ssee when i push w if the timer...
by eventhorizon
14 Feb 2018, 14:30
Forum: Ask for Help (v1)
Topic: Best practice ? Read variable from other scripts
Replies: 22
Views: 6022

Re: Best practice ? Read variable from other scripts

if you know which variables you will be looking for then one of the simplest ways is to have the script with the variables write them off to an ini or text file and have your search script read them from there. more complex would be to scan the text of the variable source script looking for the vari...
by eventhorizon
14 Feb 2018, 14:18
Forum: Gaming Help (v1)
Topic: Can someone help me to create a script? Topic is solved
Replies: 3
Views: 842

Re: Can someone help me to create a script? Topic is solved

Question: how do you do a spin attack in the game without a script? Exactly what key strokes, in what precise order and timing does that require? Answer those questions and perhaps someone can help you.
by eventhorizon
13 Feb 2018, 15:34
Forum: Gaming Help (v1)
Topic: need help understanding how to make a basic clicker
Replies: 1
Views: 583

Re: need help understanding how to make a basic clicker

It would be to just click the left mouse ever 30-50 seconds twice and repeat 4 times or run on a loop with an on off key or eve simply a pause key ( as i would have to stop in after about 5 minutes to re setup my inventory then continue. This code is untested! settimer ClickL, 30000 settimer ClickL...
by eventhorizon
13 Feb 2018, 15:05
Forum: Gaming Help (v1)
Topic: Script to game Topic is solved
Replies: 2
Views: 713

Re: Script to game Topic is solved

ok to be clear here you are talking about 4 different buttons you want to control. first you click 2. Exactly how do you do that with the left mouse button with the right mouse button or Using the 2 key. next you want to control the 3 key. Exactly how do you do that? using the 3 button? the LButton ...
by eventhorizon
13 Feb 2018, 14:39
Forum: Gaming Help (v1)
Topic: ask
Replies: 5
Views: 1388

Re: ask

The real question is how do YOU know when you want to send the 5 again and when not to send it. That's the knowledge you have to teach your script.
by eventhorizon
13 Feb 2018, 14:34
Forum: Gaming Help (v1)
Topic: Tibia Healer
Replies: 2
Views: 4495

Re: Tibia Healer

the way i normally check for healing in mmo games is to put the mouse cursor on a specific place on the dharacter's health bar and record the color there. You can put the value and location in an ini file or directly into the script itself or even straight into a temporary variable then you make a h...
by eventhorizon
13 Feb 2018, 13:32
Forum: Gaming Help (v1)
Topic: Need Help
Replies: 8
Views: 2037

Re: Need Help

no, it gives you a message box to tell you the color was found you can replace the msg box with a click command in place of that if you want it to do the action once the color is found. But that assumes you want to click at the color and not somewhere else. the command you would want to put there wo...

Go to advanced search