Results 1 to 15 of 118

Threaded View

  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)

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