Page 4 of 4 FirstFirst ... 234
Results 46 to 54 of 54
  1. #46
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,953
    Reputation
    4088
    Thanks
    6,418
    Quote Originally Posted by maat7043 View Post
    Your Welcome. I told you it worked
    The auto aim usually aim's and shoots at 1 certain person and won't stop until they're dead but it's still good

    I suggest making it aim to the closest enemy

  2. #47
    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 Royce View Post


    The auto aim usually aim's and shoots at 1 certain person and won't stop until they're dead but it's still good

    I suggest making it aim to the closest enemy
    I can try. Right now it is strictly coded to fire at the enemy in range with the highest health

  3. The Following User Says Thank You to maat7043 For This Useful Post:

    Royce (04-01-2013)

  4. #48
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    Thank you so much mate but I do agree. Please make the aimbot aim at the closest mob to you
    Last edited by rocker1988; 04-01-2013 at 04:54 PM.

  5. #49
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,953
    Reputation
    4088
    Thanks
    6,418
    Quote Originally Posted by maat7043 View Post
    I can try. Right now it is strictly coded to fire at the enemy in range with the highest health
    Oh that's what it's doing , Did not notice

  6. #50
    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 DatCoder View Post
    I checked out how the new text drawing works. Here is the new working AutoAim notif.txt

    Code:
    #set privNs "com.company.assembleegameclient.game:_-04h"
    #set mouseUp "_-10K" ; mouseup maybe? right after mousedown trait slot
    #set spiral "_-1DI"
    #set textObjPackage "_-0zY"
    #set textObjClass "_-0u1"
    #set stringCrPkg "_-Po"
    #set stringCrClass "_-1M2"
    
    ;call spiral-effect
    	getlocal0
    	getproperty     QName(PackageNamespace("", "#0"), "gs_")
    	getproperty     QName(PackageNamespace("", "#0"), "map")
    	getproperty     QName(PackageNamespace("", "#0"), "player_")
    	callpropvoid    QName(PackageNamespace("", "#0"), $"spiral"), 0
    
    ;get mapOverlay to call addStatusText on at the end
    	getlocal0
    	getproperty     QName(PackageNamespace("", "#0"), "gs_")
    	getproperty     QName(PackageNamespace("", "#0"), "map")
    	getproperty     QName(PackageNamespace("", "#0"), "mapOverlay_")
    
    	;create text object
    		findpropstrict      QName(PackageNamespace($"textObjPackage"), $"textObjClass") ;arg0
    		getlocal0
    		getproperty         QName(PackageNamespace("", "#0"), "gs_")
    		getproperty         QName(PackageNamespace("", "#0"), "map")
    		getproperty         QName(PackageNamespace("", "#0"), "player_") ;arg1
    		pushint             65280 ;arg2
    		pushshort           2000 ;arg3
    		constructprop       QName(PackageNamespace($"textObjPackage"), $"textObjClass"), 3 ;call
    		coerce              QName(PackageNamespace($"textObjPackage"), $"textObjClass") ;convert
    		dup ;store it as addStatusText arg1
    		
    	;create string
    		findpropstrict      QName(PackageNamespace($"stringCrPkg"), $"stringCrClass")
    		;choose the string
    			getlocal0
    			getproperty     QName(PrivateNamespace("*", $"privNs"), $"mouseUp")
    			iffalse         AA_OFF
    			pushstring      "Auto-Aim: On"
    			jump            AA_CONT
    			AA_OFF:
    			pushstring      "Auto-Aim: Off"
    			AA_CONT:
    		constructprop       QName(PackageNamespace($"stringCrPkg"), $"stringCrClass"), 1
    		
    	;change the string in the text object
    		callpropvoid        QName(PackageNamespace("", "#0"), "setStringBuilder"), 1
    		
    ;draw the text to the screen (arg0=mapOverlay objectRef, arg1=text objectRef)
    	callpropvoid        QName(PackageNamespace("", "#0"), "addStatusText"), 1
    I didn't commented on how to find the classes, if someone have a good method for it, leave a comment there so it will be easier to update next time.
    I am trying to figure out where to insert this code...
    Still in _04h.class.asam?

  7. #51
    thankyo's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Quote Originally Posted by CrackySmoker View Post
    Its doesnt work for me, after i follow all the user friendly steps and start the "Fresh_AGC1364597953-mod" i only get the fresh rotmg client starting, without a single hack or anything.

    How do i fix this?
    make sure b4 you hit build , hit browse and type the whole file path without spaces .
    ex: c:\New Folder\Fresh_agc1364597953.swf<---------------wrong
    ex: c:\NewFolder\Fresh_agc1364597953.swf<--------------- Rite

  8. #52
    Omnipotent's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    [::1]:1337
    Posts
    162
    Reputation
    10
    Thanks
    2,326
    My Mood
    Asleep
    Quote Originally Posted by Royce View Post
    Auto-aim plus auto-nexus is amazing
    O.o i think there was a version just like this with god mode and everything looong ago.. Now you just see this and .. (No Comment)

  9. #53
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,953
    Reputation
    4088
    Thanks
    6,418
    Quote Originally Posted by dico3000 View Post
    O.o i think there was a version just like this with god mode and everything looong ago.. Now you just see this and .. (No Comment)
    I've played but without hacks and I just started hacking recently

  10. #54
    Hux's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Candy Kingdom
    Posts
    6,819
    Reputation
    588
    Thanks
    779
    My Mood
    Brooding
    outdated and closed.

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Make a 10.0 Client Using Bananation's mod selector on OSX and Linux! {Idiot-Proof!}
    By angelofsilence123 in forum Realm of the Mad God Tutorials & Source Code
    Replies: 3
    Last Post: 04-04-2013, 11:13 AM
  2. [Release] 12.0.0 Non-Hexed Client with AutoAim
    By droppy in forum Realm of the Mad God Hacks & Cheats
    Replies: 42
    Last Post: 03-29-2013, 04:31 PM
  3. Is there a client with these options (please don't say nilly's mod selector)
    By BlitzXFire in forum Realm of the Mad God Help & Requests
    Replies: 14
    Last Post: 10-18-2012, 03:50 PM
  4. Client with AutoAim
    By HannaFam in forum Realm of the Mad God Help & Requests
    Replies: 10
    Last Post: 09-06-2012, 06:02 PM
  5. problem and fix with velajo's mod
    By ned91243 in forum Battlefield Heroes Hacks
    Replies: 0
    Last Post: 07-13-2009, 10:49 PM

Tags for this Thread