Results 1 to 11 of 11
  1. #1
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk

    Arrow MpAutoBomb v1.1 : Contest and badges for blocks destroyed

    Hey guys !

    I just updated my boomeranger booming bot !
    This bot is throwing bombs with the boomeranger.
    You can be banned, I'm not responsible, use at your own risks.


    Requierments :
    AutoHotKey (last version I guess)

    Keys functions :
    numpad1 : start/stop on active window
    numpad0 : Exit

    How it works ?
    Download and start the script as administrator
    For QWERTY start the file ending by 'W' for AZERTY by 'Z'
    Start as many trove as you want and put it in windowed, low quality (for performance issues). Also set up your keys : Primary ability on F2 and Ability 1 on F3 (CF Screenshot).
    Take Boomeranger, dig down (I mean, go to the bottom of the world, Pref novice world to prevent water issues).
    Look down (with the in-game camera) and face a direction (let's say EAST) then press numpad1. You should be now able to leave the window
    Once it's done you should be able to afk!
    Press numpad1 again to stop it on the active window

    To change the amount of time between 2 bomBings, change TIME by the amount you want (~2000-3000) (in ms)
    Code:
    	SetTimer, A, TIME
    How do you get this ?
    Download the attachment or copy and paste the source code in a text file then rename it to .ahk

     




     

    Code:
    V1.0 (810b):
    Initial release
    
    V1.1 (b):
    Updated to match screenshot
    2 files : 1 for QWERTY 1 for AZERTY


     

    Code:
    #Persistent
    
    Pids := Object()
    
    SetTimer, A, 2199
    return
    
    numpad1::
    	WinGet, APID, PID, A
    	WinGetTitle, winTitle, ahk_pid %APID%
    	if (winTitle = "Trove"){
    		found = 0
    		for i, p in Pids
    			if (p=APID)
    				found=1
    		if (found!=1){
    			Pids.Insert(APID)
    		}else{
    			newPids := Object()
    			for i, p in Pids
    				if (p!=APID)
    					newPids.Insert(p)
    			Pids := newPids
    		}
    	}
    	return
    
    A:
    	for i, d in Pids{
    		R()
    		ControlSend, , {F3 down}, ahk_pid %d%
    		R()
    		ControlSend, , {F3 up}, ahk_pid %d%
    		R()
    		ControlSend, , {F4 down}, ahk_pid %d%
    		R()
    		ControlSend, , {F4 up}, ahk_pid %d%
    		R()
    		ControlSend, , {w down}, ahk_pid %d%
    		Sleep, 1000
    		R()
    		ControlSend, , {w up}, ahk_pid %d%
    	}
    	return
    
    Numpad0::
    	ExitApp
    
    R()
    {
    	Random, W, 199, 259
    	Sleep, %W%
    }

     

    Code:
    #Persistent
    
    Pids := Object()
    
    SetTimer, A, 2199
    return
    
    numpad1::
    	WinGet, APID, PID, A
    	WinGetTitle, winTitle, ahk_pid %APID%
    	if (winTitle = "Trove"){
    		found = 0
    		for i, p in Pids
    			if (p=APID)
    				found=1
    		if (found!=1){
    			Pids.Insert(APID)
    		}else{
    			newPids := Object()
    			for i, p in Pids
    				if (p!=APID)
    					newPids.Insert(p)
    			Pids := newPids
    		}
    	}
    	return
    
    A:
    	for i, d in Pids{
    		R()
    		ControlSend, , {F3 down}, ahk_pid %d%
    		R()
    		ControlSend, , {F3 up}, ahk_pid %d%
    		R()
    		ControlSend, , {F4 down}, ahk_pid %d%
    		R()
    		ControlSend, , {F4 up}, ahk_pid %d%
    		R()
    		ControlSend, , {Z down}, ahk_pid %d%
    		Sleep, 1000
    		R()
    		ControlSend, , {Z up}, ahk_pid %d%
    	}
    	return
    
    Numpad0::
    	ExitApp
    
    R()
    {
    	Random, W, 199, 259
    	Sleep, %W%
    }


    Virus scans :
    https://virusscan.jotti.org/fr-FR/fi...job/yhu9rqf7l7
    https://www.virustotal.com/en/file/7...is/1465842518/

    If you don't want to wait for approval you get the code under the source code spoiler and paste it in a file then rename it in .ahk.

    NOTE : Old thread can be closed (outdated tool)
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 36 Users Say Thank You to mpmoi For This Useful Post:

    alyytamerrr (11-16-2022),andresgan (08-10-2016),augchen (09-16-2017),bleckcat (06-23-2017),Comiamaedostronda (11-13-2016),d7oomy998899 (06-16-2016),Dj3max (03-18-2018),douky70 (02-01-2017),DWK (07-30-2016),Extazia (07-21-2017),flopop (07-03-2018),grom12 (10-21-2017),hazestalker (11-28-2016),Justinas0X (06-14-2016),karatecookie4 (04-04-2020),luxofon (07-30-2023),magicman1843 (06-21-2017),mehfan (06-27-2017),Melih543 (08-23-2016),midnightdarkness1 (06-14-2016),monojung (11-23-2016),nameLee (07-29-2016),nanod (07-02-2018),Prodigy Realm (06-13-2016),queteimpor (02-28-2018),Reginleifrx (04-16-2020),ricolaw (09-20-2016),sandez34 (07-15-2016),sdsddsd (08-15-2016),slashcombo (06-13-2016),Spid12 (07-22-2016),TheReafg1000 (10-01-2017),vitorsienna (07-24-2016),wisterio (07-11-2018),yee4193 (02-01-2017),_Nub (10-22-2018)

  3. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    File appears safe.

    /Approved
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  4. #3
    Danny101234's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    667
    Reputation
    33
    Thanks
    51
    thank you this will be very usefull

  5. #4
    Spid12's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    ehm can you tell me how that exactly works ?

    your how it works is like as if i talk with a person which i dont understand their language . lol

  6. #5
    dogcatfung's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    it don't have any respons/action after pressing num1

    any solution?

  7. #6
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by dogcatfung View Post
    it don't have any respons/action after pressing num1

    any solution?
    is script shown in system tray ?
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  8. #7
    dogcatfung's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    http: / / i.imgur.com/Hb9m22D.jpg

    i can't post a complete link

  9. #8
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Are you on WASD keyboard setup ?

    - - - Updated - - -

    Is your window renamed ?
    Is trove your active window when hitting numoad 1 ?
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  10. #9
    eutherin's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    5
    just runs the whole time.
    Last edited by eutherin; 06-19-2017 at 03:17 PM.

  11. #10
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by eutherin View Post
    just runs the whole time.
    Pretty sure this is your issue :
    Quote Originally Posted by mpmoi View Post
    Also set up your keys : Primary ability on F2 and Ability 1 on F3 (CF Screenshot).
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  12. #11
    eRSGW$RYGW$RYHGHrh's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    In a big apartment
    Posts
    133
    Reputation
    10
    Thanks
    7
    My Mood
    Flirty
    It's really nice ^^

Similar Threads

  1. [Outdated] MpAutoBomb v1.0 : Contest and badges for blocks destroyed
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 16
    Last Post: 06-26-2016, 08:38 AM
  2. blocking anti p2p and more for u noobs
    By dibola in forum Programming Tutorials
    Replies: 0
    Last Post: 09-15-2008, 08:26 AM
  3. Warrock Bypass and hack for rs account
    By x9jake9x in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 02-27-2008, 12:09 PM
  4. Emisand's Trainer and Runnable for IndiaGunz
    By emisand in forum Gunz Hacks
    Replies: 11
    Last Post: 04-28-2006, 02:41 PM
  5. Download And Signup For Warrock Korean
    By Paolo1993 in forum WarRock - International Hacks
    Replies: 66
    Last Post: 02-04-2006, 09:56 PM