Rift has pretty no anti hacking material in the game. However they do have a little bit to stop players from doing things, such as running a debugger on the game. So here is the best way to disable that in rift.
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
To attach your favorite debugger, click "CTRL-ALT-DELETE" when Rift.exe is opened and logged in, go to the proccess called "RiftErrorHandler.exe" end the proc. and then attach in my case OllyDbg, you will need to click the Play Button as OllyDbg places a int breakpoint on current instruction, after you do this you will see that your game is running and so is your Debugger! Enjoy guys