Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    thecrazygameguy's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Yeah I suck at this, I copied your script and put in my screen coords for drag and dropping and then tried to run it and I get a Call to nonexistent function error. Line 8 at CaughtWater := ReadMemory(WaterAddress). May I ask am I supposed to be putting this into my afk fishing script or is this all alone that just throws boots and thats it.

  2. #17
    lapeiro's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    doesnt work for me, randomly moves camera? O_o

    EDIT: nvm works perfectly fine, thank you very much

  3. #18
    ggalin's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Where to put in fishbot script?
    I wan to put this
     
    ...
    CoordMode, Mouse, Screen
    MouseClickDrag, l, 1281, 454, 1050, 504
    MouseClickDrag, l, 1281, 454, 1050, 504
    ControlSend, , {f down}, ahk_pid %pid%
    Sleep, 86
    ControlSend, , {f up}, ahk_pid %pid%
    Sleep, 2000
    CaughtWater := ReadMemory(WaterAddress)
    Timer := 0
    While Timer = 0
    ...
    into this
     
    #WinActivateForce
    Numpad6::
    WinGet, pidn, PID, A
    pid := pidn
    WinGet, hwnds, ID, A
    Handle := hwnds
    InputBox, Lure, Lure's, How many Lure's do you have in inventory
    Base := getProcessBaseAddress()
    WaterAddress := GetAddressWater(Base,0x00955f7c)
    Loop %Lure%
    {
    ControlSend, , {f down}, ahk_pid %pid%
    Sleep, 86
    ControlSend, , {f up}, ahk_pid %pid%
    Sleep, 2000
    CaughtWater := ReadMemory(WaterAddress)
    Timer := 0
    While Timer = 0
    {
    Loop
    {
    If (CaughtWater = 1)
    {
    Break
    }
    if Timer = 40
    {
    ControlSend, , {f down}, ahk_pid %pid%
    Sleep, 86
    ControlSend, , {f up}, ahk_pid %pid%
    Break
    }
    Sleep, 1000
    CaughtWater := ReadMemory(WaterAddress)
    Timer := Timer + 1
    }
    }
    Timer := 0
    ControlSend, , {f down}, ahk_pid %pid%
    Sleep, 86
    ControlSend, , {f up}, ahk_pid %pid%
    Sleep, 2000
    }
    ExitApp

    CheckFishingState(base)
    {
    global FishingState
    pointerBase := base + 0x00955f7c
    y1 := ReadMemory(pointerBase)
    y2 := ReadMemory(y1 + 0x24c)
    y3 := ReadMemory(y2 + 0x144)
    Return FishingState := ReadMemory(y3)
    }



    Numpad7::
    ExitApp

    getProcessBaseAddress()
    {
    Global Handle
    return DllCall( A_PtrSize = 4
    ? "GetWindowLong"
    : "GetWindowLongPtr"
    , "Ptr", Handle
    , "Int", -6
    , "Int64") ; Use Int64 to prevent negative overflow when AHK is 32 bit and target process is 64bit
    ; If DLL call fails, returned value will = 0
    }

    GetAddressWater(Base, Address)
    {
    pointerBase := base + Address
    y1 := ReadMemory(pointerBase)
    y2 := ReadMemory(y1 + 0x144)
    y3 := ReadMemory(y2 + 0xe4)
    Return WaterAddress := (y3 + 0x70)
    }

    ReadMemory(MADDRESS)
    {
    Global pid
    VarSetCapacity(MVALUE,4,0)
    ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", 0, "UInt", pid, "UInt")
    ;DllCall("ReadProcessMemory","UInt",ProcessHandle, "UInt",MADDRESS,"Str",MVALUE,"UInt",4,"UInt *",0)
    DllCall("ReadProcessMemory", "UInt", ProcessHandle, "Ptr", MADDRESS, "Ptr", &MVALUE, "Uint",4)
    Loop 4
    result += *(&MVALUE + A_Index-1) << 8*(A_Index-1)
    return, result
    }
    Last edited by ggalin; 07-15-2015 at 07:22 AM.

  4. #19
    Milecar12's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    You're a pedo, ain't ya?
    Posts
    1,084
    Reputation
    29
    Thanks
    143
    My Mood
    Goofy
    My BEM script already does everything your does, but doesn't require to have all catchable fish and doesn't drop Wish Fisher. We need memory scans, though, not RGB based.

    Last edited by Milecar12; 07-15-2015 at 12:11 PM.
    This is /me friend:


    このメモが表示された場合、その後、このノートが通知する価値がないことに、注意することがで きます。

    MY PC SPECS :
    Intel i3 3225
    AMD Radeon 4870 Vapor-x 1 GB
    550W Power Supply
    8 GB DDR3 RAM

  5. #20
    jokaclown's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    7
    My Mood
    Psychedelic
    Milecar12 do you have choc and lava base ?

    or can tell me what values i have to search for in CE
    He, who fights with monsters, should look to it, that he himself, does not become a monster

  6. #21
    ::::Joe::::'s Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Taiwan
    Posts
    19
    Reputation
    10
    Thanks
    3
    My Mood
    Busy
    can somebody update this one plz!!

  7. #22
    bunnkywhat's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    51
    My Mood
    Lurking
    Quote Originally Posted by Milecar12 View Post
    My BEM script already does everything your does, but doesn't require to have all catchable fish and doesn't drop Wish Fisher. We need memory scans, though, not RGB based.

    Correct, and it does it better! The only plus side to mine is AHK wont expire in 30 days :/ , which is a big reason i decided to try my hand at writing an AHK version. And yes, I put a label in my original post about the wish fisher issue. I believe there's a few people working on new, better boot drop scripts.

    @ ::::Joe::::,

    It doesnt ever need updating. Its a one line (copied twice) code, and just insert it into new fishing scripts where I show in the examples.

    - - - Updated - - -

    PLEASE READ MY ENTIRE POST BEFORE ASKING HOW TO USE THIS 1 LINE SCRIPT. YOU NEED A WORKING FISHING SCRIPT FIRST BEFORE INSERTING THE ONE LINE OF CODE I HAVE PROVIDED FOR IT TO WORK.

    THIS IS ONE LINE OF CODE, NOT AN ENTIRE FISHING SCRIPT, NOR CAN I PROVIDE A WORKING FISHING SCRIPT.

  8. #23
    Milecar12's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    You're a pedo, ain't ya?
    Posts
    1,084
    Reputation
    29
    Thanks
    143
    My Mood
    Goofy
    Why don't you convert my script into AHK? I mean, you have my permission to copy paste translate it. I've seen there is ImageSearch function for the pic and the pattern thing is just picture seach but with 16 pixels, instead of the full pic.

    It shouldn't be too hard., and if you need help I can explain anything you might find trouble with.
    Last edited by Milecar12; 07-16-2015 at 12:57 PM.
    This is /me friend:


    このメモが表示された場合、その後、このノートが通知する価値がないことに、注意することがで きます。

    MY PC SPECS :
    Intel i3 3225
    AMD Radeon 4870 Vapor-x 1 GB
    550W Power Supply
    8 GB DDR3 RAM

  9. #24
    bunnkywhat's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    51
    My Mood
    Lurking
    Quote Originally Posted by Milecar12 View Post
    Why don't you convert my script into AHK? I mean, you have my permission to copy paste translate it. I've seen there is ImageSearch function for the pic and the pattern thing is just picture seach but with 16 pixels, instead of the full pic.

    It shouldn't be too hard., and if you need help I can explain anything you might find trouble with.
    I'm just not that good. New to ahk scripting, and I haven't had much time these last couple days. On paper the function sounds real easy to make up, I just haven't tried yet. Thanks for the permissions ahead of time.

  10. #25
    Unknowtrove's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    still working? or have to update?(Sorry for golden shovel)

  11. #26
    darsakpatel's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    this is Amazing

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] BEM Auto Throw Boot Script
    By Milecar12 in forum Trove Hacks & Cheats
    Replies: 23
    Last Post: 07-20-2015, 04:18 PM
  2. Need FishBot with Boot auto-drop
    By GoodCrafter in forum Trove Discussions & Help
    Replies: 10
    Last Post: 07-10-2015, 05:22 AM
  3. [Outdated] Auto Fish Water V0.1(Auto Fish forever)
    By hmwhatmename in forum Trove Hacks & Cheats
    Replies: 37
    Last Post: 07-07-2015, 05:55 PM
  4. [Release] [1.4.2] MoreThanFish - So ya wanna fish an ole boot ye say?
    By ~Shadow in forum Minecraft Plugins
    Replies: 4
    Last Post: 01-11-2013, 05:23 AM
  5. [Help] Is It Possible To Get Fish Bots And Auto Bots?
    By mystery2k10 in forum Metin 2 Hacks
    Replies: 0
    Last Post: 04-20-2011, 06:12 AM