GSC Steal This Patch Menu Base Remake

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
I wanted to do a Remake of the whole patch but after finishing the menu base i lost all motivation xD

Screenshot:
195c3264b0.png


Credits:

Code:
xePixTvx
CraigChrist8239 for the Design
dtx12, jwm614, and xTurntUpLobbies for the Overflow Fix


Its not tested on console and i dont know about the stability :coldsweat:
 

Attachments

  • Steal This Patch Remake.rar
    6.7 KB · Views: 276
Last edited:

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
I wanted to do a Remake of the whole patch but after finishing the menu base i lost all motivation xD

Screenshot:
195c3264b0.png


Credits:

Code:
xePixTvx
CraigChrist8239 for the Design
dtx12, jwm614, and xTurntUpLobbies for the Overflow Fix


Its not tested on console and i dont know about the stability :coldsweat:
Awesome idea! Maybe someone else can continue with this project :y: God job!
 

SCP

Moderator
Staff member
Donator
Messages
411
Reaction score
408
Points
848
I wanted to do a Remake of the whole patch but after finishing the menu base i lost all motivation xD

Screenshot:
195c3264b0.png


Credits:

Code:
xePixTvx
CraigChrist8239 for the Design
dtx12, jwm614, and xTurntUpLobbies for the Overflow Fix


Its not tested on console and i dont know about the stability :coldsweat:
Good job! :y:
 

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
doGod()
{
self endon("God_End");
self.maxhealth=9999999;
self.health=self.maxhealth;
for(;:wink:
{
if(self.health<self.maxhealth)
{
self.health=self.maxhealth;
}
self enableInvulnerability();
wait 0.05;
}
wait 0.05;
}

Wot is this ****?
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
doGod()
{
self endon("God_End");
self.maxhealth=9999999;
self.health=self.maxhealth;
for(;:wink:
{
if(self.health<self.maxhealth)
{
self.health=self.maxhealth;
}
self enableInvulnerability();
wait 0.05;
}
wait 0.05;
}

Wot is this ****?
Lmao. Sets the Health to infinity but enables invulnerability just to be safe. counter measures!
 
Top