Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Lost Ark
You last visited: Today at 07:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Free scripts copy paste] Useing downtime good? Idea's please

Discussion on [Free scripts copy paste] Useing downtime good? Idea's please within the Lost Ark forum part of the MMORPGs category.

Reply
 
Old 04/29/2022, 10:13   #16
 
elite*gold: 0
Join Date: Mar 2022
Posts: 23
Received Thanks: 5
Quote:
Originally Posted by foooball View Post
How do you do stage 2? I modified the ahk one for stage 1 to enter stage 2, but its pretty simple enter... walk a bit and start casting... are you checking minimaps for bosses and using coord to walk to them?
Actually mine at the moment also clears stage one enter two walks right into middle and fight to like 60% complete and leave (60% he kills second boss in that time) i will make the bot check for bosses and more today and then i will post the code .

I need to tidy up i never cleaned up and got stupid variables names haha with german text lel.

I will make him search for enemys bosses with cords and release it like in 4 hours for copy paste here okay any special things needet ? repair or something ? Got some yolo heal at the moment in it .

I just wrote it fast 3 month ago and just for" do what you need to do" when you want extra features then tell me now

HotKeySet ("{f8}","mye")
HotKeySet ("{f7}","mypa")
HotKeySet ("{f6}","myst")

Func myst()
$go = 1
EndFunc

Func mypa()
$go = 0
EndFunc

Func myE()
$go = 0
Exit
EndFunc

Global $go = 0
global $i = 0
Global $los =0
GLOBAL $count =0
;here we check hp total
Func auer ()
Local $auer = PixelSearch(646,965,646,965,0x0C060C,20)
If IsArray ($auer) Then
send ("{F1}")
Else
Sleep (1)
Endif
EndFunc
;here we check our skills rotation
Func angriff()
mousedown("right")
Mousemove(941,440)
sleep(100)
auer()
send("Y")
sleep(1900)
send("Y")
sleep(1900)
send ("q")
sleep(1200)
send("{w down}")
sleep(1200)
send("{w up}")
sleep(50)

send("e")
sleep(1500)
send("{r down}")
sleep(1900)
auer()
send("{r up}")
sleep(1000)
Mousemove(970, 549)
send("a")
sleep(1200)
send("{s down}")
sleep(1900)
send("{s up}")
sleep(1100)
auer()
send("{d down}")
sleep(1400)
send("{d up}")
sleep(1350)
sleep(50)
send("f")
sleep(1200)
sleep(100)
Mouseup("right")
endfunc
Func angriff2()
mousedown("right")
boss()
auer()
sleep(100)
send("Y")
boss()
auer()
sleep(1900)
send ("q")
sleep(1200)
boss()
auer()
send("{w down}")
sleep(1200)
send("{w up}")
sleep(50)
send("e")
boss()
auer()
sleep(1500)
send("{r down}")
sleep(1900)
boss()
send("{r up}")
sleep(1000)
boss()
send("a")
sleep(1200)
send("{s down}")
sleep(1900)
send("{s up}")
sleep(1100)
boss()
send("{d down}")
sleep(1400)
send("{d up}")
boss()
sleep(1350)
sleep(50)
send("f")
sleep(1200)
sleep(100)
Mouseup("right")
endfunc

;here we check if we can enter chaos
func eintritt()
local $chaosfound = Pixelsearch(134,102,134,102,0xCEBA8C,1)
if not @hen
sleep(50)
global $los =1
sleep(1000)
Else
send("g")
local $enterchaosbutton = Pixelsearch(1444,800,1444,885,0x866513,2)
If not @hen
MouseClick("left",$enterchaosbutton[0],$enterchaosbutton[1],1,5)
sleep(100)
EndIf
sleep(1000)
send("{ENTER}")
EndIf
EndFunc

Global $var =0
Global $geportet =0
;here we check if we reached stage 2
Func ebene2()
local $portal =PixelSearch(662,10,662,10,0x000000,2)
if not @hen
sleep(50)
$geportet = 1
Else
sleep (50)
EndIf
EndFunc
;here we check for the portal
Func portal()
local $portal =PixelSearch(270,177,1916,910,0x3B99DA,2)
if not @hen
mousemove($portal[0],$portal[1],5)
sleep(50)
MouseClick("left",$portal[0],$portal[1],5)
sleep(500)
$var = $var +1
ElseIf $var <= 9 Then
Mouseclick("left",906,416)
sleep (140)
$var = $var +1

Else
sleep (140)
$var = $var +1

EndIf
EndFunc
Func boss()
local $x =0
local $y =0
local $x2 =0
local $y2 =0
local $boss =PixelSearch(1597,45,1887,291,0xDB963E,2)
if not @hen
$y = ($boss[1] -168)
$x = ($boss[0] -1743)
sleep(10)
$y = ($y*4+540)
$x = ($x*4+960)
sleep(10)
mousemove($x,$y,7)
sleep(50)
MouseClick("left",$x,$y,1,5)
else
local $boss2 =PixelSearch(1597,45,1887,291,0xCAC8CA,2)
If not @hen
$y2 = ($boss2[1] -168)
$x2 = ($boss2[0] -1743)
sleep(10)
$y2 = ($y2*4+540)
$x2 = ($x2*4+960)
sleep(10)
mousemove($x2,$y2,7)
sleep(50)
MouseClick("left",$x2,$y2,1,5)
sleep(10)
Else
sleep(10)
endif
EndIf
EndFunc

While(1)

If $go = 1 Then
$los = 0
$count =0
$var =0
$geportet =0
sleep(100)
do
eintritt()
until $los =1
sleep(500)
MouseClick("left",995,922,1,2)
sleep(2000)
Do
angriff()
sleep(100)
auer()
$count = $count+1
until $count =3
MouseClick("left",1009,750)
sleep(700)
do
auer()
portal()
sleep(10)
ebene2()
Sleep(10)
until $var >=30 And $geportet >= 1 or $var >= 100
$count =0
sleep(1200)
send("{f1}")
MouseClick("left",533,191)
sleep(1100)
MouseClick("left",533,191)
sleep(1600)
Mousemove(1684,534,3)
boss()
Do
auer()
If $count >= 3 Then
boss()
sleep(1000)
EndIf
If $count >= 4 Then
boss()
Else
boss()
EndIf
sleep(1000)
angriff2()
boss()
sleep(400)
$count = $count+1
until $count =5
sleep(40)
sleep(100)
mouseclick("left",177,282,4,5)
sleep(1000)
mousemove(877,593)
sleep(500)
mouseclick("left")

sleep(15000)
Else
sleep(10)
EndIf
WEnd

Here you are the bot goes through lv1 (random based dont hit me ) goes to lvl two and there we seaech for the bosses

When you stuck or need help let me know

Note i did not optimize or cleaned up the whole script just make it work fast and nothing else

If you guys need anything else tell me iam 1445 waiting for content and got time

and hey all the guys that can use my script for own creations no problem i love to help everyone

Maybe we can share ideas give me messages

still changing some things on this found some stucks new release late in the evening in perfect shaoe
MisterKr is offline  
Thanks
3 Users
Old 05/04/2022, 21:46   #17
 
elite*gold: 0
Join Date: May 2022
Posts: 7
Received Thanks: 0
could u please give me script for berserker ? at the begging of the game acutlay
hamokhaled is offline  
Old 05/04/2022, 23:25   #18
 
elite*gold: 0
Join Date: Apr 2022
Posts: 11
Received Thanks: 2
Quote:
Originally Posted by MisterKr View Post
Actually mine at the moment also clears stage one enter two walks right into middle and fight to like 60% complete and leave (60% he kills second boss in that time) i will make the bot check for bosses and more today and then i will post the code .

I need to tidy up i never cleaned up and got stupid variables names haha with german text lel.

I will make him search for enemys bosses with cords and release it like in 4 hours for copy paste here okay any special things needet ? repair or something ? Got some yolo heal at the moment in it .

I just wrote it fast 3 month ago and just for" do what you need to do" when you want extra features then tell me now

HotKeySet ("{f8}","mye")
HotKeySet ("{f7}","mypa")
HotKeySet ("{f6}","myst")

Func myst()
$go = 1
EndFunc

Func mypa()
$go = 0
EndFunc

Func myE()
$go = 0
Exit
EndFunc

Global $go = 0
global $i = 0
Global $los =0
GLOBAL $count =0
;here we check hp total
Func auer ()
Local $auer = PixelSearch(646,965,646,965,0x0C060C,20)
If IsArray ($auer) Then
send ("{F1}")
Else
Sleep (1)
Endif
EndFunc
;here we check our skills rotation
Func angriff()
mousedown("right")
Mousemove(941,440)
sleep(100)
auer()
send("Y")
sleep(1900)
send("Y")
sleep(1900)
send ("q")
sleep(1200)
send("{w down}")
sleep(1200)
send("{w up}")
sleep(50)

send("e")
sleep(1500)
send("{r down}")
sleep(1900)
auer()
send("{r up}")
sleep(1000)
Mousemove(970, 549)
send("a")
sleep(1200)
send("{s down}")
sleep(1900)
send("{s up}")
sleep(1100)
auer()
send("{d down}")
sleep(1400)
send("{d up}")
sleep(1350)
sleep(50)
send("f")
sleep(1200)
sleep(100)
Mouseup("right")
endfunc
Func angriff2()
mousedown("right")
boss()
auer()
sleep(100)
send("Y")
boss()
auer()
sleep(1900)
send ("q")
sleep(1200)
boss()
auer()
send("{w down}")
sleep(1200)
send("{w up}")
sleep(50)
send("e")
boss()
auer()
sleep(1500)
send("{r down}")
sleep(1900)
boss()
send("{r up}")
sleep(1000)
boss()
send("a")
sleep(1200)
send("{s down}")
sleep(1900)
send("{s up}")
sleep(1100)
boss()
send("{d down}")
sleep(1400)
send("{d up}")
boss()
sleep(1350)
sleep(50)
send("f")
sleep(1200)
sleep(100)
Mouseup("right")
endfunc

;here we check if we can enter chaos
func eintritt()
local $chaosfound = Pixelsearch(134,102,134,102,0xCEBA8C,1)
if not @hen
sleep(50)
global $los =1
sleep(1000)
Else
send("g")
local $enterchaosbutton = Pixelsearch(1444,800,1444,885,0x866513,2)
If not @hen
MouseClick("left",$enterchaosbutton[0],$enterchaosbutton[1],1,5)
sleep(100)
EndIf
sleep(1000)
send("{ENTER}")
EndIf
EndFunc

Global $var =0
Global $geportet =0
;here we check if we reached stage 2
Func ebene2()
local $portal =PixelSearch(662,10,662,10,0x000000,2)
if not @hen
sleep(50)
$geportet = 1
Else
sleep (50)
EndIf
EndFunc
;here we check for the portal
Func portal()
local $portal =PixelSearch(270,177,1916,910,0x3B99DA,2)
if not @hen
mousemove($portal[0],$portal[1],5)
sleep(50)
MouseClick("left",$portal[0],$portal[1],5)
sleep(500)
$var = $var +1
ElseIf $var <= 9 Then
Mouseclick("left",906,416)
sleep (140)
$var = $var +1

Else
sleep (140)
$var = $var +1

EndIf
EndFunc
Func boss()
local $x =0
local $y =0
local $x2 =0
local $y2 =0
local $boss =PixelSearch(1597,45,1887,291,0xDB963E,2)
if not @hen
$y = ($boss[1] -168)
$x = ($boss[0] -1743)
sleep(10)
$y = ($y*4+540)
$x = ($x*4+960)
sleep(10)
mousemove($x,$y,7)
sleep(50)
MouseClick("left",$x,$y,1,5)
else
local $boss2 =PixelSearch(1597,45,1887,291,0xCAC8CA,2)
If not @hen
$y2 = ($boss2[1] -168)
$x2 = ($boss2[0] -1743)
sleep(10)
$y2 = ($y2*4+540)
$x2 = ($x2*4+960)
sleep(10)
mousemove($x2,$y2,7)
sleep(50)
MouseClick("left",$x2,$y2,1,5)
sleep(10)
Else
sleep(10)
endif
EndIf
EndFunc

While(1)

If $go = 1 Then
$los = 0
$count =0
$var =0
$geportet =0
sleep(100)
do
eintritt()
until $los =1
sleep(500)
MouseClick("left",995,922,1,2)
sleep(2000)
Do
angriff()
sleep(100)
auer()
$count = $count+1
until $count =3
MouseClick("left",1009,750)
sleep(700)
do
auer()
portal()
sleep(10)
ebene2()
Sleep(10)
until $var >=30 And $geportet >= 1 or $var >= 100
$count =0
sleep(1200)
send("{f1}")
MouseClick("left",533,191)
sleep(1100)
MouseClick("left",533,191)
sleep(1600)
Mousemove(1684,534,3)
boss()
Do
auer()
If $count >= 3 Then
boss()
sleep(1000)
EndIf
If $count >= 4 Then
boss()
Else
boss()
EndIf
sleep(1000)
angriff2()
boss()
sleep(400)
$count = $count+1
until $count =5
sleep(40)
sleep(100)
mouseclick("left",177,282,4,5)
sleep(1000)
mousemove(877,593)
sleep(500)
mouseclick("left")

sleep(15000)
Else
sleep(10)
EndIf
WEnd

Here you are the bot goes through lv1 (random based dont hit me ) goes to lvl two and there we seaech for the bosses

When you stuck or need help let me know

Note i did not optimize or cleaned up the whole script just make it work fast and nothing else

If you guys need anything else tell me iam 1445 waiting for content and got time

and hey all the guys that can use my script for own creations no problem i love to help everyone

Maybe we can share ideas give me messages

still changing some things on this found some stucks new release late in the evening in perfect shaoe
Yeah I just updated the free one to clear stage 2... probably will do stage 3 but coding on phone remotely is uhh tough.
foooball is offline  
Old 05/05/2022, 13:28   #19
 
elite*gold: 0
Join Date: Mar 2022
Posts: 23
Received Thanks: 5
Yeah for sure i used actually my time to create two other things so i missed to finish the chaos dungeon bot.

Collectables farming bot south vern .
Done



Special market bot - atleast 15k a day=done

Maybe i find some time to finish the chaos one next
MisterKr is offline  
Old 05/05/2022, 17:13   #20
 
elite*gold: 0
Join Date: Jun 2012
Posts: 1
Received Thanks: 0
This market script, would you be able to share or maybe explain what you are trading? How could you make that much!?
Citizen17 is offline  
Old 05/05/2022, 18:01   #21
 
elite*gold: 0
Join Date: Apr 2022
Posts: 11
Received Thanks: 2
Quote:
Originally Posted by MisterKr View Post
Yeah for sure i used actually my time to create two other things so i missed to finish the chaos dungeon bot.

Collectables farming bot south vern .
Done



Special market bot - atleast 15k a day=done

Maybe i find some time to finish the chaos one next
Special market bot? Man I been thinking this all wrong, I figure my 200k shards + 300-400 leapstone was smart. Could just cut to the chase and get the gold...
foooball is offline  
Old 05/06/2022, 06:42   #22
 
elite*gold: 0
Join Date: Jul 2018
Posts: 4
Received Thanks: 0
hey can u give me ur discord i wanna talk with u i wanna bot for sorc and i wanna ask how this market or collect farming bot working

i hope u can give me ur discord to can talk with u free !
mrhalim is offline  
Old 05/06/2022, 11:05   #23
 
elite*gold: 0
Join Date: Mar 2008
Posts: 3
Received Thanks: 0
Hi,
Thanks for sharing the script mate..

btw I've tested this script and encountered some issue that the script keep pressing Y for emoticon menu.. and sometimes pixel search for the portal is miss it keep going for the blue orb.. Beside that everything works great though..
sengal is offline  
Old 05/08/2022, 16:56   #24
 
elite*gold: 0
Join Date: May 2009
Posts: 15
Received Thanks: 1
Thanks for the script. What is this line looking for? There isn't anything near there that changes in my game.

Quote:
Originally Posted by MisterKr View Post
;here we check if we reached stage 2
Func ebene2()
local $portal =PixelSearch(662,10,662,10,0x000000,2)
chompy2 is offline  
Old 05/10/2022, 08:11   #25
 
elite*gold: 0
Join Date: Mar 2022
Posts: 23
Received Thanks: 5
Quote:
Originally Posted by sengal View Post
Hi,
Thanks for sharing the script mate..

btw I've tested this script and encountered some issue that the script keep pressing Y for emoticon menu.. and sometimes pixel search for the portal is miss it keep going for the blue orb.. Beside that everything works great though..
Sure youre welcome haha yes i know it was my first try on doing chaos dungeon bot early early on the beginning of eu start i will add some autoaim in stage one and an better portal search / movement for you in just like 2 minutes when you still want haha . Just say yes and i send you the like close same code with some extras ...
And no i wont clean up it haha maybe i will add an hunt for red portals when needet

Its for class berserk its just my yolo script for my class thats why he presss y because its on my layout his mayhem ability

Quote:
Originally Posted by sengal View Post
Hi,
Thanks for sharing the script mate..

btw I've tested this script and encountered some issue that the script keep pressing Y for emoticon menu.. and sometimes pixel search for the portal is miss it keep going for the blue orb.. Beside that everything works great though..
Quote:
Originally Posted by foooball View Post
Special market bot? Man I been thinking this all wrong, I figure my 200k shards + 300-400 leapstone was smart. Could just cut to the chase and get the gold...
Yeah,man i just got 30k last day again haha got it perfect now poorly i missed 15 k one day and even 90k one day because i was tuning my script but whatever better day will come

today i got atleast 2 hours to make everthing you want just write me an message haha i will accept or decline then love to hear from you
MisterKr is offline  
Old 05/10/2022, 09:26   #26
 
elite*gold: 0
Join Date: May 2022
Posts: 3
Received Thanks: 0
Thanks for sharing the script!

I was trying to change a few attacks for a different class so that it would have a near perfect rotation and end up near the center of the room 1 for the portal but somehow, whenever anything regarding the rotation gets changed, the portal doesn't get recognized and the character just keeps attacking air or stops completely.

Do "angriff" and "angriff2" need to sync together? I'm so confused as the only things that I've changer were the "angriff" rotation and HP detection coords.
AmberT is offline  
Old 05/10/2022, 15:25   #27
 
elite*gold: 0
Join Date: Mar 2008
Posts: 34
Received Thanks: 21
Quote:
Originally Posted by MisterKr View Post
Sure youre welcome haha yes i know it was my first try on doing chaos dungeon bot early early on the beginning of eu start i will add some autoaim in stage one and an better portal search / movement for you in just like 2 minutes when you still want haha . Just say yes and i send you the like close same code with some extras ...
And no i wont clean up it haha maybe i will add an hunt for red portals when needet

Its for class berserk its just my yolo script for my class thats why he presss y because its on my layout his mayhem ability




Yeah,man i just got 30k last day again haha got it perfect now poorly i missed 15 k one day and even 90k one day because i was tuning my script but whatever better day will come

today i got atleast 2 hours to make everthing you want just write me an message haha i will accept or decline then love to hear from you
Any chance you can explain what it is exactly your market script is doing?
Pivotnewb is offline  
Old 05/10/2022, 22:36   #28
 
elite*gold: 0
Join Date: May 2022
Posts: 2
Received Thanks: 0
people just keep sending codes here !! Could someone teach me how to use these codes??
people talking about autohotkey, but there are people who have never used it.. can someone teach me how to do it step by step in the game
felipe_traves is offline  
Old 05/11/2022, 09:09   #29
 
elite*gold: 0
Join Date: Mar 2022
Posts: 23
Received Thanks: 5
Quote:
Originally Posted by adconly View Post
any way to use minimap top right to search out boss monsters using opencv? I got first stage working with pyautogui but trying to take the next step with stage 2 for chaos dungeon
Send you an message how to

Quote:
Originally Posted by felipe_traves View Post
people just keep sending codes here !! Could someone teach me how to use these codes??
people talking about autohotkey, but there are people who have never used it.. can someone teach me how to do it step by step in the game
Sure when you get time to make an short how to do ?
MisterKr is offline  
Old 05/12/2022, 04:31   #30
 
elite*gold: 0
Join Date: Feb 2022
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by MisterKr View Post
Send you an message how to



Sure when you get time to make an short how to do ?
Hey man can u dm me your discord pls if its possible i need to ask how to use
murcielago77 is offline  
Reply


Similar Threads Similar Threads
PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE
06/21/2011 - Metin2 Private Server - 5 Replies
HELP WITH THIS PLEASE ON MY DEDICATED SERVER :-( http://www.youtube.com/watch?v=UyKOTLb960Q log_file_delete_old: stat: No such file or directory connect: Connection refused Timed out Connection refused



All times are GMT +1. The time now is 07:14.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.