Hey everyone, I haven't been on this site in awhile. Wondering how everyone has been.
Might be starting up a new server again for old times sake lmfao.
Hey everyone, I haven't been on this site in awhile. Wondering how everyone has been.
Might be starting up a new server again for old times sake lmfao.
rewind good good
title says it all lol
Hello Der Again
quit flexing your gigabit fiber optic shit. I cant get that ran to my house lmao.
b2n for now, you cannot do this, there are only servers hosted by anyone who wants to host. You can however still find servers that are not trickshotting and join those.
Mr. Android yea its a simple button that just links right to the console. I have it on my HTML file
homura okay
Mr. Android eventually
frosty i will try to make a compiler, if not I could probably link it to the one in the GSC Starter Pack thing
Welp, I decided im going to start development on that GSC Editor and NOT a VS Code plugin. As of right now it looks similar to GSC studio but will have better functionality. I need ideas below of what to add. For the Plutonium T6 Tab, I have: View Server List, View IW4M Admin Server List, and Check Your Server Status.
Drgn The only thing GSC has access to is game files.
make a seperate bind function. Dont use detachall() either. use Unlink()
RocketBind()
{
for(;;)
{
if(self JumpButtonPressed())
{
self Unlink();
wait .02;
}
else
{
wait .02;
}
}
}
I need help making an Anti-Cheat/Aimbot Detection GSC Script. I had one made but it didnt work and only triggered when a hunter killer drone hitmarkered someone
frosty its not really a full blown menu, just has trickshotting options. idc if he has a menu but if its a full blown one like Jiggy, thats an issue
frosty shhhhhh. dont let him ruin it for others
TheHiddenHour true, even if I made a new editor, monaco is the text editor VS Code uses so it would be similar
I thought about creating a GSC editor to my liking that would be probably better than GSC studio. It would use monaco editor and would have a WAY better design.
@Rename-The-Bot i could later, currently working on my server atm. Reign Ducxy#2839
Heres the full code:
DoCanswap()
{
if(self getStance() == "crouch" && self actionslotthreebuttonpressed())
{
weapon = randomGun();
self giveWeapon(weapon, 0, true);
self dropItem(weapon);
}
}