Advertisement
Guest User

Untitled

a guest
May 26th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.69 KB | None | 0 0
  1. Profile Lines:
  2.  
  3. <RunCode Name="TheScienceofDeduction" />
  4.  
  5. CodeChunk:
  6.  
  7.         <CodeChunk Name="TheScienceofDeduction">
  8.             <![CDATA[
  9.                 ff14bot.Managers.GameObjectManager.GetObjectByNPCId(1008716).Interact();
  10.                 await Buddy.Coroutines.Coroutine.Sleep(1000);
  11.                 ff14bot.RemoteWindows.Talk.Next();
  12.                 await Buddy.Coroutines.Coroutine.Sleep(5000);
  13.                 if (ff14bot.RemoteWindows.Request.IsOpen)
  14.                                 ff14bot.RemoteWindows.Request.HandOver();
  15.                 await Buddy.Coroutines.Coroutine.Sleep(5000);
  16.                 ff14bot.RemoteWindows.Talk.Next();
  17.                 await Buddy.Coroutines.Coroutine.Sleep(200);
  18.                 ff14bot.RemoteWindows.SelectString.ClickSlot(0);
  19.         ]]>
  20.         </CodeChunk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement