Page 1 of 8 123 ... LastLast
Results 1 to 15 of 118
  1. #1
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine

    DV and LD auto box,Round And Time changer

    Death Valley Box and Time changer
    open CE--- press Ctrl+Alt+L----- copy this code down---- paste the script in the new opened window-- press execute-- then open Dv room with pass ofcourse---- then connect CE with AVA, probably the game will crash a few times! but then it will keep farming! i still dont know how to make this 1 million thing per hour!

    Code:
    timer = createTimer(nil,true)
    timer_setInterval(timer, 1000)
    
    function DeathV()
         if (readInteger('[["ava.exe"+01C0F6F4]+274]+7EC') == 0) then
              writeInteger('[["ava.exe"+01C0F6F4]+274]+7EC', 4)
         end
         if (readInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc') == 1797) then
              writeInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc', 1)
         end
    end
    
    timer_onTimer(timer, DeathV)
    thanks to @AVA PlaYe for his time changer!
    hope this works for you guys! it only changes the box value to 4 and the time to 1
    alos thanks to Jabberwo0ck for editting some values xd

    It seems it dont work to all!! Although it works good for me!! for those you might wanna try this code instead ( all thanks to @NekroX for editting the code)
    Code:
    timer = createTimer(nil,true)
    timer_setInterval(timer, 1000)
    
    function DeathValley()
         if (readInteger('[["ava.exe"+01C0F6F4]+274]+7EC') == 0) then
              writeInteger('[["ava.exe"+01C0F6F4]+274]+7EC', 4)
         end
         if (readInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc') ~= 0) then
              writeInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc', 1)
         end
    end
    
    timer_onTimer(timer, DeathValley)
    Lockdown Round and Box changer:
    it will change the round value to 25 and the box to 23 when at 0:52 time ( you can simply change the value of the box to whatever you want! just search for 23 in the script down and change to what you want) .

    to use it just start Ce and AVA,opena ld extreme room with pass for sure. copy the code below and go to CE--- Press Ctrl+Alt+L----paste the code in the new window---- press execute--- close that small window and then attach ava to CE. u can now use Apbot2.5 of @ava_PlaYe to farm ld without getting 30 days of Deagle Silver.

    Code:
    timer = createTimer(nil,true)
    timer_setInterval(timer,1000)
    
    function LockDown()
         if (readInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+3dc') == 0) then
              writeInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+3dc', 25)
         end
         if (readInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+7ec') == 26) then
              writeInteger('[[[[["ava.exe"+01BCA278]+394]+128]+69c]+74]+7ec', 23)
         end
    end
    
    timer_onTimer(timer, LockDown)
    thanks to all who posted parts of this I really dont know who! I took something from each one! so this is a group work xd enjoy
    Last edited by reeaper; 07-16-2012 at 09:05 PM.

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

    <<< >>> (09-02-2012),211070 (07-18-2012),AVA PlaYe (07-17-2012),DarkSt0rmX (07-16-2012),Frought (10-12-2012),Laxifax (07-16-2012),ThatOneGamer (07-17-2012),ToTo56 (07-18-2012),w3956212000 (07-17-2012)

  3. #2
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Nice! Put it in [CODE] tag.

  4. #3
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    umm how o.O xd lol ?

  5. #4
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Tried it now and it works but I mad a little change:

    Code:
    timer = createTimer(nil,true)
    timer_setInterval(timer, 900)
    
    function setSkipper()
             if (readInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc') == 1800) then
                writeInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc', 1)
             end
    end
    
    timer_onTimer(timer, setSkipper)


    ---------- Post added at 09:41 AM ---------- Previous post was at 09:40 AM ----------

    Go to advanced editor you will see.

  6. #5
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    thanks done

    lol now we need one more detail to be millioners xd

  7. #6
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    That pointer was so hard to detect, how did you do that? I spent so much time trying to find it...

  8. #7
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    as i dont know much of CE it took me longgg time really and i was kinda lucky! i ended with 500 pointers and then wanted to try some of them! AND the first one from 500 that i tried was the right one xd I wish I have this luck in caps shop xd

  9. #8
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Hmmm the pointer is kinda buggy, sometimes it shows "??"

  10. #9
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    Well its not that you just picked the first one and got the RIGHT one, it's just that most of them point to the same thing so if you change one value they will all change.

  11. #10
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    Quote Originally Posted by AznNicholas1314 View Post
    Well its not that you just picked the first one and got the RIGHT one, it's just that most of them point to the same thing so if you change one value they will all change.
    dam i thought i was too lucky!! why ruin this for me man lol
    j/k ty for the info

    ---------- Post added at 07:19 PM ---------- Previous post was at 07:18 PM ----------

    Quote Originally Posted by Jabberwo0ck View Post
    Hmmm the pointer is kinda buggy, sometimes it shows "??"
    it takes sometimes a bit time to "get" the time thats why I chaged the "change" setpoint to less than 1800

  12. #11
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    No, it does it even below 1800...

  13. #12
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    i already got 2 anaconda!! but still no dam mask lol!!! the fk is it that hard to get that dam mask!!!

    ---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------

    Quote Originally Posted by Jabberwo0ck View Post
    No, it does it even below 1800...
    i have this a few times at the first few games! but after that it just work without any problems! how often does it do this?
    Last edited by reeaper; 07-16-2012 at 10:28 AM.

  14. #13
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    Btw idk ce scripting so is there a way to do < 1800 instead of == 1800? If theres something like that then you can use that as a better alternative.

  15. #14
    reeaper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    658
    Reputation
    10
    Thanks
    64
    My Mood
    Fine
    umm you will have to ask someone that has more experience with CE. I am still trying to learn some stuff here and there! and getting help from the post of others that were kind to share their knowledge with us
    Last edited by reeaper; 07-16-2012 at 10:37 AM.

  16. #15
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Tried to do this:

    Code:
    timer = createTimer(nil, true);
    timer_setInterval(timer, 1000);
    
    function setSkipper()
             if (readInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc') > 1) then
                writeInteger('[[[[["ava.exe"+01C65D50]+7ac]+43c]+8c]+14]+3fc', 1)
             end
    end
    
    timer_onTimer(timer, setSkipper);
    But I get an error.

  17. The Following User Says Thank You to Jabberwock For This Useful Post:

    theorc (09-10-2012)

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [Release] Flameswor10's Multi Tool v1 Includes BGM Changer, Intro Video Changer and .Rez files
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 24
    Last Post: 06-01-2010, 12:45 AM
  2. Dave and Arun seen for the first time.
    By Aqua Structure in forum General
    Replies: 15
    Last Post: 01-03-2010, 05:18 PM
  3. Ko Free K0xp auto box multi client
    By riddick. in forum Knight Online Hacks
    Replies: 0
    Last Post: 10-06-2009, 03:01 PM
  4. Replies: 0
    Last Post: 02-06-2008, 02:30 AM
  5. Vehicle Stealing and Vehicle auto-destroy in Havana
    By Zededarian in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 04:34 PM