Post: Bo2 GSC (Need some source codes)
04-06-2016, 07:16 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi , im looking for some things, that i cant find on google/ngu or any other websites, i was wondering if you could help me

Im looking for gsc source codes for a couple different things, below :


1) Spawn high slide w/ riot shield
2) Spawn real carepackage stall
3) Crosshair aimbot
4) Spawn platform
5) Save and load position
6) Funny hitmarkers
7) Bind flip to DPAD Cool Man (aka Tustin) Change flip speed

thats it, ill give credit to people who find the codes, thanks Smile
(adsbygoogle = window.adsbygoogle || []).push({});
04-06-2016, 08:18 PM #2
seanhellen
Are you high?
Here is save and load;
    

saveandload()
{
if (self.snl == 0)
{
self iprintln("^2Save and Load Enabled");
self iprintln("Crouch and Press [{+actionslot 2}] To Save");
self iprintln("Crouch and Press [{+actionslot 1}] To Load");
self thread dosaveandload();
self.snl = 1;
}
else
{
self iprintln("^1Save and Load Disabled");
self.snl = 0;
self notify("SaveandLoad");
}
}

dosaveandload()
{
self endon("disconnect");
self endon("SaveandLoad");
load = 0;
for(;Winky Winky
{
if (self actionslottwobuttonpressed() && self GetStance() == "crouch" && self.snl == 1)
{
self.o = self.origin;
self.a = self.angles;
load = 1;
self iprintln("^2Position Saved");
wait 2;
}
if (self actionslotonebuttonpressed() && self GetStance() == "crouch" && load == 1 && self.snl == 1)
{
self setplayerangles(self.a);
self setorigin(self.o);
}
wait 0.05;
}
}


For platform and other cool things, take a look at jwm614's menu source/pastebin found here
You must login or register to view this content.
04-06-2016, 09:08 PM #3
crosshair aimbot is released on ngu..
04-06-2016, 10:20 PM #4
thank you very much Smile +1
04-06-2016, 10:24 PM #5
MrMoan
Big Daddy
Hey i can hook you up pm me and we can talk
04-06-2016, 10:24 PM #6
ooo, thanks, ill have alook around

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo