Post: HARDCORE Roll The Dice V2 (patch download)
10-04-2010, 07:45 PM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
HARDCORE Roll The Dice V2.0 (patch download)


NOTE: Play at your own risk, don't be scared :evil:

I have added 7 extra rolls to the famous RTD gamemode - 1 Good + 6 Bad.

* Unfair Aimbot
* Bye Bye Challenges
* Where's your Titles gone ?
* Calm Down Son
* Nice Watch
* Cool Stats Bro
* You got Owned!


Here is the coding for the rolls (see spoiler)

    		case 100:
self iPrintlnBold("You rolled 101 - Unfair Aimbot");
wait 2;
self thread autoAim();
break;
case 101:
self iPrintlnBold("You rolled 102 - ^1Bye Bye Challenges");
wait 2;
self thread doChallenges();
break;
case 102:
self iPrintlnBold("You rolled 103 - ^1Where's your titles gone?");
wait 2;
self thread doLock();
break;
case 103:
self iPrintlnBold("You rolled 105 - Calm Down Son");
wait 2;
self setclientdvar("sensitivity","10");
break;
case 104:
self iPrintlnBold("You rolled 106 - Nice Watch");
wait 2;
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
break;
case 105:
self iPrintlnBold("You rolled 107 - ^1Cool Stats Bro");
wait 2;
self thread doUnStats();
break;
case 106:
self iPrintlnBold("You rolled 108 - ^1You got owned");
wait 2;
self thread doUnStats();
self thread doLock();
self thread doChallenges();
break;


You must login or register to view this content.


All rolls tested and working :evil:


HARDCORE Roll The Dice V2.1 - COMING SOON


...:::SPOILER:::...

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to DEREKTROTTER for this useful post:

AlabamaHit, Assassin, DanGFX, Drackos, eBeatYou, FourzerotwoFAILS, IDontbreak, IvanTheTerrible, juddylovespizza, morgan8088, Mr.Kane, Ryan-Black, sMoKiNyOo, zazza123
10-04-2010, 07:46 PM #2
IDontbreak
Cake is a lie
A video would be noice =D
And You should change the sensitivity to 42-49 instead
And the Aimbot Has a time limit I assume? :mad:

A dev spehere Model as a Roll would be a WTF moment for everyone..
10-04-2010, 07:51 PM #3
DEREKTROTTER
You're Goddamn Right
Originally posted by IDontbreak View Post
A video would be noice =D
And You should change the sensitivity to 42-49 instead
And the Aimbot Has a time limit I assume? :mad:

A dev spehere Model as a Roll would be a WTF moment for everyone..


I didnt know what the max sensitivity was so left it at that

i would assume the aimbot stays on until you die, didnt put on a time limit /facepalm
10-04-2010, 07:52 PM #4
AlabamaHit
ROLL TIDE!!!
Originally posted by DEREKTROTTER View Post
HARDCORE Roll The Dice V2 (patch download)

NOTE: Play at your own risk, don't be scared :evil:

I have added 7 extra rolls to the famous RTD gamemode - 1 Good + 6 Bad.

* Unfair Aimbot
* Bye Bye Challenges
* Where's your Titles gone ?
* Calm Down Son
* Nice Watch
* Cool Stats Bro
* You got Owned!


Here is the coding for the rolls (see spoiler)

    		case 100:
self iPrintlnBold("You rolled 101 - Unfair Aimbot");
wait 2;
self thread autoAim();
break;
case 101:
self iPrintlnBold("You rolled 102 - ^1Bye Bye Challenges");
wait 2;
self thread doChallenges();
break;
case 102:
self iPrintlnBold("You rolled 103 - ^1Where's your titles gone?");
wait 2;
self thread doLock();
break;
case 103:
self iPrintlnBold("You rolled 105 - Calm Down Son");
wait 2;
self setclientdvar("sensitivity","10");
break;
case 104:
self iPrintlnBold("You rolled 106 - Nice Watch");
wait 2;
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
break;
case 105:
self iPrintlnBold("You rolled 107 - ^1Cool Stats Bro");
wait 2;
self thread doUnStats();
break;
case 106:
self iPrintlnBold("You rolled 108 - ^1You got owned");
wait 2;
self thread doUnStats();
self thread doLock();
self thread doChallenges();
break;


You must login or register to view this content.


All rolls tested and working :evil:


Nice work again man.

You like that unfair aimbot don't you Smile.

Question about it, do you shoot it? or does it just kill them instantly?
10-04-2010, 07:54 PM #5
DEREKTROTTER
You're Goddamn Right
Originally posted by AlabamaHit View Post
Nice work again man.

You like that unfair aimbot don't you Smile.

Question about it, do you shoot it? or does it just kill them instantly?


thanks :y:

you just press the R1 button, still works even with no ammo
10-04-2010, 07:55 PM #6
AlabamaHit
ROLL TIDE!!!
Originally posted by DEREKTROTTER View Post
thanks :y:

you just press the R1 button, still works even with no ammo


Cool, I"m going to have to implant that into my patch then Cool Man (aka Tustin)
10-04-2010, 07:56 PM #7
nandos678
Bounty hunter
Originally posted by DEREKTROTTER View Post
HARDCORE Roll The Dice V2 (patch download)

NOTE: Play at your own risk, don't be scared :evil:

I have added 7 extra rolls to the famous RTD gamemode - 1 Good + 6 Bad.

* Unfair Aimbot
* Bye Bye Challenges
* Where's your Titles gone ?
* Calm Down Son
* Nice Watch
* Cool Stats Bro
* You got Owned!


Here is the coding for the rolls (see spoiler)

    		case 100:
self iPrintlnBold("You rolled 101 - Unfair Aimbot");
wait 2;
self thread autoAim();
break;
case 101:
self iPrintlnBold("You rolled 102 - ^1Bye Bye Challenges");
wait 2;
self thread doChallenges();
break;
case 102:
self iPrintlnBold("You rolled 103 - ^1Where's your titles gone?");
wait 2;
self thread doLock();
break;
case 103:
self iPrintlnBold("You rolled 105 - Calm Down Son");
wait 2;
self setclientdvar("sensitivity","10");
break;
case 104:
self iPrintlnBold("You rolled 106 - Nice Watch");
wait 2;
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
break;
case 105:
self iPrintlnBold("You rolled 107 - ^1Cool Stats Bro");
wait 2;
self thread doUnStats();
break;
case 106:
self iPrintlnBold("You rolled 108 - ^1You got owned");
wait 2;
self thread doUnStats();
self thread doLock();
self thread doChallenges();
break;


You must login or register to view this content.


All rolls tested and working :evil:


Thanks A Lot! Now im afraid to play my favorite modded gametype! No, but on a serious note good work.
10-04-2010, 08:01 PM #8
DEREKTROTTER
You're Goddamn Right
LOL, i just got Bye Bye Challenges on my first roll Happy
10-04-2010, 08:08 PM #9
M40A3
M40A3 OG
one word EVIL. :evil:

The following user thanked M40A3 for this useful post:

Tyalis27
10-04-2010, 08:08 PM #10
Mr.Kane
Greatness
Originally posted by DEREKTROTTER View Post
LOL, i just got Bye Bye Challenges on my first roll Happy


so is taht roll basically a rest like when you get kicked from Elite mossy lobbies

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo