Search found 35 matches

by WuffTheCoder
18 Dec 2020, 05:42
Forum: Ask for Help (v1)
Topic: Need Help! With variables and math. Topic is solved
Replies: 2
Views: 321

Re: Need Help! With variables and math. Topic is solved

Thank you so much. i learn something every day :)
by WuffTheCoder
18 Dec 2020, 05:08
Forum: Ask for Help (v1)
Topic: Need Help! With variables and math. Topic is solved
Replies: 2
Views: 321

Need Help! With variables and math. Topic is solved

Can someone explain to me why the second msgbox gives me a value with so many zeros (if this is not fixable then atleast how do i remove the zeros) b = 5.091 + 17.92 msgbox, % Eval(5.091 + 17.92) msgbox, % Eval(b) ; ------------ THIS ONE GIVES A WEIRD ANSWER!! ; The function that i use: Eval(Exp) {...
by WuffTheCoder
03 Nov 2020, 08:02
Forum: Ask for Help (v1)
Topic: [Need help] Reading CMD
Replies: 1
Views: 180

[Need help] Reading CMD

I just need a funcion or something that would allow me to read the text in an already existing cmd window.
Thanks for any help, if anyone gets a solution i will credit them in the final app!
by WuffTheCoder
03 Nov 2020, 07:50
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

Well sorry for your troubles but i already got a fix. by making this Send fucntion Send(text) { global Lang := A_Language SetDefaultKeyboard(0x0409) ; 0x0409 0x0425 ControlSend, ConsoleWindowClass1,%text%{Enter}, % "ahk_id " . GuiWindow sleep, 1 SetDefaultKeyboard(0x%lang%) } SetDefaultKeyboard(Loca...
by WuffTheCoder
02 Nov 2020, 09:42
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

What shows up in the cmd: Characters like +++ and ??? Btw: im am using an estonian keyboard and i am trying to make this cript usable by anyone I suppose the problem is with keyboard layouts. i did find some info about this problem: ;---------------------------------------------------------- ; https...
by WuffTheCoder
01 Nov 2020, 12:36
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

Yeah ive come across another problem. when injecting strings into the cmd characters like --- and ___ turn into ???.
If there isnt a way around this then my project is a failure. already tried using clipboards and ctrl+v they wont work when the server is running.
Thx for any help!
by WuffTheCoder
31 Oct 2020, 09:07
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

i already got it seamless with

Code: Select all

SetKeyDelay, -1
but i was wondering if it would be possible to ru the ControlFocus command when the console is clicked.
Thanks for all the help, you are the best!
by WuffTheCoder
31 Oct 2020, 03:41
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

thank you so much, this is perfect. but one last thing would it be able to speed up the controlsend so it seems more seamless
by WuffTheCoder
30 Oct 2020, 06:01
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

Thanks for advice but neither of those seem to work. :(
edit: it would send those commands to a different cmd windowd if it exists but not to the one in the gui
by WuffTheCoder
28 Oct 2020, 10:03
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

Re: [Need help] Injecting commands into gui attached cmd

Thats not what im trying todo but thanks for the reply
I want to control a game server console with buttons
by WuffTheCoder
28 Oct 2020, 08:19
Forum: Ask for Help (v1)
Topic: [Need help] Injecting commands into gui attached cmd
Replies: 22
Views: 1357

[Need help] Injecting commands into gui attached cmd

Hello, i need help with a script i am working on. So basically i would like the start button to write "call start.bat" into the attached cmd window and then run it (press enter in the cmd) I dont know how to do this. Ive tried using ControlSend, ControlSendRaw and ConsoleSend.ahk [ https://autohotke...
by WuffTheCoder
01 Nov 2019, 08:09
Forum: Ask for Help (v1)
Topic: Need Help/Samples With memory manipulation
Replies: 0
Views: 959

Need Help/Samples With memory manipulation

Has anyone ever made a mod menu/trainer in ahk? i dont care about the gui i just need an example of how the memory manupilating works..
if anyone has any script like this please share it with me! if you dont want to post it just DM me.
i really need an example. Thanks in advance!
by WuffTheCoder
25 Oct 2019, 04:15
Forum: Scripts and Functions (v1)
Topic: Columbus - a fast program launcher/searcher
Replies: 157
Views: 59722

Re: Columbus - a fast program launcher/searcher

RUNIE wrote:
24 Oct 2019, 15:35
WuffTheCoder wrote:
22 Oct 2019, 11:30
https://i.imgur.com/EbNat94.png
Please help how do i get around this
Reinstalling/Downloading did not work
Remove the line starting with "SetWorkingDir" in Columbus.ahk (line 33)
thanks it worked
by WuffTheCoder
22 Oct 2019, 11:30
Forum: Scripts and Functions (v1)
Topic: Columbus - a fast program launcher/searcher
Replies: 157
Views: 59722

Re: Columbus - a fast program launcher/searcher

https://i.imgur.com/EbNat94.png
Please help how do i get around this
Reinstalling/Downloading did not work
by WuffTheCoder
23 Sep 2019, 11:26
Forum: Ask for Help (v1)
Topic: Sending and receiving udp packets??
Replies: 2
Views: 1924

Sending and receiving udp packets??

First of all is it even possible with ahk? and if it is heres my example of what it should look like port = 1982 ip = 192.168.1.109 data = ( M-SEARCH * HTTP/1.1`r HOST: 239.255.255.250:1982`r MAN: "ssdp:discover"`r ST: wifi_bulb`r ) udpSend(port=%port%, ip=%ip%, data=%data%) any help is appreciated ...
by WuffTheCoder
17 Sep 2019, 12:45
Forum: Ask for Help (v1)
Topic: I really need help with communicating between pcs using TCIP
Replies: 7
Views: 1789

Re: I really need help with communicating between pcs using TCIP

Getfree wrote:
17 Sep 2019, 12:44
You have to establish a TCP/IP client-server connection.

Here is a library to do that in AHK:
https://github.com/jleb/AHKsock
I know but i have literally no idea on how to do that
by WuffTheCoder
17 Sep 2019, 11:54
Forum: Ask for Help (v1)
Topic: I really need help with communicating between pcs using TCIP
Replies: 7
Views: 1789

I really need help with communicating between pcs using TCIP

im a big noob at ahk and i really dont understand how to use this stuff... can someone please help me basiaccly for example i want to send some string/message from PC1 to PC2 and the PC2 will display (msgbox, tooltip or whatever) the message it was sent Example: PC1: SendString(Hello World) PC2: ifR...
by WuffTheCoder
28 Jan 2019, 12:58
Forum: Ask for Help (v1)
Topic: Help with screen snipping
Replies: 3
Views: 856

Re: Help with screen snipping

AlphaBravo wrote:
28 Jan 2019, 12:44
Screen Clipping
How do i use this?

Go to advanced search