Results 1 to 3 of 3

Thread: Help with random camera angles

  1. #1
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with random camera angles

    I currently have:

    P07_MakeCompassDegree(RandomRange(15,300));

    but it's not doing it, always at the same position so it makes it obvious.

    Does Jagex even notice camera angles or is it only for not logging out? Thanks!

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Jagex is terrible at catching bots, and I highly doubt simply keeping the same camera angle the entire time will draw any suspicion.

    However that is the correct to do do random compass angles (good job ), not sure why it's not working, I had a similar line of code work for me just a few days ago.

    @DannyRS any idea?

  3. #3
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Jagex is terrible at catching bots, and I highly doubt simply keeping the same camera angle the entire time will draw any suspicion.

    However that is the correct to do do random compass angles (good job ), not sure why it's not working, I had a similar line of code work for me just a few days ago.

    @DannyRS any idea?
    My include would take P07_MakeCompassDegree(RandomRange(5,355));

    if you want it the same every time? just pick a number from 5-355 lol,

    Does Jagex even notice camera angles or is it only for not logging out? Thanks!
    highly doubt they watch camera movement much


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •