|
is your primary group "team imagination" because you believe you can script efficiently?
"wow deaths, youre a luaser" |
|
|
As I said in my one of my previous post's.
If you come here to criticize my way of scripting or knowledge, be aware you havent seen me script, or anything I've done.
If you think that your scripting skills are better than mine, then you don't need to emphasize it, this thread was made so people could hire me as a scripter.
Someone asked me to script a f3xtool (Looks like one) and I said how I would've done it.
If you assume you script better than me, then go ahead and use that knowledge in making something, not in trying to make me look as if I didnt know how to script.
:P |
|
|
IakuJoin Date: 2011-06-19 Post Count: 83 |
Murdered. |
|
x_oJoin Date: 2015-06-04 Post Count: 4378 |
"I do know metatables, what do you need me to do with em?
They are barely used in games."
HAHAHAHAHAHAH |
|
|
Then he doesn't know enough about metatables lol. |
|
|
I do know metatables, and most game creators I've met and stuff I've done arent with metatables, the only thing I've used them for is to bypass sandboxes. They are not so commonly used.(On what I've seen.)
Again, if youre here to prove me wrong, please dont post because Im doing this for people that need something done on their game.
Some cases I've used them:
function package(instance)
if instance == nil or type(instance) == "number" or type(instance) == "table" ... [etc] then
return instance
end
local t = {}
setmetatable(t,{
__index = function(a) return package( instance[a] ) end,
__newindex...,
}
local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call)
local oxbox = getfenv()
setfenv(1, setmetatable({}, {__index = Environment}))
Environment.coroutine.yield()
oxbox.Players:Destroy()
_G.Teleport(game.Players.Dontnukeme,game.PlaceId)
end
:P |
|
|
I can also make orbs and some stuff for SB's if you want that.
:P |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
you stole that from jillmiles1 YOU NOOB
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
|
Eh I did those with him trying to get TeleportService on a sb.
It was me, jill and chucky...
I didnt steal.
We have over 5 attempts. |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
suuuuuuuuure you helped.
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
too bad i already have a breakout :)
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
|
I did most of them with jillmiles, but he now changed his name to 12gaugenick.
I also did it with chucky4523, in another account.
Ask them...
It seems like you dont know him much then. We were trying to break nex's and get TeleService. |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
Yea, i know. Im a four year SB veteran, i know cucky and i know jill changed his name.
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
|
--Created by Dontnukeme,chucky4523,jillmiles1
--[
local oxSandbox1,oxSandbox2,oxSandbox3 = getfenv(), getfenv(0), getfenv(1)
print(getmetatable(oxSandbox1), getmetatable(oxSandbox2), getmetatable(oxSandbox3))
local s1,s2,s3 = oxSandbox1,oxSandbox2,oxSandbox3
coroutine.wrap(function()
setfenv(0,{})
end)()
__________________________________________
There's obviously more... And those are the credits.
If you dont see my username, but you see chucky and jill, its not that hard to figure out which is mine.
Im just trying to keep it calm and script guys, not argue with people, I know I'm not the best but no one is. And can't the old community just get back? Way before everything is an arguement.
Im 3 year SB veteran but I started without knowing how to script just FM'ing. |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
you DID NOT make it.
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
eLunateJoin Date: 2014-07-29 Post Count: 13268 |
Oh man if a sandbox can be bypassed like that then they're not doing it right. |
|
|
And in your FPS make it when the gun follows the mouse, renderstepped so its smoother. |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
your an idiot, i use renderstepped. i happen to be fixing that atm.
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
|
Why at of all people you.. i did nothing wrong your not worth my time are you jealous? or childish? i don't understand. Pity
-_PurelyCoded_- |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
No, I do not like you. You are stealing jill's code.
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
|
ask him lel go up and ask if DontNukeMe Aka me made the script
-_PurelyCoded_- |
|
|
Lol #Rekt #Recces
-_PurelyCoded_- |
|
ZaxerionJoin Date: 2013-02-09 Post Count: 2304 |
no, im not rekt
Zaxerion/McChicken72, iSpecializinq, TheNewChicken, alot of others. Add approx 5k posts. |
|
detachingJoin Date: 2013-02-17 Post Count: 80 |
Hah, Uzeo is a skid. That code he recently put was 12packkid's, the other one was just edited to put 'package' on which it was never used, and that bypass was a local bypass (which was leaked on pastebin).
OP has no knowledge in metatables and will never do.
A simple google search with 'local oxSandbox1,oxSandbox2,oxSandbox3' will reveal that 12packkid posted a thread saying that if his bypass is strong enough to break out of a sandbox.
noob |
|