Thread: No-Idle Timer

Results 1 to 6 of 6
  1. #1
    soalokin's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    45
    My Mood
    Amused

    Unhappy No-Idle Timer

    Hello, I need help making my client have no idle-timer.
    I have tried to do this myself with the information I gathered.
    If anyone could walk me through this I would appreciate it.
    I have spent like over an hour trying to do this and am just too confused
    by the code and what I am suppose to change and where.

    Thank you.

  2. #2
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Quote Originally Posted by soalokin View Post
    Hello, I need help making my client have no idle-timer.
    I have tried to do this myself with the information I gathered.
    If anyone could walk me through this I would appreciate it.
    I have spent like over an hour trying to do this and am just too confused
    by the code and what I am suppose to change and where.

    Thank you.
    I'm afk at them moment, but it's a simple hack.

    1. Grep "you have been idle for"
    2. Open that class in notepad ++
    3. Locate the trait method just before or after the one that contains the idle push string
    4. It will return a Boolean. All you have to do is put a
    Code:
    Pushfalse
    Returnvalue
    At the beginning

  3. #3
    soalokin's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    45
    My Mood
    Amused
    Quote Originally Posted by maat7043 View Post
    I'm afk at them moment, but it's a simple hack.

    1. Grep "you have been idle for"
    2. Open that class in notepad ++
    3. Locate the trait method just before or after the one that contains the idle push string
    4. It will return a Boolean. All you have to do is put a
    Code:
    Pushfalse
    Returnvalue
    At the beginning
    You lost me.
    I have the program astrogrep. is that what i use?
    how do i locate the Trait Method with idle push string?
    and where exactly is the beginning of the code?

    Thanks again.

  4. #4
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Quote Originally Posted by soalokin View Post
    You lost me.
    I have the program astrogrep. is that what i use?
    how do i locate the Trait Method with idle push string?
    and where exactly is the beginning of the code?

    Thanks again.
    Oh dear. Sorry I thought I recognized your name as someone else with more background knowledge.

    1. Decompile a client
    2. Open astrogrep
    3. Set all the boxes to look in */client-1 folder
    Make sure search sub folders is checked and 2 context lines
    Search for "you have been idle for"

    File type is *class.asasm

    Let me know when you find the .class.asasm file that has this

    Post the whole class here in code brackets and I will help you further

  5. #5
    cehrenr's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    453
    Reputation
    19
    Thanks
    1,234
    Quote Originally Posted by maat7043 View Post
    3. Locate the trait method just before or after the one that contains the idle push string
    Use the "update" trait method, easiest to find for the pushfalse/returnvalue.

  6. #6
    soalokin's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    45
    My Mood
    Amused
    Quote Originally Posted by cehrenr View Post
    Use the "update" trait method, easiest to find for the pushfalse/returnvalue.
    maat7043 is kindly helping me on skype with this.

Similar Threads

  1. [Outdated] 19.1 No-Idle Timer Client
    By MaohNoRaiden in forum Realm of the Mad God Hacks & Cheats
    Replies: 20
    Last Post: 01-19-2014, 11:51 AM
  2. [Outdated] [MOD](19.0) Disable Idle Timer
    By IziLife in forum Realm of the Mad God Hacks & Cheats
    Replies: 23
    Last Post: 01-12-2014, 02:53 AM
  3. vb6 timer problem
    By juppeli in forum Visual Basic Programming
    Replies: 6
    Last Post: 07-09-2007, 10:30 PM
  4. [Help]VB6 Trainer - buttons/timers
    By Ephemera in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-05-2007, 06:58 PM
  5. Power Leveling 1 hour idling
    By Kyojiro in forum WarRock - International Hacks
    Replies: 19
    Last Post: 02-05-2006, 08:59 AM