What's new

Mod Menu [release] sarx's ts menu [stable]

Sarxy

Sarxy

Meme Lord
Messages
275
Reaction score
60
Points
120
Sin$
0
Sarx's Menu v3 - based on bossam v6
very stable :smile:
tested it on xbox 360 should work on other platforms too

--update 19/04/2018 - link died and lost source soo rip lol, recovered the .gsc from raw folder on my 360 so that's all. Decompile if you want XD.

Features:
Working Insta Last (FFA, also works on TDM due to a bug LOL)

Co-Host List (Stops you from having to do Co-Host every round or game)
More TS options.

The Rapture (An option I made for the laugh, makes everyone join the other team, freezes spins and blinds them including new people, prevents anyone from leaving and also prevents offhost from ending the game. Then gives you superspeed, superjump and unlimited ammo with a Death Machine. Only problem is that if you kill too quickly, it will crash due to players not having anywhere to spawn).

Download:
[Click here to view this link]

VirusTotal:
https://www.virustotal.com/#/file-a...jZTQxMWQ3ZWZjYjgwZjFiMjU4NDk6MTUyNDA5MzMxMw==

Image:
z9HYDys.jpg



My_Great_Capture_Screenshot_2017-05-20_00-54-33.png
 
Last edited:
ImOx

ImOx

(^._.^)ノ
Retired
Programmer MotM Platinum Record
Messages
9,961
Reaction score
2,963
Points
2,180
Sin$
0
Any reason as to why you only released it as a GSC Studio shared project file (gscr)?
Kind of stupid to limit the usage to GSC Studio only imo :/
 
Z

zKivii

Newbie
Messages
2
Reaction score
0
Points
35
Sin$
7
Can i get the source of the menu or can you give this slide Script?
 
Supreme Premium

Supreme Premium

★ X360 Hoster ★
Messages
608
Reaction score
70
Points
105
Sin$
7
Z zKivii here you go...

Code:
//Spawn Slide At Crosshair
SlideAtCrosshair()
{
  Start = self gettagorigin("j_head");
  End = anglesToForward(self getplayerangles()) * 100000;
  Destination = BulletTrace(Start,End,true,self)["position"];
  level.Slide = spawn("script_model", Destination);
  level.Slide setModel("t6_wpn_supply_drop_trap");
  level.Slide.angles = (0,65,55);
  for(;;)
  {
 
      if(distance(self.origin,level.Slide.origin) < 85)
      if(isSubStr(self getCurrentWeapon(), "riotshield_mp") && self meleeButtonPressed())
      {
         self setVelocity(self getVelocity() + (0, 14000, 950));
         wait .3;
      }
      wait .1;
   }
}
 
Z

zKivii

Newbie
Messages
2
Reaction score
0
Points
35
Sin$
7
Z zKivii here you go...

Code:
//Spawn Slide At Crosshair
SlideAtCrosshair()
{
  Start = self gettagorigin("j_head");
  End = anglesToForward(self getplayerangles()) * 100000;
  Destination = BulletTrace(Start,End,true,self)["position"];
  level.Slide = spawn("script_model", Destination);
  level.Slide setModel("t6_wpn_supply_drop_trap");
  level.Slide.angles = (0,65,55);
  for(;;)
  {
 
      if(distance(self.origin,level.Slide.origin) < 85)
      if(isSubStr(self getCurrentWeapon(), "riotshield_mp") && self meleeButtonPressed())
      {
         self setVelocity(self getVelocity() + (0, 14000, 950));
         wait .3;
      }
      wait .1;
   }
}
Bruh
I Need it without riot shield
 
Sarxy

Sarxy

Meme Lord
Messages
275
Reaction score
60
Points
120
Sin$
0
Any reason as to why you only released it as a GSC Studio shared project file (gscr)?
Kind of stupid to limit the usage to GSC Studio only imo :/
updated and added normal .gsc link :smile:
also new picture
 
Last edited:
XBL Zeus

XBL Zeus

Banned
Messages
325
Reaction score
10
Points
65
Sin$
0
i just downloaded Sarxmenuv3 gsc file but once injected to bo2 it scrolls too fast and skips over some options like wtf
 
Top Bottom
Login
Register