Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230

    6.0 : Aimbot Toggling Notification

    * Open _-t4.class.asasm
    * Locate

    Code:
           initproperty        QName(PrivateNamespace("*", null), "_-0GJ")
    Insert below this line the following code


    Code:
       
       ;---------------------
        ; AIMBOT TOGGLING NOTIFICATION
        ;----------------------
    
        #set myval "_-0GJ" 
        #set functionWhirlpool "_-01N"
        
          getlocal0
          getproperty         QName(PrivateNamespace("*", null), $"myval")
          iftrue              AIMBOTON
    
          getlocal3
          pushstring          "AIMBOT : OFF"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
          jump                END
    
    AIMBOTON:
          getlocal3
          pushstring          "AIMBOT : ON"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
    
    END:      
        ;----------------------------------------------------------------
    PLEASE NOTE :
    * i used the last version or RABCDASM AVAILABLE...if you have problems try downloading the same version from RABCDASM website.
    * This code should be applied ON A ALREADY HACKED CLIENT( BY MOD SELECTOR) . DO NOT TRY TO ADD IT BEFORE , IT MAY PREVENT MOD SELECTOR TO MAKE LATER MODIFICATIONS ON YOUR SWF (it may be safe if modselector doesnt touch this class)
    Last edited by JustAnoobROTMG; 11-23-2012 at 07:40 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.


  2. The Following 9 Users Say Thank You to JustAnoobROTMG For This Useful Post:

    Cyiber (11-26-2012),fatpanda8 (11-25-2012),jscobee (11-27-2012),juliuse (11-26-2012),maat7043 (11-25-2012),muaaach (11-27-2012),nightackle (11-23-2012),nilly (11-23-2012),pings (11-23-2012)

  3. #2
    nightackle's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Realm of the mad god
    Posts
    73
    Reputation
    10
    Thanks
    7
    My Mood
    Amused
    Good luck making it.

    ---------- Post added at 11:12 PM ---------- Previous post was at 10:38 PM ----------

    Lol you finished so soon, nice one anyway. XD

  4. #3
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    The mod selector adds quite a few things to this class so it would be a bad idea to add this mod to a .swf and link it to mod selector to add more things. Do like @JustAnoobROTMG said, use the mod selector to get a modified client with the hacks of your choosing (+auto-aim of course) and modify that modified client with these instructions.

    I've used this method in a few personal hacks of mine. Thanks for the idea and code.
    Be careful, stray too far from the pack and you'll get lost.

  5. #4
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    FYI , the idea comes from Microgram but it was easy to find it without studying Microgram.

    Just look for "Level Up" to find the function which display the "whirlpool'...
    Then, add a code using this function in the class where hotkeys are managed

    Profit

    The good thing is : this function is a "Player" function and the "hotkey managing function" has the instance of the current player (local3)
    Last edited by JustAnoobROTMG; 11-23-2012 at 08:58 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.


  6. #5
    gorgor's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Toxic Sewer
    Posts
    583
    Reputation
    15
    Thanks
    161
    can i simply use "callpropvoid QName(PackageNamespace(""), "_-01N"), 1" in order to call the wirlpool ?

  7. #6
    UltraN00b's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Protected v0id
    Posts
    514
    Reputation
    68
    Thanks
    401
    My Mood
    Amazed
    Late reply but, Thanks Again @JustAnoobROTMG !
    Liked my Post? Say Thanks!
    Before saying that a developer is wrong, think harder. Maybe, YOU are wrong since the dev knows more about his own programs than you do and has more knowledge about what he is doing.
    -- Direct Quote from the XDA-Developers Forums.

  8. #7
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by gorgor View Post
    can i simply use "callpropvoid QName(PackageNamespace(""), "_-01N"), 1" in order to call the wirlpool ?
    Ya, that is the function that handles the animation for the level up. It takes 1 argument, a string that contains the text one wants to display. So the instructions needed are like @JustAnoobROTMG wrote down:

    Code:
          getlocal3
          pushstring          "AIMBOT : OFF"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
    The first instruction contains a handle to the current player (the Player class that contains the whirlpool function "_-01N"). The second contains the string one wants to pass to the whirlpool function then finally the whirlpool function is called taking the two bits of information stored on the stack by the above instructions.

    In as3, the instruction would look like this:

    player._-01N("My whirlpool string"); //where player contains the player object one wants the whirlpool animation on (like our player).
    Be careful, stray too far from the pack and you'll get lost.

  9. #8
    gorgor's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Toxic Sewer
    Posts
    583
    Reputation
    15
    Thanks
    161
    cheers !
    so I got my debugger ^^

  10. #9
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    First off thanks, I saw you post this in the show-off thread and I was hoping you would release it. It would be
    really useful to know if autoaim is on or not before you go in on tombs and make all of the bosses rage at the same time with
    autoaim on. Having issues locating the line to inject the new code though..

    Ok so I created a client with Nilly's Mod Selector and decompiled the clint with RABCDasm, but I can't find
    _-t4.class.asasm. What is the full location of this?

  11. #10
    cehrenr's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    453
    Reputation
    19
    Thanks
    1,234
    Quote Originally Posted by maat7043 View Post
    First off thanks, I saw you post this in the show-off thread and I was hoping you would release it. It would be
    really useful to know if autoaim is on or not before you go in on tombs and make all of the bosses rage at the same time with
    autoaim on. Having issues locating the line to inject the new code though..

    Ok so I created a client with Nilly's Mod Selector and decompiled the clint with RABCDasm, but I can't find
    _-t4.class.asasm. What is the full location of this?
    Off the top of my head it should be like \com\company\assembleegameclient\game\_-t4.class.asasm

  12. The Following User Says Thank You to cehrenr For This Useful Post:

    maat7043 (11-25-2012)

  13. #11
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Thanks just what I needed

  14. #12
    Sirius Black's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Hogwarts
    Posts
    919
    Reputation
    41
    Thanks
    1,272
    My Mood
    Aggressive
    Make a tutorial how to use it :S

  15. #13
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring

    Still Having trouble

    Ok, so I located the -_t4.class.asam now, but Im not sure that I found the right line to inject the code at.
    I tested it like this and it is not working.

    Code:
    L52:
          pushfalse
          initproperty        QName(PrivateNamespace("*", "#0"), "_-0Lo")
    
          getlocal0
          pushfalse
          initproperty        QName(PrivateNamespace("*", "#0"), "_-hw")
    
          getlocal0
          pushfalse
          initproperty        QName(PrivateNamespace("*", "#0"), "_-3t")
    
          getlocal0
          pushfalse
          initproperty        QName(PrivateNamespace("*", "#0"), "_-0Ot")
    
    L63:
          getlocal0
          pushfalse
          initproperty        QName(PrivateNamespace("*", "#0"), "_-0GJ")
    	  	;---------------------
    		; AIMBOT TOGGLING NOTIFICATION
    		;----------------------
    
    		#set myval "_-0GJ" 
    		#set functionWhirlpool "_-01N"
        
    		getlocal0
    		getproperty         QName(PrivateNamespace("*", "#0"), $"myval")
    		iftrue              AIMBOTON
    
    		getlocal3
    		pushstring          "AIMBOT : OFF"
    		callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
    		jump                END
    
    	AIMBOTON:
    		getlocal3
    		pushstring          "AIMBOT : ON"
    		callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
    
    	END:      
        ;----------------------------------------------------------------
    
          getlocal1
          dup
          iffalse             L72
    
          pop
          getlocal0
          convert_b
    Is the "functionWhirlpool" _-01N in the same assembly as _-0GJ?
    Anyone see my error? the full location of my code is //com/company/assemblygameclient/game/-_t4.class.asam

  16. #14
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    _-01N display the whirlpool on the player. The obvious place to find this method is in the Player class..
    You know, that stuff is used wehn you Level up

    Oh, i am sorry... I didnt saw there was others places with initproperty QName(PrivateNamespace("*", "#0"), "_-0GJ")..
    The good one is the one with a "NOT" instruction

    Code:
          not
    L388:
          initproperty        QName(PrivateNamespace("*", null), "_-0GJ")
          
      
        ;---------------------
        ; AIMBOT TOGGLE NOTIFICATION
        ;----------------------
        ;#set myprop "null"
        #set myval "_-0GJ" 
        #set functionWhirlpool "_-01N"
        
          getlocal0
          getproperty         QName(PrivateNamespace("*", null), $"myval")
          iftrue              AIMBOTON
    
          getlocal3
          pushstring          "AIMBOT : OFF"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
          jump                END
    
    AIMBOTON:
          getlocal3
          pushstring          "AIMBOT : ON"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
    
    END:      
        ;----------------------------------------------------------------
    The NOT purpose is to NEGATE the current condition of the autofire (enabled or not enabled)

    NOT True = False
    NOT False = True

    Here, the program does a NOT _-0GJ.

    For people who understand Actionscript, this picture may help. The good place to insert this code is WHERE THE GAME CHECK THE KEY YOU PRESSED ON KEYBOARD (like the autofire key )

    Last edited by JustAnoobROTMG; 11-26-2012 at 11:12 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.


  17. #15
    Cyiber's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Blah

    A Small Fix

    I found out the problem some people are having(like myself) when inputting the code in and it not working right(errors when reassembling it).

    When searching in //com/company/assemblygameclient/game/-_t4.class.asam and you find this code:

    Code:
    initproperty        QName(PrivateNamespace("*", "#0"), "_-0GJ")
    instead of this code:

    Code:
    initproperty        QName(PrivateNamespace("*", null), "_-0GJ")
    notice the difference? Replace the word null in the aimbot toggling notification code with "#0" and then reassemble..

    (I used Rabcasm and Rabdcasm)

    Code:
                         ;---------------------
                         ; AIMBOT TOGGLING NOTIFICATION
                         ;----------------------
     
          #set myval "_-0GJ" 
          #set functionWhirlpool "_-01N"
       
          getlocal0
          getproperty         QName(PrivateNamespace("*", "#0"), $"myval")
          iftrue              AIMBOTON
     
          getlocal3
          pushstring          "AIMBOT : OFF"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
          jump                END
     
         AIMBOTON:
          getlocal3
          pushstring          "AIMBOT : ON"
          callpropvoid        QName(PackageNamespace(""), $"functionWhirlpool"), 1
     
         END:      
          ;----------------------------------------------------------------

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release]Advanced Aimbot - Toggle on/off - Select all possible aimbones -
    By kaf073 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 37
    Last Post: 06-22-2010, 11:18 PM
  2. Hacks for Warrock (Aimbot, Wallhack)
    By Clarity in forum WarRock - International Hacks
    Replies: 32
    Last Post: 01-19-2006, 05:30 PM
  3. [SEARCHING] Color Aimbot v3
    By stfustfu in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-13-2006, 02:51 AM
  4. GPS Aimbot
    By Paolo1993 in forum Hack Requests
    Replies: 0
    Last Post: 01-09-2006, 03:10 AM
  5. America's Army aimbot
    By garebear in forum General Game Hacking
    Replies: 6
    Last Post: 12-30-2005, 04:52 PM