So far i learned many Python coding, but as a fan of OSRS for more than 14 years, I love your tutorials on notepad++, which I haven't realized before. Good job mate!
For the next episode I think it would be nice to use the ghostmouse function from AHK. (Control Click) that is just a mouse click, but doesn't use the persons cursor (client must be visible on screen!) perfect for running fletching or something.
For debugging I would make hotkeys that snap current coordinates and colors to your clipboard for faster development though. Good video for beginners :)
I know this is an older video but can you explain how to make the pixel search click a random pixel i have marked? It always going and clicks the very 1st one it finds on screen
I've managed to write a code that attacks certain mobs using pixelsearch, however it keeps on clicking on the exact same pixel at the exact same coordinates. How does one randomize this so that it clicks within a random area within the pixel?
I like the getColor function. Can this be used to get the X and Y position of the mouse or maybe someone to get coordinates faster? I get tired of using Windows Spy to get the coordinates. The process to get them is tedious. EX: open Windows Spy; Click on active window; Remember Coordinates; Click on notepad to write it down;
Completely agree with the tedious aspect lol, you can use getColor and MouseGetPos in conjunction and have the script write the coords and color ID to a text file. Check out FileOpen() and FileAppend in the AHK docs. I'd write an example but I'm on mobile right now, but writing to text files can be useful in lots of ways
@@honestlowlife2985 Thanks for your guides! It really got me started using AHK! Thanks to your videos, I was able to make this for people who wants the coordinates and color in a text file. It will automatically open if you run the script. Just replace the filelocation of where you want the txt file to appear ;Color detection and Coordinates 1:: Winclose, ahk_class Notepad FileDelete, #filelocation MousegetPos, MouseX, MouseY PixelGetColor, e, %MouseX%, %MouseY% FileAppend, x=%MouseX% - y=%MouseY% & %e%, The coordination and color at current cursor position.txt, Run The coordination and color at current cursor position.txt 2::reload 3::exitapp
I'm trying to make a WC script and no matter what I do it always clicks on the exact same spot when it finds the color. How do I run it through a loop to make it choose different spots? I tried having it loop with a bracket at the beginning and the end of the script but it didn't change anything.
I have tried this on my laptop. My mouse does not move after the script starts. It will only work if i move the mouse to the area where the color exists. How do i correct that?
I'm unsure right now, I'm torn between continuing basic concepts, or transitioning to me showing how to write full-fledged scripts for various skills. These would be videos of similar length, with me writing a script from scratch for a skill (probably start with basic stuff, like fletching etc) and explaining what I'm writing and why. Up in the air right now, feel free to suggest ideas though :)
@@honestlowlife2985 I think it would be a good idea for you to make a tutorial for a full skill. You've taught us the basics, and now it's time for advanced stuff. Thanks a lot!
i like to do this but in my inventory. detecting when there is an item in a cetain place. it starts running somewhere after it detected an item in my 28th spot in my inventory. is this possible ? like it loops unthill it detects something than walks somewhere and than goes back to the loop after it done.. ooh btw your discord link doenst work anymore
not sure if you will see this comment or not. I've watched the tutorials but think i'm having problems with correctly bracketing or if then statements. I'm trying to make a simple auto miner that works better for lower level mining. checks if rock 1 is full of ore, if it is full of ore click rock. and then check if rock 1 has emptied, then only if empty begin on rock 2, then eventually the same thing to rock 3 and looping back to rock 1. After I figure out the mine 1 drop 1, figuring out how to correctly add to check if inventory is full after each rock has emptied, if full inventory then go to a dropfullinventory command for the next version of the script to be able to mine a full inventory rather than mine 1 drop 1. I am new to this but currently my script isn't correctly functioning and still just rolls through all 3 rocks in the same randomised timing and drops 1 after each click. I believe i didn't correctly tie in the loops for example if the rock is NOT empty, it needs to return the script back to loop only checking if it's empty until it becomes true.
Hi there! I'd love to help, but fixing issues in code is challenging on RUclips. feel free go join my discord and post your issue in the help section, I'm sure someone can help :)
Hey, in my main loop I first check for the bottom right inventory item, pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast If I want to autobank all of my commands will follow this if statement, if i want to autodrop i will then search for the top left section inside this search and then autoclick the location pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast if !errorlevel { pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast if !errorlevel { DROP ITEM SEQUENCE } } then you add an else statement for your first if statement for the mining portion
Hello, im using blue stacks and playing osrs like if is in a mobile, so i think they cant track my mouse move correctly? With this i can be very more accurate, i use simple macro with variable delay, and variable pixels to click so i think its very safe run like 30 min and breaks correctly? Sorry for the english... but you think with bluestacks is safe to bot? When you training like mining or fletching,cooking how many time you run the script and the breaks? Thanxs for the tutorials man!
I can't say for sure with bluestacks as I've never personally used it, but several people in my discord have with great results. As you said, I'd still randomize clicks and sleeps, but I'd imagine it would be at least somewhat safer since there's no actual mouse movement on mobile. Depending on the script I'm running, I do 2-4 blocks at a time, with large breaks in between, typically with some regular gameplay mixed in. Thanks for watching!
@@XtimelessvidzX where did you read about this? I think this not exist, blue stack emule a android, if u go to configuration you can see he is emulation a android phone with version and model like galaxy and other versions
It default emulates an One plus phone, I've rooted mine and changed it to my actual Note 9 with same Imei number and carrier. I'm assuming here that jagex would have simple information on device used, especially with mobile.
@@XtimelessvidzX i can have more than 5 phones and play in all of them... jagex cant ban me because i have a lot of phones ... lol, and the bluestacks just open everytime with one phone model he not change
I feel like the program jitbit macro recorder is basically auto hot key but with a UI added to it because so far everything you’ve done I can do on that program also. I like typing the macro out on auto hot key though it makes me feel like I know how to code 🤣
variation, he does 1 so change it and see how high of a variation you need. so for instance, 3 would be the value you want to change PixelSearch, Rx, Ry, x1, y1, x2, y2, 0x000000, 3, RGB
@@honestlowlife2985 alright glad to hear man, the vids about the mining script was that the actual one u used to be safe or did u add other stuff to it?
thank you for making these tutorials. Learning coding through osrs is fun.
Shame this series had to end I was enjoying learning how to use ahk
So far i learned many Python coding, but as a fan of OSRS for more than 14 years, I love your tutorials on notepad++, which I haven't realized before. Good job mate!
later on can you show us how to make an agility script? watching ur botting to max with ahk and ur agility script looks amazing
For the next episode I think it would be nice to use the ghostmouse function from AHK. (Control Click) that is just a mouse click, but doesn't use the persons cursor (client must be visible on screen!) perfect for running fletching or something.
My scripts are on another level now, thank you
Got banned?
When the next vid will come out buddy waiting!!! 3month
Oh, this is *soo* fantastic, man! Just what I needed right now! Thanks a superlot!
For debugging I would make hotkeys that snap current coordinates and colors to your clipboard for faster development though. Good video for beginners :)
Videos are ace helped massively got a few different ones running without bans thank you
if you are still around i would love a new discord link, great series btw
looking forward to the video on the random bezier curve!! i'm having trouble with it
I know this is an older video but can you explain how to make the pixel search click a random pixel i have marked? It always going and clicks the very 1st one it finds on screen
I've managed to write a code that attacks certain mobs using pixelsearch, however it keeps on clicking on the exact same pixel at the exact same coordinates. How does one randomize this so that it clicks within a random area within the pixel?
I like the getColor function. Can this be used to get the X and Y position of the mouse or maybe someone to get coordinates faster? I get tired of using Windows Spy to get the coordinates. The process to get them is tedious. EX: open Windows Spy; Click on active window; Remember Coordinates; Click on notepad to write it down;
Completely agree with the tedious aspect lol, you can use getColor and MouseGetPos in conjunction and have the script write the coords and color ID to a text file. Check out FileOpen() and FileAppend in the AHK docs.
I'd write an example but I'm on mobile right now, but writing to text files can be useful in lots of ways
@@honestlowlife2985 Thanks for your guides! It really got me started using AHK!
Thanks to your videos, I was able to make this for people who wants the coordinates and color in a text file.
It will automatically open if you run the script.
Just replace the filelocation of where you want the txt file to appear
;Color detection and Coordinates
1::
Winclose, ahk_class Notepad
FileDelete, #filelocation
MousegetPos, MouseX, MouseY
PixelGetColor, e, %MouseX%, %MouseY%
FileAppend, x=%MouseX% - y=%MouseY% & %e%, The coordination and color at current cursor position.txt,
Run The coordination and color at current cursor position.txt
2::reload
3::exitapp
I'm trying to make a WC script and no matter what I do it always clicks on the exact same spot when it finds the color. How do I run it through a loop to make it choose different spots? I tried having it loop with a bracket at the beginning and the end of the script but it didn't change anything.
Make more guides plz, i learned alot from you and you have a talent for teaching!
Hey, i needed ahk for programing my macro keys to new numbers such as f13-24 or like a number than 9 at once for my game menus.
Looking forward for a full skill tutorial!
Can you make more kind of these Tutorials?
Loving these tutorials. Can you explain how do you make the notepad++ to format everything so cleanly?
discord link is invalid unfortunatly, keep the series going pls i learn so much from it
Thanks for taking the time to put up this series! I was wondering what did you click/press to run the program?
I love the song at the end. Could you please let me know which one is it?
The outro song is called 'No Gravity' by Nadro
When using Pixelsearch and clicking a Pixel it will always click the same pixel. is there a way to randomize the pixel it clicks?
Know any of the ocr functions to read text warnings or how many cannon balls you have for example?
I have tried this on my laptop. My mouse does not move after the script starts. It will only work if i move the mouse to the area where the color exists. How do i correct that?
is this computer programming??? coding?? i dnt know anything about computers but make more of these tutorials, it looks like it's helpful
well I wouldn't call it programming, It's more like boot leg moon shine.
What can we look for next video?
I'm unsure right now, I'm torn between continuing basic concepts, or transitioning to me showing how to write full-fledged scripts for various skills. These would be videos of similar length, with me writing a script from scratch for a skill (probably start with basic stuff, like fletching etc) and explaining what I'm writing and why. Up in the air right now, feel free to suggest ideas though :)
@@honestlowlife2985 how about using randombeizer in your scripts?
@@honestlowlife2985 I think it would be a good idea for you to make a tutorial for a full skill. You've taught us the basics, and now it's time for advanced stuff. Thanks a lot!
Very powerful tech!
i like to do this but in my inventory. detecting when there is an item in a cetain place. it starts running somewhere after it detected an item in my 28th spot in my inventory. is this possible ? like it loops unthill it detects something than walks somewhere and than goes back to the loop after it done.. ooh btw your discord link doenst work anymore
This series is smoking.
do you still have an active discord?
With using this script partially. What code would I need to write to return the cursor to the color detected.
Hey man are you still around i have a question :)
Is there a possibility to teach us how to write a combat script?
Can I not just copy and paste this into my notes and do it that way ?
hey @Honest lowlife discord link does not work, can i contact you on discord somehow?
not sure if you will see this comment or not. I've watched the tutorials but think i'm having problems with correctly bracketing or if then statements. I'm trying to make a simple auto miner that works better for lower level mining. checks if rock 1 is full of ore, if it is full of ore click rock. and then check if rock 1 has emptied, then only if empty begin on rock 2, then eventually the same thing to rock 3 and looping back to rock 1. After I figure out the mine 1 drop 1, figuring out how to correctly add to check if inventory is full after each rock has emptied, if full inventory then go to a dropfullinventory command for the next version of the script to be able to mine a full inventory rather than mine 1 drop 1. I am new to this but currently my script isn't correctly functioning and still just rolls through all 3 rocks in the same randomised timing and drops 1 after each click. I believe i didn't correctly tie in the loops for example if the rock is NOT empty, it needs to return the script back to loop only checking if it's empty until it becomes true.
Hi there! I'd love to help, but fixing issues in code is challenging on RUclips. feel free go join my discord and post your issue in the help section, I'm sure someone can help :)
Hey,
in my main loop I first check for the bottom right inventory item,
pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast
If I want to autobank all of my commands will follow this if statement, if i want to autodrop i will then search for the top left section inside this search and then autoclick the location
pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast
if !errorlevel
{
pixelsearch,xvariable,yvariable,x1,y1,x2,y2,pixelcolour,variation,fast
if !errorlevel
{
DROP ITEM SEQUENCE
}
}
then you add an else statement for your first if statement for the mining portion
the invite link for discord is not working
why did you stop making vids also discord invalid
can you copy and post or link the script that you made? it would help tremendously! (think i spelt that right)
how do you code clicking on moving targets npc or players?
Just make ur mouse return to the starting position after the action u want. Then just track the player/npc with the mouse
Hello, im using blue stacks and playing osrs like if is in a mobile, so i think they cant track my mouse move correctly? With this i can be very more accurate, i use simple macro with variable delay, and variable pixels to click so i think its very safe run like 30 min and breaks correctly? Sorry for the english... but you think with bluestacks is safe to bot? When you training like mining or fletching,cooking how many time you run the script and the breaks? Thanxs for the tutorials man!
bluestacks isnt safe if you dont root it and change what device and imei number it is using, as you will get banned due to that
I can't say for sure with bluestacks as I've never personally used it, but several people in my discord have with great results. As you said, I'd still randomize clicks and sleeps, but I'd imagine it would be at least somewhat safer since there's no actual mouse movement on mobile. Depending on the script I'm running, I do 2-4 blocks at a time, with large breaks in between, typically with some regular gameplay mixed in. Thanks for watching!
@@XtimelessvidzX where did you read about this? I think this not exist, blue stack emule a android, if u go to configuration you can see he is emulation a android phone with version and model like galaxy and other versions
It default emulates an One plus phone, I've rooted mine and changed it to my actual Note 9 with same Imei number and carrier.
I'm assuming here that jagex would have simple information on device used, especially with mobile.
@@XtimelessvidzX i can have more than 5 phones and play in all of them... jagex cant ban me because i have a lot of phones ... lol, and the bluestacks just open everytime with one phone model he not change
Is ahk safer than messing with the osrs client. In your experience
I feel like the program jitbit macro recorder is basically auto hot key but with a UI added to it because so far everything you’ve done I can do on that program also. I like typing the macro out on auto hot key though it makes me feel like I know how to code 🤣
How do I make it click randomly on that color? please help! appreciate it!
Heyo, love ur vids.. Help me a lot. Just one queston, isnt ahk banned? Thanks dude
correct. ahk is not allowed and you can get banned for using it.
@@whateverppl1229 ty 4 answer
Discord invite is invalid? :(
What if my color ID changes as sun goes down?
Im trying to make it into diferent game...
variation, he does 1 so change it and see how high of a variation you need.
so for instance, 3 would be the value you want to change PixelSearch, Rx, Ry, x1, y1, x2, y2, 0x000000, 3, RGB
bro keep up the work . go advance for us
Won't let me click the color I want it to detect and click on
how can i loop a specific function?
Would you be willing to sell custom scripts?
Unfortunately I do not sell custom scripts right now, sorry!
I would though.
it doesnt work for me somehow
Awesome ty
is your acc still alive?
Yep still going strong! New video will be out soon
@@honestlowlife2985 alright glad to hear man, the vids about the mining script was that the actual one u used to be safe or did u add other stuff to it?
how do i loop this?
return
Here to learn hacking ingame
STOP THOSE tutorials please, ive been doing this for years and years without ban, but your video is putting us at risk!
How would you write a script for something that moves say either thieving or attacking something
I have a few for sale