Page 749 of 759 FirstFirst ... 249649699739745746747748749750751752753 ... LastLast
Results 11,221 to 11,235 of 11380
http://idgs.in/462994
  1. #11221
    Vulpeex's Avatar
    Join Date
    Feb 2012
    Posts
    2,657
    Points
    28,313.20
    Thanks: 151 / 146 / 108

    Default

    waah mayan dikasih terus2an
    eh eh engga deh kalo fps/horror -_-
    Steam

    Vulpeex

  2. Hot Ad
  3. #11222

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    Quote Originally Posted by Vulpeex View Post
    waah mayan dikasih terus2an
    aku juga dapetnya gratis kok
    jadi ya sesama gamers saling berbagi aja
    itu juga kalo pas kebetulan aku dapet
    wkwkwk
    Last edited by maphack_user; 27-05-14 at 04:21.

  4. The Following User Says Thank You to maphack_user For This Useful Post:
  5. #11223
    imsuppaCOOL's Avatar
    Join Date
    Aug 2011
    Posts
    1,559
    Points
    1.92
    Thanks: 86 / 58 / 52

    Default

    abis bebenah post #1
    Righteousness exalts a nation, but sin is a disgrace to any people.

  6. #11224

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    Quote Originally Posted by Wolfszorn
    Current version: 1.1

    Reason for a single script:
    Instead of releasing several scripts which not only fill up *** script folder but may cause more threads and needs more game memory I've put everything into one script now which will be also *** base for all future scripts. *** title may sound stupid but dunno how I should have called it anyway.

    It's recommended to test this script in a bot game first to see how it works!
    Please open *** script and take a look at *** header for customization and hotkeys.

    Features of *** script (everything can be turned ON or OFF)

    Feature Description Status Known Issues
    Auto Last Hit Automatically last hits creeps within a specific range around your hero. Ready :GetDamageMax() is broken, :GetAttackRange() is broken - It's not possible to create a perfect auto last hit script at this time, don't blame me.
    Auto Deny Automatically denies creeps within a specific range around your hero. Ready :GetDamageMax() is broken, :GetAttackRange() is broken - It's not possible to create a perfect auto deny script at this time, don't blame me.
    Auto Shadow Blade (for escaping only) Automatically uses shadow blade if your low and ***re are multiple enemies near you Ready
    Auto Cyclone (for escaping only) Automatically uses cyclone on a SINGLE enemy when you are low and he's near you. If ***re are multiple enemies it will cast cyclone on yourself. Ready
    Auto Phase Boots Automatically uses phase boots when ready. Will NOT be used if you're invisible. Ready
    Auto Armlet Automatically uses armlet if you are low and ***re is an enemy near you Fixed in 1.1
    Auto Shallow Grave - Dazzle Automatically casts shallow grave on an ally if he is low and ***re is an enemy WITHIN *** casting range Ready Sometimes it will cast grave on yourself when you're low. Haven't figured out *** reason yet.
    Easy Hook - Pudge On hotkey being press it will auto hook an enemy within range, casts rot and dismember on him after being hooked. Ready ***re is no way to get information about anything is between you and *** enemy. It's NOT an auto hook script, you still need to make sure you can hook him anyway. ***re is currently no way to get information about *** walking direction of a unit. It will hook at *** position of *** unit instead. May not work on running units ***n. Don't blame me.
    Auto Zeus Ultimate Automatically casts zeus ultimate when ***re are a minimum of 2(!) possible kills. You can change *** number in at *** top of *** script. Ready in 1.1 As far as I know only physical armor can be checked. *** script will take your damage - 25% in fact this is *** BASE magic resist. If you encounter *** ultimate is being casted too early you may lower *** percentage or *** damage in *** script by yourself.
    Auto Sniper Ultimate ... Not Implemented
    Auto Bloodstone Suicide ... Not Implemented
    *** script is FULLY customizable (preview of initial release, may not be updated)!

    Code:
    -- ########################################
     -- ## ENABLE / DISABLE features you want ##
    -- ########################################
    
    
    local p_AutoCyclone = true -- [AUTO CYCLONE, IMPROVED, ESCAPING ONLY!]
    local p_AutoGrave = true -- [AUTO SHALLOW GRAVE - DAZZLE]
    local p_EasyHook = true -- [EASY HOOK - PUDGE]
    local p_AutoShadowBlade = true -- [AUTO SHADOW BLADE, ESCAPING ONLY!]
    local p_AutoPhaseBoots = true -- [AUTO PHASE BOOTS]
    local p_AutoArmlet = true -- [AUTO ARMLET, cyclone and shadow blade still have higher priority!]
    local p_AutoLastHit = true -- [AUTO LAST HIT]
    local p_AutoDeny = true -- [AUTO DENY]
    
    --- NOT IMPLEMENTED YET
    local p_AutoZeusUlti = true -- [AUTO ZEUS ULTI]
    local p_AutoSniperUlti = true -- [AUTO SNIPER ULTIMATE]
    local p_AutoBloodStoneSuicide = true -- [AUTO BLOODSTONE SUICIDE]
    
    
    
    -- ########################################
    -- ##         Feature customization         ##
    -- ########################################
    local global_delay = 0 -- [Global delay BEFORE an ability is triggered. *** higher *** value *** greater *** chance for a feature to fail]
    
    
    -- Auto Grave
    local grave_Health = 200 -- [Health when to trigger]
    local grave_PerHealth = 15 -- [OR health percentage when to trigger, depends on which is valid first]
    
    -- Auto Armlet
    local armlet_Health = 150 -- [Health when to trigger]
    local armlet_PerHealth = 15 -- [OR health percentage when to trigger, depends on which is valid first]
    
    -- Auto Cyclone, Auto Shadow Blade
    local p_distance = 650 -- [Distance of searching for enemies]
    local p_Health = 150 -- [Health when to trigger]
    local p_PerHealth = 15 -- [OR health percentage when to trigger, depends on which is valid first]
    
    -- Easy Hook Pudge
    local VK_Hook=16 -- Hotkey, standard = SHIFT
    local p_Autodismember = true -- [Auto dismember after hook when available]
    local p_AutoRot = true -- [Auto enable rot after hook when available]
    
    
    -- Auto Last Hit, Auto Deny
    local ah_attackrange = 500 -- [Default attack range where *** scripts checks for creeps]
    local ah_belowhp = 70 -- [Starts last hitting when HP of target is below X]
    local ah_rangemodifier = 50 -- [Modifier, hotkeys..]
    local VK_DENY=90 -- HOtkey to toggle ON/OFF (deny), standard = Z, german key layout
    local VK_LASTHIT=17 -- Hotkey to toggle ON/FF, standard = CONTROL
    local VK_AHSUBTRACT=109 -- Hotkey to decrease attack range, DISABLED WHEN LAST HIT IS OFF!, standard = Numpad-
    local VK_AHADD=107  -- Hotkey to increase attack range, DISABLED WHEN LAST HIT IS OFF!, standard = Numpad+

    Changelog:
    Code:
     Version 1.1:
    - Fixed checking distance for hook on pudge (thx: sc2fans)
    - Improved auto last hit & deny. Health of creeps when it triggers grow after 5 minutes and 25 minutes up to 100 (changeable). In fact of we get more damage ingame.
    - Added Auto Zeus Ultimate
    - Fixed armlet not working
    - Fixed important LUA failure which has probably caused A LOT of issues and even if not, it fucked up *** initial script a lot.
    
     Version 1.0
    - Initial Release


    Additional script:
    Item ESP [Replaces lasthit ESP, OPTIONAL addition for player info script]
    ------------------------------------
    akankah dreamdota warcraft merajalela divalve?
    Auto Last Hit
    Auto Deny
    Auto Shadow Blade (for escaping only)
    Auto Cyclone (for escaping only)
    Auto Phase Boots
    Auto Armlet
    Auto Shallow Grave - Dazzle
    Auto Hook + Auto dismember
    Auto Zeus Ultimate
    Auto Sniper Ultimate (soon)
    Auto Bloodstone Suicide (soon)



    sumber---> http://www.d3scene.com/forum/dota-2-...-hit-more.html

  7. #11225

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    dota 2 dan valve tiap bulan melakukan patch?
    pembuat cheat juga tiap bulan melakukan patch

    dota 2 dan valve tiap minggu melakukan patch?
    pembuat cheat juga tiap minggu melakukan patch

    dota 2 dan valve tiap hari melakukan patch?
    pembuat cheat juga tiap hari melakukan patch

    Quote Originally Posted by cen
    It's an eternal fight between good and evil.

  8. #11226
    Z-CYBER's Avatar
    Join Date
    Nov 2007
    Location
    Palembang City
    Posts
    9,090
    Points
    1,446.63
    Thanks: 173 / 236 / 166

    Default


  9. #11227
    Vulpeex's Avatar
    Join Date
    Feb 2012
    Posts
    2,657
    Points
    28,313.20
    Thanks: 151 / 146 / 108

    Default

    Steam

    Vulpeex

  10. #11228
    Z-CYBER's Avatar
    Join Date
    Nov 2007
    Location
    Palembang City
    Posts
    9,090
    Points
    1,446.63
    Thanks: 173 / 236 / 166

    Default


  11. #11229

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    info update!!



    Overlay Spell Information

    Feature:
    Displays spell information.
    Manabars.
    Ulti panel.
    Enemy gliph cooldown.
    Assistant for invisible heroes. (Displays gem,dust,senrty)
    also displays linkin.cd and sb.cd
    add visible by enemy script (blue circle appear if enemy can see u)

    Code:
        Keep track of your opponents skill cooldowns.
        Visible enemy manabar.
        Indicates if an enemy is carrying a gem, dust, etc.
        Displays the enemies inventory.
        Displays item cooldowns (BKB, TP scroll, Linken's).
        Indicates which skills your enemy has put points in.













    Kill Stealer

    Features:
    Killing the enemy.
    calculate all decrease/increase dmg on a target.

    How to use:

    press on spellicon = on/off main function
    press on "Dmg" = on/off dmg calculation

    Zues, invoker, furion mechanics: Click on the hero icons near activation icon.

    Code:
    ogre_magi_fireblast
    lich_frost_blast
    nyx_assassin_manaburn
    shadow_demon_shadow_poison
    skeleton_king_hellfire_blast
    outhouse_decorator_eclips
    life_stealer_infest
    elder_titan_ancestral_spirit
    mirana_starfall
    alchemist_unstable_concoction
    visage_soul_assumption
    chen_test_of_faith
    magnataur_shockwave
    windrunner_powershot
    queenofpain_scream_of_pain
    puck_waning_rift
    invoker_sun_strike
    death_prophet_carrion_swarm
    dragon_knight_breathe_fire
    phantom_lancer_spirit_lance
    morphling_adaptive_strike
    shadow_shaman_ether_shock
    leshrac_lightning_storm
    nevermore_shadowraze
    antimage_mana_void
    necrolyte_reapers_scythe
    phantom_assassin_stifling_dagger
    vengefulspirit_magic_missile
    earth_spirit_boulder_smash
    night_stalker_void
    luna_lucent_beam
    tidehunter_gush
    sven_storm_bolt
    bane_brain_sap
    rubick_fade_bolt
    lion_finger_of_death
    crystal_maiden_crystal_nova
    tinker_heat_seeking_missile
    axe_culling_blade
    shredder_whirling_death
    sniper_assassinate
    rattletrap_rocket_flare
    earthshaker_fissure
    centaur_double_edge
    furion_wrath_of_nature
    zuus_thundergods_wrath
    broodmother_spawn_spiderlings
    bounty_hunter_shuriken_toss
    lina_laguna_blade
    abaddon_death_coil
    doom_bringer_lvl_death







    Show Mirana Arrow








    Show Enemy Cast
    Cast list:

    Kunkka's ghost ship
    Invoker's sunstrike
    Lina's light strike array
    Leshrac's split earth
    Show Enemy Cast
    Show Enemy Charge
    Show Enemny Infest

    Life Stealer infest
    Spirit Breaker charge
    Sniper assassinate
    BH track
    AA cold feet










    Roshan Time
    * Roshan Alive.
    * Roshan Time, to respawn.
    * Roshan Begun respawn time.
    * Roshan To complete full respawn.
    [Other]
    * Chat say Roshan time.








    Show Illusions










    Last Hit Marker
    Shows the market on a creep
    Blue mark appear when it is 2 hits away from dying then it turns pink when it is one hit away from dying.








    Tower Range Display








    Grand Theft Auto
    [How to use]
    Left mouse button on the heroes icons = on/off (empty icon - off )
    Don't work on wtf mode!!!

    [Feature]
    Steals the all ultimate abilities (with cooldown)
    Opportunity to choose heroes.
    Don"t steal ability:
    -Rubick has the same ability.
    -Rubick has someone's ready ulti.







    thanks to : http://wiki.zynox.net/
    Last edited by maphack_user; 07-06-14 at 00:10.

  12. #11230

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    *info : cheat tambahan dota 2*

    ~. Auto Last Hit
    ~. Auto Deny
    ~. Auto Shadow Blade (for escaping only)
    ~. Auto Cyclone (for escaping only)
    ~. Auto Phase Boots
    ~. Auto Armlet
    ~. Auto Shallow Grave - Dazzle
    ~. Auto Hook (pudge).
    ~. Auto Dismember (Pudge)
    ~. Auto Zeus Ultimate
    ~. Auto Sniper Ultimate (Not implemented yet)
    ~. Auto Bloodstone Suicide
    ~. Auto Hand Of Midas
    ~. Auto Aphotic Shield (Abaddon).
    ~. Auto Coil (Abaddon).
    ~. Auto Chen Ultimate.
    ~. Auto Living Armor (Treant Protector).
    ~. Auto Mekanism.
    ~. Auto Dodge Mirana Arrow.
    ~. Auto Dodge Spirit Breaker Charge.
    ~. Auto Dodge Sniper Ultimate.
    ~. Auto Dodge Alchimist.
    ~. Auto Ghost Scepter (Not implemented yet)
    ~. Auto Sladar Ultimate (Not implemented yet)
    Last edited by maphack_user; 27-09-14 at 10:38. Reason: update.

  13. #11231

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    http://www.mysteamgauge.com/account?...61198083373461
    total 2 juta lebih...padahal aslinya gratisan
    wkwkwk

  14. #11232
    Vulpeex's Avatar
    Join Date
    Feb 2012
    Posts
    2,657
    Points
    28,313.20
    Thanks: 151 / 146 / 108
    Steam

    Vulpeex

  15. #11233
    Vulpeex's Avatar
    Join Date
    Feb 2012
    Posts
    2,657
    Points
    28,313.20
    Thanks: 151 / 146 / 108

    Default

    Steam

    Vulpeex

  16. The Following User Says Thank You to Vulpeex For This Useful Post:
  17. #11234

    Join Date
    Jan 2008
    Location
    www.indogamers.com
    Posts
    1,058
    Points
    -68.50
    Thanks: 124 / 394 / 279

    Default

    mohon doa restunya
    semoga menjadi kenyataan
    https://twitter.com/YouPorn/status/487359454506397697

    wkwkwk

  18. #11235
    Vulpeex's Avatar
    Join Date
    Feb 2012
    Posts
    2,657
    Points
    28,313.20
    Thanks: 151 / 146 / 108

    Default

    I've heard about that ._.
    Steam

    Vulpeex

Page 749 of 759 FirstFirst ... 249649699739745746747748749750751752753 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •