Page 2 of 14 FirstFirst 123412 ... LastLast
Results 16 to 30 of 199
  1. #16
    reddish's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by hackroj View Post
    I tried making the autoaim work and it works but its screwed up and tries to shoot everybody at the same time so i have to find a way to fix that
    At least you got it to work It's a start. I couldn't get mine to work at all hmm.

  2. #17
    hackroj's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    442
    Reputation
    10
    Thanks
    2,545
    My Mood
    Fine
    Not sure if im lagging a shit load or the client is dcing me every 5 secs but i think im lagging
    EDIT:THe client makes me lag so much and then i dc i dont know what is the problem prob the autoaim code -_-
    Last edited by hackroj; 03-28-2013 at 06:40 AM.

  3. #18
    Yotsuba's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    The Moon
    Posts
    1,391
    Reputation
    148
    Thanks
    732
    Can someone post a client with all these features, it is such a pain looking for the code to replace them with.So can anyone post a client with all these things(auto-nexus,auto-aim,inventory viewer,and etc.)? THANKS!

  4. #19
    Eryk6666's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    2
    First of all thx for a good work !!!

    this one does not work

    Quote Originally Posted by Cyeclops View Post

    *SpriteWorld Speed Hack*

    Here I searched for the string "speed_" and changed the "setproperty" to mach the "initproperty" ("_-0tD"), "_-1Iq").

    Also in Player.class.asasm
    Go to line: 5150
    or search for the following:
    Code:
    L111:
          getlocal0
          getlocal1
          getproperty         QName(PackageNamespace("", "#0"), "props_")
          getproperty         QName(PackageNamespace("", "#0"), "speed_")
          initproperty        QName(ProtectedNamespace("_-0tD"), "_-1Iq")
    And add the following before the "returnvoid"
    Code:
       getlex QName(PackageNamespace(""), "map_")
       getproperty QName(PackageNamespace(""), "name_")
       pushstring "Sprite World"
       ifne NORMAL
                
       getlocal0
       pushdouble 1.5
       setproperty           QName(ProtectedNamespace("_-0tD"), "_-1Iq")
    can not compile due to unknown Label NORMAL, can you please check ?

  5. #20
    Thesssal's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    But idk how to code... if its ready please upload the swf here

  6. #21
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by Eryk6666 View Post
    First of all thx for a good work !!!

    this one does not work



    can not compile due to unknown Label NORMAL, can you please check ?
    Damn it I don't know enough to figure it out, thought it should work .. sorry, I will remove it.

  7. #22
    adub's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    30
    Reputation
    10
    Thanks
    1
    thanks in advance for the hard work.

    Im computer savvy but not a very good programmer, although with how tired of the game ive gotten recently (thanks kabam) I may give it a go tonight, hopefully speed things up

  8. #23
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by adub View Post
    thanks in advance for the hard work.

    Im computer savvy but not a very good programmer, although with how tired of the game ive gotten recently (thanks kabam) I may give it a go tonight, hopefully speed things up
    Thanks Adub, I only got an hour or so to have a quick look at it. For now im going to sleep, will attempt some more tomorrow.

  9. #24
    Sham_3_2_3's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Ohio
    Posts
    98
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    Well i spent most of my time with the auto nexus but Ganha123 has already gotten it working:/ so i'm now attempting to write the full screen v3

  10. #25
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    Really nice stuff

  11. #26
    gorgor's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Toxic Sewer
    Posts
    583
    Reputation
    15
    Thanks
    161
    Quote Originally Posted by Thesssal View Post
    Im not realy understanding , do we haveto code on our selfs?
    Lets raise the level and do not approve any hack release on the 1st week of each version.
    there is so many tutorial arround letting you know how to use codes...
    Some people here don't want to release anything on the board because there is too many people comming with the mouth wide open requiring already baked(coded) stuff.

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

    ZeroZOMG (03-28-2013)

  13. #27
    captinawesome's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    464
    My Mood
    Stressed
    Quote Originally Posted by Cyeclops View Post




    *Real Production*

    Find: _-1GS.class.asasm
    Address: ~/rabcasm/client-1/_-107/_-1GS.class.asasm
    Cant find _-107

  14. #28
    ossimc82's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    496
    Reputation
    42
    Thanks
    887
    My Mood
    In Love
    @Cyeclops for the sw speed hack search for the following:
    Code:
    L111:
          getlocal0
          getlocal1
          getproperty         QName(PackageNamespace("", "#0"), "props_")
          getproperty         QName(PackageNamespace("", "#0"), "speed_")
          initproperty        QName(ProtectedNamespace("_-0tD"), "_-1Iq")
    And add the following before the "returnvoid"

    Code:
       getlex QName(PackageNamespace(""), "map_")
       getproperty QName(PackageNamespace(""), "name_")
       pushstring "Sprite World"
       ifne NORMAL
                
       getlocal0
       pushdouble 1.5
       setproperty           QName(ProtectedNamespace("_-0tD"), "_-1Iq")
    
       NORMAL:

  15. The Following User Says Thank You to ossimc82 For This Useful Post:

    Cyeclops (03-28-2013)

  16. #29
    captinawesome's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    464
    My Mood
    Stressed
    Quote Originally Posted by hakalan View Post
    @player.class.asasm
    Code:
    L626:
          pushtrue
      ;-------------------
      ; AUTO NEXUS    
      ;-------------------   
          #set nexusfunction "escape"
         #set currenthealth    "_-YZ"
         #set maxhealth   "_-2k"
    
                pop
                getlocal0
                getlex              QName(PackageNamespace(""), "map_")
                getproperty         QName(PackageNamespace(""), "player_")
                ifne                END
                getlex              QName(PackageNamespace(""), "map_")
                getproperty         QName(PackageNamespace(""), "name_")
                pushstring            "Nexus"
                ifeq                END
                getlex                QName(PackageNamespace(""), $"maxhealth")
                getlex                QName(PackageNamespace(""), $"currenthealth")
                convert_d
                divide
                pushdouble          .9
                ifgt                END
                getlex              QName(PackageNamespace(""), "map_")
                getproperty         QName(PackageNamespace(""), "gs_")
                getproperty         QName(PackageNamespace(""), "gsc_")
                callpropvoid        QName(PackageNamespace(""), $"nexusfunction"), 0
            END:
                pushtrue      
    ;-------------------------------------------------------------
    there is a working auto nexus... wasnt more than b4
    Where does this get entered Im new xP

  17. #30
    ZeroZOMG's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    ok so i have yogda can i get some help with coding i have no idea why my lines dont look like the stuff being posted im such a noob

Page 2 of 14 FirstFirst 123412 ... LastLast

Similar Threads

  1. [Solved] I NEED HELP GET MY HACK STARTED
    By VirusHacker in forum Combat Arms Help
    Replies: 10
    Last Post: 06-03-2012, 10:40 PM
  2. [Info] I think tryhacker will not make pub hacks starting today
    By adlaborada in forum CrossFire PH Discussions
    Replies: 3
    Last Post: 05-10-2012, 08:46 PM
  3. Hacks starting after running Ava
    By rahaga99 in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 4
    Last Post: 01-26-2012, 02:08 PM
  4. [help]Hack started to DC
    By alexsvs12 in forum Combat Arms EU Discussions
    Replies: 11
    Last Post: 03-19-2010, 11:06 AM
  5. Tools needed to get hacks started
    By stealthyopp1 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 01-12-2010, 10:57 PM