Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > RF Online
You last visited: Today at 06:19

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

Advertisement



Pothack?

Discussion on Pothack? within the RF Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
Pothack?

I've heard that thers a way to pothack, but dont know how... any1 that knows how to do it?
Wolf88 is offline  
Old 01/18/2008, 00:50   #2
 
elite*gold: 0
Join Date: Jan 2008
Posts: 50
Received Thanks: 1
It's very easy..

1: Set your potion to the macro
2: Open your inventory and look for the stack being used by the macro
3: When the macro uses the pot, click the stack to pick it up, then place it back in inventory
4: This will reset the timmer allowing you to have no delay
Malliser is offline  
Old 01/18/2008, 00:52   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
ah.. so do i have to do that everytime i get hit, or just one time?
Wolf88 is offline  
Old 01/18/2008, 00:55   #4
 
elite*gold: 0
Join Date: Jan 2008
Posts: 50
Received Thanks: 1
Everytime.
Malliser is offline  
Old 01/18/2008, 01:09   #5
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
i see, thx for the fast answer
Wolf88 is offline  
Old 01/19/2008, 11:44   #6
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2
Received Thanks: 0
it's doesn't works
flowa is offline  
Old 01/19/2008, 11:45   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2
Received Thanks: 0
anything else ? plzz
flowa is offline  
Old 01/19/2008, 12:45   #8
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
it does work, just open ur bag with the pot and when u get hit press the potion and put it back down in the bag again.
Wolf88 is offline  
Old 01/19/2008, 13:53   #9
 
elite*gold: 0
Join Date: Jan 2008
Posts: 9
Received Thanks: 2
hes probly lagging.. let it be =\
JjoKceRr is offline  
Old 01/22/2008, 19:55   #10
 
elite*gold: 0
Join Date: Jan 2008
Posts: 3
Received Thanks: 0
Ha, that's it huh.
Yup, it works.
Wow, that's almost silly.
PrinceLKlar is offline  
Old 01/26/2008, 12:33   #11
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
yep this works... not great and massivley annoying to do all the time... im working on a script to get it working automatically in ACTool.

ok here goes.....
important notes =
screen resolution to use is - windowed 1024,768,32
pots need to be in 3rd row down in first slot and they need to be showing (i.e. the bag must be displayed on screen) it has to be the pack of pots u are using in the auto-pot macro (press Y ingame).

i will work on making it more flexible but for now this works well enough for me... i can solo things which would normally kill me, even through a little lag

code is here....

// This line is necessary to select the proper window
SetActiveWindow rf online
delay 1000

(* note to users;
screen resolution is 1024 x 768 in 32 bit colour and windowed mode *)

constants
x=0 //used to store pot x location
y=0 //used to store pot y location
end

while 1=1
setconst $x=185 //set x to hp co-ord
setconst $y=51 //set y to hp co-ord
loadRGB $x,$y //check player health
if {RGBred}<205 //if player needs healing

loadRGB 91,51 //check player lower health
if {RGBred}<205 //if player is dead
stop //quit macro

else //otherwise carry on trying to heal

setconst $x=746 //set x to first bag slot
setconst $y=562 //set y to first bag slot

delay 125
mousepos $x,$y //move mouse to found pots
delay 125
leftclick //pick up pots
delay 125
mousepos $x,$y //move mouse to found pots
delay 125
leftclick //drop pots - thus removing cooldown
delay 125
end if //if player is dead end
end if //if player needs healing end
delay 750 //needed so code doesn't eat all ur cpu, can increase this to decrease cpu load
end //end while
__________________________________________________ ______________________________
^^end of code


bugs....
sometimes a stack is picked up and not dropped - this can happen when u lag a little and the code skips a line or more likely when u pot back past the initial check for running the pot bug... thus the program seems to end early.
my mouse goes mad during the cycle - this due to the fact that the mouse needs to move to the pot stack to pick it up and drop it again... it's best not to use the mouse during a fight and use the skills in keyboard mode (i.e. 1-10 or f1-f10), i realise this can make targetting very hard when u are taking too much damage but that's the price u pay atm, target first is the only advice i can give atm
the program stops if i change area or (heaven forbid) diethis is intended to reduce the load on the cpu when it isnt needed... simply start the program when u need it - or u can remove the "stop //quit macro" line
small1337 is offline  
Old 02/11/2008, 02:44   #12
 
punkdman's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 20
Received Thanks: 1
uhmm.. GUYS are these stufs for RF Online? is it working in RFOnline Philippines?... and is ACtools working on it?

punkdman is offline  
Old 02/12/2008, 12:16   #13
 
elite*gold: 0
Join Date: Oct 2007
Posts: 84
Received Thanks: 10
IT DOES NOT WORK !! :c
mcoy143 is offline  
Old 02/12/2008, 21:38   #14
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
which bit doesnt work? the code or the bug? the bug is still around in codemasters current version (giga 4 episode 2 part 1) but not for much longer as the next patch will fix this.
small1337 is offline  
Old 02/16/2008, 11:38   #15
 
elite*gold: 0
Join Date: Feb 2008
Posts: 6
Received Thanks: 10
I'd just like to clarify it. after putting the pots back to the inventory (after getting hit and picking up pots)

can I place it back again?
amriel is offline  
Reply


Similar Threads Similar Threads
PotHack
01/09/2009 - RFO Hacks, Bots, Cheats, Exploits & Guides - 21 Replies
topic closed



All times are GMT +2. The time now is 06:19.


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.