Register for your free account! | Forgot your password?

You last visited: Today at 02:27

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

Advertisement



Manugo Bot

Discussion on Manugo Bot within the Rift Hacks, Bots, Cheats & Exploits forum part of the Rift category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2015
Posts: 5
Received Thanks: 2
Manugo Bot

If you get two (2) Billion Manugo points you get a 'Personal Manugo Station' to put in your dimension. Of course, getting 2 Billion Manugo points is mind numbing and carpel tunnel producing.

Here is a simple Autoit bot to do the button clicking for you.

Simple Instructions
Install Autoit. Copy the below into a file and save it. In Rift stand between two Manugo stations in the Tarken Ghar Station Tau. Start up the Autoit program, tab to Rift, and left click on the two Manugo buttons. Press 'Esc' to stop the program. Takes about 20 hours of bot use to get to 2 Billion Manugo points.

Detailed Instructions

0. Install Autoit. Open up the Scite editor. Copy the below code into a 'new' file and save that file as "Odlid Tubpu Manugo Bot".

1. You must be signed into Rift, go to Rift System->Settings->Video and set Window Mode to "Windowed"

2. There are Manugo stations in Ghar Station Mem, Ghar Station Tau, and Ghar Station Rosh. I suggest using Ghar Station Tau Manugo stations since they are seldom used by players. They can be found at the far north of the station, up the stairs, to the left buried in the snow.

3. Position your character between two stations such that when you click on each of the two stations Manugo buttons you can activate the machines. This may take some fiddling with the position of your character and the zoom of the camera.

4. Start up the program. Tab back to the Rift screen (if you don't have 2 monitors) and LEFT click on one stations's button then LEFT click on the second stations button.

5. The bot should now click on each machine, back and forth, just barely after the button cooldown has been reached.

6. If you are clicking too fast, adjust the $ManugoKeypressDelay to a higher number - if you are clicking too slow set it to a lower number. The default worked on a couple computers I have.

7. Before I fired up the bot I found it interesting to open up the 'Achievements' tab and search for 'Manugo'. This will show you the running amount of Manugo you have attained as the Manugo bot is running, and will indicate progress toward the next Manugo Achievement level. You really get nothing until you've accumulated 2 Billion points at which point you get the Personal Manugo Station dimension item sent to you in the mail. While the bot was running I liked watching the Manugo numbers go up.

8. To STOP THE PROGRAM press the 'Esc' key.

Enjoy!

Odlid Tubpu

Code:
#include <GUIConstantsEx.au3>
#include <WinAPI.au3>
#include <Misc.au3>
HotKeySet("{esc}","Terminate")

Local $ManugoKeypressDelay = 800 ; adjust this up if you are keypressing to fast, down if you have your thumb up while waiting

Local $crsrNbr = _WinAPI_GetCursorInfo()
Local $standardCrsrNbr = $crsrNbr[2]
Local $hDll = DllOpen("user32.dll")
Local $pos1[2]
Local $pos2[2]
ConsoleWrite("Position yourself between two Monugo stations, then click on one of the Manugo activators"&@LF)
While 1
	If _IsPressed("01", $hDll) Then
		; mouse key pressed, get the location
		$pos1=MouseGetPos()
		ExitLoop
	EndIf
	Sleep(10)
WEnd
Sleep(100)
ConsoleWrite("x="&$pos1[0]&" y="&$pos1[1]&@LF)
Sleep(200)
ConsoleWrite("Now click on the second Manugo activator"&@LF)
While 1
	If _IsPressed("01", $hDll) Then
		; mouse key pressed, get the location
		$pos2=MouseGetPos()
		ExitLoop
	EndIf
	Sleep(50)
WEnd
Sleep(1000)

MouseMove(($pos1[0]+$pos2[0])/2,($pos1[1]+$pos2[1])/2,0)
Sleep(20)
MouseClick("left")
$crsrNbr = _WinAPI_GetCursorInfo()
Sleep(20)
$standardCrsrNbr = $crsrNbr[2]

While 1
	MouseMove($pos1[0],$pos1[1],10)
	Sleep($ManugoKeypressDelay)
	MouseClick("right",$pos1[0],$pos1[1],1,10)
	MouseMove($pos2[0],$pos2[1],10)
	Sleep($ManugoKeypressDelay)
	MouseClick("right",$pos2[0],$pos2[1],1,0)
WEnd

Func Terminate()
	Exit
EndFunc
Odlid Tubpu is offline  
Reply




All times are GMT +2. The time now is 02:27.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.