Results 1 to 7 of 7
  1. #1
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring

    Rabcdasm version troubles

    I am currently having an issue with the Lavawalls V2 hack that @JustAnoobROTMG made
    My tool adds the same exact code at the same line as the mod selector cryo released, but I am getting an error. Any known issues due to rabcdasm versions?

  2. #2
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    replace

    getproperty QName(PrivateNamespace("*", $"mouseClass"), $"mouseClicked")

    with

    getproperty QName(PrivateNamespace("*", null), $"mouseClicked

    When i decompiled the client done with modselector, i saw no references to $mouseClass, just "null" when looking into the aimbot.
    You know its the same "click checking" logic everywhere. I certainly copy pasted something old , but the idea was here.

    I fixed Noclip this way, i assume you have the same problem than me
    Last edited by JustAnoobROTMG; 01-15-2014 at 06:08 AM.
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  3. #3
    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 JustAnoobROTMG View Post
    replace

    getproperty QName(PrivateNamespace("*", $"mouseClass"), $"mouseClicked")

    with

    getproperty QName(PrivateNamespace("*", null), $"mouseClicked

    When i decompiled the client done with modselector, i saw no references to $mouseClass, just "null" when looking into the aimbot.
    You know its the same "click checking" logic everywhere. I certainly copy pasted something old , but the idea was here.

    I fixed Noclip this way, i assume you have the same problem than me
    I am still getting two different errors during debugging? One is saying mouseclicked is not found in mouseclass and the other occurs when I replace nous lass with null as you suggested. I get an error saying I cannot have a null parameter.

  4. #4
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Aimbot is working, right? You are using the same click stuff in the aimbot, right? Decompile a 19.1.0 client and watch the aimbot code This is what i saw, and doing that i fixed my problem.
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  5. #5
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    I noticed this same thing when decompiling. It looks like if you have an unused #set it will thrown an error as well

  6. #6
    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 JustAnoobROTMG View Post
    Aimbot is working, right? You are using the same click stuff in the aimbot, right? Decompile a 19.1.0 client and watch the aimbot code This is what i saw, and doing that i fixed my problem.
    Is the mod selector using a different version of rabcdasm potentially?

  7. #7
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    /solved
    I updated my rabcdasm

Similar Threads

  1. Replies: 13
    Last Post: 02-09-2006, 10:25 PM
  2. Replies: 3
    Last Post: 02-09-2006, 03:51 PM
  3. Version.ini for Warrock
    By tomvernons in forum WarRock - International Hacks
    Replies: 6
    Last Post: 02-08-2006, 09:47 AM