Results 261 - 270 of 1404 (0.688 seconds)
Sniper Mode For Gerard
Ver 1 by Premium308
sniper mode for the SVG 100 onblack ops 3, made for Gerard

0

0
  • 123 downloads
INJUSTICE 2: THE FLASH Combo/supermoves V2
Ver 2.6 by Starzy
The script has been updated. Please read everything you need to know, inside the script. This is the final update this script will get. I will make 2 new the flash scripts, V3 AND V4. v3 will be for combos only, and V4 will be supermoves only :) (There is also a changelog inside of the script if interested)

2

0
  • 418 downloads
rondas infinitas shaolin suffle infinite warfare
Ver 1.0 by R4DICAL ESP
debes glichear el poder del dragon al nivel 3 y conectar el programa

0

0
  • 49 downloads
Destiny Crucible AFK
Ver 1.01 by xenologer
Used to AFK in RUMBLE Playlist -autoGrind Crucible Rep, and Match Rewards -derank (Reverse BOOST) Matchmaking Skill / ELO ratings -for more chill games when you DO play for real Actually Gets Kills!

1

0
  • 468 downloads
Destiny Titan Instant Shoulder Charge Glitch
Ver 1 by xenologer
This script allows you to use the Titan Instant Shoulder Charge Glitch with a single button press.

2

0
  • 269 downloads
Jitter (Brecci)
Ver 1.03 by Valkryes
COPYRIGHT 4/28/2017 HAVE FUN AND USE RESPONSIBLY. **WE DONT NOT TAKE ANY RESPONSIBILTY OF BEING BANNED, IT WAS YOUR CHOICE**

3

1
  • 928 downloads
GTAVWIIMAP2017
Ver 7.77 by Robsterman02
THE GREATEST GTAV GPC EVER MADE

0

1
  • 331 downloads
Destiny Heavy Ammo Purchase
Ver 1 by xenologer
Purchasing Heavy Ammo from Xur then selling the Factions is a weekly ritual for all Destiny Players each weekend. However Destiny only allows 1 ammo purchase at a time - no mass quantity option. thus the Transactions are TIME CONSUMING this Script AUTOMATES the procedure. Visit XUR Place Cursor over Ammo Icon Press DPAD DOWN to auto purchase visit Faction Place Cursor over Ammo Icon Press DPAD UP to auto sell moving Cursor during buy/sell will abort

1

0
  • 82 downloads
NBA 2K16 AFK VC GLITCH
Ver 2.00 by cls03
// GPC Online Library // nba_2k16_-_auto_vc_glitch.gpc /* 1. Press X 3 times to enter game 2. Wait 45 seconds for loading 3. Over 15 seconds press X every 500ms 4. Wait 5 seconds and execute button presses to return to main menu 5. Wait 45 seconds for loading 6. Repeat from step 1 * If I press Touch Pad again the script "pauses" and resets to be ready to start at step 1. */ int run_macro; int msecs, secs; int five_sec_wait = 5000; int thirty_sec_wait = 30000; int and_15_sec_more = 20000; /* - current_section values - 0 = EnterGame 1 = PressCross - press X over 15s to skip cut scenes 2 = ReturnToMenu */ int current_section = 0; main { if( event_press(PS4_TOUCH) ) { run_macro = !run_macro; } if( run_macro ) { if ( current_section == 0 ) { // Press X 3 times to enter game // Wait 30 seconds for loading combo_run(EnterGame); msecs = 0; secs = 0; //current_section = 1; } else if ( current_section == 1 ) { // Over 15 seconds press X every 500ms msecs = msecs + get_rtime(); if( msecs >= 1000 ) { secs = secs + 1; msecs = 0; } if( secs < 20 ){ combo_run(PressCross); } else { current_section = 2; } } else if ( current_section == 2 ) { // Wait 5 seconds and execute button presses to return to main menu // Wait 30 seconds for loading combo_run(ReturnToMenu); //current_section = 0; } } else { combo_stop(EnterGame); combo_stop(PressCross); combo_stop(ReturnToMenu); current_section = 0; } } combo EnterGame { // Press X 3 times to enter game // Wait 45 seconds for loading set_val(PS4_CROSS, 100); wait(100); set_val(PS4_CROSS, 0); wait(100); set_val(PS4_CROSS, 100); wait(100); set_val(PS4_CROSS, 0); wait(100); set_val(PS4_CROSS, 100); wait(100); set_val(PS4_CROSS, 0); wait(100); wait(thirty_sec_wait); wait(and_15_sec_more); current_section = 1; } combo PressCross { // For "Over 15 seconds press X every 500ms" set_val(PS4_CROSS, 100); wait(100); wait(100); } combo ReturnToMenu { // Wait 5 seconds and execute button presses to return to main menu // Wait 45 seconds for loading wait(five_sec_wait); set_val(PS4_CIRCLE, 100);wait(100); wait(100); set_val(PS4_OPTIONS, 100); wait(150); set_val(PS4_OPTIONS, 0); wait(1220); set_val(PS4_UP, 100); wait(170); set_val(PS4_UP, 0); wait(450); set_val(PS4_CROSS, 100); wait(140); set_val(PS4_CROSS, 0); wait(280); set_val(PS4_DOWN, 100); wait(160); set_val(PS4_DOWN, 0); wait(270); set_val(PS4_CROSS, 100); wait(120); set_val(PS4_CROSS, 0); wait(2090); set_val(PS4_UP, 100); wait(150); set_val(PS4_UP, 0); wait(390); set_val(PS4_CROSS, 100); wait(80); set_val(PS4_CROSS, 0); wait(thirty_sec_wait); wait(five_sec_wait); current_section = 0; }

0

0
  • 132 downloads
NBA 2K16 AUTO GEEN LIGHT MOD
Ver 1.00 by cls03
// GPC Online Library // shaun-b-turnt's_green-light_mod.gpc // GPC Online Library // GreenLight Modz.gpc /* ALL CREDITS GO TO : Shaun-B-Turnt ****************************************************************** Game : NBA 2K16 Platform : All platforms. Author : Shaun-B-Turnt Scripting : Shaun-B-Turnt Controllers: All supported controllers ****************************************************************** www.consoletuner.com ALL CREDITS GO TO : Shaun-B-Turnt ****************************************************************** The buttons used are the right analog stick (R) along with the the right trigger RT. Here are a list of moves and descriptions of various dribbling moves. Signature Size up - push (R) toward hoop then quickly release. In and Out dribble - RT + Move (R) toward hoop then quickly release Hesitation(quick) - Move (R) toward ball hand then quickly release Hesitation(escape) - RT + Move (R) toward ball hand then quickly release Crossover - Move (R) toward off hand then quickly release Between Legs Cross - Move (R) between off hand and players back then quickly release Crossover(escape) - RT + Move (R) toward off hand then quickly release Behind back dribble - Move (R) away from hoop then quickly release Stepback - RT + Move (R) away from hoop then quickly release Half Spin - Rotate (R) in a quater-circle from ball hand to hoop, then quickly return to neutral Tripple Threat Jab - Move(R) left, right, or forward then quickly release Passing LT + A - Bounce pass LT + Y - Lob/Overhead pass LT + B - Flashy Pass LT + X - Alley Oop Pass

0

0
  • 799 downloads