Post: [Script] - Drunk, Drugs!
08-24-2011, 04:38 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); Thread this..
    
self thread ToggleDrunk();


add this somewhere in the Gsc
    
ToggleDrunk()
{
if(self.Drunk == true)
{
self iPrintln("Drunk Mode : [^1OFF^7]");
self notify("sobar");
VisionSetNaked( "default", 0.2 );
self setPlayerAngles(self.angles+(0,0,0));
wait 0.5;
self setPlayerAngles(self.angles+(0,0,0));
self.Drunk = false;
}
else
{
self iPrintln("Drunk Mode : [^2ON^7]");
self thread DrunkVision();
self thread Flipping();
self.Drunk = true;
}
}
DrunkVision()
{
self endon( "sobar" );
while(1)
{
visionSetNaked( "cheat_invert", 4.2 );
wait .1;
VisionSetNaked( "cheat_invert_contrast", 0.2 );
wait .1;
VisionSetNaked( "sepia", 0.2 );
wait .1;
VisionSetNaked( "cargoship_blast", 0.2 );
wait .1;
VisionSetNaked( "cheat_chaplinnight", 0.2 );
wait .1;
VisionSetNaked( "bog_a_sunrise", 0.2 );
wait .1;
VisionSetNaked( "cheat_bw", 0.2 );
wait .1;
VisionSetNaked( "ac130", 0.2 );
wait .1;
VisionSetNaked( "cheat_bw_contrast", 0.2 );
wait .1;
VisionSetNaked( "cheat_contrast", 0.2 );
wait .1;
VisionSetNaked( "ac130_inverted", 0.2 );
wait .1;
VisionSetNaked( "mpoutro", 0.2 );
wait .1;
VisionSetNaked( "grayscale", 0.2 );
wait .1;
VisionSetNaked( "cheat_bw_invert_contrast", 3 );
}
}
Flipping()
{
self endon("sobar");
for(;Winky Winky
{
self.angle = self GetPlayerAngles();
if(self.angle[1] < 179)self setPlayerAngles( self.angle +(0, 0, 2) );
else self SetPlayerAngles( self.angle *(1, -1, 1) );
wait 0.00025;
}
}


Created By Sl1CkMoDz Gobble
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to Correy for this useful post:

.Andy, cadpimp1289, IVI40A3Fusionz
08-25-2011, 08:32 PM #20
Originally posted by xBaByxR0Nii3x
I Think It's " player=level.players[self.selplay]; " It's Works For me..
:confused:


The way I posted is how it's done in the gsc's..

[self.selplay]; <<-- I've never even seen that before..
08-25-2011, 08:35 PM #21
Originally posted by x. View Post
The way I posted is how it's done in the gsc's..

[self.selplay]; <<-- I've never even seen that before..


Oh Okay ^^... Winky Winky
08-25-2011, 09:27 PM #22
Correy
I'm the Original
Originally posted by x. View Post
It does for me because I have the function in my patch, someone wrote it for me...
it takes the place of the foreach() function that's missing in cod4..


sounds cool, i might give it a little go.. it doesn't seem that hard Winky Winky
08-25-2011, 10:48 PM #23
Wow, this is a nice copy n paste from my patch, the only thing you did, is changed names of threads.....
08-25-2011, 11:06 PM #24
Originally posted by Sl1CkMoDz View Post
Wow, this is a nice copy n paste from my patch, the only thing you did, is changed names of threads.....

Dont Say You Created This, Pet Chopper, Stairway, And Others Awesome Codes Because your patch Has Some Amazing Scripts...
08-25-2011, 11:29 PM #25
Correy
I'm the Original
Originally posted by Sl1CkMoDz View Post
Wow, this is a nice copy n paste from my patch, the only thing you did, is changed names of threads.....


don't lie to your self.
08-25-2011, 11:42 PM #26
lallyman
Can’t trickshot me!
Originally posted by Corrrey View Post
it's very stable, big and looks awesome Winky Winky


That's what she said :carling:
08-26-2011, 12:08 AM #27
Originally posted by Corrrey View Post
don't lie to your self.
Wow, Lol you just realized you made something bad, look how you look like a dumb.. Can you please tell me the release date of my patch ? Yea thanks yours is from yesterday so thats the proof you copied my code and claim its yours

---------- Post added at 08:08 PM ---------- Previous post was at 08:00 PM ----------

Originally posted by xBaByxR0Nii3x
Dont Say You Created This, Pet Chopper, Stairway, And Others Awesome Codes Because your patch Has Some Amazing Scripts...
Dude, I gave credit to everyone I took there codes, as you said Pet Chopper, Stairway and some other codes are not mines, but High Mode was made by me.
08-26-2011, 12:45 AM #28
Correy
I'm the Original
Originally posted by Sl1CkMoDz View Post
Wow, Lol you just realized you made something bad, look how you look like a dumb.. Can you please tell me the release date of my patch ? Yea thanks yours is from yesterday so thats the proof you copied my code and claim its yours

---------- Post added at 08:08 PM ---------- Previous post was at 08:00 PM ----------

Dude, I gave credit to everyone I took there codes, as you said Pet Chopper, Stairway and some other codes are not mines, but High Mode was made by me.


where did i claim it was mine :fa: ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo