Jump to content

pplpplplease

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by pplpplplease

  1. ok nvm i got it, but is there a way to edit the script to make it drop the ore after it is mined....that would help alot
  2. wheres the beta packege thing?? ill look for it, but can u reply...sry for being a dumass but i relly dnt kno wat to do
  3. Where do u download autoit??? and if i do, how do i compile it?
  4. hey i just made a autoit account today....i play runescape and would like an AutoMiner. I downloaded this miner.exe or watever (the link u had at the bottom of ur topic) and it took like 1 second. I opened my Winrar and i saw the miner.exe, so i opened that and it had a "read me.txt" file and the "RS Auto-Miner.au3" file. I clicked on the read me and read what to do. I logged on runescape and clicked the "RS Auto-Miner.au3" file, then a weird thing popped up that i think is the script: this is wat the beggining looked like:: #NoTrayIcon #include <GUIConstants.au3> #include <Misc.au3> HotKeySet("!^x", "Abort") Global $CurrentColor = "0xAF0000" Global $StartX = IniRead("MineData.ini", "Pos", "X",0) Global $StartY = IniRead("MineData.ini", "Pos", "Y",0) Global $x = $StartX, $y = $StartY Global $ScanWidth = 110, $ScanHeight = 120 Global $T1[5],$T2[5] Global $SleepCheck = 500, $SleepMine = 4000 Global $Idle = 0 Global $MoveMode = True Global $AppTitle = "RS Auto-Miner" Global $ColorClay = IniRead("MineData.ini", "Colors", "Clay", "?") Global $ColorCopper = IniRead("MineData.ini", "Colors", "Copper", 9003840) Global $ColorTin = IniRead("MineData.ini", "Colors", "Tin", 7432553) Global $ColorIron = IniRead("MineData.ini", "Colors", "Iron", 4072732) Global $ColorSilver = IniRead("MineData.ini", "Colors", "Silver", 16777215) Global $ColorCoal = IniRead("MineData.ini", "Colors", "Coal", 3815975) Global $ColorGold = IniRead("MineData.ini", "Colors", "Gold", 10193720) Global $ColorMithril = IniRead("MineData.ini", "Colors", "Mithril", 5329529) Global $ColorAddy = IniRead("MineData.ini", "Colors", "Addy", "?") Global $ColorRunite = IniRead("MineData.ini", "Colors", "Runite", "?") ;beta below Global $Sens = IniRead("MineData.ini", "Beta", "Sensitifity", 8) Global $AverageX, $AverageY, $i I thought a window was supposed to pop up to begin the automining?? Ya so can u reply and tell me wats wrong plzzz THANK YOU
×
×
  • Create New...