MegaRealmScriptV3 (AutoHotKey)

Posts 1628 of 28 · Page 2 of 2
Quote Originally Posted by kian1991 View Post
what is the res for FS? for me it aint work =( what res u use?
it doesnt matter...it uses pictures to make it work
Correct me if im wrong, but the trading message will only appear twice on others screens if set below 10 seconds.

I encountered this awhile ago and made my script say my message and add 4 different endings.
Take a look at my script.
Code:
^numpad7::
InputBox, lo, Enter your desired Timing(Miliseconds, eg 1000=1second)

MsgBox, , , You entered "%lo%", .25
IfExist, Lines.txt
TF_ReplaceLine("!Lines.txt", "13", "13", lo)
else
Gosub error
return

#MaxThreadsperhotkey, 3
^z::
#MaxThreadsPerHotkey 1
if KeepF5
{
	KeepF5 := false
	return  
}
; Otherwise:
KeepF5 := true
Loop
{
	; 
	
	Send, {ENTER}%clipboard%{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%.{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%{!}{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%..{ENTER}
	Sleep %lo%
	; 
	if not KeepF5 
		break  
}
KeepF5 := false  
return
You took his code, and dumbed it down pretty much. You stole half his shit and ideas, lold
Quote Originally Posted by RotMGPLS View Post
You took his code, and dumbed it down pretty much. You stole half his shit and ideas, lold
Think what you want idc

---------- Post added at 10:19 PM ---------- Previous post was at 10:17 PM ----------

Quote Originally Posted by demoted123 View Post
Correct me if im wrong, but the trading message will only appear twice on others screens if set below 10 seconds.

I encountered this awhile ago and made my script say my message and add 4 different endings.
Take a look at my script.
Code:
^numpad7::
InputBox, lo, Enter your desired Timing(Miliseconds, eg 1000=1second)

MsgBox, , , You entered "%lo%", .25
IfExist, Lines.txt
TF_ReplaceLine("!Lines.txt", "13", "13", lo)
else
Gosub error
return

#MaxThreadsperhotkey, 3
^z::
#MaxThreadsPerHotkey 1
if KeepF5
{
	KeepF5 := false
	return  
}
; Otherwise:
KeepF5 := true
Loop
{
	; 
	
	Send, {ENTER}%clipboard%{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%.{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%{!}{ENTER}
	Sleep %lo%
	Send, {ENTER}%clipboard%..{ENTER}
	Sleep %lo%
	; 
	if not KeepF5 
		break  
}
KeepF5 := false  
return
i never noticed that. thanks. ill try to fix mine on my next release
Works great
i accidentally saved over the next release script so ill rush through it and do a fast test
Quote Originally Posted by dg123 View Post
i accidentally saved over the next release script so ill rush through it and do a fast test
If this is the updated one for fullscreen it doesnt work on flash projector @ fullscreen 1080..
Quote Originally Posted by Zong14 View Post
If this is the updated one for fullscreen it doesnt work on flash projector @ fullscreen 1080..
1... Necro bump gtfo
2... You probably have a more recent version of full screen...
Quote Originally Posted by dg123 View Post


1... Necro bump gtfo
2... You probably have a more recent version of full screen...
First of all, it's not "fullscreen" I'm after, it's an autolooter script that works in fullscreen...
Second, It's still relevant, and from what I can see this is the latest version. I read from the op in an older version of AL, that "a more recent version of this loot script is working in fullscreen." So I need help from the author. Is this not technically a "support thread" of sorts for this script?

Quote Originally Posted by HaHaItsJake View Post
Whoa, Didn't see this. Nice job, full A+ on this. Mind if use some of your AHK code to add onto my script I use? (None public release that is) Just want to ask before I do.

Jake
I think if he's publicly sharing it that you can freely use the script as long as you don't claim it as your own.
Quote Originally Posted by Zong14 View Post
First of all, it's not "fullscreen" I'm after, it's an autolooter script that works in fullscreen...
Second, It's still relevant, and from what I can see this is the latest version. I read from the op in an older version of AL, that "a more recent version of this loot script is working in fullscreen." So I need help from the author. Is this not technically a "support thread" of sorts for this script?



I think if he's publicly sharing it that you can freely use the script as long as you don't claim it as your own.
i didnt say i was giving you fullscreen...i said it probably doesnt work with your fullscreen version
Whoa, Didn't see this. Nice job, full A+ on this. Mind if use some of your AHK code to add onto my script I use? (None public release that is) Just want to ask before I do.

Jake
Quote Originally Posted by Zong14 View Post
I think if he's publicly sharing it that you can freely use the script as long as you don't claim it as your own.
Yes, I know that. I still like to get the "Ok" to use the code.
Posts 1628 of 28 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?