Advertisement
dcomicboy

race bot

May 1st, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Racing Rivals Race Bot
  2.  
  3. int i = 0;
  4.  
  5. %hook ShiftLightIndicatorView
  6. %hook RaceControlsView
  7.  
  8. while (i<6) {
  9. if ( lightOn == TRUE) {
  10. -(void) btnShiftUp:(id) {
  11. return 1;
  12. } else if ( lightOn == FALSE) {
  13. -(void) btnShiftUp:(id) {
  14. return 0;
  15. }
  16. i++;
  17. }
  18. %end
  19. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement