Results 1 to 7 of 7
  1. #1
    -Brennan's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    United States
    Posts
    20
    Reputation
    10
    Thanks
    6
    My Mood
    Happy

    Wink AHK OSRS High Alch

    Chr0nicxHack3r's High Alch Script




    Hello everyone, so I am new into this AHK stuff but decided to do a quick little release of my high alch script I made. It is far from perfect but it does work! PLEASE READ EVERYTHING BELOW OR THIS MAY NOT WORK!!

    1. ALL INSTRUCTIONS ARE INSIDE THE ZIP
    2. PLEASE MONITOR THIS AT ALL TIMES AS IT DOES MESS UP SOMETIMES. YOU JUST HAVE TO RESTART IT USUALLY.
    3. I TOOK OUT ALL RANDOMNESS TO THIS SCRIPT SO YOU MUST IMPLEMENT YOUR OWN


    Thanks for checking the post out, hope some of you enjoy the script!




    <b>Downloadable Files</b> Downloadable Files
    Last edited by meme; 02-10-2020 at 02:07 AM. Reason: scans

  2. The Following 6 Users Say Thank You to -Brennan For This Useful Post:

    BeRain313 (07-29-2020),blacknoob1 (08-29-2020),magadeath (06-13-2021),rezenon (05-27-2020),smailproxd (11-15-2020),T. Selanne (05-23-2020)

  3. #2
    meme's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    42.434720, -83.985
    Posts
    8,047
    Reputation
    1403
    Thanks
    2,410
    My Mood
    Lurking
    next time scan the entire archive please

    /approved
    Quote Originally Posted by Hennessy View Post
    meme is shittiest general mod ever.
     
    dd/mm/yy
    Member | 28/1/16 - ∞
    Premium | 20/3/16 - ∞
    BattleOn Minion | 24/12/17 - 21/7/21
    Minion+ | 4/4/19 - 11/12/20
    Other MMMORPG Minion | 10/11/19 - 21/7/21
    Publicist | 7/2/20 - Unknown
    Minecraft Minion | 10/12/20 - 21/7/21
    General Minion | 10/12/20 - 21/7/21

    Moderator | 11/12/20 - 21/7/21
    Princess | 5/1/21 - 30/6/21
    Global Moderator | 21/7/21 - ∞
    Pharaoh | 30/1/22 - ∞
    Trusted Member | 16/3/23 - ∞

  4. #3
    Ohsaewon's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    286
    Reputation
    42
    Thanks
    24
    I really appreciate this, I will leave a review once I download and use.

  5. #4
    Tiror's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    thank u for the release

  6. #5
    AsianNguyen's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    1,019
    Reputation
    33
    Thanks
    55
    My Mood
    Stressed
    Thanks for the release!

  7. #6
    T. Selanne's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    21
    My Mood
    Blah
    I tried add random to sleeping times, but not success yet.

    Code:
    ButtonHighAlch: 
    	IfWinExist, ahk_class SunAwtFrame           
    	WinActivate, ahk_class SunAwtFrame
    	RandomSleep(1000,2000)
    	RandomSleep(x,y)
    	{
    	Random, rand, %x%, %y%
    	Sleep %rand%
    	}
    Code:
    HighAlch() {
    	Sleep %rand%
    	PixelSearch, FoundX, FoundY, 554, 377, 863, 187, 0x00FF00, 0, Fast RGB
    		If ErrorLevel = 1
    		{
    			MsgBox, Failed spellbook color check, get runes, noted items or restart
    			Reload
    		}
    		Else 
    		{
    			Click, Left
    			Sleep %rand%
    			Click, Left
    			Sleep %rand%
    		}
    	}
    	return
    Why it doesn't work or what I did wrong?

  8. #7
    TANKODOOM's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by T. Selänne View Post
    I tried add random to sleeping times, but not success yet.


    Why it doesn't work or what I did wrong?
    Code:
    ;---------------------------------------------------------------------------
    #SingleInstance force
    #SingleInstance ignore
    
    #IfWinActive, ahk_class SunAwtFrame
    
    CoordMode, Mouse, Relative
    SetDefaultMouseSpeed, 10
    ;---------------------------------------------------------------------------
    
    $F3::reload
    return
    
    $F4::pause
    return
    
    $F5::exitapp
    return
    
    $F2::
    blockinput, mousemove
    loop,
    {
    
    MouseClick, Left,,,,,D
    Random, Pause, 25, 100
    Sleep, %Pause%
    MouseClick, Left,,,,,U
    Random ranSleep, 182, 359
    sleep %ranSleep%
    sleep, 50
    
    MouseClick, Left,,,,,D
    Random, Pause, 25, 100
    Sleep, %Pause%
    MouseClick, Left,,,,,U
    Random ranSleep, 182, 359
    sleep %ranSleep%
    sleep, 2500
    
    }
    return
    Last edited by TANKODOOM; 06-20-2020 at 11:49 PM.

Similar Threads

  1. [Outdated] My AHK OSRS Bot is now free! (Open-Source)
    By Lord Sammich in forum Runescape Hacks / Bots
    Replies: 152
    Last Post: 04-05-2018, 09:52 PM
  2. [WTS] OSRS HIGH LEVEL MAIN! 20$ PAYPAL.
    By Pray4Colla in forum Runescape Marketplace
    Replies: 0
    Last Post: 03-14-2017, 06:05 PM
  3. [WTS] [OSRS MAIN] Hand Trained 07 Account [RFD][219QP][High Stats 80+CB]
    By MasterBravo in forum Runescape Marketplace
    Replies: 1
    Last Post: 04-24-2016, 11:48 AM
  4. [WTB] | RS3 High Level account | OSRS High Level account |
    By Andrezz1 in forum Runescape Marketplace
    Replies: 8
    Last Post: 07-08-2015, 10:00 AM
  5. High alch guide.
    By vegardvegardvegard in forum RuneScape Discussions
    Replies: 9
    Last Post: 05-26-2011, 01:06 PM