Post: Bo2 GSC red dead redemption 0.8 Beta ( imade )
10-29-2014, 10:40 AM #1
shakos
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Base Made By iTsLollo
I edited the Hole design , verifiation i added alot , i'll add all the Version i Made i heard v0.6 does NOT freeze even if you play 2 hours or more can all be used Online ( Newest Menu is 0.8 Recently Made
Please No hate if any bug appears Please tell me

( noclip doesn't work you can fly but you can't stop it )
    
Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
self disableweapons();
for(;Winky Winky
{
if( self fragbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
else if(self meleeButtonPressed())
{
self notify("stop_noclip");
self unlink();
self enableweapons();
self.originObj delete();
self enableweapons();
}
wait .05;
}
}




Video:
xxx friend is recording it

if any of you guys want to see a function Please tell me
if you guys want the source also tell me
( i edited matrixx effect and made my own effect )

Fast Host mod functions are :

self thread God_Mode();
self thread Toggle_unlimitedammo();
self thread Toggle_Multijump();
self thread Epic_Vision();
self thread hearallplayers();
self thread doAimbots3();
self thread ToggleUAV();
self thread doPerks();
seb5594
Enjoy! again Pls no hate.
download link :

You must login or register to view this content.
Last edited by shakos ; 10-29-2014 at 10:54 AM. Reason: added download file
10-29-2014, 10:51 AM #2
explain more pls, this thread isnt properly said out in my opinion.
10-29-2014, 11:01 AM #3
shakos
Banned
just try it out
10-29-2014, 11:24 AM #4
azooz121
Big Daddy
Originally posted by shakos View Post
just try it out


no pic or video ?
10-29-2014, 12:45 PM #5
Bad grammar.....probably bad menu
10-29-2014, 07:22 PM #6
shakos
Banned
Originally posted by canadiancaper View Post
Bad grammar.....probably bad menu


Maybe a bad thread but the Menu is really GOOD you can't sa its bad when you didn't even USE it
10-30-2014, 01:45 PM #7
MrToxlcBooty
I defeated!
Originally posted by ScaRzModZ View Post
explain more pls, this thread isnt properly said out in my opinion.

What He Said^^

1. I dont see credits
2. No video
3. Whats Unique in your menu...? or its probably Copy And Pasted :troll:
10-30-2014, 02:28 PM #8
Sync
The (ONE) Above!
Originally posted by shakos View Post
Base Made By iTsLollo
I edited the Hole design , verifiation i added alot , i'll add all the Version i Made i heard v0.6 does NOT freeze even if you play 2 hours or more can all be used Online ( Newest Menu is 0.8 Recently Made
Please No hate if any bug appears Please tell me

( noclip doesn't work you can fly but you can't stop it )
    
Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
self disableweapons();
for(;Winky Winky
{
if( self fragbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
else if(self meleeButtonPressed())
{
self notify("stop_noclip");
self unlink();
self enableweapons();
self.originObj delete();
self enableweapons();
}
wait .05;
}
}




Video:
xxx friend is recording it

if any of you guys want to see a function Please tell me
if you guys want the source also tell me
( i edited matrixx effect and made my own effect )

Fast Host mod functions are :

self thread God_Mode();
self thread Toggle_unlimitedammo();
self thread Toggle_Multijump();
self thread Epic_Vision();
self thread hearallplayers();
self thread doAimbots3();
self thread ToggleUAV();
self thread doPerks();
seb5594
Enjoy! again Pls no hate.
download link :

You must login or register to view this content.


Can i see the source?
And post pics until your friend records it so people can stop bitching.
10-30-2014, 07:46 PM #9
shakos
Banned
i have fixed the noclip
    Toggle_NoClip()
{
if(self.NoClip==0)
{
self.NoClip=1;
self iPrintln("No Clip : ^2ON");
self thread NoClip();
}
else
{
self.NoClip=0;
self iPrintln("No Clip : ^1OFF");
self notify("stop_noclip");
self unlink();
self enableweapons();
self.originObj delete();
}
}
Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
self disableweapons();
for(;Winky Winky
{
if( self stancebuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
wait .05;
}
}

look a picture the menu is kinda to big for Picture's all those Menu's i made a special Verification like you got vip , admin , host
if you got VIP Only the VIP options will show up ,you can't see admin or host Options if you got admin ..you can see VIP options and a extra Option will be added above VIP called admin the same with HOST , let say i made 3 Mod menu's in 1 , but if you add a function IN vip you need to add the function in every Menu
this is what i mean look
Originally posted by another user

self addMenu("VIP", "sub14", "Fun Menu");
self addOption("sub14", "Auto Tbag", ::Tbag);
self addOption("sub14", "Centipede", ::Centipede);
self addOption("sub14", "Riot Men", ::RiotMan);
self addOption("sub14", "Spawn Mine", ::mineSpawner);
self addOption("sub14", "Driveable RCXD", ::spawnDrivableCar);

self addMenu("ADMIN", "sub14A", "Fun Menu");
self addOption("sub14A", "Auto Tbag", ::Tbag);
self addOption("sub14A", "Centipede", ::Centipede);
self addOption("sub14A", "Riot Men", ::RiotMan);
self addOption("sub14A", "Spawn Mine", ::mineSpawner);
self addOption("sub14A", "Driveable RCXD", ::spawnDrivableCar);
self addOption("sub14A", "Custom Hud Menu", ::changeMenu, "subhudA");

self addMenu("HOST", "sub14H", "Fun Menu");
self addOption("sub14H", "Auto Tbag", ::Tbag);
self addOption("sub14H", "Centipede", ::Centipede);
self addOption("sub14H", "Riot Men", ::RiotMan);
self addOption("sub14H", "Spawn Mine", ::mineSpawner);
self addOption("sub14H", "Driveable RCXD", ::spawnDrivableCar);
self addOption("sub14H", "Custom Hud Menu", ::changeMenu, "subhudH");
10-30-2014, 08:03 PM #10
Jewels
I’m too L33T
Screen shots would be nice, GSC is competitive and if you post screenshots, and it looks good then you'll gain a lot of attractions....

It's like going to the car show and we don't know what cars is gonna be there, but if there's a AD to it and looks good, then we might as well go. See what I'm trying to say?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo