Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.loadfile('http://www.roblox.com//game/studio.ashx')()
- 2.Spawn(function()
- 3.function decal(place, decalID)
- 4. for _,v in pairs(place:GetChildren()) do
- 5. if v:IsA("Part") or v:IsA("Wedge") then
- 6. local One = Instance.new("Decal", v)
- 7. local Two = Instance.new("Decal", v)
- 8. local Three = Instance.new("Decal", v)
- 9. local Four = Instance.new("Decal", v)
- 10. local Five = Instance.new("Decal", v)
- 11. local Six = Instance.new("Decal", v)
- 12. One.Texture = "http://www.roblox.com/asset/?id="..decalID
- 13. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
- 14. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
- 15. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
- 16. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
- 17. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
- 18. One.Face = "Front"
- 19. Two.Face = "Back"
- 20. Three.Face = "Right"
- 21. Four.Face = "Left"
- 22. Five.Face = "Top"
- 23. Six.Face = "Bottom"
- 24. else
- 25. decal(v, decalID)
- 26. end
- 27. end
- 28.end
- 29.
- 30.game.Players.LocalPlayer.Chatted:connect(function (msg)
- 31. if string.sub(string.lower(msg),1,5) == "/e ex" then
- 32. --[ Explorer Plugin V2 By TerminalZero ]--
- 33.
- 34.Properties = {nil,"Name","Parent","ClassName","BrickColor","Material","Reflectance","Transparency","Position","Rotation","RotVelocity","Velocity","Anchored","CanCollide","Locked","Elasticity","FormFactor","Friction","Shape","Size","BackSurface","BottomSurface","FrontSurface","LeftSurface","RightSurface","TopSurface","CreatorId","VertexColor","Volume","Ticket","AccountAge","VideoQualitySettings","UploadSetting","TweenStatus","TopBottom","TickCountSampleMethod","ThreadPoolConfig","SurfaceType","SurfaceConstrait","Style","Stuff","Status","SpecialKey","SoundType","SleepAdjustMethod","SizeConstraint","Shadow","SavedQualitySetting","ReverbType","Resolution","QualityLevel","PyrimidSides","PrivilegeType","PrismSides","PriorityMethod","PlayerChatType","PhysicsSendMethod","PhysicsRecieveMethod","PartType","PacketReliability","NormalId","MoveState","MeshType","MaterialQuality","LevelOfDetailSetting","LeftRight","KeywordFilterType","JointType","InputType","InOut","HandlesStyle","GraphicsMode","GeometryQuality","Genre","GearType","GearGenreSetting","FunctionalTestResult","FriendStatus","FriendRequestEvent","FramerateManagerMode","FrameStyle","ErrorReporting","PhysicsThrottle","Enviromental","EasingStyle","EasingDirection","DialogTone","DialogPurpose","D3DFORMAT","D3DDEVTYPE","CreatorType","ControlMode","ConcurrencyModel","ChatStyle","ChatMode","ChatColor","CenterDialogType","CellOrientation","CellMaterial","CellBlock","CameraType","ButtonStyle","Button","BuildPermission","BodyPart","BinType","Bevels","Axis","Antialiasing","AnimationPriority","AffectType","ActionType","AASamples","Source","ScriptsDisabled","GarbageCollectionLimit","GarbageCollectionFrequency","RobloxLocked","Version","AttachmentForward","AttachmentPos","AttachmentRight","AttachmentUp","AnimationId","HeadColor","RightArmColor","LeftArmColor","TorsoColor","LeftLegColor","RightLegColor","Value","CameraType","CameraSubject","BaseTextureId","BodyPart","MeshId","OverlayTextureId","MaxActivationDistance","Shiny","Specular","Texture","Face","GripForward","GripPos","GripRight","GripUp","TextureId","TeamColor","Enabled","position","CFrame","velocity","AbsolutePosition","AbsoluteSize","Active","BackgroundColor3","BackgroundTransparency","BorderColor3","BorderSizePixel","SizeConstraint","Visible","ZIndex","C0","C1","Part0","Part1","BinType","LeftLeg","RightLeg","Torso","Health","MaxHealth","WalkSpeed","Jump","PlatformStand","Sit","AutoButtonColor","Image","LinkedSource","Disabled","Text","PrimaryPart","CurrentAngle","DesiredAngle","MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV","userId","BubbleChat","ClassicChat","MaxPlayers","NumPlayers","LocalPlayer","CharacterAppearance","Character","CurrentCamera","Ambient","Brightness","ColorShift_Bottom","ColorShift_Top","ShadowColor","TimeOfDay","AmbientReverb","DistanceFactor","DopplerScale","RolloffScale","Color","angularvelocity","maxTorque","Offset","Scale","Heat","Range","Angle","DataCost","maxForce","MaxSpeed","D","P","Adornee","CelestialBodiesShown","SkyboxBk","SkyboxDn","SkyboxFt","SkyboxLf","SkyboxRt","SkyboxUp","StarCount"}
- 35.
- 36.if script ~= nil then
- 37. if Game:FindFirstChild("NetworkClient") ~= nil then
- 38. repeat wait() until Game.Players.LocalPlayer ~= nil
- 39. end
- 40.end
- 41.
- 42.if game:GetService("CoreGui"):FindFirstChild("ExplorerButton") == nil then
- 43.local screengui = Instance.new("ScreenGui")
- 44.screengui.Parent = game:GetService("CoreGui")
- 45.screengui.Name = "ExplorerButton"
- 46.local text = Instance.new("TextButton")
- 47.text.Parent = screengui
- 48.text.Active = true
- 49.text.BackgroundColor = BrickColor.new("Really black")
- 50.text.BorderColor3 = Color3.new(255/255,0/0,0/0)
- 51.text.Position = UDim2.new(0.7,0,0.97,0)
- 52.text.Size = UDim2.new(0.1,0,0.025,0)
- 53.text.Text = "Explorer"
- 54.text.TextColor3 = Color3.new(1,1,1)
- 55.
- 56.text.MouseButton1Down:connect(function()
- 57.if game:GetService("CoreGui"):FindFirstChild("ExplorerGui") == nil then
- 58.pcall(function()
- 59. Game.CoreGui.RobloxGui.PlayerListScreen.Visible = false
- 60.end)
- 61.
- 62.ItemGuis = {}
- 63.PropGuis = {}
- 64.ScrollPlaces = {}
- 65.MouseFunction = nil
- 66.KeyDownFunction = nil
- 67.KeyUpFunction = nil
- 68._G.Selection = nil
- 69.ExplorerGui = nil
- 70.CopiedItem = nil
- 71.AddingConnection = nil
- 72.RemovingConnection = nil
- 73.Mouse = nil
- 74.ExpScrollNumber = 1
- 75.PropScrollNumber = 1
- 76.ViewGui = "Explorer"
- 77.
- 78.if Game.Players.LocalPlayer ~= nil then
- 79. Mouse = Game.Players.LocalPlayer:GetMouse()
- 80.end
- 81.
- 82.Base = "http://www.roblox.com/asset/?id="
- 83.Images = {Value=40332408,Sound=40332463,Script=40332546,ScreenGui=40332596,Part=40332760,SpawnLocation=117933272,Nil=40332825,Model=40332865,Message=40332942,LocalScript=40332996,Joint=40333049,Frame=40333121,Camera=40333217,Backpack=40333260,Player=40332674,Body=40339623,HopperBin=40339572,Tool=40339513,Workspace=40484518,Mesh=40484580,Property=40493937,Animation=40531758,Hat=40531808,Humanoid=40531903,Light=117825710,Decal=117930421,Shirt=117931182,Pants=117931169,Terrain=117931310,ForceField=117931567,Seat=117931937,BillboardGui=117932485,Texture=118002183}
- 84.
- 85.function SetImage(Par,class)
- 86.if (class=="IntValue") or (class=="BoolValue") or (class=="StringValue") or (class=="ObjectValue") or (class=="CFrameValue") or (class=="Vector3Value") or (class=="NumberValue") or (class=="RayValue") or (class=="Color3Value") or (class=="BrickColorValue") then
- 87.CreateImageLabel(Par,Base..Images.Value)
- 88.elseif (class=="Sound") or (class=="StockSound") or (class=="SoundService") then
- 89.CreateImageLabel(Par,Base..Images.Sound)
- 90.elseif (class=="Script") then
- 91.CreateImageLabel(Par,Base..Images.Script)
- 92.elseif (class=="ScreenGui") or (class=="GuiMain") then
- 93.CreateImageLabel(Par,Base..Images.ScreenGui)
- 94.elseif (class=="BillboardGui") then
- 95.CreateImageLabel(Par,Base..Images.BillboardGui)
- 96.elseif (class=="Part") or (class=="WedgePart") or (class=="TrussPart") or (class=="SkateboardPlatform") then
- 97.CreateImageLabel(Par,Base..Images.Part)
- 98.elseif (class=="SpawnLocation") then
- 99.CreateImageLabel(Par,Base..Images.SpawnLocation)
- 100.elseif (class=="Model") then
- 101.CreateImageLabel(Par,Base..Images.Model)
- 102.elseif (class=="Hint") or (class=="Message") then
- 103.CreateImageLabel(Par,Base..Images.Message)
- 104.elseif (class=="LocalScript") or (class=="CoreScript") or (class=="StarterScript") then
- 105.CreateImageLabel(Par,Base..Images.LocalScript)
- 106.elseif (class=="Weld") or (class=="Snap") or (class=="Glue") or (class=="Rotate") or (class=="RotateP") or (class=="RotateV") or (class=="JointsService") then
- 107.CreateImageLabel(Par,Base..Images.Joint)
- 108.elseif (class=="Frame") or (class=="TextLabel") or (class=="TextButton") or (class=="TextBox") or (class=="ImageButton") or (class=="ImageLabel") then
- 109.CreateImageLabel(Par,Base..Images.Frame)
- 110.elseif (class=="Camera") then
- 111.CreateImageLabel(Par,Base..Images.Camera)
- 112.elseif (class=="Backpack") or (class=="StarterGear") or (class=="StarterPack") or (class=="StarterGui") or (class=="PlayerGui") then
- 113.CreateImageLabel(Par,Base..Images.Backpack)
- 114.elseif (class=="Player") or (class=="PseudoPlayer") or (class=="Players") then
- 115.CreateImageLabel(Par,Base..Images.Player)
- 116.elseif (class=="BodyPosition") or (class=="BodyGyro") or (class=="BodyVelocity") or (class=="BodyThrust") or (class=="BodyForce") or (class=="RocketPropulsion") then
- 117.CreateImageLabel(Par,Base..Images.Body)
- 118.elseif (class=="HopperBin") then
- 119.CreateImageLabel(Par,Base..Images.HopperBin)
- 120.elseif (class=="Tool") then
- 121.CreateImageLabel(Par,Base..Images.Tool)
- 122.elseif (class=="Workspace") then
- 123.CreateImageLabel(Par,Base..Images.Workspace)
- 124.elseif (class=="BlockMesh") or (class=="SpecialMesh") or (class=="CylinderMesh") then
- 125.CreateImageLabel(Par,Base..Images.Mesh)
- 126.elseif (class=="Animation") or (class=="CharacterMesh") then
- 127.CreateImageLabel(Par,Base..Images.Animation)
- 128.elseif (class=="Hat") then
- 129.CreateImageLabel(Par,Base..Images.Hat)
- 130.elseif (class=="Humanoid") then
- 131.CreateImageLabel(Par,Base..Images.Humanoid)
- 132.elseif (class=="Lighting") then
- 133.CreateImageLabel(Par,Base..Images.Light)
- 134.elseif (class=="PointLight") or (class=="SpotLight") then
- 135.CreateImageLabel(Par,Base..Images.Light)
- 136.elseif (class=="Decal") then
- 137.CreateImageLabel(Par,Base..Images.Decal)
- 138.elseif (class=="Texture") then
- 139.CreateImageLabel(Par,Base..Images.Texture)
- 140.elseif (class=="Terrain") then
- 141.CreateImageLabel(Par,Base..Images.Terrain)
- 142.elseif (class=="Shirt") then
- 143.CreateImageLabel(Par,Base..Images.Shirt)
- 144.elseif (class=="Pants") then
- 145.CreateImageLabel(Par,Base..Images.Pants)
- 146.elseif (class=="ForceField") then
- 147.CreateImageLabel(Par,Base..Images.ForceField)
- 148.elseif (class=="Seat") or (class=="VehicleSeat") then
- 149.CreateImageLabel(Par,Base..Images.Seat)
- 150.else CreateImageLabel(Par,Base..Images.Nil)
- 151.end
- 152.end
- 153.
- 154.function CreateImageLabel(Par,image)
- 155.Par.Image = image
- 156.end
- 157.
- 158.function GetProperties(Object,Table)
- 159.local Return = {}
- 160.local function C() end
- 161.for i=1,#Table do
- 162.if pcall(function() C(Object[Table[i]]) end) then
- 163.if (Object:FindFirstChild(Table[i]) == nil) then
- 164.table.insert(Return, Table[i])
- 165.end end end
- 166.return Return
- 167.end
- 168.
- 169.--[[ Create Gui's ]]--
- 170. explore = Instance.new("ScreenGui",Game:GetService("CoreGui"))
- 171. explore.Name = "ExplorerGui"
- 172. otherframe = Instance.new("TextLabel",explore)
- 173. otherframe.Name = "OtherFrame"
- 174. otherframe.BackgroundColor = BrickColor.new("Really black")
- 175. otherframe.BackgroundTransparency = 0.2
- 176. otherframe.BorderColor = BrickColor.new("Royal purple")
- 177. otherframe.Position = UDim2.new(0.8,0,0,0)
- 178. otherframe.Size = UDim2.new(0.2,0,0.05,0)
- 179. otherframe.Visible = true
- 180. otherframe.ZIndex = 2
- 181. otherframe.Draggable = true
- 182. otherframe.Font = "ArialBold"
- 183. otherframe.FontSize = "Size14"
- 184. otherframe.TextColor = BrickColor.new("Institutional white")
- 185. otherframe.TextXAlignment = "Center"
- 186. otherframe.Active = true
- 187.
- 188. expbutton = Instance.new("TextButton",otherframe)
- 189. expbutton.Name = "ExpButton"
- 190. expbutton.BackgroundColor = BrickColor.new("Really black")
- 191. expbutton.BackgroundTransparency = 0.2
- 192. expbutton.BorderColor = BrickColor.new("Royal purple")
- 193. expbutton.Position = UDim2.new(0,0,16.25,0)
- 194. expbutton.Size = UDim2.new(0.45,0,0.75,0)
- 195. expbutton.Visible = true
- 196. expbutton.ZIndex = 2
- 197. expbutton.Draggable = false
- 198. expbutton.Font = "ArialBold"
- 199. expbutton.FontSize = "Size14"
- 200. expbutton.Text = "Explorer"
- 201. expbutton.TextColor = BrickColor.new("Institutional white")
- 202. expbutton.TextXAlignment = "Center"
- 203.
- 204. propsbutton = Instance.new("TextButton",otherframe)
- 205. propsbutton.Name = "PropsButton"
- 206. propsbutton.BackgroundColor = BrickColor.new("Really black")
- 207. propsbutton.BackgroundTransparency = 0.2
- 208. propsbutton.BorderColor = BrickColor.new("Royal purple")
- 209. propsbutton.Position = UDim2.new(0.45,0,16.25,0)
- 210. propsbutton.Size = UDim2.new(0.45,0,0.75,0)
- 211. propsbutton.Visible = true
- 212. propsbutton.ZIndex = 2
- 213. propsbutton.Draggable = false
- 214. propsbutton.Font = "ArialBold"
- 215. propsbutton.FontSize = "Size14"
- 216. propsbutton.Text = "Properties"
- 217. propsbutton.TextColor = BrickColor.new("Institutional white")
- 218. propsbutton.TextXAlignment = "Center"
- 219.
- 220. expframe = Instance.new("Frame",otherframe)
- 221. expframe.Name = "ExplorerFrame"
- 222. expframe.BackgroundColor = BrickColor.new("Really black")
- 223. expframe.BackgroundTransparency = 0.4
- 224. expframe.BorderColor = BrickColor.new("Royal purple")
- 225. expframe.Position = UDim2.new(0,0,1,0)
- 226. expframe.Size = UDim2.new(1,0,16,0)
- 227. expframe.Visible = true
- 228. expframe.ZIndex = 1
- 229. expframe.Draggable = false
- 230. expframe.Active = true
- 231.
- 232. list = Instance.new("Frame",expframe)
- 233. list.Name = "List"
- 234. list.BackgroundColor = BrickColor.new("Really black")
- 235. list.BackgroundTransparency = 0.8
- 236. list.BorderColor = BrickColor.new("Royal purple")
- 237. list.Position = UDim2.new(0,0,0.1,0)
- 238. list.Size = UDim2.new(0.9,0,0.85,0)
- 239. list.Visible = true
- 240. list.ZIndex = 1
- 241. list.Draggable = false
- 242.
- 243. back = Instance.new("TextButton",expframe)
- 244. back.Name = "BackButton"
- 245. back.BackgroundColor = BrickColor.new("Really black")
- 246. back.BackgroundTransparency = 0.6
- 247. back.BorderColor = BrickColor.new("Royal purple")
- 248. back.Position = UDim2.new(0,0,0.05,0)
- 249. back.Size = UDim2.new(1,0,0.05,0)
- 250. back.Visible = true
- 251. back.ZIndex = 1
- 252. back.Draggable = false
- 253. back.Font = "ArialBold"
- 254. back.FontSize = "Size14"
- 255. back.Text = "Object's Parent is Nil"
- 256. back.TextColor = BrickColor.new("Institutional white")
- 257. back.TextXAlignment = "Center"
- 258.
- 259. search = Instance.new("TextBox",expframe)
- 260. search.Name = "SearchBox"
- 261. search.BackgroundColor = BrickColor.new("Really black")
- 262. search.BackgroundTransparency = 0.6
- 263. search.BorderColor = BrickColor.new("Royal purple")
- 264. search.Position = UDim2.new(0,0,0,0)
- 265. search.Size = UDim2.new(1,0,0.05,0)
- 266. search.Visible = true
- 267. search.ZIndex = 1
- 268. search.Draggable = false
- 269. search.Font = "ArialBold"
- 270. search.FontSize = "Size14"
- 271. search.Text = "Search in Place1"
- 272. search.TextColor = BrickColor.new("Institutional white")
- 273. search.TextXAlignment = "Center"
- 274.
- 275. upbutton = Instance.new("TextButton",otherframe)
- 276. upbutton.Name = "UpButton"
- 277. upbutton.BackgroundColor = BrickColor.new("Really black")
- 278. upbutton.BackgroundTransparency = 0.6
- 279. upbutton.BorderColor = BrickColor.new("Royal purple")
- 280. upbutton.Position = UDim2.new(0.9,0,1.75,0)
- 281. upbutton.Size = UDim2.new(0.1,0,0.75,0)
- 282. upbutton.Visible = true
- 283. upbutton.ZIndex = 2
- 284. upbutton.Draggable = false
- 285. upbutton.Font = "ArialBold"
- 286. upbutton.FontSize = "Size12"
- 287. upbutton.Text = [[/\]]
- 288. upbutton.TextColor = BrickColor.new("Institutional white")
- 289. upbutton.TextXAlignment = "Center"
- 290.
- 291. downbutton = Instance.new("TextButton",otherframe)
- 292. downbutton.Name = "DownButton"
- 293. downbutton.BackgroundColor = BrickColor.new("Really black")
- 294. downbutton.BackgroundTransparency = 0.6
- 295. downbutton.BorderColor = BrickColor.new("Royal purple")
- 296. downbutton.Position = UDim2.new(0.9,0,16.25,0)
- 297. downbutton.Size = UDim2.new(0.1,0,0.75,0)
- 298. downbutton.Visible = true
- 299. downbutton.ZIndex = 2
- 300. downbutton.Draggable = false
- 301. downbutton.Font = "ArialBold"
- 302. downbutton.FontSize = "Size12"
- 303. downbutton.Text = [[\/]]
- 304. downbutton.TextColor = BrickColor.new("Institutional white")
- 305. downbutton.TextXAlignment = "Center"
- 306.
- 307. refreshbutton = Instance.new("ImageButton",expframe)
- 308. refreshbutton.Name = "RefreshButton"
- 309. refreshbutton.BackgroundColor = BrickColor.new("Really black")
- 310. refreshbutton.BackgroundTransparency = 0.6
- 311. refreshbutton.BorderColor = BrickColor.new("Royal purple")
- 312. refreshbutton.Position = UDim2.new(0.9,0,0,0)
- 313. refreshbutton.Size = UDim2.new(0.1,0,0.05,0)
- 314. refreshbutton.Visible = true
- 315. refreshbutton.ZIndex = 2
- 316. refreshbutton.Draggable = false
- 317. refreshbutton.Image = "http://www.roblox.com/asset/?id=21367268"
- 318.
- 319. options = Instance.new("Frame",list)
- 320. options.Name = "Options"
- 321. options.BackgroundColor = BrickColor.new("Really black")
- 322. options.BackgroundTransparency = 0.4
- 323. options.BorderColor = BrickColor.new("Royal purple")
- 324. options.Position = UDim2.new(-1,0,0,0)
- 325. options.Size = UDim2.new(0.5,0,0.25,0)
- 326. options.Visible = false
- 327. options.ZIndex = 3
- 328. options.Draggable = false
- 329.
- 330. copybutton = Instance.new("TextButton",options)
- 331. copybutton.Name = "CopyButton"
- 332. copybutton.BackgroundColor = BrickColor.new("Really black")
- 333. copybutton.BackgroundTransparency = 0.6
- 334. copybutton.BorderColor = BrickColor.new("Royal purple")
- 335. copybutton.Position = UDim2.new(0,0,0,0)
- 336. copybutton.Size = UDim2.new(1,0,0.25,0)
- 337. copybutton.Visible = true
- 338. copybutton.ZIndex = 3
- 339. copybutton.Draggable = false
- 340. copybutton.Font = "ArialBold"
- 341. copybutton.FontSize = "Size12"
- 342. copybutton.Text = "Copy"
- 343. copybutton.TextColor = BrickColor.new("Institutional white")
- 344. copybutton.TextXAlignment = "Center"
- 345.
- 346. pastebutton = Instance.new("TextButton",options)
- 347. pastebutton.Name = "PasteButton"
- 348. pastebutton.BackgroundColor = BrickColor.new("Really black")
- 349. pastebutton.BackgroundTransparency = 0.6
- 350. pastebutton.BorderColor = BrickColor.new("Really red")
- 351. pastebutton.Position = UDim2.new(0,0,0.25,0)
- 352. pastebutton.Size = UDim2.new(1,0,0.25,0)
- 353. pastebutton.Visible = true
- 354. pastebutton.ZIndex = 3
- 355. pastebutton.Draggable = false
- 356. pastebutton.Font = "ArialBold"
- 357. pastebutton.FontSize = "Size12"
- 358. pastebutton.Text = "Paste"
- 359. pastebutton.TextColor = BrickColor.new("Institutional white")
- 360. pastebutton.TextXAlignment = "Center"
- 361.
- 362. cutbutton = Instance.new("TextButton",options)
- 363. cutbutton.Name = "CutButton"
- 364. cutbutton.BackgroundColor = BrickColor.new("Really black")
- 365. cutbutton.BackgroundTransparency = 0.6
- 366. cutbutton.BorderColor = BrickColor.new("Really red")
- 367. cutbutton.Position = UDim2.new(0,0,0.5,0)
- 368. cutbutton.Size = UDim2.new(1,0,0.25,0)
- 369. cutbutton.Visible = true
- 370. cutbutton.ZIndex = 3
- 371. cutbutton.Draggable = false
- 372. cutbutton.Font = "ArialBold"
- 373. cutbutton.FontSize = "Size12"
- 374. cutbutton.Text = "Cut"
- 375. cutbutton.TextColor = BrickColor.new("Institutional white")
- 376. cutbutton.TextXAlignment = "Center"
- 377.
- 378. insertbutton = Instance.new("TextBox",options)
- 379. insertbutton.Name = "InsertButton"
- 380. insertbutton.BackgroundColor = BrickColor.new("Really black")
- 381. insertbutton.BackgroundTransparency = 0.6
- 382. insertbutton.BorderColor = BrickColor.new("Really red")
- 383. insertbutton.Position = UDim2.new(0,0,0.75,0)
- 384. insertbutton.Size = UDim2.new(1,0,0.25,0)
- 385. insertbutton.Visible = true
- 386. insertbutton.ZIndex = 3
- 387. insertbutton.Font = "ArialBold"
- 388. insertbutton.FontSize = "Size12"
- 389. insertbutton.Text = "Insert"
- 390. insertbutton.TextColor = BrickColor.new("Institutional white")
- 391. insertbutton.TextXAlignment = "Center"
- 392.
- 393. editbutton = Instance.new("TextButton",options)
- 394. editbutton.Name = "EditButton"
- 395. editbutton.BackgroundColor = BrickColor.new("Really black")
- 396. editbutton.BackgroundTransparency = 0.6
- 397. editbutton.BorderColor = BrickColor.new("Really red")
- 398. editbutton.Position = UDim2.new(0,0,1,0)
- 399. editbutton.Size = UDim2.new(1,0,0.25,0)
- 400. editbutton.Visible = false
- 401. editbutton.ZIndex = 3
- 402. editbutton.Font = "ArialBold"
- 403. editbutton.FontSize = "Size12"
- 404. editbutton.Text = "Edit"
- 405. editbutton.TextColor = BrickColor.new("Institutional white")
- 406. editbutton.TextXAlignment = "Center"
- 407.
- 408. config = Instance.new("ObjectValue",options)
- 409. config.Name = "ConfiguredObject"
- 410. config.Value = nil
- 411.
- 412. sel = Instance.new("ObjectValue",expframe)
- 413. sel.Name = "Selection"
- 414. sel.Value = Game
- 415. _G.Selection = sel
- 416.
- 417. highlight = Instance.new("SelectionBox",Game:GetService("CoreGui"))
- 418. highlight.Name = "ObjectHighlight"
- 419. highlight.Color = BrickColor.new("Bright blue")
- 420.
- 421. for i=0,19 do
- 422. item = Instance.new("Frame",list)
- 423. item.Name = "Item"
- 424. item.BackgroundColor = BrickColor.new("Really black")
- 425. item.BackgroundTransparency = 0.8
- 426. item.BorderColor = BrickColor.new("Really red")
- 427. item.Position = UDim2.new(0,0,i*0.05,0)
- 428. item.Size = UDim2.new(1,0,0.05,0)
- 429. item.Visible = true
- 430. item.ZIndex = 1
- 431. item.Draggable = false
- 432.
- 433. name = Instance.new("TextButton",item)
- 434. name.Name = "ItemName"
- 435. name.BackgroundColor = BrickColor.new("Really black")
- 436. name.BackgroundTransparency = 0.8
- 437. name.BorderColor = BrickColor.new("Really red")
- 438. name.Position = UDim2.new(0.1,0,0,0)
- 439. name.Size = UDim2.new(0.9,0,1,0)
- 440. name.Visible = true
- 441. name.ZIndex = 1
- 442. name.Draggable = false
- 443. name.Font = "ArialBold"
- 444. name.FontSize = "Size14"
- 445. name.Text = "Object"
- 446. name.TextColor = BrickColor.new("Institutional white")
- 447. name.TextXAlignment = "Center"
- 448.
- 449. icon = Instance.new("ImageLabel",item)
- 450. icon.Name = "Icon"
- 451. icon.BackgroundColor = BrickColor.new("Really black")
- 452. icon.BackgroundTransparency = 0.2
- 453. icon.BorderColor = BrickColor.new("Really red")
- 454. icon.Image = Base..Images.Property
- 455. icon.Position = UDim2.new(0,0,0,0)
- 456. icon.Size = UDim2.new(0.1,0,1,0)
- 457. icon.Visible = true
- 458. icon.ZIndex = 1
- 459. icon.Draggable = false
- 460.
- 461. value = Instance.new("ObjectValue")
- 462. value.Parent = item
- 463. value.Name = "ObjectValue"
- 464.
- 465. table.insert(ItemGuis, item)
- 466. end
- 467.
- 468. ExplorerGui = explore
- 469.
- 470. propsframe = Instance.new("Frame",otherframe)
- 471. propsframe.Name = "PropertiesFrame"
- 472. propsframe.BackgroundColor = BrickColor.new("Really black")
- 473. propsframe.BackgroundTransparency = 0.4
- 474. propsframe.BorderColor = BrickColor.new("Really red")
- 475. propsframe.Position = UDim2.new(0,0,1,0)
- 476. propsframe.Size = UDim2.new(1,0,16,0)
- 477. propsframe.Visible = false
- 478. propsframe.ZIndex = 1
- 479. propsframe.Draggable = false
- 480. propsframe.Active = true
- 481.
- 482. list2 = Instance.new("Frame",propsframe)
- 483. list2.Name = "List"
- 484. list2.BackgroundColor = BrickColor.new("Really black")
- 485. list2.BackgroundTransparency = 0.8
- 486. list2.BorderColor = BrickColor.new("Really red")
- 487. list2.Position = UDim2.new(0,0,0.05,0)
- 488. list2.Size = UDim2.new(0.9,0,0.9,0)
- 489. list2.Visible = true
- 490. list2.ZIndex = 1
- 491. list2.Draggable = false
- 492.
- 493. for i=0,19 do
- 494. property = Instance.new("Frame",list2)
- 495. property.Name = "Property"
- 496. property.BackgroundColor = BrickColor.new("Really black")
- 497. property.BackgroundTransparency = 0.8
- 498. property.BorderColor = BrickColor.new("Really red")
- 499. property.Position = UDim2.new(0,0,i*0.05,0)
- 500. property.Size = UDim2.new(1,0,0.05,0)
- 501. property.Visible = true
- 502. property.ZIndex = 1
- 503. property.Draggable = false
- 504.
- 505. propname = Instance.new("TextLabel",property)
- 506. propname.Name = "PropertyName"
- 507. propname.BackgroundColor = BrickColor.new("Really black")
- 508. propname.BackgroundTransparency = 0.8
- 509. propname.BorderColor = BrickColor.new("Really red")
- 510. propname.Position = UDim2.new(0,0,0,0)
- 511. propname.Size = UDim2.new(0.5,0,1,0)
- 512. propname.Visible = true
- 513. propname.ZIndex = 1
- 514. propname.Draggable = false
- 515. propname.Font = "ArialBold"
- 516. propname.FontSize = "Size14"
- 517. propname.Text = "Property"
- 518. propname.TextColor = BrickColor.new("Institutional white")
- 519. propname.TextXAlignment = "Center"
- 520. propname.TextScaled = true
- 521.
- 522. propvalue = Instance.new("TextBox",property)
- 523. propvalue.Name = "PropertyValue"
- 524. propvalue.BackgroundColor = BrickColor.new("Really black")
- 525. propvalue.BackgroundTransparency = 0.8
- 526. propvalue.BorderColor = BrickColor.new("Really red")
- 527. propvalue.Position = UDim2.new(0.5,0,0,0)
- 528. propvalue.Size = UDim2.new(0.5,0,1,0)
- 529. propvalue.Visible = true
- 530. propvalue.ZIndex = 1
- 531. propvalue.Draggable = false
- 532. propvalue.Font = "ArialBold"
- 533. propvalue.FontSize = "Size14"
- 534. propvalue.Text = "Value"
- 535. propvalue.TextColor = BrickColor.new("Institutional white")
- 536. propvalue.TextXAlignment = "Center"
- 537. propvalue.TextScaled = true
- 538. propvalue.ClearTextOnFocus = false
- 539.
- 540. table.insert(PropGuis, property)
- 541. end
- 542.--[[ End of Gui Creation ]]--
- 543.
- 544.function ReplaceWith(GuiType, Gui)
- 545. if GuiType == "" or GuiType == nil then return end
- 546. if Gui == "" or Gui == nil then return end
- 547. Parent = Gui.Parent
- 548. local NewGui = Instance.new(GuiType, Parent)
- 549. NewGui.Name = Gui.Name
- 550. NewGui.BackgroundColor = Gui.BackgroundColor
- 551. NewGui.BackgroundTransparency = Gui.BackgroundTransparency
- 552. NewGui.BorderColor = Gui.BorderColor
- 553. NewGui.Position = Gui.Position
- 554. NewGui.Size = Gui.Size
- 555. NewGui.Visible = Gui.Visible
- 556. NewGui.ZIndex = Gui.ZIndex
- 557. NewGui.Draggable = Gui.Draggable
- 558. NewGui.Font = Gui.Font
- 559. NewGui.FontSize = Gui.FontSize
- 560. NewGui.Text = Gui.Text
- 561. NewGui.TextColor = Gui.TextColor
- 562. NewGui.TextXAlignment = Gui.TextXAlignment
- 563. NewGui.TextScaled = Gui.TextScaled
- 564. if GuiType == "TextBox" then
- 565. NewGui.ClearTextOnFocus = false
- 566. end
- 567. Gui:Remove()
- 568.end
- 569.
- 570.function UpdateItemGuis()
- 571. PropScrollNumber = 1
- 572. for i=1,#ItemGuis do
- 573. ItemGuis[i].ObjectValue.Value = nil
- 574. ItemGuis[i].ItemName.Text = ""
- 575. ItemGuis[i].Icon.Image = ""
- 576. ItemGuis[i].ObjectValue.Value = _G.Selection.Value:GetChildren()[ExpScrollNumber+i-1]
- 577. if ItemGuis[i].ObjectValue.Value then
- 578. ItemGuis[i].ItemName.Text = ItemGuis[i].ObjectValue.Value.Name
- 579. SetImage(ItemGuis[i].Icon, ItemGuis[i].ObjectValue.Value.ClassName)
- 580. else
- 581. ItemGuis[i].ItemName.Text = ""
- 582. end
- 583. end
- 584.end
- 585.
- 586.function UpdatePropGuis()
- 587. Props = GetProperties(_G.Selection.Value, Properties) ExplorerGui.OtherFrame.Text = string.reverse("r".."e".."r".."o".."l".."p".."x".."E ".."s".."'".."o".."r".."e".."Z".."l".."a".."n".."i".."m".."r".."e".."T")
- 588. for i=1,#PropGuis do
- 589. PropGuis[i].PropertyName.Text = ""
- 590. PropGuis[i].PropertyValue.Text = ""
- 591. ReplaceWith("TextLabel", PropGuis[i].PropertyValue, i)
- 592. end
- 593. for i=1,#Props do
- 594. pcall(function()
- 595. ViewNumber = PropScrollNumber+i-1
- 596. PropName = Props[ViewNumber]
- 597. PropValue = _G.Selection.Value[PropName]
- 598. PropType = type(PropValue)
- 599. PropGuis[i].PropertyName.Text = PropName
- 600. PropGuis[i].PropertyValue.Text = tostring(PropValue)
- 601. if PropGuis[i].PropertyName.Text == "Parent" then
- 602. if _G.Selection.Value ~= Game then
- 603. if string.sub(PropGuis[i].PropertyValue.Text,1,5) ~= "Game." then
- 604. letters = ""
- 605. lastend = nil
- 606. PropGuis[i].PropertyValue.Text = "Game.".._G.Selection.Value:GetFullName()
- 607. for x=1,#PropGuis[i].PropertyValue.Text do
- 608. letters = letters..string.sub(PropGuis[i].PropertyValue.Text,x,x)
- 609. end
- 610. for x=1,#letters do
- 611. if string.sub(letters,x,x) == "." then
- 612. lastend = x
- 613. end
- 614. end
- 615. newletters = string.sub(letters,1,lastend-1)
- 616. PropGuis[i].PropertyValue.Text = newletters
- 617. end
- 618. else
- 619. PropGuis[i].PropertyValue.Text = _G.Selection.Value:GetFullName()
- 620. end
- 621. end
- 622. if PropType == "userdata" or PropType == "nil" then
- 623. ReplaceWith("TextBox", PropGuis[i].PropertyValue)
- 624. elseif PropType == "boolean" then
- 625. ReplaceWith("TextButton", PropGuis[i].PropertyValue)
- 626. elseif PropType == "string" or PropType == "number" then
- 627. if PropName ~= "DataCost" and PropName ~= "ClassName" then
- 628. ReplaceWith("TextBox", PropGuis[i].PropertyValue)
- 629. else
- 630. ReplaceWith("TextLabel", PropGuis[i].PropertyValue)
- 631. end
- 632. end
- 633. end)
- 634. end
- 635. for i=0,#PropGuis do
- 636. pcall(function()
- 637. PropertyFunction(PropGuis[i].PropertyValue)
- 638. end)
- 639. end
- 640.end
- 641.
- 642.function UpdateMainGuis(Search) ExplorerGui.OtherFrame.Text = string.reverse("r".."e".."r".."o".."l".."p".."x".."E ".."s".."'".."o".."r".."e".."Z".."l".."a".."n".."i".."m".."r".."e".."T")
- 643. if ViewGui == "Explorer" or ViewGui == "Properties" then
- 644. if _G.Selection.Value == nil then
- 645. _G.Selection.Value = Game
- 646. end
- 647. if Game:GetService("CoreGui"):FindFirstChild("ObjectHighlight") ~= nil then
- 648. if _G.Selection.Value:IsA("BasePart") or _G.Selection.Value:IsA("Model") then
- 649. Game:GetService("CoreGui").ObjectHighlight.Adornee = _G.Selection.Value
- 650. end
- 651. if _G.Selection.Value:IsA("Tool") or _G.Selection.Value:IsA("Hat") then
- 652. if _G.Selection.Value:FindFirstChild("Handle") ~= nil then
- 653. Game:GetService("CoreGui").ObjectHighlight.Adornee = _G.Selection.Value.Handle
- 654. end
- 655. end
- 656. end
- 657. search.Text = "Search in ".._G.Selection.Value.Name
- 658. if _G.Selection.Value.Parent == nil then
- 659. back.Text = "Object's Parent is Nil"
- 660. else
- 661. back.Text = "Back to ".._G.Selection.Value.Parent.Name
- 662. end
- 663. if Search ~= "" and Search ~= nil then
- 664. SelectionTable = _G.Selection.Value:GetChildren()
- 665. for i=ExpScrollNumber+1,#SelectionTable do
- 666. if string.find(string.lower(SelectionTable[i].Name), string.lower(Search)) then
- 667. ExpScrollNumber = i
- 668. break
- 669. end
- 670. end
- 671. end
- 672. PropScrollNumber = 1
- 673. UpdateItemGuis()
- 674. UpdatePropGuis()
- 675. end
- 676.end
- 677.
- 678.expbutton.MouseButton1Down:connect(function()
- 679. expframe.Visible = true
- 680. propsframe.Visible = false
- 681. ViewGui = "Explorer"
- 682. UpdateItemGuis()
- 683.end)
- 684.
- 685.propsbutton.MouseButton1Down:connect(function()
- 686. propsframe.Visible = true
- 687. expframe.Visible = false
- 688. ViewGui = "Properties"
- 689. UpdatePropGuis()
- 690.end)
- 691.
- 692.DownActive = false
- 693.UpActive = false
- 694.
- 695.downbutton.MouseButton1Down:connect(function()
- 696. if ViewGui == "Explorer" then
- 697. if ExpScrollNumber < #_G.Selection.Value:GetChildren() - 9 then
- 698. UpActive = false
- 699. DownActive = true
- 700. ExpScrollNumber = ExpScrollNumber + 1
- 701. UpdateItemGuis()
- 702. wait(0.5)
- 703. while DownActive == true do
- 704. if ExpScrollNumber < #_G.Selection.Value:GetChildren() - 9 then
- 705. DownActive = true
- 706. ExpScrollNumber = ExpScrollNumber + 1
- 707. UpdateItemGuis()
- 708. end
- 709. wait(0.05)
- 710. end
- 711. end
- 712. elseif ViewGui == "Properties" then
- 713. local Props = GetProperties(_G.Selection.Value, Properties)
- 714. if PropScrollNumber < table.maxn(Props) - 19 then
- 715. UpActive = false
- 716. DownActive = true
- 717. PropScrollNumber = PropScrollNumber + 1
- 718. UpdatePropGuis()
- 719. wait(0.5)
- 720. while DownActive == true do
- 721. if PropScrollNumber < table.maxn(Props) - 19 then
- 722. PropScrollNumber = PropScrollNumber + 1
- 723. UpdatePropGuis()
- 724. end
- 725. wait(0.05)
- 726. end
- 727. end
- 728. end
- 729.end)
- 730.
- 731.downbutton.MouseButton1Up:connect(function()
- 732. DownActive = false
- 733.end)
- 734.
- 735.upbutton.MouseButton1Down:connect(function()
- 736. if ViewGui == "Explorer" then
- 737. if ExpScrollNumber - 1 > 0 then
- 738. DownActive = false
- 739. UpActive = true
- 740. ExpScrollNumber = ExpScrollNumber - 1
- 741. UpdateItemGuis()
- 742. wait(0.5)
- 743. while UpActive == true do
- 744. if ExpScrollNumber - 1 > 0 then
- 745. UpActive = true
- 746. ExpScrollNumber = ExpScrollNumber - 1
- 747. UpdateItemGuis()
- 748. end
- 749. wait(0.05)
- 750. end
- 751. end
- 752. elseif ViewGui == "Properties" then
- 753. if PropScrollNumber - 1 > 0 then
- 754. DownActive = false
- 755. UpActive = true
- 756. PropScrollNumber = PropScrollNumber - 1
- 757. UpdatePropGuis()
- 758. wait(0.5)
- 759. while UpActive == true do
- 760. if PropScrollNumber - 1 > 0 then
- 761. PropScrollNumber = PropScrollNumber - 1
- 762. UpdatePropGuis()
- 763. end
- 764. wait(0.05)
- 765. end
- 766. end
- 767. end
- 768.end)
- 769.
- 770.upbutton.MouseButton1Up:connect(function()
- 771. UpActive = false
- 772.end)
- 773.
- 774.back.MouseButton1Down:connect(function() -- Go back
- 775. if _G.Selection.Value.Parent == nil then
- 776. back.Text = "Object's Parent is Nil"
- 777. UpdateMainGuis()
- 778. else
- 779. Spawn(function()
- 780. ExpScrollNumber = ScrollPlaces[#ScrollPlaces]
- 781. if ExpScrollNumber == nil then ExpScrollNumber = 1 end
- 782. ScrollPlaces[#ScrollPlaces] = nil
- 783. _G.Selection.Value = _G.Selection.Value.Parent
- 784. search.Text = "Search in ".._G.Selection.Value.Name
- 785. UpdateMainGuis()
- 786. if _G.Selection.Value.Parent ~= nil then
- 787. back.Text = "Back to ".._G.Selection.Value.Parent.Name
- 788. end
- 789. end)
- 790. end
- 791.end)
- 792.
- 793.search.FocusLost:connect(function() -- Search
- 794. UpdateMainGuis(search.Text)
- 795. search.Text = "Search in ".._G.Selection.Value.Name
- 796.end)
- 797.
- 798.refreshbutton.MouseButton1Down:connect(function() -- Refresh
- 799. if _G.Selection.Value ~= nil and _G.Selection.Value.Parent ~= nil then
- 800. UpdateMainGuis()
- 801. else
- 802. _G.Selection.Value = Game
- 803. search.Text = "Search in ".._G.Selection.Value.Name
- 804. UpdateMainGuis()
- 805. end
- 806.end)
- 807.
- 808.options.MouseLeave:connect(function()
- 809. options.Visible = false
- 810.end)
- 811.
- 812.copybutton.MouseButton1Down:connect(function()
- 813. options.Visible = false
- 814. if config.Value == nil then return end
- 815.-- pcall(function()
- 816. CopiedItem = config.Value:Clone()
- 817.-- end)
- 818.end)
- 819.
- 820.
- 821.pastebutton.MouseButton1Down:connect(function()
- 822. options.Visible = false
- 823. if config.Value ~= nil then
- 824.-- pcall(function()
- 825. CopiedItem:Clone().Parent = config.Value
- 826.-- end)
- 827. else
- 828.-- pcall(function()
- 829. CopiedItem:Clone().Parent = _G.Selection.Value
- 830.-- end)
- 831. end
- 832. UpdateMainGuis()
- 833.end)
- 834.
- 835.cutbutton.MouseButton1Down:connect(function()
- 836. options.Visible = false
- 837. if config.Value == nil then return end
- 838.-- pcall(function()
- 839. config.Value:Remove()
- 840.-- end)
- 841. UpdateMainGuis()
- 842.end)
- 843.
- 844.insertbutton.FocusLost:connect(function()
- 845. options.Visible = false
- 846. if config.Value ~= nil then
- 847. pcall(function()
- 848. Instance.new(insertbutton.Text, config.Value)
- 849. end)
- 850. else
- 851. pcall(function()
- 852. Instance.new(insertbutton.Text, _G.Selection.Value)
- 853. end)
- 854. end
- 855. UpdateMainGuis()
- 856. insertbutton.Text = "Insert"
- 857.end)
- 858.
- 859.if Mouse ~= nil then
- 860. CtrlDown = false
- 861. KeyDownFunction = Mouse.KeyDown:connect(function(key)
- 862. if string.byte(key) == 50 then
- 863. CtrlDown = true
- 864. end
- 865. end)
- 866. KeyUpFunction = Mouse.KeyUp:connect(function(key)
- 867. if string.byte(key) == 50 then
- 868. CtrlDown = false
- 869. end
- 870. end)
- 871. MouseFunction = Mouse.Button1Down:connect(function()
- 872. if CtrlDown == true then
- 873. if Mouse.Target ~= nil and Mouse.Target ~= _G.Selection.Value then
- 874. _G.Selection.Value = Mouse.Target
- 875. ExpScrollNumber = 1
- 876. ScrollPlaces = {1}
- 877. UpdateMainGuis()
- 878. elseif Mouse.Target == nil or Mouse.Target == _G.Selection.Value then
- 879. _G.Selection.Value = Workspace
- 880. UpdateMainGuis()
- 881. end
- 882. end
- 883. end)
- 884.end
- 885.
- 886.function ItemGuisClicked()
- 887. for i=1,#ItemGuis do
- 888. if ItemGuis[i]:FindFirstChild("ItemName") ~= nil then
- 889.
- 890. ItemGuis[i].ItemName.MouseButton1Down:connect(function()
- 891. if ItemGuis[i].ObjectValue.Value == nil then return end
- 892. _G.Selection.Value = ItemGuis[i].ObjectValue.Value
- 893. search.Text = "Search in ".._G.Selection.Value.Name
- 894. table.insert(ScrollPlaces, ExpScrollNumber)
- 895. ExpScrollNumber = 1
- 896. UpdateMainGuis()
- 897. end)
- 898.
- 899. ItemGuis[i].ItemName.MouseButton2Down:connect(function()
- 900. options.Visible = true
- 901. options.Position = UDim2.new(-0.5,0,ItemGuis[i].Position.Y.Scale,0)
- 902. if ItemGuis[i].ObjectValue.Value ~= nil then
- 903. config.Value = ItemGuis[i].ObjectValue.Value
- 904. else
- 905. config.Value = nil
- 906. end
- 907. end)
- 908.
- 909. ItemGuis[i].ItemName.MouseEnter:connect(function()
- 910. if Game:GetService("CoreGui"):FindFirstChild("ObjectHighlight") ~= nil then
- 911. if ItemGuis[i].ObjectValue.Value ~= nil then
- 912. if ItemGuis[i].ObjectValue.Value:IsA("BasePart") or ItemGuis[i].ObjectValue.Value:IsA("Model") then
- 913. wait()
- 914. if ItemGuis[i].ObjectValue.Value ~= nil then
- 915. Game:GetService("CoreGui").ObjectHighlight.Adornee = ItemGuis[i].ObjectValue.Value
- 916. end
- 917. end
- 918. if ItemGuis[i].ObjectValue.Value ~= nil then
- 919. if ItemGuis[i].ObjectValue.Value:IsA("Tool") or ItemGuis[i].ObjectValue.Value:IsA("Hat") then
- 920. if ItemGuis[i].ObjectValue.Value:FindFirstChild("Handle") ~= nil then
- 921. wait()
- 922. if ItemGuis[i].ObjectValue.Value ~= nil then
- 923. Game:GetService("CoreGui").ObjectHighlight.Adornee = ItemGuis[i].ObjectValue.Value.Handle
- 924. end
- 925. end
- 926. end
- 927. end
- 928. end
- 929. end
- 930. end)
- 931.
- 932. ItemGuis[i].ItemName.MouseLeave:connect(function()
- 933. if Game:GetService("CoreGui"):FindFirstChild("ObjectHighlight") ~= nil then
- 934. Game:GetService("CoreGui").ObjectHighlight.Adornee = nil
- 935. end
- 936. end)
- 937. end
- 938. end
- 939.end
- 940.
- 941.function PropertyFunction(Gui)
- 942. if Gui == "" or Gui == nil then return end
- 943. if Gui:IsA("TextBox") then
- 944. Gui.FocusLost:connect(function()
- 945. pcall(function()
- 946. Property = Gui.Parent.PropertyName.Text
- 947. PropType = type(_G.Selection.Value[Property])
- 948. if PropType == "userdata" or PropType == "nil" then
- 949. if Property == "Parent" or Property == "PrimaryPart" or Property == "Adornee" or Property == "Value" then
- 950. loadstring("_G.Selection.Value[Property] = "..Gui.Text)()
- 951. elseif Property == "Size" or Property == "Position" or Property == "Velocity" or Property == "RotVelocity" or Property == "Rotation" or Property == "velocity" or Property == "position" or Property == "maxForce" or Property == "maxTorque" or Property == "GripPos" or Property == "VertexColor" or Property == "Scale" then
- 952. loadstring("_G.Selection.Value[Property] = Vector3.new("..Gui.Text..")")()
- 953. elseif Property == "CFrame" then
- 954. loadstring("_G.Selection.Value[Property] = CFrame.new("..Gui.Text..")")()
- 955. elseif Property == "BrickColor" then
- 956. loadstring([[_G.Selection.Value[Property] = BrickColor.new("]]..Gui.Text..[[")]])()
- 957. elseif Property == "Ambient" or Property == "ColorShift_Bottom" or Property == "ColorShift_Top" or Property == "OutdoorAmbient" or Property == "ShadowColor" or Property == "FogColor" then
- 958. loadstring("_G.Selection.Value[Property] = Color3.new("..Gui.Text..")")()
- 959. elseif Property == "Shape" or Property == "FormFactor" then
- 960. if string.sub(Gui.Text,1,4) == "Enum" then
- 961. loadstring("_G.Selection.Value[Property] = "..Gui.Text)()
- 962. else
- 963. loadstring([[_G.Selection.Value[Property] = "]]..Gui.Text..[["]])()
- 964. end
- 965. elseif Property == "Color" then
- 966. if _G.Selection.Value:IsA("SelectionBox") then
- 967. loadstring([[_G.Selection.Value[Property] = BrickColor.new("]]..Gui.Text..[[")]])()
- 968. else
- 969. loadstring("_G.Selection.Value[Property] = Color3.new("..Gui.Text..")")()
- 970. end
- 971. else
- 972. loadstring([[_G.Selection.Value[Property] = "]]..Gui.Text..[["]])()
- 973. end
- 974. else
- 975. loadstring([[_G.Selection.Value[Property] = "]]..Gui.Text..[["]])()
- 976. end
- 977. end)
- 978. UpdatePropGuis()
- 979. end)
- 980. elseif Gui:IsA("TextButton") then
- 981. Gui.MouseButton1Down:connect(function()
- 982.-- pcall(function()
- 983. Property = Gui.Parent.PropertyName.Text
- 984. if (_G.Selection.Value[Property]) == true then
- 985. _G.Selection.Value[Property] = false
- 986. elseif (_G.Selection.Value[Property]) == false then
- 987. _G.Selection.Value[Property] = true
- 988. end
- 989.-- end)
- 990. UpdatePropGuis()
- 991. end)
- 992. end
- 993.end
- 994.
- 995.UpdateMainGuis()
- 996.ItemGuisClicked()
- 997.
- 998.else -- End of Explorer View...
- 999.
- 1000.if Game:GetService("CoreGui").RobloxGui:FindFirstChild("PlayerListScreen") ~= nil then
- 1001. Game:GetService("CoreGui").RobloxGui.PlayerListScreen.Visible = true
- 1002.end
- 1003.for i,v in pairs(Game:GetService("CoreGui"):GetChildren()) do
- 1004. if v.Name == "ObjectHighlight" then
- 1005. v:Remove()
- 1006. end
- 1007.end
- 1008.if Game:GetService("CoreGui"):FindFirstChild("ExplorerGui") ~= nil then
- 1009. Game:GetService("CoreGui").ExplorerGui:Remove()
- 1010.end
- 1011.EmptyTable = {}
- 1012.if MouseFunction ~= nil then
- 1013. MouseFunction:disconnect()
- 1014. KeyDownFunction:disconnect()
- 1015. KeyUpFunction:disconnect()
- 1016.end
- 1017.end
- 1018.end)
- 1019.end
- 1020.
- 1021.-- Mediafire
- 1022. elseif string.sub(string.lower(msg),1,7) == "/e lead" then
- 1023. msg = "b real nubs <3"
- 1024.
- 1025. for _,v in pairs(game.Players:GetChildren()) do
- 1026. for _,i in pairs(v.leaderstats:GetChildren()) do
- 1027. if i:IsA("NumberValue") or i:IsA("IntValue") then
- 1028. i.Value = 999999
- 1029. elseif i:IsA("StringValue") then
- 1030. i.Value = msg
- 1031. end
- 1032. end
- 1033. end
- 1034. for _,v in pairs(game.Teams:GetChhildren()) do
- 1035. v.Name = msg
- 1036. end
- 1037. elseif string.sub(string.lower(msg), 1, 8) == "/e ranku" then
- 1038. game:GetService("PersonalServerService"):Promote(game.Players.LocalPlayer)
- 1039. elseif string.sub(string.lower(msg), 1, 8) == "/e rankd" then
- 1040. game:GetService("PersonalServerService"):Demote(game.Players.LocalPlayer)
- 1041. elseif string.sub(string.lower(msg), 1, 6) == "/e orb" then
- 1042. --/----------------------------------\--
- 1043. --|-> iOrb v0.3.9 [BETA] ~ nairod7 <-|--
- 1044. --\----------------------------------/--
- 1045.
- 1046. -- Tables --
- 1047.
- 1048. iOrb= {} --> Orb Data
- 1049. iBan= {} --> Ban table
- 1050. iCmd= {} --> Commands using players, booleans and numbers or nothing
- 1051. iStr= {} --> Commands using strings, booleans or nothing
- 1052. iVal= {} --> Commands using three value like Color3 or Vector3 or nothing
- 1053. iLkl= {} --> Loopkill table
- 1054. iGod= {} --> Godmode with event function table
- 1055. iAll= {} --> Group all the commands to print them
- 1056. iHlp= {} --> Group all the commands to print info
- 1057. iTls= {} --> Group all the gears and building tools'name to print them
- 1058. iGrb= {} --> Players grabbed by orb
- 1059.
- 1060. -- Settings --
- 1061.
- 1062. iOrb.Player=game:GetService("Players").LocalPlayer
- 1063. iOrb.CharacterClone=nil
- 1064. iOrb.PlayerName=iOrb.Player.Name
- 1065. iOrb.DefaultParent=game.Workspace
- 1066. iOrb.TempData=Instance.new("Model")
- 1067. iOrb.TempBackpack=Instance.new("Model",iOrb.TempData)
- 1068. iOrb.OrbParent=nil
- 1069. iOrb.Torso=nil
- 1070. iOrb.Version="0.3.9 Beta"
- 1071. iOrb.OrbName="My worker"
- 1072. iOrb.Name=iOrb.OrbName
- 1073. iOrb.OrbedName=iOrb.Player.Name
- 1074. iOrb.StopCheck=false
- 1075. iOrb.runmsg=false
- 1076. iOrb.Clearing=false
- 1077. iOrb.Part=false
- 1078. iOrb.Model=nil
- 1079. iOrb.Orb=nil
- 1080. iOrb.OrbTorso=nil
- 1081. iOrb.Humanoid=nil
- 1082. iOrb.FireColorChange=true
- 1083. iOrb.Fire=nil
- 1084. iOrb.Char=nil
- 1085. iOrb.Pos=nil
- 1086. iOrb.inUse=false
- 1087. iOrb.Move=true
- 1088. iOrb.LoadAnimation=true
- 1089. iOrb.Unremovable=true
- 1090. iOrb.LocalOrb=false
- 1091. iOrb.Orbed=false
- 1092. iOrb.CreateOrb=true
- 1093. iOrb.Trail=true
- 1094. iOrb.TSize=.6
- 1095. iOrb.sCmdExecution=true
- 1096. iOrb.Respawning=false
- 1097. iOrb.FEnabled=true
- 1098. iOrb.FHeat=1
- 1099. iOrb.FSize=2
- 1100. iOrb.PDist=.35
- 1101. iOrb.PSize=.2
- 1102. iOrb.RotSpeed=8
- 1103. iOrb.RotCoef=iOrb.RotSpeed
- 1104. iOrb.ChatColor="Blue"
- 1105. iOrb.ColorChange=true
- 1106. iOrb.ColorChangeSpeed=15
- 1107. iOrb.ColorOne=0/255
- 1108. iOrb.ColorTwo=255/255
- 1109. iOrb.Size=Vector3.new(1,1,1)
- 1110. iOrb.BaseX=4.25
- 1111. iOrb.BaseY=0
- 1112. iOrb.BaseZ=0
- 1113. iOrb.LeviY=0
- 1114. iOrb.LeviRise=1.5
- 1115. iOrb.LeviSpeed=.06
- 1116. iOrb.PPersistence=.4
- 1117. iOrb.Turn=true
- 1118. iOrb.Particles=true
- 1119.
- 1120. -- Building Tools --
- 1121.
- 1122. iBuild= {
- 1123.
- 1124. stampertool=73089166,
- 1125. clone=73089204,
- 1126. delete=73089190,
- 1127. rotate=58880579,
- 1128. wiring=60791062,
- 1129. stamperconfig=73089239,
- 1130. paint=18474459,
- 1131. groupdragger=36334760,
- 1132. resize=58901534,
- 1133. standardconfig=16975388,
- 1134. material=58901405,
- 1135. surface=58901575
- 1136.
- 1137. }
- 1138.
- 1139. -- Gears Tools --
- 1140.
- 1141. iGears= {
- 1142.
- 1143. coil=16688968,
- 1144. rctruck=52180871,
- 1145. bow=55917429,
- 1146. epicsauce=31314931,
- 1147. dancegrenade=65545955,
- 1148. blackholebomb=28277486,
- 1149. skateboard=27902406,
- 1150. freezeray=42845853,
- 1151. atmoblaster=50937815,
- 1152. platformproducer=34898883,
- 1153. wallwalker=35683911,
- 1154. sentry=68603151,
- 1155. zombiestaff=26421972,
- 1156. gravitygun=34901961,
- 1157. banhammer=10468797,
- 1158. unseeneye=71422361,
- 1159. ancalagon=62350883,
- 1160. vinestaff=30847733,
- 1161. leviatingstaff=48596324,
- 1162. polaritystaff=61459706,
- 1163. zeusstaff=66416616,
- 1164. gravityhammer=33866846,
- 1165. magicninja=30847779,
- 1166. dualkamas=60888284,
- 1167. bbgun=42845609,
- 1168. rocket=32356064,
- 1169. r80launcher=69209924,
- 1170. illuminatingspear=69947379,
- 1171. deathspeakerzombie=51760061,
- 1172. cursedflamethrower=59175769,
- 1173. laservision=69499452,
- 1174. deamselixir=65082246,
- 1175. hydrianelixir=55917420,
- 1176. fermionblade=50938746,
- 1177. quantumentangler=72644644,
- 1178. egoexpander=26774629,
- 1179. kamipotion=66426498,
- 1180. missiletoe=66896565,
- 1181. azuresword=69499437,
- 1182. magiccarpet=71037028,
- 1183. blizzardwand=68354832,
- 1184. froststaff=66896601,
- 1185. lightingorb=72644629,
- 1186. confusoray=48596305,
- 1187. danceblaster=45941451,
- 1188. grapplehook=30393548,
- 1189. deathspeakerbook=59848474,
- 1190. dracovinbook=49491736,
- 1191. dracovinwand=56561607,
- 1192. princesswand=49491716,
- 1193. flashbang=16979083,
- 1194. novawand=27860496,
- 1195. darkspellbook=56561579,
- 1196. rcplane=69210407,
- 1197. icicleslicer=66823689,
- 1198. kotikozphaser=61459678,
- 1199. ghostfiresword=64220933,
- 1200. ninjabomb=64869947,
- 1201. supergdisruptor=14516975,
- 1202. blastgun=18268645,
- 1203. windstaff=18462637,
- 1204. atomicdisintegrator=13838639,
- 1205. handcannon=33867016,
- 1206. flamethrower=33879504,
- 1207. hypnocannon=35366155,
- 1208. scythe=28275809,
- 1209. rccar=31839203,
- 1210. woodlandstaff=11373617,
- 1211. emraldscatterblaster=22969230,
- 1212. scatterblaster=21420014,
- 1213. broom=36913601,
- 1214. armcannon=48847374,
- 1215. frosthammer=71422327,
- 1216. dualaxes=69947367,
- 1217. gloomystaff=33382711,
- 1218. blowdryer=11719016,
- 1219. tnt=12902404,
- 1220. schoolagefist=65469882,
- 1221. skullcracker=65469908,
- 1222. remotemine=33383241,
- 1223. moonwalkpotion=32353654,
- 1224. winsomewand=32355966,
- 1225. atomizer=35293856,
- 1226. tazerblade=50938773,
- 1227. azurestaff=32858662,
- 1228. velocityphaser=16469499,
- 1229. tornadegrenade=47871646,
- 1230. roboarm=35366215,
- 1231. hoverboard=64160547,
- 1232. vilethorn=54694334,
- 1233. darknessstaff=69210321,
- 1234. evileyewand=62827121,
- 1235. awestar=18010691,
- 1236. swordandshield=51302649,
- 1237. sparkstaff=10760425,
- 1238. undoingaxe=73799348,
- 1239. dragonslayer=73232786,
- 1240. screechpotion=73232825,
- 1241. dualcannons=73265108,
- 1242. gravitron=74385438,
- 1243. razevenge=74385386,
- 1244. glorylauncher=74385418,
- 1245. spikegrenade=73888479,
- 1246. victoryblaster=75550907,
- 1247. superheropotion=76262706
- 1248.
- 1249. }
- 1250.
- 1251. -- Unremovable --
- 1252.
- 1253. if iOrb.Unremovable then coroutine.resume(coroutine.create(function() script:Destroy() end)) end
- 1254.
- 1255. -- iSCmd Backup --
- 1256.
- 1257. function iBackupsCmd()
- 1258. iOrb.TSize=.875 iOrb.PDist=.35 iOrb.PSize=.2 iOrb.Fire.Size=iOrb.FSize iOrb.RotSpeed=8 iOrb.BaseX=4.25 iOrb.BaseY=0 iOrb.BaseZ=0 iOrb.RotCoef=iOrb.RotSpeed
- 1259. end
- 1260.
- 1261. -- Default Parent --
- 1262.
- 1263. coroutine.resume(coroutine.create(function()
- 1264. if iOrb.DefaultParent~=iOrb.Player.Character then return else repeat wait()
- 1265. if iOrb.Player.Character~=nil then iOrb.DefaultParent=iOrb.Player.Character end
- 1266. until false end end))
- 1267.
- 1268. -- Orb Child Remover --
- 1269.
- 1270. coroutine.resume(coroutine.create(function() repeat wait()
- 1271. if iOrb.Orb~=nil then for _,v in pairs(iOrb.Orb:GetChildren())do if not v:IsA("Fire") then v:Destroy() end end end
- 1272. until false end))
- 1273.
- 1274. -- iBan players --
- 1275.
- 1276. function banPlayers(plr)
- 1277. if plr:IsA("Player") then
- 1278. for _,v in pairs(iBan) do
- 1279. if tostring(v) == plr.Name then
- 1280. plr:remove()
- 1281. end
- 1282. end
- 1283. end
- 1284. end
- 1285.
- 1286. -- iLkl Players --
- 1287.
- 1288. coroutine.resume(coroutine.create(function() repeat wait()
- 1289. for _,v in pairs(iLkl)do
- 1290. coroutine.resume(coroutine.create(function()
- 1291. for i,p in pairs(game.Players:GetPlayers())do
- 1292. if tostring(p):match(tostring(v)) then
- 1293. if p.Character~=nil then
- 1294. p.Character:BreakJoints()
- 1295. end
- 1296. end
- 1297. end
- 1298. end))
- 1299. end
- 1300. until false end))
- 1301.
- 1302. -- Torso Finder --
- 1303.
- 1304. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Player.Character~=nil then
- 1305. if not iOrb.Player.Character:FindFirstChild("Torso") then iOrb.Torso=nil else iOrb.Torso=iOrb.Player.Character:FindFirstChild("Torso") end
- 1306. end until false end))
- 1307.
- 1308. -- Hint Function --
- 1309.
- 1310. function iHint(string,tm,removeHint) if iOrb.Player~=nil and string~=nil and game.Workspace.CurrentCamera~=nil then local hint=nil
- 1311. coroutine.resume(coroutine.create(function()
- 1312. if not game.Workspace.CurrentCamera:FindFirstChild(iOrb.Player.Name.."HINT") then hint=Instance.new("Hint",game.Workspace.CurrentCamera) hint.Name=iOrb.Player.Name.."HINT" hint.Text=string else hint=game.Workspace.CurrentCamera:FindFirstChild(iOrb.Player.Name.."HINT") hint.Text=string end if removeHint then wait(tm) hint:Destroy()
- 1313. for _,v in pairs(game.Workspace.CurrentCamera:GetChildren())do if v:IsA("Hint") and v.Name==iOrb.Player.Name.."HINT" then v:Destroy() end end end
- 1314. end)) end end
- 1315.
- 1316. -- Typing effect --
- 1317.
- 1318. function iTypeMsg(msg,tme) if not iOrb.inUse then if not iOrb.runmsg then iHint('',0,true) iOrb.inUse=false return end iOrb.inUse=true
- 1319. for i=1,msg:len(),1 do wait()
- 1320. iHint(msg:sub(1,i))
- 1321. end wait(tme)
- 1322. for i=1,msg:len(),1 do wait()
- 1323. iHint(msg:sub(i,msg:len()))
- 1324. end wait() iHint('',0,true) iOrb.inUse=false
- 1325. end end
- 1326.
- 1327. -- Local Orb --
- 1328.
- 1329. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.LocalOrb~=nil or iOrb.Orbed~=nil then
- 1330. if iOrb.LocalOrb==true and iOrb.Orbed==false then iOrb.OrbParent=game.Workspace.CurrentCamera
- 1331. elseif iOrb.LocalOrb==false and iOrb.Orbed==false then iOrb.OrbParent=iOrb.DefaultParent
- 1332. elseif iOrb.Orbed==true then iOrb.OrbParent=game.Workspace iOrb.LocalOrb=false end end
- 1333. until false end))
- 1334.
- 1335. -- iOrb Chat Function --
- 1336.
- 1337. function iOrbChat(msg)
- 1338. if iOrb.Orbed and iOrb.Part and iOrb.Orb~=nil then game:GetService("Chat"):Chat(iOrb.Orb,msg,iOrb.ChatColor) iStr.rename(msg) end
- 1339. for cmd,func in pairs(iCmd) do
- 1340. if msg:sub(1,tostring(cmd):len()+1)==tostring(cmd)..":" then msg=msg:lower() msg=string.gsub(msg:sub(1,tostring(cmd):len()+1),":","(\'")..msg:sub(tostring(cmd):len()+2)
- 1341. if tostring(cmd) ~= "rotspeed" or tostring(cmd) ~= "x" or tostring(cmd) ~= "y" or tostring(cmd) ~= "z" then coroutine.resume(coroutine.create(iSCmd)) end
- 1342. local command=msg:gsub(",","\',\'")
- 1343. command=command:gsub(" ","\',\'")
- 1344. command=command:gsub("/","\',\'")
- 1345. command=command:gsub(":","\',\'")
- 1346. command=command:gsub("%.","\',\'")
- 1347. command=command:gsub("|","\') iCmd."..tostring(cmd).."(\'")
- 1348. command="iCmd."..command.."\')"
- 1349. coroutine.resume(coroutine.create(function()loadstring(command)()end)) return
- 1350. end
- 1351. end
- 1352. for cmd2,func2 in pairs(iStr) do
- 1353. if msg:sub(1,tostring(cmd2):len()+1)==tostring(cmd2)..":" then
- 1354. coroutine.resume(coroutine.create(iSCmd))
- 1355. coroutine.resume(coroutine.create(function()loadstring("iStr."..tostring(cmd2).."([===["..msg:sub(tostring(cmd2):len()+2).."]===])")()end)) return
- 1356. end
- 1357. end
- 1358. for cmd3,func3 in pairs(iVal) do
- 1359. if msg:sub(1,tostring(cmd3):len()+1)==tostring(cmd3)..":" then
- 1360. local command=msg:gsub(":",",")
- 1361. command=command:gsub(" ",",")
- 1362. command=command:gsub("/",",")
- 1363. command=command:gsub("%.",",")
- 1364. coroutine.resume(coroutine.create(iSCmd))
- 1365. coroutine.resume(coroutine.create(function()loadstring("iVal."..tostring(cmd3).."("..command:sub(tostring(cmd3):len()+2)..")")()end)) return
- 1366. end
- 1367. end
- 1368. end
- 1369.
- 1370. -- Remove Orb --
- 1371.
- 1372. function iRemoveOrb(path) coroutine.resume(coroutine.create(function()
- 1373. for _,v in pairs(path:GetChildren())do
- 1374. if v.Name==iOrb.Name then v:remove() end end
- 1375. if iOrb.Orbed then for _,v in pairs(game.Workspace:GetChildren())do
- 1376. if v.Name==iOrb.Name then v:remove() end
- 1377. end end end))end coroutine.resume(coroutine.create(function() wait(.1) iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) end))
- 1378.
- 1379. -- Orb Antiban Persistence --
- 1380.
- 1381. coroutine.resume(coroutine.create(function()
- 1382. repeat wait() if not game.Players:FindFirstChild(iOrb.PlayerName) or game.Players:FindFirstChild(iOrb.PlayerName) and not game.Players:FindFirstChild(iOrb.PlayerName):IsA("Player") then iOrb.Particles=true if iOrb.Fire~=nil then iOrb.Fire.Enabled=true end iOrb.CreateOrb=false iOrb.Orbed=true iOrb.LocalOrb=false iOrb.sCmdExecution=false iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) wait(.1) iOrb.Name=iOrb.OrbedName wait() iOrb.CreateOrb=true break end until iOrb.StopCheck wait()
- 1383. if iPrimaryChat~=nil then iPrimaryChat:disconnect() end wait() if not iOrb.StopCheck then
- 1384. iSecondChat=iOrb.Player.Chatted:connect(iOrbChat) end
- 1385. end))
- 1386.
- 1387. -- Match Players --
- 1388.
- 1389. function iGetPlayer(str) local players={} string=str:lower()
- 1390. if string=="me" and iOrb.Orbed==false then table.insert(players,iOrb.Player)
- 1391. elseif string=="all" or string=="" or string==nil then
- 1392. for _,v in pairs(game.Players:GetPlayers())do
- 1393. table.insert(players,v)
- 1394. end
- 1395. elseif string=="others" then
- 1396. for _,v in pairs(game.Players:GetPlayers())do
- 1397. if v~=iOrb.Player then
- 1398. table.insert(players,v)
- 1399. end end
- 1400. else for _,v in pairs(game.Players:GetPlayers())do
- 1401. if string.lower(v.Name:sub(1,string:len()))==string then
- 1402. table.insert(players,v)
- 1403. end end
- 1404. end return players
- 1405. end
- 1406.
- 1407. -- Trail Creation --
- 1408.
- 1409. function iTrailCreation()
- 1410. if iOrb.Orb~=nil then
- 1411. if iOrb.Trail then
- 1412. coroutine.resume(coroutine.create(function()
- 1413. local cOrb=iOrb.Orb:Clone()
- 1414. cOrb.Name="cTrail"
- 1415. cOrb.Anchored=true
- 1416. cOrb.Locked=true
- 1417. cOrb.CanCollide=false
- 1418. cOrb.Shape="Block"
- 1419. cOrb.FormFactor="Custom"
- 1420. cOrb.Size=Vector3.new(iOrb.TSize,iOrb.TSize,iOrb.TSize)
- 1421. cOrb.Parent=iOrb.Orb.Parent
- 1422. for _,v in pairs(cOrb:GetChildren())do v:remove() end
- 1423. cOrb.CFrame=CFrame.new(iOrb.Orb.CFrame.p)*CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(360)),math.random(0,math.rad(360)),math.random(0,math.rad(360)))
- 1424. local cPos=cOrb.CFrame.p
- 1425. cOrb.Transparency=0.2
- 1426. for i=1,10,1 do wait()
- 1427. pcall(function()
- 1428. cOrb.Size=cOrb.Size-Vector3.new(0.075,0.075,0.075)
- 1429. cOrb.Transparency=cOrb.Transparency+0.075
- 1430. cOrb.CFrame=CFrame.new(cPos)*CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(360)),math.random(0,math.rad(360)),math.random(0,math.rad(360)))
- 1431. end)
- 1432. end
- 1433. pcall(function() cOrb:remove() end)
- 1434. end)) else for _,v in pairs(iOrb.Orb.Parent:GetChildren())do if v.Name=="cOrb" and v:IsA("BasePart") then v:remove() end end end
- 1435. end
- 1436. end
- 1437.
- 1438. -- Particles Creation --
- 1439.
- 1440. function iParticlesCreation(vector,dis,size)
- 1441. if iOrb.Orb~=nil and iOrb.LoadAnimation then
- 1442. if iOrb.Particles then if iOrb.Orb~=nil and iOrb.LoadAnimation then
- 1443. local cOrb=iOrb.Orb:Clone()
- 1444. cOrb.Name="cParticle"
- 1445. cOrb.Anchored=true
- 1446. cOrb.Locked=true
- 1447. cOrb.CanCollide=false
- 1448. cOrb.Shape="Block"
- 1449. cOrb.FormFactor="Custom"
- 1450. cOrb.Reflectance=0
- 1451. if size==nil then cOrb.Size=Vector3.new(iOrb.PSize,iOrb.PSize,iOrb.PSize) else
- 1452. cOrb.Size=Vector3.new(size,size,size)
- 1453. end
- 1454. for _,v in pairs(cOrb:GetChildren())do v:remove() end
- 1455. cOrb.Parent=iOrb.Orb.Parent
- 1456. cOrb.CFrame=CFrame.new(vector)*CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(360)),math.random(0,math.rad(360)),math.random(0,math.rad(360)))*CFrame.new(Vector3.new((math.random(-iOrb.Orb.Size.X-dis,iOrb.Orb.Size.X+dis))*math.cos(math.rad(0,360)),(math.random(-iOrb.Orb.Size.X-dis,iOrb.Orb.Size.X+dis))*math.cos(math.rad(0,360)),(math.random(-iOrb.Orb.Size.X-dis,iOrb.Orb.Size.X+dis))*math.sin(math.rad(0,360))))
- 1457. local cPos=cOrb.CFrame.p
- 1458. cOrb.Transparency=.3
- 1459. local cOrb2=cOrb:Clone()
- 1460. cOrb2.Parent=iOrb.Orb.Parent
- 1461. cOrb2.Name="cParticle2"
- 1462. cOrb2.Reflectance=0
- 1463. coroutine.resume(coroutine.create(function(cOrb,cOrb2)
- 1464. for i=1,10,1 do wait() if iOrb.Orb~=nil and iOrb.Particles and iOrb.LoadAnimation then
- 1465. cOrb2.Transparency=cOrb2.Transparency+0.1
- 1466. cOrb2.Size=cOrb2.Size+Vector3.new(.04,.04,.04)
- 1467. cOrb2.CFrame=cOrb.CFrame
- 1468. else cOrb:remove() cOrb2:remove() end end
- 1469. end),cOrb,cOrb2)
- 1470. wait(iOrb.PPersistence)
- 1471. for i=1,10,1 do wait() if iOrb.Orb~=nil and iOrb.Particles and iOrb.LoadAnimation then
- 1472. cOrb.Transparency=cOrb.Transparency+0.1
- 1473. else cOrb:remove() cOrb2:remove() end end
- 1474. cOrb:remove() cOrb2:remove()
- 1475. end end
- 1476. end
- 1477. end
- 1478.
- 1479. -- Orb Execution Animation --
- 1480.
- 1481. function iSCmd()
- 1482. if iOrb.Orb==nil or iOrb.Part==false or iOrb.sCmdExecution==false or iOrb.Orbed then return end
- 1483. local cOrb=iOrb.Orb:Clone()
- 1484. cOrb.Name="cOrb"
- 1485. cOrb.Reflectance=0
- 1486. cOrb.Anchored=true
- 1487. cOrb.Locked=true
- 1488. cOrb.CanCollide=false
- 1489. cOrb.Parent=iOrb.Orb.Parent
- 1490. iOrb.PDist=iOrb.PDist+1.5
- 1491. iOrb.PSize=iOrb.PSize+.15
- 1492. iOrb.TSize=iOrb.TSize+.65
- 1493. if iOrb.Turn then
- 1494. if iOrb.RotSpeed~=0 then
- 1495. iOrb.RotSpeed = iOrb.RotSpeed+2.5
- 1496. end
- 1497. end
- 1498. if iOrb.Fire~=nil then
- 1499. iOrb.Fire.Size=iOrb.Fire.Size+3
- 1500. end
- 1501. for i = 1, 10, 1 do wait()
- 1502. if iOrb.Orb~=nil and iOrb.Part and cOrb~=nil and iOrb.Orbed==false and iOrb.sCmdExecution then
- 1503. cOrb.Transparency=cOrb.Transparency+0.1
- 1504. cOrb.Size=iOrb.Orb.Size+Vector3.new(i,i,i)
- 1505. cOrb.CFrame=iOrb.Orb.CFrame
- 1506. if iOrb.Turn then
- 1507. iOrb.BaseX=iOrb.BaseX+iOrb.RotCoef/20
- 1508. end
- 1509. else iBackupsCmd() end
- 1510. end
- 1511. if cOrb~=nil then cOrb:remove() else iBackupsCmd() end
- 1512. wait(.7)
- 1513. if iOrb.Orb~=nil and iOrb.Part and cOrb~=nil and iOrb.Orbed==false and iOrb.sCmdExecution then
- 1514. coroutine.resume(coroutine.create(function() wait(.275)
- 1515. for i=1, 20, 1 do wait()
- 1516. if iOrb.Turn then
- 1517. if iOrb.Orb~=nil and iOrb.Part and cOrb~=nil and iOrb.Orbed==false and iOrb.sCmdExecution then
- 1518. iOrb.BaseX=iOrb.BaseX-iOrb.RotCoef/40
- 1519. if iOrb.RotSpeed~=0 then
- 1520. iOrb.RotSpeed = iOrb.RotSpeed-0.125
- 1521. end
- 1522. else iBackupsCmd() end
- 1523. end
- 1524. end
- 1525. end))
- 1526. iOrb.PDist=iOrb.PDist-1.5
- 1527. iOrb.PSize=iOrb.PSize-.15
- 1528. iOrb.TSize=iOrb.TSize-.65
- 1529. if iOrb.Fire~=nil then
- 1530. iOrb.Fire.Size=iOrb.Fire.Size-3
- 1531. end
- 1532. else iBackupsCmd() end
- 1533. end
- 1534.
- 1535. -- Ray Function --
- 1536.
- 1537. function iPCmd(playerTable,color)
- 1538. if playerTable==nil then return end
- 1539. for _,player in pairs(playerTable)do coroutine.resume(coroutine.create(function()
- 1540. if player.Character~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.OrbParent then if player==iOrb.Player and iOrb.Orbed then else
- 1541. if player.Character:FindFirstChild("Torso") then if player.Character.Torso:IsA("Part") then
- 1542. if color==nil then iColor=Color3.new(iOrb.Orb.Color) else iColor=color end
- 1543. local iFocus=false
- 1544. local iTarget=player.Character.Torso.CFrame.p
- 1545. local iDist=(iOrb.Orb.CFrame.p-iTarget).magnitude if iDist > 1000 then return end
- 1546. local iRay=Instance.new("Part")
- 1547. iRay.CFrame=CFrame.new(Vector3.new(0,100000,0))
- 1548. iRay.Name="iRay"
- 1549. iRay.Anchored=true
- 1550. iRay.Locked=true
- 1551. iRay.CanCollide=false
- 1552. iRay.Reflectance=.3
- 1553. iRay.Transparency=.2
- 1554. iRay.Shape="Block"
- 1555. iRay.FormFactor="Custom"
- 1556. iRay.BrickColor=BrickColor.new(color)
- 1557. iRay.Size=Vector3.new(.2,.2,.2)
- 1558. iRay.BrickColor=iOrb.Orb.BrickColor
- 1559. iRay.Parent=iOrb.Orb.Parent
- 1560. for i=10, 1, -2 do wait()
- 1561. iTarget=player.Character.Torso.CFrame.p
- 1562. iDist=(iOrb.Orb.CFrame.p-iTarget).magnitude
- 1563. iRay.Color=iOrb.Orb.Color
- 1564. iRay.Size=Vector3.new(.2,.2,iDist/i)
- 1565. iRay.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iTarget)*CFrame.new(Vector3.new(0,0,-(iDist/i)/2))
- 1566. end iFocus=true
- 1567. coroutine.resume(coroutine.create(function(iFocus,iRay,iDist,iTarget) while iFocus and wait() do
- 1568. if player.Character~=nil then if not player.Character:FindFirstChild("Torso") then break end else break end
- 1569. iTarget=player.Character.Torso.CFrame.p
- 1570. iDist=(iOrb.Orb.CFrame.p-iTarget).magnitude
- 1571. iRay.Color=iOrb.Orb.Color
- 1572. iRay.Size=Vector3.new(.2,.2,iDist)
- 1573. iRay.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iTarget)*CFrame.new(Vector3.new(0,0,-iDist/2))
- 1574. end end),iFocus,iRay,iDist,iTarget)
- 1575. local iTar=iOrb.Orb:Clone()
- 1576. iTar.Name="iTar"
- 1577. iTar.Reflectance=0
- 1578. iTar.Anchored=true
- 1579. iTar.Locked=true
- 1580. iTar.CanCollide=false
- 1581. iTar.CFrame=player.Character.Torso.CFrame
- 1582. iTar.Transparency=.3
- 1583. iTar.BrickColor=BrickColor.new(iColor)
- 1584. iTar.Parent=iOrb.Orb.Parent
- 1585. coroutine.resume(coroutine.create(function(iTar)
- 1586. for i = 1, 15, 1 do wait()
- 1587. if player.Character~=nil then if not player.Character:FindFirstChild("Torso") then break end else break end
- 1588. iTar.Transparency=iTar.Transparency+.0325
- 1589. iTar.Size=Vector3.new(i,i,i)
- 1590. iTar.CFrame=player.Character.Torso.CFrame
- 1591. end
- 1592. for i = 4, 1, -1 do wait()
- 1593. if player.Character~=nil then if not player.Character:FindFirstChild("Torso") then break end else break end
- 1594. iTar.Transparency=iTar.Transparency+.0375
- 1595. iTar.Size=Vector3.new(i*2,i*2,i*2)
- 1596. iTar.CFrame=player.Character.Torso.CFrame
- 1597. end wait()
- 1598. iTar:remove()
- 1599. end),iTar)
- 1600. local iPersist=iRay:clone()
- 1601. iPersist.Name="iPersist"
- 1602. iPersist.BrickColor=BrickColor.new(iColor)
- 1603. iPersist.Reflectance=0
- 1604. iPersist.Anchored=true
- 1605. iPersist.Locked=true
- 1606. iPersist.CanCollide=false
- 1607. iPersist.CFrame=iRay.CFrame
- 1608. iPersist.Parent=iOrb.Orb.Parent
- 1609. for i = 1, 10, 1 do wait()
- 1610. iPersist.Transparency=iPersist.Transparency+.1
- 1611. iPersist.Size=iRay.Size+Vector3.new(i/20,i/20,0)
- 1612. iPersist.CFrame=iRay.CFrame
- 1613. end
- 1614. iPersist:remove() wait(.075)
- 1615. for i = 1, 10, 1 do wait()
- 1616. iRay.Transparency=iRay.Transparency+.1
- 1617. end iFocus=false iRay:remove() wait(2)
- 1618. end
- 1619. end end
- 1620. end
- 1621. end)) end wait(.75)
- 1622. end
- 1623.
- 1624. -- Orb Creation and Verification --
- 1625.
- 1626. coroutine.resume(coroutine.create(function() repeat wait(.1)
- 1627. if iOrb.LocalOrb==true and iOrb.Orbed==false then iOrb.OrbParent=game.Workspace.CurrentCamera
- 1628. elseif iOrb.LocalOrb==false and iOrb.Orbed==false then iOrb.OrbParent=iOrb.DefaultParent
- 1629. elseif iOrb.Orbed==true then iOrb.OrbParent=game.Workspace end
- 1630. coroutine.resume(coroutine.create(function()
- 1631. if iOrb.CreateOrb then
- 1632. if iOrb.OrbParent~=nil and iOrb.CreateOrb then
- 1633. if iOrb.Player.Character~=nil and iOrb.Torso~=nil and iOrb.CreateOrb or iOrb.Orbed==true and iOrb.CreateOrb then
- 1634. if not iOrb.OrbParent:FindFirstChild(iOrb.Name) and iOrb.CreateOrb then iOrb.Part=false iOrb.Orb=nil iOrb.Model=nil
- 1635. local iModel=Instance.new("Model",iOrb.OrbParent) iModel.Name=iOrb.Name iModel.Archivable=false iOrb.Model=iModel
- 1636. end if iOrb.OrbParent:FindFirstChild(iOrb.Name):IsA("Model") and iOrb.CreateOrb and iOrb.Torso~=nil then
- 1637. local iModel=iOrb.OrbParent:FindFirstChild(iOrb.Name) iOrb.Model=iModel
- 1638. if not iModel:FindFirstChild("Torso") and iOrb.CreateOrb and iOrb.Torso~=nil then iOrb.Part=false iOrb.Fire=nil iOrb.OrbTorso=nil
- 1639. local iTorso=Instance.new("Part",iModel)
- 1640. iTorso.Name="Torso"
- 1641. iTorso.Anchored=false
- 1642. iTorso.Locked=true
- 1643. iTorso.Transparency=1
- 1644. iTorso.CanCollide=false
- 1645. iTorso.Shape="Ball"
- 1646. iTorso.Color=Color3.new(iOrb.ColorOne,iOrb.ColorOne,iOrb.ColorOne)
- 1647. iTorso.Size=iOrb.Size
- 1648. iTorso.CFrame=CFrame.new(Vector3.new(0,10000,0))
- 1649. iTorso.BottomSurface="Smooth"
- 1650. iTorso.TopSurface="Smooth"
- 1651. iOrb.OrbTorso=iTorso end
- 1652. if not iModel:FindFirstChild("Head") and iOrb.CreateOrb and iOrb.Torso~=nil then iOrb.Part=false iOrb.Orb=nil iOrb.Fire=nil
- 1653. local iHead=Instance.new("Part",iModel)
- 1654. iHead.Name="Head"
- 1655. iHead.Anchored=true
- 1656. iHead.Locked=true
- 1657. iHead.Reflectance=.2
- 1658. iHead.CanCollide=false
- 1659. iHead.Shape="Ball"
- 1660. iHead.Color=Color3.new(iOrb.ColorOne,iOrb.ColorOne,iOrb.ColorOne)
- 1661. iHead.Size=iOrb.Size
- 1662. iHead.CFrame=CFrame.new(iOrb.Torso.CFrame.p+Vector3.new(0,5,0))
- 1663. iHead.BottomSurface="Smooth"
- 1664. iHead.TopSurface="Smooth"
- 1665. iModel.PrimaryPart=iHead
- 1666. iOrb.Orb=iHead
- 1667. local iFire=Instance.new("Fire")
- 1668. iFire.Name="iFire"
- 1669. iFire.Color=Color3.new(iOrb.ColorTwo,iOrb.ColorTwo,iOrb.ColorTwo)
- 1670. iFire.SecondaryColor=Color3.new(iOrb.ColorOne,iOrb.ColorOne,iOrb.ColorOne)
- 1671. iFire.Size=iOrb.FSize
- 1672. iFire.Heat=iOrb.FHeat
- 1673. iFire.Enabled=iOrb.FEnabled
- 1674. iFire.Parent=iHead
- 1675. iOrb.Fire=iFire
- 1676. else if iModel:FindFirstChild("Head"):IsA("Part") and iOrb.CreateOrb then
- 1677. local iHead=iModel:FindFirstChild("Head") iOrb.Orb=iHead iModel.PrimaryPart=iHead
- 1678. if not iHead:FindFirstChild("iFire") then iOrb.Fire=nil
- 1679. local iFire=Instance.new("Fire")
- 1680. iFire.Name="iFire"
- 1681. iFire.Color=Color3.new(iOrb.ColorTwo,iOrb.ColorTwo,iOrb.ColorTwo)
- 1682. iFire.SecondaryColor=Color3.new(iOrb.ColorOne,iOrb.ColorOne,iOrb.ColorOne)
- 1683. iFire.Size=iOrb.FSize
- 1684. iFire.Heat=iOrb.FHeat
- 1685. iFire.Enabled=iOrb.FEnabled
- 1686. iFire.Parent=iHead
- 1687. iOrb.Fire=iFire
- 1688. end end end if not iModel:FindFirstChild("Humanoid") and iOrb.CreateOrb then iOrb.Part=false iOrb.Humanoid=nil
- 1689. local iHumanoid=Instance.new("Humanoid",iModel)
- 1690. iHumanoid.MaxHealth=0
- 1691. iHumanoid.Health=0
- 1692. iOrb.Humanoid=iHumanoid
- 1693. end iOrb.Part=true
- 1694. end end else iOrb.Part=false iOrb.Orb=nil end end end))
- 1695. until false end))
- 1696.
- 1697. -- Grabber --
- 1698.
- 1699. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Orb~=nil and iOrb.Part then
- 1700. for _,v in pairs(iGrb) do coroutine.resume(coroutine.create(function()
- 1701. if v~=game.Players.LocalPlayer then
- 1702. if v.Character~=nil then
- 1703. if v.Character:FindFirstChild("Torso") then
- 1704. v.Character.Torso.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iOrb.Orb.CFrame.lookVector*1000)
- 1705. v.Character.Torso.Anchored=true
- 1706. end
- 1707. if v.Character:FindFirstChild("Humanoid") then
- 1708. v.Character.Humanoid.WalkSpeed=0
- 1709. v.Character.Humanoid.PlatformStand=true
- 1710. end
- 1711. function getParts(path)
- 1712. for _,pl in pairs(path:GetChildren())do
- 1713. if pl:IsA("BasePart") or v:IsA("Decal") then
- 1714. pl.Transparency=.65
- 1715. end getParts(pl)
- 1716. end
- 1717. end getParts(v.Character)
- 1718. end
- 1719. end
- 1720. end)) end
- 1721. end until false end))
- 1722.
- 1723. -- Hint Commands Function --
- 1724.
- 1725. function iHintCmd(string)
- 1726. for index,v in pairs(iCmd) do if string~=nil and string~="" then if tostring(index):lower():find(string:lower()) then
- 1727. table.insert(iAll,tostring(index))
- 1728. end elseif string==nil or string=="" then table.insert(iAll,tostring(index)) end end
- 1729. for index,v in pairs(iStr) do if string~=nil and string~="" then if tostring(index):lower():find(string) then
- 1730. table.insert(iAll,tostring(index))
- 1731. end elseif string==nil or string=="" then table.insert(iAll,tostring(index)) end end
- 1732. for index,v in pairs(iVal) do if string~=nil and string~="" then if tostring(index):lower():find(string) then
- 1733. table.insert(iAll,tostring(index))
- 1734. end elseif string==nil or string=="" then table.insert(iAll,tostring(index)) end end
- 1735. iOrb.runmsg=true iTypeMsg(#iAll.." command(s) found.",2)
- 1736. for _,v in pairs(iAll) do if not iOrb.runmsg then break end
- 1737. iTypeMsg(v..":",1)
- 1738. end iOrb.runmsg=false
- 1739. for i = #iAll, 1, -1 do
- 1740. table.remove(iAll,i)
- 1741. end
- 1742. end
- 1743.
- 1744. -- Hint Gears Name Function --
- 1745.
- 1746. function iHintTools(string)
- 1747. for index,v in pairs(iBuild) do if string~=nil and string~="" then if tostring(index):lower():find(string:lower()) then
- 1748. table.insert(iTls,tostring(index).." ( Building tool )")
- 1749. end elseif string==nil or string=="" then table.insert(iTls,tostring(index)) end end
- 1750. for index,v in pairs(iGears) do if string~=nil and string~="" then if tostring(index):lower():find(string) then
- 1751. table.insert(iTls,tostring(index).." ( Gear tool )")
- 1752. end elseif string==nil or string=="" then table.insert(iTls,tostring(index)) end end
- 1753. iOrb.runmsg=true iTypeMsg(#iTls.." tool(s) found.",2)
- 1754. for _,v in pairs(iTls) do if not iOrb.runmsg then break end
- 1755. iTypeMsg(v,1)
- 1756. end iOrb.runmsg=false
- 1757. for i = #iTls, 1, -1 do
- 1758. table.remove(iTls,i)
- 1759. end
- 1760. end
- 1761.
- 1762. -- Orbed --
- 1763.
- 1764. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Orbed==true then iOrb.Move=false iOrb.Player.Character=nil
- 1765. if iOrb.OrbParent~=nil and game.Workspace.CurrentCamera~=nil and iOrb.Part and iOrb.Orb~=nil then iOrb.BaseX=-1.5 iOrb.BaseY=-1.5 iOrb.BaseZ=6
- 1766. iOrb.Orb.CFrame=CFrame.new(game.Workspace.CurrentCamera.CoordinateFrame.p,game.Workspace.CurrentCamera.CoordinateFrame.lookVector*10000)*CFrame.new(Vector3.new(iOrb.BaseX,iOrb.BaseY,-iOrb.BaseZ))
- 1767. end
- 1768. end until false end))
- 1769.
- 1770. -- Trail --
- 1771.
- 1772. coroutine.resume(coroutine.create(function() repeat wait(.035)
- 1773. if iOrb.Orb~=nil and iOrb.LoadAnimation then
- 1774. if iOrb.Trail then
- 1775. coroutine.resume(coroutine.create(iTrailCreation))
- 1776. else for _,v in pairs(iOrb.Orb.Parent:GetChildren())do if v.Name=="cTrail" and v:IsA("BasePart") then v:remove() end end end
- 1777. end
- 1778. until false end))
- 1779.
- 1780. -- Particles --
- 1781.
- 1782. coroutine.resume(coroutine.create(function() repeat wait(.1)
- 1783. if iOrb.Orb~=nil and iOrb.LoadAnimation then
- 1784. if iOrb.Particles then
- 1785. coroutine.resume(coroutine.create(iParticlesCreation),iOrb.Orb.CFrame.p,iOrb.PDist)
- 1786. else for _,v in pairs(iOrb.Orb.Parent:GetChildren())do if v.Name=="cParticle" and v:IsA("BasePart") then v:remove() end end end
- 1787. end
- 1788. until false end))
- 1789.
- 1790. -- Properties Loops --
- 1791.
- 1792. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Orb~=nil and iOrb.Part then
- 1793. iOrb.Orb.Locked=true
- 1794. iOrb.Orb.Anchored=true
- 1795. iOrb.Orb.CanCollide=false end
- 1796. if iOrb.OrbTorso~=nil then
- 1797. iOrb.OrbTorso.Anchored=false
- 1798. iOrb.OrbTorso.Locked=true
- 1799. iOrb.OrbTorso.CanCollide=false
- 1800. end
- 1801. if iOrb.Model~=nil then
- 1802. iOrb.Model.Archivable=false
- 1803. end
- 1804. until false end))
- 1805.
- 1806. -- Color Change --
- 1807.
- 1808. coroutine.resume(coroutine.create(function() repeat wait(.5)
- 1809. if iOrb.Orb~=nil and iOrb.Part then
- 1810. for i=iOrb.ColorOne,iOrb.ColorTwo,iOrb.ColorChangeSpeed/255 do wait()
- 1811. if iOrb.Orb~=nil and iOrb.Part then
- 1812. if iOrb.ColorChange and iOrb.Part and iOrb.Orb~=nil then
- 1813. iOrb.Orb.Color=Color3.new(i,i-15/255,i)
- 1814. end
- 1815. if iOrb.Fire~=nil then
- 1816. if iOrb.Fire.Enabled then
- 1817. if iOrb.FireColorChange then
- 1818. iOrb.Fire.Color=Color3.new(1-i,1-i,1-i)
- 1819. iOrb.Fire.SecondaryColor=Color3.new(i,i,i)
- 1820. end
- 1821. end
- 1822. end
- 1823. end
- 1824. end wait(.5)
- 1825. for i=iOrb.ColorTwo,iOrb.ColorOne,-iOrb.ColorChangeSpeed/255 do wait()
- 1826. if iOrb.Orb~=nil and iOrb.Part then
- 1827. if iOrb.ColorChange and iOrb.Part and iOrb.Orb~=nil then
- 1828. iOrb.Orb.Color=Color3.new(i,i-15/255,i)
- 1829. end
- 1830. if iOrb.Fire~=nil then
- 1831. if iOrb.Fire.Enabled then
- 1832. if iOrb.FireColorChange then
- 1833. iOrb.Fire.Color=Color3.new(1-i,1-i,1-i)
- 1834. iOrb.Fire.SecondaryColor=Color3.new(i,i,i)
- 1835. end
- 1836. end
- 1837. end
- 1838. end
- 1839. end
- 1840. end
- 1841. until false end))
- 1842.
- 1843. -- ID Inserter --
- 1844.
- 1845. function iInsertool(player,id) if player~=nil and id~=nil then game:GetService("InsertService"):ApproveAssetId(id)
- 1846. local insrt = game:GetService("InsertService"):LoadAsset(id)
- 1847. for _, v in pairs(insrt:GetChildren()) do
- 1848. if player:FindFirstChild("Backpack") then v:Clone().Parent = player:FindFirstChild("Backpack")
- 1849. else local bpk=Instance.new("Backpack",player) v:Clone().Parent = bpk end
- 1850. end end end
- 1851.
- 1852. -- Orb Torso Motor and Transparency --
- 1853.
- 1854. coroutine.resume(coroutine.create(function() repeat wait()
- 1855. if iOrb.Orb~=nil and iOrb.OrbTorso~=nil then
- 1856. iOrb.OrbTorso.Transparency = 1
- 1857. iOrb.OrbTorso.Reflectance = 1
- 1858. if not iOrb.OrbTorso:FindFirstChild("Neck") then
- 1859. local motor = Instance.new("Motor6D",iOrb.OrbTorso)
- 1860. motor.Name = "Neck"
- 1861. motor.Part0 = iOrb.OrbTorso
- 1862. motor.Part1 = iOrb.Orb
- 1863. end
- 1864. if iOrb.OrbTorso:FindFirstChild("Neck") then
- 1865. local motor = iOrb.OrbTorso.Neck
- 1866. motor.Part0 = iOrb.Orb
- 1867. motor.Part1 = iOrb.OrbTorso
- 1868. end
- 1869. end
- 1870. until false end))
- 1871.
- 1872. -- Rotation and Levitation --
- 1873.
- 1874. coroutine.resume(coroutine.create(function() local i=1 repeat wait()
- 1875. if iOrb.Turn then
- 1876. if iOrb.RotSpeed > 0 then
- 1877. if iOrb.OrbParent~=nil and iOrb.Torso~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.Move and iOrb.Orbed==false then
- 1878. if i==360 then i=1 end
- 1879. iOrb.Orb.CFrame=CFrame.new(iOrb.Torso.CFrame.p)*CFrame.new(Vector3.new(iOrb.BaseX*math.cos(math.rad(i)),iOrb.LeviY,iOrb.BaseX*math.sin(math.rad(i))))
- 1880. iOrb.Orb.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iOrb.Torso.CFrame.lookVector*10000)
- 1881. if i+iOrb.RotSpeed > 360 then i=360 else i=i+iOrb.RotSpeed end
- 1882. end
- 1883. elseif iOrb.RotSpeed < 0 then
- 1884. if iOrb.OrbParent~=nil and iOrb.Torso~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.Move and iOrb.Orbed==false then
- 1885. if i==360 then i=1 end
- 1886. iOrb.Orb.CFrame=CFrame.new(iOrb.Torso.CFrame.p)*CFrame.new(Vector3.new(iOrb.BaseX*math.cos(-math.rad(i)),iOrb.LeviY,iOrb.BaseX*math.sin(-math.rad(i))))
- 1887. iOrb.Orb.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iOrb.Torso.CFrame.lookVector*10000)
- 1888. if i-iOrb.RotSpeed > 360 then i=360 else i=i-iOrb.RotSpeed end
- 1889. end
- 1890. elseif iOrb.RotSpeed==0 then
- 1891. if iOrb.OrbParent~=nil and iOrb.Torso~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.Move and iOrb.Orbed==false then
- 1892. iOrb.Orb.CFrame=iOrb.Torso.CFrame*CFrame.new(Vector3.new(iOrb.BaseX,iOrb.LeviY,-iOrb.BaseZ))
- 1893. iOrb.Orb.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iOrb.Torso.CFrame.lookVector*10000)
- 1894. end
- 1895. end
- 1896. else if iOrb.OrbParent~=nil and iOrb.Torso~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.Move and iOrb.Orbed==false then
- 1897. iOrb.Orb.CFrame=iOrb.Torso.CFrame*CFrame.new(Vector3.new(iOrb.BaseX,iOrb.LeviY,-iOrb.BaseZ))
- 1898. iOrb.Orb.CFrame=CFrame.new(iOrb.Orb.CFrame.p,iOrb.Torso.CFrame.lookVector*10000)
- 1899. end end
- 1900. until false end))
- 1901.
- 1902. -- Levitation Values --
- 1903.
- 1904. coroutine.resume(coroutine.create(function() repeat
- 1905. if iOrb.OrbParent~=nil and iOrb.Torso~=nil and iOrb.Part and iOrb.Orb~=nil and iOrb.Move and iOrb.Orbed==false then
- 1906. function leviUp(n,n2)
- 1907. for i=iOrb.BaseY,iOrb.BaseY+iOrb.LeviRise*n,iOrb.LeviSpeed*n2 do
- 1908. wait()iOrb.LeviY=i
- 1909. end
- 1910. end
- 1911. function leviDown(n,n2)
- 1912. for i=iOrb.BaseY+iOrb.LeviRise*n,iOrb.BaseY,iOrb.LeviSpeed*n2 do
- 1913. wait()iOrb.LeviY=i
- 1914. end
- 1915. end
- 1916. leviUp(1,1)wait(.05)leviDown(1,-1)leviUp(-1,-1)wait(.05)leviDown(-1,1)
- 1917. else wait(.1) end
- 1918. until false end))
- 1919.
- 1920. -- iStriker Function v1 --
- 1921.
- 1922. function iStriker()
- 1923.
- 1924. local player = game:GetService("Players").LocalPlayer
- 1925.
- 1926. local bin = Instance.new("HopperBin", player.Backpack)
- 1927.
- 1928. bin.Name = "iStriker unit"
- 1929.
- 1930. local camera = game:GetService("Workspace").CurrentCamera
- 1931. local character = player.Character
- 1932.
- 1933. local torso = character:FindFirstChild("Torso")
- 1934. local humanoid = character:FindFirstChild("Humanoid")
- 1935. local neck = torso:FindFirstChild("Neck")
- 1936.
- 1937. local rightLeg = character:FindFirstChild("Right Leg")
- 1938. local leftLeg = character:FindFirstChild("Left Leg")
- 1939.
- 1940. local rightHip = torso:FindFirstChild("Right Hip")
- 1941. local leftHip = torso:FindFirstChild("Left Hip")
- 1942.
- 1943. local neckAngle = neck.C1
- 1944. local rightHipAngle = rightHip.C1
- 1945. local leftHipAngle = leftHip.C1
- 1946.
- 1947. local leftWeld = Instance.new("Weld")
- 1948. local rightWeld = Instance.new("Weld")
- 1949.
- 1950. local velocity = Instance.new("BodyVelocity")
- 1951. local gyro = Instance.new("BodyGyro")
- 1952. local pos = Instance.new("BodyPosition")
- 1953.
- 1954. local parts = {"StrikerOne", "StrikerTwo", "JointOne", "JointTwo", "PropellerOne", "PropellerTwo"}
- 1955. local welds = {"SWelderOne", "SWelderTwo", "JWelderOne", "JWelderTwo", "PWelderOne", "PWelderTwo"}
- 1956.
- 1957. local strikerColor = "Really black"
- 1958. local propellerColor = "White"
- 1959. local jointColor = "Bright blue"
- 1960.
- 1961. local mainModel = Instance.new("Model")
- 1962. local cframePart = Instance.new("Part")
- 1963.
- 1964. local toolSelected = false
- 1965. local runNext = false
- 1966. local strikerLoaded = false
- 1967. local connected = false
- 1968. local turn = false
- 1969. local forward = false
- 1970. local backward = false
- 1971. local onleft = false
- 1972. local onright = false
- 1973. local onup = false
- 1974. local ondown = false
- 1975.
- 1976. local gyroAngleX = 0
- 1977. local desiredGyroAngleX = 0
- 1978. local gyroAngleY = 0
- 1979. local desiredGyroAngleY = 0
- 1980. local gyroAngleZ = 0
- 1981. local desiredGyroAngleZ = 0
- 1982. local angleSetSpeed = 5
- 1983. local rotationIndice = 0
- 1984. local maxRotation = 70
- 1985. local motorSpeed = 0
- 1986. local desiredSpeed = 0
- 1987. local xPartPos = 0
- 1988. local desiredXPartPos = 0
- 1989. local yPartPos = 0
- 1990. local desiredYPartPos = 0
- 1991.
- 1992. function Strk(delay)
- 1993.
- 1994. wait(delay)
- 1995.
- 1996. mainModel.Name = "Striker"
- 1997. mainModel.Archivable = false
- 1998. mainModel.Parent = character
- 1999.
- 2000. for index, name in pairs(parts) do
- 2001.
- 2002. getfenv()[name] = Instance.new("Part")
- 2003. getfenv()[name].Name = name
- 2004. getfenv()[name].Anchored = true
- 2005. getfenv()[name].Locked = true
- 2006. getfenv()[name].CanCollide = false
- 2007. getfenv()[name].Transparency = 1
- 2008. getfenv()[name].CFrame = CFrame.new(0, math.huge, 0)
- 2009. getfenv()[name].FormFactor = Enum.FormFactor.Custom
- 2010. getfenv()[name].BottomSurface = Enum.SurfaceType.Smooth
- 2011. getfenv()[name].TopSurface = Enum.SurfaceType.Smooth
- 2012.
- 2013. if index <= 2 then
- 2014.
- 2015. getfenv()[name].BrickColor = BrickColor.new(strikerColor)
- 2016. getfenv()[name].Size = Vector3.new(1.1, 1.5, 1.1)
- 2017.
- 2018. elseif index == 3 or index == 4 then
- 2019.
- 2020. getfenv()[name].BrickColor = BrickColor.new(jointColor)
- 2021. getfenv()[name].Size = Vector3.new(0.25, 0.25, 0.25)
- 2022.
- 2023. elseif index >= 5 then
- 2024.
- 2025. getfenv()[name].BrickColor = BrickColor.new(propellerColor)
- 2026. getfenv()[name].Size = Vector3.new(1.55, 0.2, 0.2)
- 2027.
- 2028. end
- 2029.
- 2030. getfenv()[name].Parent = mainModel
- 2031.
- 2032. coroutine.resume(coroutine.create(function()
- 2033.
- 2034. for i = getfenv()[name].Transparency, 0, -0.1 do
- 2035.
- 2036. if toolSelected then wait() getfenv()[name].Transparency = i end
- 2037.
- 2038. end
- 2039.
- 2040. end))
- 2041.
- 2042. end
- 2043.
- 2044. for index, name in pairs(welds) do
- 2045.
- 2046. getfenv()[name] = Instance.new("Weld")
- 2047. getfenv()[name].Parent = mainModel
- 2048. getfenv()[name].Name = name
- 2049.
- 2050. if index == 1 then
- 2051.
- 2052. getfenv()[name].Part0 = leftLeg
- 2053. StrikerOne.Anchored = false
- 2054. getfenv()[name].Part1 = StrikerOne
- 2055. getfenv()[name].C1 = CFrame.new(0, 0.35, 0)
- 2056.
- 2057. elseif index == 2 then
- 2058.
- 2059. getfenv()[name].Part0 = rightLeg
- 2060. StrikerTwo.Anchored = false
- 2061. getfenv()[name].Part1 = StrikerTwo
- 2062. getfenv()[name].C1 = CFrame.new(0, 0.35, 0)
- 2063.
- 2064. elseif index == 3 then
- 2065.
- 2066. getfenv()[name].Part0 = StrikerOne
- 2067. JointOne.Anchored = false
- 2068. getfenv()[name].Part1 = JointOne
- 2069. getfenv()[name].C1 = CFrame.new(0, 0.775, 0)
- 2070. JointOne.CanCollide = true
- 2071.
- 2072. elseif index == 4 then
- 2073.
- 2074. getfenv()[name].Part0 = StrikerTwo
- 2075. JointTwo.Anchored = false
- 2076. getfenv()[name].Part1 = JointTwo
- 2077. getfenv()[name].C1 = CFrame.new(0, 0.775, 0)
- 2078. JointTwo.CanCollide = true
- 2079.
- 2080. elseif index == 5 then
- 2081.
- 2082. getfenv()[name].Part0 = JointOne
- 2083. PropellerOne.Anchored = false
- 2084. getfenv()[name].Part1 = PropellerOne
- 2085.
- 2086. elseif index == 6 then
- 2087.
- 2088. getfenv()[name].Part0 = JointTwo
- 2089. PropellerTwo.Anchored = false
- 2090. getfenv()[name].Part1 = PropellerTwo
- 2091.
- 2092. end
- 2093.
- 2094. end
- 2095.
- 2096. wait(0.1)
- 2097.
- 2098. strikerLoaded = true
- 2099.
- 2100. end
- 2101.
- 2102. function Connection(mouse)
- 2103.
- 2104. toolSelected = true
- 2105.
- 2106. coroutine.resume(coroutine.create(function() repeat wait()
- 2107.
- 2108. if toolSelected then
- 2109.
- 2110. if leftHip ~= nil then
- 2111.
- 2112. leftHip.DesiredAngle = 0
- 2113. leftHip.CurrentAngle = 0
- 2114.
- 2115. end
- 2116.
- 2117. if rightHip ~= nil then
- 2118.
- 2119. rightHip.DesiredAngle = 0
- 2120. rightHip.CurrentAngle = 0
- 2121.
- 2122. end
- 2123.
- 2124. runNext = true
- 2125.
- 2126. else break end
- 2127.
- 2128. until false return false end))
- 2129.
- 2130. repeat wait() until runNext
- 2131.
- 2132. humanoid.PlatformStand = true
- 2133.
- 2134. torso.Anchored = true wait()
- 2135. torso.Velocity = Vector3.new(0, 0, 0)
- 2136. torso.RotVelocity = Vector3.new(0, 0, 0)
- 2137.
- 2138. leftHipAngle = leftHip.C1
- 2139. rightHipAngle = rightHip.C1
- 2140.
- 2141. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- 2142. pos.Parent = torso
- 2143. pos.position = torso.CFrame.p
- 2144.
- 2145. torso.Anchored = false
- 2146.
- 2147. coroutine.resume(coroutine.create(Strk),0.2)
- 2148.
- 2149. for i = 1, 20, 1 do wait()
- 2150.
- 2151. if toolSelected then
- 2152.
- 2153. pos.position = pos.position + Vector3.new(0, 0.2, 0)
- 2154. torso.CFrame = torso.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(18), 0)
- 2155. humanoid.PlatformStand = true
- 2156.
- 2157. leftHip.C1 = leftHip.C1 * CFrame.new(0, -0.01, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0.5), -math.rad(0.5), -math.rad(0.5))
- 2158. rightHip.C1 = rightHip.C1 * CFrame.new(0, -0.01, 0) * CFrame.fromEulerAnglesXYZ(math.rad(0.5), math.rad(0.5), math.rad(0.5))
- 2159.
- 2160. end
- 2161.
- 2162. end
- 2163.
- 2164. local x22, y22, z22 = leftHip.C1:toEulerAnglesXYZ()
- 2165.
- 2166. repeat wait() until strikerLoaded
- 2167.
- 2168. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- 2169. gyro.Parent = torso
- 2170. gyro.P = 1500
- 2171.
- 2172. velocity.Parent = torso
- 2173. velocity.maxForce = Vector3.new(5500, 5500, 5500)
- 2174. velocity.P = 100
- 2175.
- 2176. if pos ~= nil then if pos.Parent == torso then pos:remove() end end
- 2177.
- 2178. coroutine.resume(coroutine.create(function()
- 2179.
- 2180. while strikerLoaded do wait(0.03405) if toolSelected and rotationIndice < maxRotation then rotationIndice = rotationIndice + 0.25
- 2181.
- 2182. if desiredSpeed ~= 0 then if desiredSpeed > 0 then motorSpeed = desiredSpeed - (maxRotation - rotationIndice) elseif desiredSpeed < 0 then motorSpeed = desiredSpeed + (maxRotation - rotationIndice) end else motorSpeed = 0 end
- 2183. if desiredXPartPos ~= 0 then if desiredXPartPos > 0 then xPartPos = desiredXPartPos - (maxRotation/2 - rotationIndice/2) elseif desiredXPartPos < 0 then xPartPos = desiredXPartPos + (maxRotation/2 - rotationIndice/2) end else xPartPos = 0 end
- 2184. if desiredYPartPos ~= 0 then if desiredYPartPos > 0 then yPartPos = desiredYPartPos - (maxRotation/2 - rotationIndice/2) elseif desiredYPartPos < 0 then yPartPos = desiredYPartPos + (maxRotation/2 - rotationIndice/2) end else yPartPos = 0 end
- 2185.
- 2186. if desiredGyroAngleX ~= 0 then if desiredGyroAngleX > 0 then gyroAngleX = math.rad(desiredGyroAngleX - (maxRotation - rotationIndice)) elseif desiredGyroAngleX < 0 then gyroAngleX = math.rad(desiredGyroAngleX + (maxRotation - rotationIndice)) end else gyroAngleX = 0 end
- 2187. if desiredGyroAngleY ~= 0 then if desiredGyroAngleY > 0 then gyroAngleY = math.rad(desiredGyroAngleY - (maxRotation - rotationIndice)) elseif desiredGyroAngleY < 0 then gyroAngleY = math.rad(desiredGyroAngleY + (maxRotation - rotationIndice)) end else gyroAngleY = 0 end
- 2188. if desiredGyroAngleZ ~= 0 then if desiredGyroAngleZ > 0 then gyroAngleZ = math.rad(desiredGyroAngleZ - (maxRotation - rotationIndice)) elseif desiredGyroAngleZ < 0 then gyroAngleZ = math.rad(desiredGyroAngleZ + (maxRotation - rotationIndice)) end else gyroAngleZ = 0 end
- 2189.
- 2190. elseif toolSelected and rotationIndice == maxRotation then humanoid.PlatformStand = true motorSpeed = desiredSpeed gyroAngleX = math.rad(desiredGyroAngleX) gyroAngleY = math.rad(desiredGyroAngleY) gyroAngleZ = math.rad(desiredGyroAngleZ) xPartPos = desiredXPartPos yPartPos = desiredYPartPos end
- 2191.
- 2192. if PropellerOne ~= nil and PWelderOne ~= nil then
- 2193.
- 2194. PWelderOne.C1 = PWelderOne.C1 * CFrame.fromEulerAnglesXYZ(0, -math.rad(rotationIndice), 0)
- 2195.
- 2196. end
- 2197.
- 2198. if PropellerTwo ~= nil and PWelderTwo ~= nil then
- 2199.
- 2200. PWelderTwo.C1 = PWelderTwo.C1 * CFrame.fromEulerAnglesXYZ(0, math.rad(rotationIndice), 0)
- 2201.
- 2202. end
- 2203.
- 2204. if cframePart ~= nil then
- 2205.
- 2206. cframePart.Size = Vector3.new(0.2, 0.2, 0.2)
- 2207. cframePart.CFrame = CFrame.new(torso.CFrame.p, camera.CoordinateFrame.lookVector * 10000000) + Vector3.new(xPartPos, yPartPos, 0)
- 2208.
- 2209. end
- 2210.
- 2211. if velocity ~= nil then if velocity.Parent == torso then velocity.velocity = (cframePart.CFrame - cframePart.CFrame.p) * Vector3.new(xPartPos, yPartPos, -motorSpeed) end end
- 2212. if gyro ~= nil then if gyro.Parent == torso then gyro.cframe = CFrame.new(gyro.cframe.p, camera.CoordinateFrame.lookVector * 10000000) * CFrame.fromEulerAnglesXYZ(gyroAngleX, gyroAngleY, gyroAngleZ) end end
- 2213.
- 2214. end return
- 2215.
- 2216. end)) connected = true stand = true
- 2217.
- 2218. mouse.KeyDown:connect(function(key) key = key:lower()
- 2219.
- 2220. if key == "w" then ForwardDown()
- 2221. elseif key == "s" then BackwardDown()
- 2222. elseif key == "a" then LeftDown()
- 2223. elseif key == "d" then RightDown()
- 2224. elseif key == "e" then UpDown()
- 2225. elseif key == "q" then DownDown()
- 2226.
- 2227. end end)
- 2228.
- 2229. mouse.KeyUp:connect(function(key) key = key:lower()
- 2230.
- 2231. if key == "w" then ForwardUp() if backward then BackwardDown() end
- 2232. elseif key == "s" then BackwardUp() if forward then ForwardDown() end
- 2233. elseif key == "a" then LeftUp() if onright then RightDown() end
- 2234. elseif key == "d" then RightUp() if onleft then LeftDown() end
- 2235. elseif key == "e" then UpUp() if ondown then DownDown() end
- 2236. elseif key == "q" then DownUp() if onup then UpDown() end
- 2237.
- 2238. end end)
- 2239.
- 2240. end
- 2241.
- 2242. function Disconnection()
- 2243.
- 2244. toolSelected = false wait()
- 2245.
- 2246. for index, name in pairs(parts) do
- 2247.
- 2248. if getfenv()[name] ~= nil then
- 2249.
- 2250. coroutine.resume(coroutine.create(function()
- 2251.
- 2252. for i = getfenv()[name].Transparency, 1, 0.1 do wait()
- 2253.
- 2254. getfenv()[name].Transparency = i
- 2255.
- 2256. end
- 2257.
- 2258. end))
- 2259.
- 2260. end
- 2261.
- 2262. end
- 2263.
- 2264. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- 2265. pos.Parent = torso
- 2266. pos.position = torso.CFrame.p
- 2267.
- 2268. coroutine.resume(coroutine.create(Strk),0.2)
- 2269.
- 2270. for i = 1, 10, 1 do wait()
- 2271.
- 2272. pos.position = pos.position - Vector3.new(0, 0.15, 0)
- 2273. humanoid.PlatformStand = true
- 2274.
- 2275. leftHip.C1 = leftHip.C1 * CFrame.new(0, 0.02, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-1), -math.rad(-1), -math.rad(-1))
- 2276. rightHip.C1 = rightHip.C1 * CFrame.new(0, 0.02, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-1), math.rad(-1), math.rad(-1))
- 2277.
- 2278. end wait()
- 2279.
- 2280. humanoid.PlatformStand = false
- 2281.
- 2282. if pos ~= nil then if pos.Parent == torso then pos:remove() end end
- 2283. if gyro ~= nil then if gyro.Parent == torso then gyro:remove() end end
- 2284. if velocity ~= nil then if velocity.Parent == torso then velocity:remove() end end
- 2285. if mainModel ~= nil then mainModel:remove() end
- 2286.
- 2287. strikerLoaded = false
- 2288. rotationIndice = 0
- 2289. motorSpeed = 0
- 2290. desiredSpeed = 0
- 2291.
- 2292. ForwardUp()
- 2293. BackwardUp()
- 2294. LeftUp()
- 2295. RightUp()
- 2296.
- 2297. forward = false
- 2298. backward = false
- 2299. onleft = false
- 2300. onright = false
- 2301. onup = false
- 2302. ondown = false
- 2303.
- 2304. leftHip.C1 = leftHipAngle
- 2305. rightHip.C1 = rightHipAngle
- 2306.
- 2307. connected = false
- 2308.
- 2309. end
- 2310.
- 2311. function ForwardDown() forward = true
- 2312.
- 2313. desiredGyroAngleX = -maxRotation
- 2314. desiredSpeed = maxRotation
- 2315.
- 2316. end
- 2317.
- 2318. function BackwardDown() backward = true
- 2319.
- 2320. desiredGyroAngleX = maxRotation
- 2321. desiredSpeed = -maxRotation
- 2322.
- 2323. end
- 2324.
- 2325. function ForwardUp() forward = false
- 2326.
- 2327. desiredGyroAngleX = 0
- 2328. desiredSpeed = 0
- 2329.
- 2330. end
- 2331.
- 2332. function BackwardUp() backward = false
- 2333.
- 2334. desiredGyroAngleX = 0
- 2335. desiredSpeed = 0
- 2336.
- 2337. end
- 2338.
- 2339. function LeftDown() onleft = true
- 2340.
- 2341. desiredGyroAngleY = -maxRotation
- 2342. desiredXPartPos = -maxRotation/2
- 2343.
- 2344. end
- 2345.
- 2346. function RightDown() onright = true
- 2347.
- 2348. desiredGyroAngleY = maxRotation
- 2349. desiredXPartPos = maxRotation/2
- 2350.
- 2351. end
- 2352.
- 2353. function LeftUp() onleft = false
- 2354.
- 2355. desiredGyroAngleY = 0
- 2356. desiredXPartPos = 0
- 2357.
- 2358. end
- 2359.
- 2360. function RightUp() onright = false
- 2361.
- 2362. desiredGyroAngleY = 0
- 2363. desiredXPartPos = 0
- 2364.
- 2365. end
- 2366.
- 2367. function UpDown() onup = true
- 2368.
- 2369. desiredYPartPos = maxRotation/2
- 2370.
- 2371. end
- 2372.
- 2373. function DownDown() ondown = true
- 2374.
- 2375. desiredYPartPos = -maxRotation/2
- 2376.
- 2377. end
- 2378.
- 2379. function UpUp() onup = false
- 2380.
- 2381. desiredYPartPos = 0
- 2382.
- 2383. end
- 2384.
- 2385. function DownUp() ondown = false
- 2386.
- 2387. desiredYPartPos = 0
- 2388.
- 2389. end
- 2390.
- 2391.
- 2392. bin.Selected:connect(Connection)
- 2393. bin.Deselected:connect(Disconnection)
- 2394.
- 2395. end
- 2396.
- 2397. -- iBTool Function v2 --
- 2398.
- 2399. function iCreateBtools()
- 2400. plr=iOrb.Player
- 2401. if plr:FindFirstChild("PlayerGui") then plg=plr.PlayerGui else return end
- 2402. bin=Instance.new("HopperBin",plr:FindFirstChild("Backpack"))
- 2403. bin.Name="iBTools"
- 2404. bin.Selected:connect(function(mouse)
- 2405. box=Instance.new("SelectionBox")
- 2406. lso=Instance.new("SelectionPointLasso")
- 2407. lso.Visible=false
- 2408. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Humanoid~=nil then
- 2409. lso.Humanoid=iOrb.Humanoid end until false end))
- 2410. md1=1
- 2411. md2=1
- 2412. md3=1
- 2413. clr=true
- 2414. ste=false
- 2415. lvi=false
- 2416. cle=false
- 2417. tme=.5
- 2418. function createGui()
- 2419. gui=Instance.new("ScreenGui",plg)
- 2420. gui.Name="iBGui"
- 2421. --PanelGUI--
- 2422. frm=Instance.new("Frame",gui)
- 2423. frm.Visible=false
- 2424. frm.Name="iBPanel"
- 2425. frm.Position=UDim2.new(0.0199999996,0,0.400000006,0)
- 2426. frm.Size=UDim2.new(0.150000006,0,0.400000006,0)
- 2427. frm.Style="RobloxRound"
- 2428. frm.ZIndex=8
- 2429. lab=Instance.new("TextLabel",frm)
- 2430. lab.Name="iBTitle"
- 2431. lab.BackgroundTransparency=1
- 2432. lab.Size=UDim2.new(1,0,0.150000006,0)
- 2433. lab.ZIndex=9
- 2434. lab.Font="ArialBold"
- 2435. lab.FontSize="Size18"
- 2436. lab.Text="iBuildTools Panel"
- 2437. lab.TextColor3=Color3.new(1,1,1)
- 2438. lab.TextStrokeTransparency=0
- 2439. lab.TextStrokeColor3=Color3.new(0,0,0)
- 2440. del=Instance.new("TextButton",frm)
- 2441. del.Name="iBDelete"
- 2442. del.BackgroundTransparency=1
- 2443. del.Position=UDim2.new(0,0,0.200000003,0)
- 2444. del.Size=UDim2.new(1,0,0.119999997,0)
- 2445. del.Style="RobloxButtonDefault"
- 2446. del.ZIndex=9
- 2447. del.Font="ArialBold"
- 2448. del.FontSize="Size12"
- 2449. del.Text="Delete"
- 2450. del.TextColor3=Color3.new(1,1,1)
- 2451. del.Selected=true
- 2452. ach=Instance.new("TextButton",frm)
- 2453. ach.Name="iBAnchor"
- 2454. ach.BackgroundTransparency=1
- 2455. ach.Position=UDim2.new(0,0,0.330000013,0)
- 2456. ach.Size=UDim2.new(1,0,0.119999997,0)
- 2457. ach.Style="RobloxButton"
- 2458. ach.ZIndex=9
- 2459. ach.Font="ArialBold"
- 2460. ach.FontSize="Size12"
- 2461. ach.Text="Anchor"
- 2462. ach.TextColor3=Color3.new(1,1,1)
- 2463. col=Instance.new("TextButton",frm)
- 2464. col.Name="iBCanCollide"
- 2465. col.BackgroundTransparency=1
- 2466. col.Position=UDim2.new(0,0,0.460000008,0)
- 2467. col.Size=UDim2.new(1,0,0.119999997,0)
- 2468. col.Style="RobloxButton"
- 2469. col.ZIndex=9
- 2470. col.Font="ArialBold"
- 2471. col.FontSize="Size12"
- 2472. col.Text="CanCollide"
- 2473. col.TextColor3=Color3.new(1,1,1)
- 2474. lck=Instance.new("TextButton",frm)
- 2475. lck.Name="iBLock"
- 2476. lck.BackgroundTransparency=1
- 2477. lck.Position=UDim2.new(0,0,0.579999983,0)
- 2478. lck.Size=UDim2.new(1,0,0.119999997,0)
- 2479. lck.Style="RobloxButton"
- 2480. lck.ZIndex=9
- 2481. lck.Font="ArialBold"
- 2482. lck.FontSize="Size12"
- 2483. lck.Text="Lock"
- 2484. lck.TextColor3=Color3.new(1,1,1)
- 2485. brk=Instance.new("TextButton",frm)
- 2486. brk.Name="iBBreak"
- 2487. brk.BackgroundTransparency=1
- 2488. brk.Position=UDim2.new(0,0,0.699999988,0)
- 2489. brk.Size=UDim2.new(1,0,0.119999997,0)
- 2490. brk.Style="RobloxButton"
- 2491. brk.ZIndex=9
- 2492. brk.Font="ArialBold"
- 2493. brk.FontSize="Size12"
- 2494. brk.Text="BreakJoints"
- 2495. brk.TextColor3=Color3.new(1,1,1)
- 2496. set=Instance.new("TextButton",frm)
- 2497. set.Name="iBSettings"
- 2498. set.BackgroundTransparency=1
- 2499. set.Position=UDim2.new(0,0,0.829999983,0)
- 2500. set.Size=UDim2.new(1,0,0.119999997,0)
- 2501. set.Style="RobloxButton"
- 2502. set.ZIndex=9
- 2503. set.Font="ArialBold"
- 2504. set.FontSize="Size12"
- 2505. set.Text="Settings"
- 2506. set.TextColor3=Color3.new(1,1,1)
- 2507. frm.Visible=true
- 2508. --SettingsGUI--
- 2509. frs=Instance.new("Frame",gui)
- 2510. frs.Visible=false
- 2511. frs.Name="iBSettings"
- 2512. frs.Position=UDim2.new(0.389999986,0,0.400000006,0)
- 2513. frs.Size=UDim2.new(0.25,0,0.25,0)
- 2514. frs.Style="RobloxRound"
- 2515. frs.ZIndex=8
- 2516. frw=Instance.new("Frame",frs)
- 2517. frw.Name="iBWindow"
- 2518. frw.Position=UDim2.new(0,0,0.25999999,0)
- 2519. frw.Size=UDim2.new(1,0,0.74000001,0)
- 2520. frw.Style="RobloxRound"
- 2521. frw.ZIndex=8
- 2522. cls=Instance.new("TextButton",frs)
- 2523. cls.Name="iBClose"
- 2524. cls.Position=UDim2.new(0.850000024,0,-0.00999999978,0)
- 2525. cls.Size=UDim2.new(0.150000006,0,0.219999999,0)
- 2526. cls.Style="RobloxButtonDefault"
- 2527. cls.ZIndex=10
- 2528. cls.Font="ArialBold"
- 2529. cls.FontSize="Size12"
- 2530. cls.Text="X"
- 2531. cls.TextColor3=Color3.new(1,0,0)
- 2532. wtl=Instance.new("TextLabel",frs)
- 2533. wtl.Name="iBTitle"
- 2534. wtl.BackgroundTransparency=1
- 2535. wtl.Size=UDim2.new(1,0,0.25,0)
- 2536. wtl.ZIndex=9
- 2537. wtl.Font="ArialBold"
- 2538. wtl.FontSize="Size14"
- 2539. wtl.Text="iBuildTools Settings Window"
- 2540. wtl.TextColor3=Color3.new(1,1,1)
- 2541. wtl.TextStrokeColor3=Color3.new(0,0,0)
- 2542. wtl.TextStrokeTransparency=0
- 2543. wtl.TextXAlignment="Left"
- 2544. clk=Instance.new("TextLabel",frw)
- 2545. clk.Name="iBClick"
- 2546. clk.BackgroundTransparency=1
- 2547. clk.Size=UDim2.new(1,0,0.330000013,0)
- 2548. clk.ZIndex=10
- 2549. clk.Font="ArialBold"
- 2550. clk.FontSize="Size12"
- 2551. clk.TextColor3=Color3.new(1,1,1)
- 2552. clk.Text=" - Click Mode : "
- 2553. clk.TextStrokeColor3=Color3.new(0,0,0)
- 2554. clk.TextStrokeTransparency=0
- 2555. clk.TextXAlignment="Left"
- 2556. ray=Instance.new("TextLabel",frw)
- 2557. ray.Name="iBRay"
- 2558. ray.BackgroundTransparency=1
- 2559. ray.Position=UDim2.new(0,0,0.330000013,0)
- 2560. ray.Size=UDim2.new(1,0,0.330000013,0)
- 2561. ray.ZIndex=10
- 2562. ray.Font="ArialBold"
- 2563. ray.FontSize="Size12"
- 2564. ray.TextColor3=Color3.new(1,1,1)
- 2565. ray.Text=" - Ray Mode : "
- 2566. ray.TextStrokeColor3=Color3.new(0,0,0)
- 2567. ray.TextStrokeTransparency=0
- 2568. ray.TextXAlignment="Left"
- 2569. rfc=Instance.new("TextLabel",frw)
- 2570. rfc.Name="iBRayFunction"
- 2571. rfc.BackgroundTransparency=1
- 2572. rfc.Position=UDim2.new(0,0,0.660000013,0)
- 2573. rfc.Size=UDim2.new(1,0,0.330000013,0)
- 2574. rfc.ZIndex=10
- 2575. rfc.Font="ArialBold"
- 2576. rfc.FontSize="Size12"
- 2577. rfc.TextColor3=Color3.new(1,1,1)
- 2578. rfc.Text=" - Ray Function : "
- 2579. rfc.TextStrokeColor3=Color3.new(0,0,0)
- 2580. rfc.TextStrokeTransparency=0
- 2581. rfc.TextXAlignment="Left"
- 2582. ckb=Instance.new("TextButton",frw)
- 2583. ckb.Name="iBClickButton"
- 2584. ckb.Position=UDim2.new(0.400000006,0,0,0)
- 2585. ckb.Size=UDim2.new(0.600000024,0,0.330000013,0)
- 2586. ckb.ZIndex=10
- 2587. ckb.Selected=true
- 2588. ckb.Style="RobloxButtonDefault"
- 2589. ckb.Font="ArialBold"
- 2590. ckb.FontSize="Size12"
- 2591. ckb.Text="Enabled"
- 2592. ckb.TextColor3=Color3.new(0,1,0)
- 2593. ryb=Instance.new("TextButton",frw)
- 2594. ryb.Name="iBRayButton"
- 2595. ryb.Position=UDim2.new(0.400000006,0,0.330000013,0)
- 2596. ryb.Size=UDim2.new(0.600000024,0,0.330000013,0)
- 2597. ryb.Style="RobloxButton"
- 2598. ryb.ZIndex=10
- 2599. ryb.Font="ArialBold"
- 2600. ryb.FontSize="Size12"
- 2601. ryb.Text="Disabled"
- 2602. ryb.TextColor3=Color3.new(1,0,0)
- 2603. rfb=Instance.new("TextButton",frw)
- 2604. rfb.Name="iBRayFButton"
- 2605. rfb.Position=UDim2.new(0.400000006,0,0.660000013,0)
- 2606. rfb.Size=UDim2.new(0.600000024,0,0.330000013,0)
- 2607. rfb.Style="RobloxButtonDefault"
- 2608. rfb.ZIndex=10
- 2609. rfb.Font="ArialBold"
- 2610. rfb.FontSize="Size12"
- 2611. rfb.Text="Enable Propertie"
- 2612. rfb.TextColor3=Color3.new(0,1,0)
- 2613. end createGui()
- 2614. coroutine.resume(coroutine.create(function()
- 2615. while(mouse)and wait() do
- 2616. if(box)and(ray)then
- 2617. if(lvi)then
- 2618. lso.Visible=true
- 2619. else
- 2620. lso.Visible=false
- 2621. end
- 2622. if(md1==1)then
- 2623. if(clr)then
- 2624. if(mouse.Target~=nil)then
- 2625. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2626. box.Visible=true
- 2627. box.Parent=game.Workspace.CurrentCamera
- 2628. box.Adornee=mouse.Target
- 2629. if(md2==1)then
- 2630. box.Color=BrickColor.new("Bright red")
- 2631. elseif(md2==2)then
- 2632. if(mouse.Target.Anchored)then
- 2633. box.Color=BrickColor.new("Camo")
- 2634. else
- 2635. box.Color=BrickColor.new("Bright red")
- 2636. end
- 2637. elseif(md2==3)then
- 2638. if(mouse.Target.CanCollide)then
- 2639. box.Color=BrickColor.new("Camo")
- 2640. else
- 2641. box.Color=BrickColor.new("Bright red")
- 2642. end
- 2643. elseif(md2==4)then
- 2644. if(mouse.Target.Locked)then
- 2645. box.Color=BrickColor.new("Camo")
- 2646. else
- 2647. box.Color=BrickColor.new("Bright red")
- 2648. end
- 2649. elseif(md2==5)then
- 2650. box.Color=BrickColor.new("Bright blue")
- 2651. end
- 2652. end
- 2653. else
- 2654. box.Visible=false
- 2655. box.Parent=nil
- 2656. box.Adornee=nil
- 2657. end
- 2658. end
- 2659. elseif(md1==2)then
- 2660. lso.Point=mouse.Hit.p
- 2661. box.Visible=false
- 2662. box.Parent=nil
- 2663. box.Adornee=nil
- 2664. if(md2~=1)and(md2~=5)then
- 2665. if(md3==1)then
- 2666. lso.Color=BrickColor.new("Camo")
- 2667. elseif(md3==2)then
- 2668. lso.Color=BrickColor.new("Bright red")
- 2669. end
- 2670. elseif(md2==1)then
- 2671. if(cle)then
- 2672. lso.Color=BrickColor.new("Bright red")
- 2673. else
- 2674. lso.Color=BrickColor.new("Bright blue")
- 2675. end
- 2676. elseif(md2==5)then
- 2677. if(cle)then
- 2678. lso.Color=BrickColor.new("Bright red")
- 2679. else
- 2680. lso.Color=BrickColor.new("Bright blue")
- 2681. end
- 2682. end
- 2683. end
- 2684. end
- 2685. end
- 2686. end))
- 2687. function delDown()
- 2688. del_downFunc=mouse.Button1Down:connect(function()
- 2689. md2=1
- 2690. if(md2==1)then
- 2691. if(md1==1)then
- 2692. if(mouse.Target~=nil)then
- 2693. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2694. mouse.Target:remove()
- 2695. end
- 2696. end
- 2697. elseif(md1==2)then
- 2698. lvi=true
- 2699. lso.Parent=game.Workspace.CurrentCamera
- 2700. while(lvi)and wait() do
- 2701. if(mouse.Target~=nil)then
- 2702. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2703. mouse.Target:remove()
- 2704. cle=true
- 2705. wait(tme)
- 2706. cle=false
- 2707. else
- 2708. cle=false
- 2709. end
- 2710. else
- 2711. cle=false
- 2712. end
- 2713. end
- 2714. end
- 2715. end
- 2716. end)
- 2717. end
- 2718. function delUp()
- 2719. del_upFunc=mouse.Button1Up:connect(function()
- 2720. lvi=false
- 2721. cle=false
- 2722. lso.Parent=nil
- 2723. end)
- 2724. end
- 2725. function achDown()
- 2726. ach_downFunc=mouse.Button1Down:connect(function()
- 2727. md2=2
- 2728. if(md2==2)then
- 2729. if(md1==1)then
- 2730. if(mouse.Target~=nil)then
- 2731. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2732. if(mouse.Target.Anchored)then
- 2733. mouse.Target.Anchored=false
- 2734. else
- 2735. mouse.Target.Anchored=true
- 2736. end
- 2737. end
- 2738. end
- 2739. elseif(md1==2)then
- 2740. lvi=true
- 2741. lso.Parent=game.Workspace.CurrentCamera
- 2742. while(lvi)and wait() do
- 2743. if(mouse.Target~=nil)then
- 2744. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2745. if(md3==1)then
- 2746. mouse.Target.Anchored=true
- 2747. elseif(md3==2)then
- 2748. mouse.Target.Anchored=false
- 2749. end
- 2750. end
- 2751. end
- 2752. end
- 2753. end
- 2754. end
- 2755. end)
- 2756. end
- 2757. function achUp()
- 2758. ach_upFunc=mouse.Button1Up:connect(function()
- 2759. lvi=false
- 2760. lso.Parent=nil
- 2761. end)
- 2762. end
- 2763. function colDown()
- 2764. col_downFunc=mouse.Button1Down:connect(function()
- 2765. md2=3
- 2766. if(md2==3)then
- 2767. if(md1==1)then
- 2768. if(mouse.Target~=nil)then
- 2769. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2770. if(mouse.Target.CanCollide)then
- 2771. mouse.Target.CanCollide=false
- 2772. else
- 2773. mouse.Target.CanCollide=true
- 2774. end
- 2775. end
- 2776. end
- 2777. elseif(md1==2)then
- 2778. lvi=true
- 2779. lso.Parent=game.Workspace.CurrentCamera
- 2780. while(lvi)and wait() do
- 2781. if(mouse.Target~=nil)then
- 2782. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2783. if(md3==1)then
- 2784. mouse.Target.CanCollide=true
- 2785. elseif(md3==2)then
- 2786. mouse.Target.CanCollide=false
- 2787. end
- 2788. end
- 2789. end
- 2790. end
- 2791. end
- 2792. end
- 2793. end)
- 2794. end
- 2795. function colUp()
- 2796. col_upFunc=mouse.Button1Up:connect(function()
- 2797. lvi=false
- 2798. lso.Parent=nil
- 2799. end)
- 2800. end
- 2801. function lckDown()
- 2802. lck_downFunc=mouse.Button1Down:connect(function()
- 2803. md2=4
- 2804. if(md2==4)then
- 2805. if(md1==1)then
- 2806. if(mouse.Target~=nil)then
- 2807. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2808. if(mouse.Target.Locked)then
- 2809. mouse.Target.Locked=false
- 2810. else
- 2811. mouse.Target.Locked=true
- 2812. end
- 2813. end
- 2814. end
- 2815. elseif(md1==2)then
- 2816. lvi=true
- 2817. lso.Parent=game.Workspace.CurrentCamera
- 2818. while(lvi)and wait() do
- 2819. if(mouse.Target~=nil)then
- 2820. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2821. if(md3==1)then
- 2822. mouse.Target.Locked=true
- 2823. elseif(md3==2)then
- 2824. mouse.Target.Locked=false
- 2825. end
- 2826. end
- 2827. end
- 2828. end
- 2829. end
- 2830. end
- 2831. end)
- 2832. end
- 2833. function lckUp()
- 2834. lck_upFunc=mouse.Button1Up:connect(function()
- 2835. lvi=false
- 2836. lso.Parent=nil
- 2837. end)
- 2838. end
- 2839. function brkDown()
- 2840. brk_downFunc=mouse.Button1Down:connect(function()
- 2841. md2=5
- 2842. if(md2==5)then
- 2843. if(md1==1)then
- 2844. if(mouse.Target~=nil)then
- 2845. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2846. clr=false
- 2847. box.Color=BrickColor.new("Bright red")
- 2848. mouse.Target:BreakJoints()
- 2849. end
- 2850. end
- 2851. elseif(md1==2)then
- 2852. lvi=true
- 2853. lso.Parent=game.Workspace.CurrentCamera
- 2854. while(lvi)and wait() do
- 2855. if(mouse.Target~=nil)then
- 2856. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
- 2857. mouse.Target:BreakJoints()
- 2858. cle=true
- 2859. else
- 2860. cle=true
- 2861. end
- 2862. else
- 2863. cle=false
- 2864. end
- 2865. end
- 2866. end
- 2867. end
- 2868. end)
- 2869. end
- 2870. function brkUp()
- 2871. brk_upFunc=mouse.Button1Up:connect(function()
- 2872. clr=true
- 2873. lvi=false
- 2874. cle=false
- 2875. end)
- 2876. end
- 2877. delDown()
- 2878. delUp()
- 2879. achDown()
- 2880. achUp()
- 2881. colDown()
- 2882. colUp()
- 2883. lckDown()
- 2884. lckUp()
- 2885. brkDown()
- 2886. brkUp()
- 2887. del.MouseButton1Click:connect(function()
- 2888. md2=1
- 2889. del_downFunc:disconnect()
- 2890. del_upFunc:disconnect()
- 2891. ach_downFunc:disconnect()
- 2892. ach_upFunc:disconnect()
- 2893. col_downFunc:disconnect()
- 2894. col_upFunc:disconnect()
- 2895. lck_downFunc:disconnect()
- 2896. lck_upFunc:disconnect()
- 2897. brk_downFunc:disconnect()
- 2898. brk_upFunc:disconnect()
- 2899. del.Style="RobloxButtonDefault"
- 2900. del.Selected=true
- 2901. ach.Style="RobloxButton"
- 2902. ach.Selected=false
- 2903. col.Style="RobloxButton"
- 2904. col.Selected=false
- 2905. lck.Style="RobloxButton"
- 2906. lck.Selected=false
- 2907. brk.Style="RobloxButton"
- 2908. brk.Selected=false
- 2909. delDown()
- 2910. delUp()
- 2911. end)
- 2912. ach.MouseButton1Click:connect(function()
- 2913. md2=2
- 2914. del_downFunc:disconnect()
- 2915. del_upFunc:disconnect()
- 2916. ach_downFunc:disconnect()
- 2917. ach_upFunc:disconnect()
- 2918. col_downFunc:disconnect()
- 2919. col_upFunc:disconnect()
- 2920. lck_downFunc:disconnect()
- 2921. lck_upFunc:disconnect()
- 2922. brk_downFunc:disconnect()
- 2923. brk_upFunc:disconnect()
- 2924. del.Style="RobloxButton"
- 2925. del.Selected=false
- 2926. ach.Style="RobloxButtonDefault"
- 2927. ach.Selected=true
- 2928. col.Style="RobloxButton"
- 2929. col.Selected=false
- 2930. lck.Style="RobloxButton"
- 2931. lck.Selected=false
- 2932. brk.Style="RobloxButton"
- 2933. brk.Selected=false
- 2934. achDown()
- 2935. achUp()
- 2936. end)
- 2937. col.MouseButton1Click:connect(function()
- 2938. md2=3
- 2939. del_downFunc:disconnect()
- 2940. del_upFunc:disconnect()
- 2941. ach_downFunc:disconnect()
- 2942. ach_upFunc:disconnect()
- 2943. col_downFunc:disconnect()
- 2944. col_upFunc:disconnect()
- 2945. lck_downFunc:disconnect()
- 2946. lck_upFunc:disconnect()
- 2947. brk_downFunc:disconnect()
- 2948. brk_upFunc:disconnect()
- 2949. del.Style="RobloxButton"
- 2950. del.Selected=false
- 2951. ach.Style="RobloxButton"
- 2952. ach.Selected=false
- 2953. col.Style="RobloxButtonDefault"
- 2954. col.Selected=true
- 2955. lck.Style="RobloxButton"
- 2956. lck.Selected=false
- 2957. brk.Style="RobloxButton"
- 2958. brk.Selected=false
- 2959. colDown()
- 2960. colUp()
- 2961. end)
- 2962. lck.MouseButton1Click:connect(function()
- 2963. md2=4
- 2964. del_downFunc:disconnect()
- 2965. del_upFunc:disconnect()
- 2966. ach_downFunc:disconnect()
- 2967. ach_upFunc:disconnect()
- 2968. col_downFunc:disconnect()
- 2969. col_upFunc:disconnect()
- 2970. lck_downFunc:disconnect()
- 2971. lck_upFunc:disconnect()
- 2972. brk_downFunc:disconnect()
- 2973. brk_upFunc:disconnect()
- 2974. del.Style="RobloxButton"
- 2975. del.Selected=false
- 2976. ach.Style="RobloxButton"
- 2977. ach.Selected=false
- 2978. col.Style="RobloxButton"
- 2979. col.Selected=false
- 2980. lck.Style="RobloxButtonDefault"
- 2981. lck.Selected=true
- 2982. brk.Style="RobloxButton"
- 2983. brk.Selected=false
- 2984. lckDown()
- 2985. lckUp()
- 2986. end)
- 2987. brk.MouseButton1Click:connect(function()
- 2988. md2=5
- 2989. del_downFunc:disconnect()
- 2990. del_upFunc:disconnect()
- 2991. ach_downFunc:disconnect()
- 2992. ach_upFunc:disconnect()
- 2993. col_downFunc:disconnect()
- 2994. col_upFunc:disconnect()
- 2995. lck_downFunc:disconnect()
- 2996. lck_upFunc:disconnect()
- 2997. brk_downFunc:disconnect()
- 2998. brk_upFunc:disconnect()
- 2999. del.Style="RobloxButton"
- 3000. del.Selected=false
- 3001. ach.Style="RobloxButton"
- 3002. ach.Selected=false
- 3003. col.Style="RobloxButton"
- 3004. col.Selected=false
- 3005. lck.Style="RobloxButton"
- 3006. lck.Selected=false
- 3007. brk.Style="RobloxButtonDefault"
- 3008. brk.Selected=true
- 3009. brkDown()
- 3010. brkUp()
- 3011. end)
- 3012. set.MouseButton1Click:connect(function()
- 3013. if(ste)then
- 3014. ste=false
- 3015. frs.Visible=false
- 3016. set.Style="RobloxButton"
- 3017. else
- 3018. ste=true
- 3019. frs.Visible=true
- 3020. set.Style="RobloxButtonDefault"
- 3021. end
- 3022. end)
- 3023. cls.MouseButton1Click:connect(function()
- 3024. ste=false
- 3025. frs.Visible=false
- 3026. set.Style="RobloxButton"
- 3027. end)
- 3028. ckb.MouseButton1Click:connect(function()
- 3029. md1=1
- 3030. ckb.Style="RobloxButtonDefault"
- 3031. ckb.Selected=true
- 3032. ckb.Text="Enabled"
- 3033. ckb.TextColor3=Color3.new(0,1,0)
- 3034. ryb.Style="RobloxButton"
- 3035. ryb.Selected=false
- 3036. ryb.Text="Disabled"
- 3037. ryb.TextColor3=Color3.new(1,0,0)
- 3038. end)
- 3039. ryb.MouseButton1Click:connect(function()
- 3040. md1=2
- 3041. ryb.Style="RobloxButtonDefault"
- 3042. ryb.Selected=true
- 3043. ryb.Text="Enabled"
- 3044. ryb.TextColor3=Color3.new(0,1,0)
- 3045. ckb.Style="RobloxButton"
- 3046. ckb.Selected=false
- 3047. ckb.Text="Disabled"
- 3048. ckb.TextColor3=Color3.new(1,0,0)
- 3049. end)
- 3050. rfb.MouseButton1Click:connect(function()
- 3051. if(md3==1)then
- 3052. md3=2
- 3053. rfb.Style="RobloxButton"
- 3054. rfb.Text="Disable Propertie"
- 3055. rfb.TextColor3=Color3.new(1,0,0)
- 3056. elseif(md3==2)then
- 3057. md3=1
- 3058. rfb.Style="RobloxButtonDefault"
- 3059. rfb.Text="Enable Propertie"
- 3060. rfb.TextColor3=Color3.new(0,1,0)
- 3061. end
- 3062. end)
- 3063. end)
- 3064. bin.Deselected:connect(function()
- 3065. clr=false
- 3066. if(box~=nil)then
- 3067. box:Destroy()
- 3068. end
- 3069. if(lso~=nil)then
- 3070. lso:Destroy()
- 3071. end
- 3072. if(gui~=nil)then
- 3073. gui:Destroy()
- 3074. end
- 3075. end)
- 3076. end
- 3077.
- 3078. -- Run chatEvent --
- 3079.
- 3080. iPrimaryChat=iOrb.Player.Chatted:connect(iOrbChat)
- 3081.
- 3082. -- Commands --
- 3083.
- 3084. iCmd.turn=function(boolean)
- 3085. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Turn=true elseif boolean=="false" then iOrb.Turn=false end
- 3086. end
- 3087.
- 3088. iCmd.tena=function(boolean)
- 3089. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Trail=true elseif boolean=="false" then iOrb.Trail=false end
- 3090. end
- 3091.
- 3092. iCmd.fena=function(boolean)
- 3093. if boolean=="true" or boolean==nil or boolean=="" then if iOrb.Fire~=nil then iOrb.Fire.Enabled=true end elseif boolean=="false" then if iOrb.Fire~=nil then iOrb.Fire.Enabled=false end end
- 3094. end
- 3095.
- 3096. iCmd.move=function(boolean)
- 3097. if boolean=="true" or boolean==nil or boolean=="" and not iOrb.Move then iOrb.Move=true elseif boolean=="false" then iOrb.Move=false end
- 3098. end
- 3099.
- 3100. iCmd.fchange=function(boolean)
- 3101. if boolean=="true" or boolean==nil or boolean=="" then iOrb.FireColorChange=true elseif boolean=="false" then iOrb.FireColorChange=false end
- 3102. end
- 3103.
- 3104. iCmd.localorb=function(boolean) if not iOrb.Orbed then
- 3105. if boolean=="true" or boolean==nil or boolean=="" then iOrb.LocalOrb=true if not iOrb.Orbed then iOrb.OrbParent=game.Workspace.CurrentCamera end iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) wait(.1) iOrb.LoadAnimation=true wait() iOrb.CreateOrb=true elseif boolean=="false" then if not iOrb.Orbed then iOrb.OrbParent=iOrb.DefaultParent end iOrb.LocalOrb=false iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(game.Workspace.CurrentCamera) wait(.1) iOrb.LoadAnimation=true wait() iOrb.CreateOrb=true end
- 3106. end end
- 3107.
- 3108. iCmd.particles=function(boolean)
- 3109. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Particles=true elseif boolean=="false" then iOrb.Particles=false end
- 3110. end
- 3111.
- 3112. iCmd.rotspeed=function(number)
- 3113. if tonumber(number,10) then iOrb.RotSpeed=tonumber(number,10) iOrb.RotCoef=tonumber(number,10) end
- 3114. end
- 3115.
- 3116. iCmd.levirise=function(number)
- 3117. if tonumber(number,10) then iOrb.LeviRise=tonumber(number,10) end
- 3118. end
- 3119.
- 3120. iCmd.levispeed=function(number)
- 3121. if tonumber(number,10) then iOrb.LeviSpeed=tonumber(number,10) end
- 3122. end
- 3123.
- 3124. iCmd.tsize=function(number)
- 3125. if tonumber(number,10) then iOrb.TSize=tonumber(number,10) end
- 3126. end
- 3127.
- 3128. iCmd.fsize=function(number)
- 3129. if tonumber(number,10) then if iOrb.Fire~=nil then iOrb.Fire.Size=tonumber(number,10) end end
- 3130. end
- 3131.
- 3132. iCmd.fheat=function(number)
- 3133. if tonumber(number,10) then if iOrb.Fire~=nil then iOrb.Fire.Heat=tonumber(number,10) end end
- 3134. end
- 3135.
- 3136. iCmd.x=function(number)
- 3137. if tonumber(number,10) then iOrb.BaseX=tonumber(number,10) end
- 3138. end
- 3139.
- 3140. iCmd.y=function(number)
- 3141. if tonumber(number,10) then iOrb.BaseY=tonumber(number,10) end
- 3142. end
- 3143.
- 3144. iCmd.z=function(number)
- 3145. if tonumber(number,10) then iOrb.BaseZ=tonumber(number,10) end
- 3146. end
- 3147.
- 3148. iCmd.kill=function(player)
- 3149. player=iGetPlayer(player)
- 3150. iPCmd(player,"Bright red")
- 3151. for _,v in pairs(player) do
- 3152. if v.Character~=nil then
- 3153. v.Character:BreakJoints()
- 3154. end
- 3155. end
- 3156. end
- 3157.
- 3158. iCmd.kl=function(player) iCmd.kill(player) end
- 3159.
- 3160. iCmd.loopkill=function(player)
- 3161. player=iGetPlayer(player)
- 3162. iPCmd(player,"Bright red")
- 3163. for _,v in pairs(player) do
- 3164. table.insert(iLkl,tostring(v))
- 3165. end
- 3166. end
- 3167.
- 3168. iCmd.lkl=function(player) iCmd.loopkill(player) end
- 3169.
- 3170. iCmd.unloopkill=function(player) player=iGetPlayer(player)
- 3171. for _,v in pairs(player) do
- 3172. for i,t in pairs(iLkl) do
- 3173. if tostring(v):match(t) then table.remove(iLkl,i) end
- 3174. end
- 3175. end
- 3176. end
- 3177.
- 3178. iCmd.unlkl=function(player) iCmd.unloopkill(player) end
- 3179.
- 3180. iCmd.kick=function(player)
- 3181. player=iGetPlayer(player)
- 3182. iPCmd(player,"Bright red")
- 3183. for _,v in pairs(player) do
- 3184. local obj=Instance.new("ObjectValue",game.Players) obj.Name=v.Name v:Destroy()
- 3185. end
- 3186. end
- 3187.
- 3188. iCmd.banlist=function()
- 3189. for _,v in pairs(iBan) do
- 3190. iOrb.runmsg=true iTypeMsg(tostring(v):sub(1,i),1) iOrb.runmsg=false
- 3191. end
- 3192. end
- 3193.
- 3194. iCmd.ban=function(player)
- 3195. player=iGetPlayer(player)
- 3196. iPCmd(player,"Bright red")
- 3197. for _,v in pairs(player) do
- 3198. table.insert(iBan,v) local obj=Instance.new("ObjectValue",game.Players) obj.Name=v.Name v:Destroy()
- 3199. end
- 3200. end
- 3201.
- 3202. iCmd.unban=function(player) plrb=iGetPlayer(player)
- 3203. for _,v in pairs(plrb) do
- 3204. for i,t in pairs(iBan) do
- 3205. if tostring(v):match(t) then table.remove(iBan,i) end
- 3206. end
- 3207. end
- 3208. for _,v in pairs(iBan) do if player~=nil or player~="" or player~="all" then
- 3209. if string.lower(tostring(v):sub(1,player:len()))==player:lower() then
- 3210. table.remove(iBan,_) if game.Players:FindFirstChild(v) then if game.Players:FindFirstChild(v):IsA("ObjectValue") then game.Players:FindFirstChild(v):remove() end end
- 3211. end
- 3212. elseif player==nil or player=="" or player=="all" then table.remove(iBan,_) if game.Players:FindFirstChild(v):IsA("ObjectValue") then game.Players:FindFirstChild(v):remove() end end end
- 3213. end
- 3214.
- 3215. iCmd.orb=function() if not iOrb.Orbed and game.Players.LocalPlayer~=nil then
- 3216. iOrb.Player.Character.Archivable=true
- 3217. iOrb.CharacterClone = iOrb.Player.Character:clone()
- 3218. iOrb.CreateOrb=false iOrb.Orbed=true iOrb.LocalOrb=false iOrb.sCmdExecution=false iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) wait(.05) iOrb.Name=iOrb.OrbedName wait() iOrb.CreateOrb=true
- 3219. end end
- 3220.
- 3221. iCmd.char=function() if iOrb.Orbed and game.Players:FindFirstChild(iOrb.PlayerName) then if not game.Players:FindFirstChild(iOrb.PlayerName):IsA("ObjectValue") then wait()
- 3222. local currentOrbPosition = iOrb.Orb.CFrame
- 3223. iOrb.CreateOrb=false iOrb.Orbed=false iOrb.LocalOrb=false iOrb.sCmdExecution=true iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) iRemoveOrb(game.Workspace) iOrb.Name=iOrb.OrbName iBackupsCmd() wait()
- 3224. iOrb.CharacterClone.Parent=game.Workspace
- 3225. iOrb.Player.Character = iOrb.CharacterClone
- 3226. if iOrb.CharacterClone:FindFirstChild("Animate") then
- 3227. iOrb.CharacterClone.Animate.Disabled = true
- 3228. wait()
- 3229. iOrb.CharacterClone.Animate.Disabled = false
- 3230. end
- 3231. repeat wait() until game.Players.LocalPlayer.Character~=nil and game.Players.LocalPlayer.Character:FindFirstChild("Torso") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health > 0 iOrb.CharacterClone:FindFirstChild("Torso").CFrame=CFrame.new(currentOrbPosition.p) iOrb.CharacterClone.Archivable=false iOrb.CharacterClone=nil iOrb.CreateOrb=true iOrb.Move=true
- 3232. end end end
- 3233.
- 3234. iCmd.fly=function() if not iOrb.Orbed then
- 3235. if iOrb.Player ~= nil then
- 3236. if iOrb.Player.Character ~= nil then
- 3237. iStriker()
- 3238. end
- 3239. end
- 3240. end end
- 3241.
- 3242. iCmd.ff=function(player)
- 3243. player=iGetPlayer(player)
- 3244. iPCmd(player,"Bright blue")
- 3245. for _,v in pairs(player) do
- 3246. if v.Character~=nil then
- 3247. Instance.new("ForceField",v.Character)
- 3248. end
- 3249. end
- 3250. end
- 3251.
- 3252. iCmd.explode=function(player)
- 3253. if iOrb.Orbed and iOrb.Orb~=nil and player=="me" then
- 3254. local boom=Instance.new("Explosion",iOrb.Orb)
- 3255. boom.Position=iOrb.Orb.CFrame.p
- 3256. boom.ExplosionType=2
- 3257. else
- 3258. player=iGetPlayer(player)
- 3259. iPCmd(player,"Bright red")
- 3260. for _,v in pairs(player) do
- 3261. if v.Character~=nil then
- 3262. if v.Character:FindFirstChild("Torso") then
- 3263. local boom=Instance.new("Explosion",v.Character.Torso)
- 3264. boom.Position=v.Character.Torso.CFrame.p
- 3265. boom.ExplosionType=2
- 3266. end
- 3267. end
- 3268. end
- 3269. end
- 3270. end
- 3271.
- 3272. iCmd.expl=function(player) iCmd.explode(player) end
- 3273.
- 3274. iCmd.tower=function(player,height,duration)
- 3275. player=iGetPlayer(player)
- 3276. iPCmd(player,"Bright red")
- 3277. for _,v in pairs(player) do
- 3278. if v == iOrb.Player and iOrb.Orbed then else
- 3279. if v.Character~=nil then
- 3280. if v.Character:FindFirstChild("Torso") then
- 3281. coroutine.wrap(function()
- 3282. local heightValue = nil
- 3283. local part = Instance.new("Part",game.Workspace)
- 3284. part.Name = "iTower"
- 3285. part.Anchored = true
- 3286. part.Locked = true
- 3287. part.CanCollide = true
- 3288. part.FormFactor = Enum.FormFactor.Custom
- 3289. part.Material = Enum.Material.Concrete
- 3290. part.BottomSurface="Smooth"
- 3291. part.TopSurface="Smooth"
- 3292. part.BrickColor = BrickColor.new("Medium stone grey")
- 3293. part.Size = Vector3.new(10,.2,10)
- 3294. part.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-2.5,0)
- 3295. if height == "" or tonumber(height) <= 0 or height == nil then heightValue = 30
- 3296. else heightValue = tonumber(height) end
- 3297. for i = part.Size.y, heightValue, .25 do wait()
- 3298. local currentPos = part.CFrame
- 3299. part.Size = Vector3.new(10,i,10)
- 3300. part.CFrame = currentPos * CFrame.new(0,.25/2,0)
- 3301. end
- 3302. coroutine.wrap(function()
- 3303. local durationValue = nil
- 3304. if duration == "" or duration == nil or tonumber(duration) > 120 or tonumber(duration) <= 0 then durationValue = 15
- 3305. else durationValue = tonumber(duration) end
- 3306. wait(durationValue)
- 3307. if part ~= nil and part.Parent == game.Workspace then
- 3308. for i = part.Size.y, .2, -.25 do wait()
- 3309. pcall(function()
- 3310. local currentPos = part.CFrame
- 3311. part.Size = Vector3.new(10,i,10)
- 3312. part.CFrame = currentPos * CFrame.new(0,-.25/2,0)
- 3313. end)
- 3314. end
- 3315. pcall(function() part:remove() end)
- 3316. end
- 3317. end)()
- 3318. end)()
- 3319. end
- 3320. end
- 3321. end
- 3322. end
- 3323. end
- 3324.
- 3325. iCmd.respawn=function(player)
- 3326. player=iGetPlayer(player)
- 3327. iPCmd(player,"Bright blue")
- 3328. for _,v in pairs(player) do coroutine.resume(coroutine.create(function()
- 3329. if v==game.Players.LocalPlayer and iOrb.Orbed then return end
- 3330. local model=Instance.new("Model",game.Workspace)
- 3331. local humanoid=Instance.new("Humanoid",model)
- 3332. local head=Instance.new("Part",model)
- 3333. head.Anchored=true
- 3334. head.Locked=true
- 3335. head.CanCollide=true
- 3336. head.Transparency=1
- 3337. head.CFrame=CFrame.new(0,100000,0)
- 3338. head.Name="Torso"
- 3339. head.FormFactor="Custom"
- 3340. head.Size=Vector3.new(.2,.2,.2)
- 3341. model.Name=""
- 3342. humanoid.MaxHealth=math.huge
- 3343. v.Character=model wait(.1)
- 3344. if v==game.Players.LocalPlayer then iOrb.runmsg=true iTypeMsg("Respawning. Please wait...",3) iOrb.runmsg=false end end))
- 3345. end
- 3346. end
- 3347.
- 3348. iCmd.resp=function(player) iCmd.respawn(player) end
- 3349.
- 3350. iCmd.punish=function(player)
- 3351. player=iGetPlayer(tostring(player))
- 3352. iPCmd(player,"Bright red")
- 3353. for _,v in pairs(player) do
- 3354. if v.Character~=nil then
- 3355. v.Character.Parent=game:GetService("Debris")
- 3356. end
- 3357. end
- 3358. end
- 3359.
- 3360. iCmd.pun=function(player) iCmd.punish(player) end
- 3361.
- 3362. iCmd.unpunish=function(player)
- 3363. player=iGetPlayer(tostring(player))
- 3364. iPCmd(player,"Camo")
- 3365. for _,v in pairs(player) do
- 3366. if v.Character~=nil then
- 3367. for i,p in pairs(game:GetService("Debris"):GetChildren())do
- 3368. if p:IsA("Model") and game.Players:FindFirstChild(p.Name) then
- 3369. p.Parent=game.Workspace
- 3370. p:MakeJoints()
- 3371. end
- 3372. end
- 3373. end
- 3374. end
- 3375. end
- 3376.
- 3377. iCmd.unpun=function(player) iCmd.unpunish(player) end
- 3378.
- 3379. iCmd.unff=function(player)
- 3380. player=iGetPlayer(tostring(player))
- 3381. iPCmd(player,"Bright blue")
- 3382. for _,v in pairs(player) do
- 3383. if v.Character~=nil then
- 3384. for _,e in pairs(v.Character:GetChildren())do
- 3385. if e:IsA("ForceField") then
- 3386. e:remove()
- 3387. end
- 3388. end
- 3389. end
- 3390. end
- 3391. end
- 3392.
- 3393. iCmd.skydive=function(player)
- 3394. player=iGetPlayer(player)
- 3395. iPCmd(player,"Bright blue")
- 3396. for _,v in pairs(player) do
- 3397. if v.Character~=nil then
- 3398. if v.Character:FindFirstChild("Torso") then
- 3399. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=CFrame.new(0,1000,0) end end))
- 3400. end
- 3401. end
- 3402. end
- 3403. end
- 3404.
- 3405. iCmd.tp=function(player,player2)
- 3406. player=iGetPlayer(player)
- 3407. player2=iGetPlayer(player2)
- 3408. coroutine.resume(coroutine.create(iPCmd),player,"Bright blue")
- 3409. iPCmd(player2,"Bright blue")
- 3410. for _,v in pairs(player) do
- 3411. for i,v2 in pairs(player2) do if v~=v2 then
- 3412. if v.Character~=nil and v2.Character~=nil then
- 3413. if v.Character:FindFirstChild("Torso") and v2.Character:FindFirstChild("Torso") then
- 3414. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=CFrame.new(v2.Character.Torso.CFrame.p)*CFrame.new(Vector3.new(0,6,0)) end end))
- 3415. end
- 3416. end
- 3417. end end
- 3418. end
- 3419. end
- 3420.
- 3421. iCmd.tele=function(player,player2) iCmd.tp(player,player2) end
- 3422.
- 3423. iCmd.teleport=function(player,player2) iCmd.tp(player,player2) end
- 3424.
- 3425. iCmd.teletoorb=function(player)
- 3426. player=iGetPlayer(player)
- 3427. iPCmd(player,"Bright blue")
- 3428. for _,v in pairs(player) do
- 3429. if v.Character~=nil and iOrb.Orb~=nil then
- 3430. if v.Character:FindFirstChild("Torso") then
- 3431. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=iOrb.Orb.CFrame*CFrame.new(0,4,0) end end))
- 3432. end
- 3433. end
- 3434. end
- 3435. end
- 3436.
- 3437. iCmd.tto=function(player) iCmd.teletoorb(player) end
- 3438.
- 3439. iCmd.grab=function(player)
- 3440. player=iGetPlayer(player)
- 3441. iPCmd(player,"Magenta")
- 3442. for _,v in pairs(player) do
- 3443. table.insert(iGrb,v)
- 3444. end
- 3445. end
- 3446.
- 3447. iCmd.release=function(player)
- 3448. player=iGetPlayer(player)
- 3449. for _,v in pairs(player) do
- 3450. for i,pl in pairs(iGrb) do
- 3451. if pl==v then table.remove(iGrb,i)
- 3452. if v.Character~=nil then
- 3453. if v.Character:FindFirstChild("Torso") then
- 3454. v.Character.Torso.Anchored=false
- 3455. if iOrb.Orb~=nil then
- 3456. v.Character.Torso.CFrame=iOrb.Orb.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- 3457. elseif game.Workspace.CurrentCamera~=nil then
- 3458. v.Character.Torso.CFrame=game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- 3459. end
- 3460. end
- 3461. if v.Character:FindFirstChild("Humanoid") then
- 3462. v.Character.Humanoid.WalkSpeed=16
- 3463. v.Character.Humanoid.PlatformStand=false
- 3464. end
- 3465. function getParts(path)
- 3466. for _,pl in pairs(path:GetChildren())do
- 3467. if pl:IsA("BasePart") or v:IsA("Decal") then
- 3468. pl.Transparency=0
- 3469. end getParts(pl)
- 3470. end
- 3471. end getParts(v.Character)
- 3472. end
- 3473. end
- 3474. end
- 3475. end
- 3476. end
- 3477.
- 3478. iCmd.drop=function(player) iCmd.release(player) end
- 3479.
- 3480. iCmd.renew=function() if iOrb.Orb~=nil then
- 3481. iOrb.LoadAnimation=false wait() iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) if iOrb.Orbed then iRemoveOrb(game.Workspace) end wait(.1) iOrb.CreateOrb=true wait() iOrb.LoadAnimation=true
- 3482. end end
- 3483.
- 3484. iCmd.nogravity=function(player)
- 3485. player=iGetPlayer(player)
- 3486. iPCmd(player,"Bright yellow")
- 3487. for _,v in pairs(player) do
- 3488. if v.Character~=nil then
- 3489. if v.Character:FindFirstChild("Torso") then
- 3490. local grav = Instance.new("BodyForce")
- 3491. grav.force=Vector3.new(0,2500,0)
- 3492. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end grav.Parent = v.Character.Torso
- 3493. end
- 3494. end
- 3495. end
- 3496. end
- 3497.
- 3498. iCmd.nograv=function(player) iCmd.nogravity(player) end
- 3499.
- 3500. iCmd.setgrav=function(player,number)
- 3501. player=iGetPlayer(player)
- 3502. iPCmd(player,"Bright yellow")
- 3503. for _,v in pairs(player) do
- 3504. if v.Character~=nil then
- 3505. if tonumber(number,10) and v.Character:FindFirstChild("Torso") then
- 3506. local grav = Instance.new("BodyForce")
- 3507. grav.force=Vector3.new(0,-10*tonumber(number,10),0)
- 3508. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end grav.Parent = v.Character.Torso
- 3509. end
- 3510. end
- 3511. end
- 3512. end
- 3513.
- 3514. iCmd.setgravity=function(player,number) iCmd.setgrav(player,number) end
- 3515.
- 3516. iCmd.gravity=function(player)
- 3517. player=iGetPlayer(player)
- 3518. iPCmd(player,"Bright yellow")
- 3519. for _,v in pairs(player) do
- 3520. if v.Character~=nil then
- 3521. if v.Character:FindFirstChild("Torso") then
- 3522. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end
- 3523. end
- 3524. end
- 3525. end
- 3526. end
- 3527.
- 3528. iCmd.grav=function(player) iCmd.gravity(player) end
- 3529.
- 3530. iCmd.walkspeed=function(player,number)
- 3531. player=iGetPlayer(player)
- 3532. iPCmd(player,"Bright yellow")
- 3533. for _,v in pairs(player) do
- 3534. if v.Character~=nil then
- 3535. if tonumber(number,10) and v.Character:FindFirstChild("Humanoid") then
- 3536. v.Character.Humanoid.WalkSpeed=tonumber(number,10)
- 3537. end
- 3538. end
- 3539. end
- 3540. end
- 3541.
- 3542. iCmd.ws=function(player,number) iCmd.walkspeed(player,number) end
- 3543.
- 3544. iCmd.sit=function(player)
- 3545. player=iGetPlayer(player)
- 3546. iPCmd(player,"Grime")
- 3547. for _,v in pairs(player) do
- 3548. if v.Character~=nil then
- 3549. if v.Character:FindFirstChild("Humanoid") then
- 3550. v.Character.Humanoid.Sit=true
- 3551. end
- 3552. end
- 3553. end
- 3554. end
- 3555.
- 3556. iCmd.jump=function(player)
- 3557. player=iGetPlayer(player)
- 3558. iPCmd(player,"Grime")
- 3559. for _,v in pairs(player) do
- 3560. if v.Character~=nil then
- 3561. if v.Character:FindFirstChild("Humanoid") then
- 3562. v.Character.Humanoid.Jump=true
- 3563. end
- 3564. end
- 3565. end
- 3566. end
- 3567.
- 3568. iCmd.platformstand=function(player)
- 3569. player=iGetPlayer(player)
- 3570. iPCmd(player,"Grime")
- 3571. for _,v in pairs(player) do
- 3572. if v.Character~=nil then
- 3573. if v.Character:FindFirstChild("Humanoid") then
- 3574. v.Character.Humanoid.PlatformStand=true
- 3575. end
- 3576. end
- 3577. end
- 3578. end
- 3579.
- 3580. iCmd.ps=function(player) iCmd.platformstand(player) end
- 3581.
- 3582. iCmd.heal=function(player)
- 3583. player=iGetPlayer(player)
- 3584. iPCmd(player,"Camo")
- 3585. for _,v in pairs(player) do
- 3586. if v.Character~=nil then coroutine.resume(coroutine.create(function()
- 3587. if v.Character:FindFirstChild("Humanoid") then
- 3588. for i=1, 26, 1 do wait()
- 3589. v.Character.Humanoid.Health=v.Character.Humanoid.MaxHealth
- 3590. end
- 3591. end
- 3592. end)) end
- 3593. end
- 3594. end
- 3595.
- 3596. iCmd.undead=function(player)
- 3597. player=iGetPlayer(player)
- 3598. iPCmd(player,"Camo")
- 3599. for _,v in pairs(player) do
- 3600. if v.Character~=nil then coroutine.resume(coroutine.create(function()
- 3601. if v.Character:FindFirstChild("Humanoid") then
- 3602. for i=1, 26, 1 do wait()
- 3603. v.Character.Humanoid.MaxHealth=math.huge
- 3604. v.Character.Humanoid.Health=math.huge
- 3605. end
- 3606. end
- 3607. end)) end
- 3608. end
- 3609. end
- 3610.
- 3611. iCmd.sethealth=function(player,number) if tonumber(number,10) then
- 3612. player=iGetPlayer(player)
- 3613. iPCmd(player,"Camo")
- 3614. for _,v in pairs(player) do
- 3615. if v.Character~=nil then coroutine.resume(coroutine.create(function()
- 3616. if v.Character:FindFirstChild("Humanoid") then
- 3617. for i=1, 26, 1 do
- 3618. v.Character.Humanoid.MaxHealth=tonumber(number,10) wait()
- 3619. v.Character.Humanoid.Health=tonumber(number,10)
- 3620. end
- 3621. end
- 3622. end)) end
- 3623. end
- 3624. end end
- 3625.
- 3626. iCmd.find=function(player)
- 3627. player=iGetPlayer(player) iPCmd(player,"White")
- 3628. end
- 3629.
- 3630. iCmd.damage=function(player,number)
- 3631. player=iGetPlayer(player)
- 3632. iPCmd(player,"Bright red")
- 3633. for _,v in pairs(player) do
- 3634. if v.Character~=nil then
- 3635. if tonumber(number,10) and v.Character:FindFirstChild("Humanoid") then
- 3636. v.Character.Humanoid.Health=v.Character.Humanoid.Health-tonumber(number,10)
- 3637. end
- 3638. end
- 3639. end
- 3640. end
- 3641.
- 3642. iCmd.dmg=function(player,number) iCmd.damage(player,number) end
- 3643.
- 3644. iStr.rename=function(string) if iOrb.Model~=nil then if string:len() > 60 then if iOrb.Orbed then
- 3645. iOrb.Name=iOrb.PlayerName.." : "..string:sub(1,60) iOrb.Model.Name=iOrb.PlayerName.." : "..string:sub(1,60) else iOrb.Name=string:sub(1,60) iOrb.Model.Name=string:sub(1,60) end elseif string:len() <= 60 and string:len() > 0 then if iOrb.Orbed then iOrb.Name=iOrb.PlayerName.." : "..string iOrb.Model.Name=iOrb.PlayerName.." : "..string else iOrb.Name=string iOrb.Model.Name=string end elseif string==nil or string:len()==0 then if iOrb.Orbed then iOrb.Name=iOrb.PlayerName iOrb.Model.Name=iOrb.PlayerName else iOrb.Name="" iOrb.Model.Name="" end end
- 3646. end end
- 3647.
- 3648. iStr.setname=function(string)
- 3649. if iOrb.Player~=nil then
- 3650. if iOrb.Player.Character~=nil then
- 3651. local ToolsTable= {}
- 3652. local CharTool = nil
- 3653. for index, tool in pairs(iOrb.Player.Character:GetChildren()) do
- 3654. if tool:IsA("Tool") then
- 3655. tool.Parent = nil
- 3656. CharTool = tool
- 3657. end
- 3658. end
- 3659. for index, tool in pairs(iOrb.Player.Backpack:GetChildren()) do
- 3660. tool.Parent = nil
- 3661. table.insert(ToolsTable, tool)
- 3662. end
- 3663. iOrb.Player.Character.Archivable = true
- 3664. iOrb.CharacterClone = iOrb.Player.Character:Clone()
- 3665. iOrb.CharacterClone.Name = string
- 3666. iOrb.CharacterClone.Archivable = false
- 3667. iOrb.CharacterClone.Parent = game.Workspace
- 3668. iOrb.Player.Character = iOrb.CharacterClone
- 3669. if iOrb.CharacterClone:FindFirstChild("Animate") then
- 3670. iOrb.CharacterClone.Animate.Disabled = true
- 3671. wait()
- 3672. iOrb.CharacterClone.Animate.Disabled = false
- 3673. end
- 3674. iOrb.CharacterClone.Archivable = false
- 3675. iOrb.CharacterClone = nil
- 3676. wait(.1)
- 3677. if CharTool ~= nil then
- 3678. CharTool.Parent = iOrb.Player.Character
- 3679. end
- 3680. for index, tool in pairs(ToolsTabke) do
- 3681. tool.Parent = iOrb.Player.Backpack
- 3682. end
- 3683. end
- 3684. end
- 3685. end
- 3686.
- 3687. iStr.sn=function(string) iStr.setname(string) end
- 3688.
- 3689. iCmd.freeze=function(player)
- 3690. player=iGetPlayer(player)
- 3691. iPCmd(player,"Teal")
- 3692. for _,v in pairs(player) do
- 3693. if v.Character~=nil then
- 3694. function freeze(path)
- 3695. for _,v in pairs(path:GetChildren())do
- 3696. if v:IsA("BasePart") then
- 3697. v.Anchored=true
- 3698. end freeze(v)
- 3699. end end freeze(v.Character)
- 3700. if v.Character:FindFirstChild("Torso") then v.Character.Torso.CFrame=v.Character.Torso.CFrame*CFrame.new(Vector3.new(0,1.5,0)) v.Character.Torso.Transparency=1 end
- 3701. if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid.WalkSpeed=0 end
- 3702. end
- 3703. end
- 3704. end
- 3705.
- 3706. iCmd.unfreeze=function(player)
- 3707. player=iGetPlayer(player)
- 3708. iPCmd(player,"Teal")
- 3709. for _,v in pairs(player) do
- 3710. if v.Character~=nil then
- 3711. function freeze(path)
- 3712. for _,v in pairs(path:GetChildren())do
- 3713. if v:IsA("BasePart") then
- 3714. v.Anchored=false
- 3715. end freeze(v)
- 3716. end end freeze(v.Character)
- 3717. if v.Character:FindFirstChild("Torso") then v.Character.Torso.Transparency=0 end
- 3718. if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid.WalkSpeed=16 end
- 3719. end
- 3720. end
- 3721. end
- 3722.
- 3723. iCmd.thaw=function(player) iCmd.unfreeze(player) end
- 3724.
- 3725. iCmd.lock=function(player)
- 3726. player=iGetPlayer(player)
- 3727. iPCmd(player,"Alder")
- 3728. for _,v in pairs(player) do
- 3729. if v.Character~=nil then
- 3730. function freeze(path)
- 3731. for _,v in pairs(path:GetChildren())do
- 3732. if v:IsA("BasePart") then
- 3733. v.Locked=true
- 3734. end freeze(v)
- 3735. end end freeze(v.Character)
- 3736. end
- 3737. end
- 3738. end
- 3739.
- 3740. iCmd.unlock=function(player)
- 3741. player=iGetPlayer(player)
- 3742. iPCmd(player,"Pastel violet")
- 3743. for _,v in pairs(player) do
- 3744. if v.Character~=nil then
- 3745. function freeze(path)
- 3746. for _,v in pairs(path:GetChildren())do
- 3747. if v:IsA("BasePart") then
- 3748. v.Locked=false
- 3749. end freeze(v)
- 3750. end end freeze(v.Character)
- 3751. end
- 3752. end
- 3753. end
- 3754.
- 3755. iCmd.hide=function() if iOrb.Orb~=nil then
- 3756. iOrb.Fire.Enabled=false iOrb.Particles=false iOrb.Trail=false iOrb.Orb.Transparency=1
- 3757. end end
- 3758.
- 3759. iCmd.show=function() if iOrb.Orb~=nil then
- 3760. iOrb.Fire.Enabled=true iOrb.Particles=true iOrb.Trail=true iOrb.Orb.Transparency=0
- 3761. end end
- 3762.
- 3763. iCmd.invisible=function(player)
- 3764. player=iGetPlayer(player)
- 3765. iPCmd(player,"Royal purple")
- 3766. for _,v in pairs(player) do
- 3767. if v.Character~=nil then
- 3768. if v==iOrb.Player then if not iOrb.Orbed then iCmd.hide('') end end
- 3769. function visi(path)
- 3770. for _,v in pairs(path:GetChildren())do
- 3771. if v:IsA("BasePart") or v:IsA("Decal") then
- 3772. v.Transparency=1
- 3773. end
- 3774. visi(v)
- 3775. end
- 3776. end visi(v.Character)
- 3777. end
- 3778. end
- 3779. end
- 3780.
- 3781. iCmd.invisi=function(player) iCmd.invisible(player) end
- 3782.
- 3783. iCmd.visible=function(player)
- 3784. player=iGetPlayer(player)
- 3785. iPCmd(player,"Pink")
- 3786. for _,v in pairs(player) do
- 3787. if v.Character~=nil then
- 3788. if v==iOrb.Player then if not iOrb.Orbed then iCmd.show('') end end
- 3789. function visi(path)
- 3790. for _,v in pairs(path:GetChildren())do
- 3791. if v:IsA("BasePart") or v:IsA("Decal") then
- 3792. v.Transparency=0
- 3793. end
- 3794. visi(v)
- 3795. end
- 3796. end visi(v.Character)
- 3797. end
- 3798. end
- 3799. end
- 3800.
- 3801. iCmd.visi=function(player) iCmd.visible(player) end
- 3802.
- 3803. iCmd.fire=function(player)
- 3804. player=iGetPlayer(player)
- 3805. iPCmd(player,"Really red")
- 3806. for _,v in pairs(player) do
- 3807. if v.Character~=nil then
- 3808. function obj(path)
- 3809. for _,x in pairs(path:GetChildren())do
- 3810. if x:IsA("BasePart") then
- 3811. Instance.new("Fire",x)
- 3812. end obj(x)
- 3813. end
- 3814. end obj(v.Character)
- 3815. end
- 3816. end
- 3817. end
- 3818.
- 3819. iCmd.unfire=function(player)
- 3820. player=iGetPlayer(player)
- 3821. iPCmd(player,"Really red")
- 3822. for _,v in pairs(player) do
- 3823. if v.Character~=nil then
- 3824. function obj(path)
- 3825. for _,x in pairs(path:GetChildren())do
- 3826. if x:IsA("Fire") then
- 3827. x:remove()
- 3828. end obj(x)
- 3829. end
- 3830. end obj(v.Character)
- 3831. end
- 3832. end
- 3833. end
- 3834.
- 3835. iCmd.smoke=function(player)
- 3836. player=iGetPlayer(player)
- 3837. iPCmd(player,"Dark stone grey")
- 3838. for _,v in pairs(player) do
- 3839. if v.Character~=nil then
- 3840. function obj(path)
- 3841. for _,x in pairs(path:GetChildren())do
- 3842. if x:IsA("BasePart") then
- 3843. Instance.new("Smoke",x)
- 3844. end obj(x)
- 3845. end
- 3846. end obj(v.Character)
- 3847. end
- 3848. end
- 3849. end
- 3850.
- 3851. iCmd.unsmoke=function(player)
- 3852. player=iGetPlayer(player)
- 3853. iPCmd(player,"Dark stone grey")
- 3854. for _,v in pairs(player) do
- 3855. if v.Character~=nil then
- 3856. function obj(path)
- 3857. for _,x in pairs(path:GetChildren())do
- 3858. if x:IsA("Smoke") then
- 3859. x:remove()
- 3860. end obj(x)
- 3861. end
- 3862. end obj(v.Character)
- 3863. end
- 3864. end
- 3865. end
- 3866.
- 3867. iCmd.sparkles=function(player)
- 3868. player=iGetPlayer(player)
- 3869. iPCmd(player,"White")
- 3870. for _,v in pairs(player) do
- 3871. if v.Character~=nil then
- 3872. function obj(path)
- 3873. for _,x in pairs(path:GetChildren())do
- 3874. if x:IsA("BasePart") then
- 3875. Instance.new("Sparkles",x)
- 3876. end obj(x)
- 3877. end
- 3878. end obj(v.Character)
- 3879. end
- 3880. end
- 3881. end
- 3882.
- 3883. iCmd.unsparkles=function(player)
- 3884. player=iGetPlayer(player)
- 3885. iPCmd(player,"White")
- 3886. for _,v in pairs(player) do
- 3887. if v.Character~=nil then
- 3888. function obj(path)
- 3889. for _,x in pairs(path:GetChildren())do
- 3890. if x:IsA("Sparkles") then
- 3891. x:remove()
- 3892. end
- 3893. obj(x)
- 3894. end
- 3895. end obj(v.Character)
- 3896. end
- 3897. end
- 3898. end
- 3899.
- 3900. iCmd.god=function(player)
- 3901. player=iGetPlayer(player)
- 3902. iPCmd(player,"White")
- 3903. for _,v in pairs(player) do
- 3904. if v.Character~=nil then
- 3905. local _Info = {tostring(v.Name)}
- 3906. function obj(path)
- 3907. for _,x in pairs(path:GetChildren())do
- 3908. if x:IsA("BasePart") then
- 3909. local _Event = x.Touched:connect(function(part)
- 3910. part.Anchored = true
- 3911. coroutine.wrap(function()
- 3912. for i = 0, 1, 0.1 do wait()
- 3913. part.Transparency = i
- 3914. end
- 3915. part:remove()
- 3916. end)()
- 3917. end) table.insert(_Info, _Event)
- 3918. end obj(x)
- 3919. end
- 3920. end obj(v.Character)
- 3921. table.insert(iGod, _Info)
- 3922. end
- 3923. end
- 3924. end
- 3925.
- 3926. iCmd.ungod=function(player)
- 3927. player=iGetPlayer(player)
- 3928. iPCmd(player,"White")
- 3929. for i,gt in pairs(iGod)do
- 3930. for _,v in pairs(player) do
- 3931. if i:sub(1,v.Name:len()) == v.Name then
- 3932. table.remove(iGod, i)
- 3933. end
- 3934. end
- 3935. end
- 3936. end
- 3937.
- 3938. iCmd.unit=function(player) if iOrb.Orbed==true and game.Workspace.CurrentCamera~=nil then
- 3939. if player==nil or player=="" then game.Workspace.CurrentCamera.CoordinateFrame=CFrame.new(0,1,0) else
- 3940. player=iGetPlayer(player)
- 3941. for _,v in pairs(player)do
- 3942. if v.Character~=nil then
- 3943. if v.Character:FindFirstChild("Torso") then
- 3944. game.Workspace.CurrentCamera.CoordinateFrame=v.Character.Torso.CFrame
- 3945. game.Workspace.CurrentCamera.Focus=CFrame.new((v.Character.Torso.CFrame.lookVector)*1000)
- 3946. end
- 3947. end
- 3948. end end
- 3949. end end
- 3950.
- 3951. iStr.time=function(string)
- 3952. game:GetService("Lighting").TimeOfDay=string
- 3953. end
- 3954.
- 3955. iCmd.fogend=function(number)
- 3956. if tonumber(number,10) then game:GetService("Lighting").FogEnd=tonumber(number,10) end
- 3957. end
- 3958.
- 3959. iCmd.fogstart=function(number)
- 3960. if tonumber(number,10) then game:GetService("Lighting").FogStart=tonumber(number,10) end
- 3961. end
- 3962.
- 3963. iVal.fogcolor=function(x,y,z)
- 3964. game:GetService("Lighting").FogColor=Color3.new(x/255,y/255,z/255)
- 3965. end
- 3966.
- 3967. iVal.fcolor1=function(x,y,z) iOrb.FireColorChange=false
- 3968. iOrb.Fire.Color=Color3.new(x/255,y/255,z/255)
- 3969. end
- 3970.
- 3971. iVal.fcolor2=function(x,y,z) iOrb.FireColorChange=false
- 3972. iOrb.Fire.SecondaryColor=Color3.new(x/255,y/255,z/255)
- 3973. end
- 3974.
- 3975. iVal.fcolor=function(x,y,z) iOrb.FireColorChange=false
- 3976. iOrb.Fire.Color=Color3.new(x/255,y/255,z/255)
- 3977. iOrb.Fire.SecondaryColor=Color3.new(x/255,y/255,z/255)
- 3978. end
- 3979.
- 3980. iVal.ambient=function(x,y,z)
- 3981. game:GetService("Lighting").Ambient=Color3.new(x/255,y/255,z/255)
- 3982. end
- 3983.
- 3984. iCmd.nbc=function(player) player=iGetPlayer(player)
- 3985. for _,v in pairs(player) do
- 3986. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 0 end))
- 3987. end
- 3988. end
- 3989.
- 3990. iCmd.bc=function(player) player=iGetPlayer(player) iPCmd(player,"Cool yellow")
- 3991. for _,v in pairs(player) do
- 3992. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 1 end))
- 3993. end
- 3994. end
- 3995.
- 3996. iCmd.tbc=function(player) player=iGetPlayer(player) iPCmd(player,"Bright orange")
- 3997. for _,v in pairs(player) do
- 3998. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 2 end))
- 3999. end
- 4000. end
- 4001.
- 4002. iCmd.obc=function(player) player=iGetPlayer(player) iPCmd(player,"Black")
- 4003. for _,v in pairs(player) do
- 4004. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 3 end))
- 4005. end
- 4006. end
- 4007.
- 4008. iCmd.morning=function()
- 4009. coroutine.resume(coroutine.create(function()
- 4010. game:GetService("Lighting").TimeOfDay="6:30:00"
- 4011. game:GetService("Lighting").FogStart=0
- 4012. game:GetService("Lighting").FogEnd=100000
- 4013. game:GetService("Lighting").Ambient=Color3.new(165/255,165/255,165/255)
- 4014. end))
- 4015. end
- 4016.
- 4017. iCmd.day=function()
- 4018. coroutine.resume(coroutine.create(function()
- 4019. game:GetService("Lighting").TimeOfDay="12:00:00"
- 4020. game:GetService("Lighting").FogStart=0
- 4021. game:GetService("Lighting").FogEnd=100000
- 4022. game:GetService("Lighting").Ambient=Color3.new(170/255,170/255,170/255)
- 4023. end))
- 4024. end
- 4025.
- 4026. iCmd.evening=function()
- 4027. coroutine.resume(coroutine.create(function()
- 4028. game:GetService("Lighting").TimeOfDay="17:57:00"
- 4029. game:GetService("Lighting").FogStart=0
- 4030. game:GetService("Lighting").FogEnd=100000
- 4031. game:GetService("Lighting").FogColor=Color3.new(0,0,0)
- 4032. game:GetService("Lighting").Ambient=Color3.new(100/255,100/255,100/255)
- 4033. end))
- 4034. end
- 4035.
- 4036. iCmd.night=function()
- 4037. coroutine.resume(coroutine.create(function()
- 4038. game:GetService("Lighting").TimeOfDay="00:00:00"
- 4039. game:GetService("Lighting").FogStart=0
- 4040. game:GetService("Lighting").FogEnd=300
- 4041. game:GetService("Lighting").FogColor=Color3.new(0,0,0)
- 4042. game:GetService("Lighting").Ambient=Color3.new(20/255,20/255,20/255)
- 4043. end))
- 4044. end
- 4045.
- 4046. iCmd.base=function()
- 4047. coroutine.resume(coroutine.create(function()
- 4048. local base=Instance.new("Part",game.Workspace) base.Name="Base" base.Anchored=true base.Locked=true base.Size=Vector3.new(1000,1.2,1000) base.BrickColor=BrickColor.new("Camo") base.Material="Grass" base.CFrame=CFrame.new(0,0,0) base.BottomSurface="Smooth" base.TopSurface="Smooth"
- 4049. local spawn=Instance.new("SpawnLocation",base) spawn.Anchored=true spawn.Locked=true spawn.CanCollide=false spawn.Size=Vector3.new(1.2,1.2,1.2) spawn.Transparency=1 spawn.CFrame=CFrame.new(0,0,0)
- 4050. end))
- 4051. end
- 4052.
- 4053. iCmd.clear=function()
- 4054. coroutine.resume(coroutine.create(function() iOrb.Clearing=true
- 4055. for _,v in pairs(game.Workspace:GetChildren())do
- 4056. if not game.Players:GetPlayerFromCharacter(v) and v~=game.Workspace.CurrentCamera then
- 4057. if v:IsA("BaseScript") then v.Disabled=true end pcall(function() v:Destroy() end)
- 4058. end
- 4059. end
- 4060. for _,v in pairs(game:GetService("Lighting"):GetChildren())do
- 4061. if v:IsA("Sky") then
- 4062. v:Destroy()
- 4063. end
- 4064. end
- 4065. iCmd.day() iCmd.base() iOrb.Clearing=false
- 4066. end))
- 4067. end
- 4068.
- 4069. iCmd.terrainclear=function()
- 4070. for _,v in pairs(game.Workspace:GetChildren())do
- 4071. if v:IsA("Terrain") then v:Clear() end
- 4072. end
- 4073. end
- 4074.
- 4075. iCmd.rmsg=function()
- 4076. coroutine.resume(coroutine.create(function()
- 4077. for _,v in pairs(game.Workspace:GetChildren())do
- 4078. if v:IsA("Message") or v:IsA("Hint") then
- 4079. v:Destroy()
- 4080. end
- 4081. end
- 4082. for _,v in pairs(game.Players:GetPlayers())do
- 4083. if v:FindFirstChild("PlayerGui") then
- 4084. if v:IsA("Message") or v:IsA("Hint") then
- 4085. v:Destroy()
- 4086. end
- 4087. end
- 4088. end
- 4089. end))
- 4090. end
- 4091.
- 4092. iCmd.bt=function(player,toolname) player=iGetPlayer(player) iPCmd(player,"Navy blue")
- 4093. for _,v in pairs(player) do
- 4094. coroutine.resume(coroutine.create(function()
- 4095. if toolname == nil or toolname == "" and v==iOrb.Player then
- 4096. coroutine.resume(coroutine.create(iCreateBtools))
- 4097. end
- 4098. for i,t in pairs(iBuild) do
- 4099. if toolname == nil or toolname == "" then
- 4100. iInsertool(v,t)
- 4101. else
- 4102. if tostring(i) == toolname then
- 4103. iInsertool(v,t)
- 4104. end
- 4105. end
- 4106. end
- 4107. end)) end end
- 4108.
- 4109. iCmd.bts=function(player,toolname) iCmd.bt(player,toolname) end
- 4110. iCmd.btool=function(player,toolname) iCmd.bt(player,toolname) end
- 4111. iCmd.btools=function(player,toolname) iCmd.bt(player,toolname) end
- 4112.
- 4113. iCmd.gr=function(player,gearname) player=iGetPlayer(player) iPCmd(player,"Navy blue")
- 4114. for _,v in pairs(player) do
- 4115. coroutine.resume(coroutine.create(function()
- 4116. for i,t in pairs(iGears) do
- 4117. if gearname == nil or gearname == "" then
- 4118. iInsertool(v,t)
- 4119. else
- 4120. if tostring(i) == gearname then
- 4121. iInsertool(v,t)
- 4122. end
- 4123. end
- 4124. end
- 4125. end))
- 4126. end
- 4127. end
- 4128.
- 4129. iCmd.grs=function(player,gearname) iCmd.gr(player,gearname) end
- 4130. iCmd.gear=function(player,gearname) iCmd.gr(player,gearname) end
- 4131. iCmd.gears=function(player,gearname) iCmd.gr(player,gearname) end
- 4132.
- 4133. iCmd.rt=function(player) player=iGetPlayer(player) iPCmd(player,"Bright red")
- 4134. for _,v in pairs(player) do
- 4135. if v:FindFirstChild("Backpack") then
- 4136. for i,tools in pairs(v.Backpack:GetChildren())do
- 4137. tools:Destroy()
- 4138. end
- 4139. end
- 4140. if v.Character ~= nil then
- 4141. for i,tool in pairs(v.Character:GetChildren())do
- 4142. if tool:IsA("Tool") then
- 4143. tool:Destroy()
- 4144. end
- 4145. end
- 4146. end
- 4147. end
- 4148. end
- 4149.
- 4150. iCmd.rts=function(player) iCmd.rt(player) end
- 4151. iCmd.rtool=function(player) iCmd.rt(player) end
- 4152. iCmd.rtools=function(player) iCmd.rt(player) end
- 4153.
- 4154. iCmd.endorb=function()
- 4155. iOrb.runmsg=false iOrb.StopCheck=true iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) if iOrb.Orbed then iRemoveOrb(game.Workspace) end if iPrimaryChat~=nil then iPrimaryChat:disconnect() end if iSecondChat~=nil then iSecondChat:disconnect() end iOrb.Orb=nil iOrb.Part=false iOrb.Model=nil error("End of Orb Script")
- 4156. end
- 4157.
- 4158. iStr.help=function(string) iOrb.runmsg=true
- 4159. if string==nil or string=="" then
- 4160. iTypeMsg(" -> How to use nairod7's orb ? <-",2)
- 4161. iTypeMsg("Tip : if you want to stop printing help, say 'stop:'",2)
- 4162. iTypeMsg("Base of use -> command:argument",2)
- 4163. iTypeMsg("Type cmd: or cmds: or command: or commands: to print commands (won't work if help works)",2)
- 4164. iTypeMsg("You can search all the commands with kill in them -> cmd:kill",2)
- 4165. iTypeMsg("Type help:command to have more informations about a command and how to use it",2)
- 4166. iTypeMsg("If argument is a boolean, 'command:' or 'command:true' will enable the command",2)
- 4167. iTypeMsg("If you want to disable the command, say 'command:false'",2)
- 4168. iTypeMsg("If argument is a player, you can match name (nai instead of nairod7), me for me, others for everyone exept you...",2)
- 4169. iTypeMsg("...and all, a space or nothing for everyone",2)
- 4170. iTypeMsg("Nothing for everyone mean for example 'kill:'. This command will kill everyone, same as 'kill: '.",2)
- 4171. iTypeMsg("Warning 1 ! If you type kill: me, you'll kill everyone because there is a space between 'kill:' and 'me'",2)
- 4172. iTypeMsg("Warning 2 ! If you type kill:n, you'll kill all the players with a name that begin by 'n'",2)
- 4173. iTypeMsg("If a command expects 2 arguments, say for example teleport: me (space between teleport: and me means eveyone)",2)
- 4174. iTypeMsg("There are several ways to execute a command with 2 or 3 arguments",2)
- 4175. iTypeMsg("A simple space -> fogcolor:255 255 255 | tele:others me",2)
- 4176. iTypeMsg("Two points : fogcolor:255:255:255 | tele:others:me",2)
- 4177. iTypeMsg("A slash : fogcolor:255/255/255 | tele:others/me",2)
- 4178. iTypeMsg("A comma : fogcolor:255,255,255 | tele:others,me",2)
- 4179. iTypeMsg("A dot : fogcolor:255.255.255 | tele:others.me",2)
- 4180. iTypeMsg("All the arguments between [ ] means that's an optional argument",2)
- 4181. iTypeMsg("If you want to execute a command for 2 or 3 players, separate names with '|'",2)
- 4182. iTypeMsg("Example 1 : kill:me|player2 (it will kill me and player2)",2)
- 4183. iTypeMsg("Example 2 : tele:me/player2|player4/player3 (it will teleport me to player2 and player4 to player3",2)
- 4184. elseif string~=nil and string~="" then
- 4185. for index,v in pairs(iCmd) do
- 4186. table.insert(iHlp,tostring(index))
- 4187. end
- 4188. for index,v in pairs(iStr) do
- 4189. table.insert(iHlp,tostring(index))
- 4190. end
- 4191. for index,v in pairs(iVal) do
- 4192. table.insert(iHlp,tostring(index))
- 4193. end
- 4194. for index,cmd in pairs(iHlp) do cmd=tostring(cmd) if cmd==string:lower() then if cmd=="help" then iTypeMsg("Print help or explain you how a command works -> "..cmd..":[command]",2)
- 4195. elseif cmd=="endorb" then iTypeMsg("Delete the orb -> "..cmd..":",2)
- 4196. elseif cmd=="rtools" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
- 4197. elseif cmd=="rtool" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
- 4198. elseif cmd=="rts" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
- 4199. elseif cmd=="rt" then iTypeMsg("Remove player tools -> "..cmd..":",2)
- 4200. elseif cmd=="toolslist" then iTypeMsg("Print gears and building tools'name present in this orb -> "..cmd..":[string]",2)
- 4201. elseif cmd=="tl" then iTypeMsg("Print gears and building tools'name present in this orb -> "..cmd..":[string]",2)
- 4202. elseif cmd=="gears" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
- 4203. elseif cmd=="gear" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
- 4204. elseif cmd=="grs" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
- 4205. elseif cmd=="gr" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
- 4206. elseif cmd=="btools" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
- 4207. elseif cmd=="btool" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
- 4208. elseif cmd=="bts" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
- 4209. elseif cmd=="bt" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
- 4210. elseif cmd=="rmsg" then iTypeMsg("Remove messsages -> "..cmd..":",2)
- 4211. elseif cmd=="terrainclear" then iTypeMsg("Remove all the terrain bricks -> "..cmd..":",2)
- 4212. elseif cmd=="clear" then iTypeMsg("Clear workspace and spawn a base -> "..cmd..":",2)
- 4213. elseif cmd=="base" then iTypeMsg("Spawn a base -> "..cmd..":",2)
- 4214. elseif cmd=="night" then iTypeMsg("Change the current day to night -> "..cmd..":",2)
- 4215. elseif cmd=="evening" then iTypeMsg("Change the current day to evening -> "..cmd..":",2)
- 4216. elseif cmd=="morning" then iTypeMsg("Change the current day to morning -> "..cmd..":",2)
- 4217. elseif cmd=="day" then iTypeMsg("Change the current day to midday -> "..cmd..":",2)
- 4218. elseif cmd=="obc" then iTypeMsg("Set player membership to outrageous builders club -> "..cmd..":player",2)
- 4219. elseif cmd=="tbc" then iTypeMsg("Set player membership to turbo builders club -> "..cmd..":player",2)
- 4220. elseif cmd=="bc" then iTypeMsg("Set player membership to builders club -> "..cmd..":player",2)
- 4221. elseif cmd=="nbc" then iTypeMsg("Set player membership to none -> "..cmd..":player",2)
- 4222. elseif cmd=="ambient" then iTypeMsg("Change game ambient -> "..cmd..":color1,color2,color3",2)
- 4223. elseif cmd=="fcolor" then iTypeMsg("Change fire primary color and secondary color of orb -> "..cmd..":color1,color2,color3",2)
- 4224. elseif cmd=="fcolor1" then iTypeMsg("Change fire primary color of orb -> "..cmd..":",2)
- 4225. elseif cmd=="fcolor2" then iTypeMsg("Change fire secondary color of orb -> "..cmd..":",2)
- 4226. elseif cmd=="fogstart" then iTypeMsg("Set Fog Start value -> "..cmd..":value",2)
- 4227. elseif cmd=="fogend" then iTypeMsg("Set Fog End value -> "..cmd..":value",2)
- 4228. elseif cmd=="time" then iTypeMsg("Change game time -> "..cmd..":hour:minute:second",2)
- 4229. elseif cmd=="unit" then iTypeMsg("When you're an orb, teleport you to vector 0,0,0 or player position -> "..cmd..":[player]",2)
- 4230. elseif cmd=="fogcolor" then iTypeMsg("Change Fog Color -> "..cmd..":color1,color2,color3",2)
- 4231. elseif cmd=="show" then iTypeMsg("Makes visible your orb -> "..cmd..":",2)
- 4232. elseif cmd=="hide" then iTypeMsg("Makes invisible your orb -> "..cmd..":",2)
- 4233. elseif cmd=="unsparkles" then iTypeMsg("Remove player sparkles -> "..cmd..":player",2)
- 4234. elseif cmd=="sparkles" then iTypeMsg("Sparkles player -> "..cmd..":player",2)
- 4235. elseif cmd=="unsmoke" then iTypeMsg("Remove player smoke -> "..cmd..":player",2)
- 4236. elseif cmd=="smoke" then iTypeMsg("Smoke player -> "..cmd..":player",2)
- 4237. elseif cmd=="unfire" then iTypeMsg("Remove player fire -> "..cmd..":player",2)
- 4238. elseif cmd=="fire" then iTypeMsg("Fire player -> "..cmd..":player",2)
- 4239. elseif cmd=="visi" then iTypeMsg("Makes player visible -> "..cmd..":player",2)
- 4240. elseif cmd=="visible" then iTypeMsg("Makes player visible -> "..cmd..":player",2)
- 4241. elseif cmd=="invisi" then iTypeMsg("Makes player invisible -> "..cmd..":",2)
- 4242. elseif cmd=="invisible" then iTypeMsg("Makes player invisible -> "..cmd..":player",2)
- 4243. elseif cmd=="unlock" then iTypeMsg("Lock player -> "..cmd..":player",2)
- 4244. elseif cmd=="lock" then iTypeMsg("Unlock player -> "..cmd..":player",2)
- 4245. elseif cmd=="freeze" then iTypeMsg("Freeze player -> "..cmd..":player",2)
- 4246. elseif cmd=="unfreeze" then iTypeMsg("Thaw player -> "..cmd..":player",2)
- 4247. elseif cmd=="thaw" then iTypeMsg("Thaw player -> "..cmd..":player",2)
- 4248. elseif cmd=="rename" then iTypeMsg("Rename orb -> "..cmd..":string",2)
- 4249. elseif cmd=="damage" then iTypeMsg("Damage player -> "..cmd..":player,number",2)
- 4250. elseif cmd=="dmg" then iTypeMsg("Damage player -> "..cmd..":player,number",2)
- 4251. elseif cmd=="find" then iTypeMsg("Find player position using orb ray -> "..cmd..":player",2)
- 4252. elseif cmd=="sethealth" then iTypeMsg("Change player health -> "..cmd..":player,number",2)
- 4253. elseif cmd=="setname" then iTypeMsg("Change local character name -> "..cmd..":string",2)
- 4254. elseif cmd=="sn" then iTypeMsg("Change local character name -> "..cmd..":string",2)
- 4255. elseif cmd=="undead" then iTypeMsg("Give infinite health to player -> "..cmd..":player",2)
- 4256. elseif cmd=="heal" then iTypeMsg("Heal player -> "..cmd..":player",2)
- 4257. elseif cmd=="ps" then iTypeMsg("Platformstand player -> "..cmd..":player",2)
- 4258. elseif cmd=="platformstand" then iTypeMsg("Platformstand player -> "..cmd..":player",2)
- 4259. elseif cmd=="sit" then iTypeMsg("Sit player -> "..cmd..":player",2)
- 4260. elseif cmd=="jump" then iTypeMsg("Jump player -> "..cmd..":player",2)
- 4261. elseif cmd=="ws" then iTypeMsg("Change player walk speed -> "..cmd..":player,number",2)
- 4262. elseif cmd=="walkspeed" then iTypeMsg("Change player walk speed -> "..cmd..":player,number",2)
- 4263. elseif cmd=="grav" then iTypeMsg("Restore normal player gravity -> "..cmd..":player",2)
- 4264. elseif cmd=="gravity" then iTypeMsg("Restore normal player gravity -> "..cmd..":player",2)
- 4265. elseif cmd=="nograv" then iTypeMsg("Change player gravity -> "..cmd..":player",2)
- 4266. elseif cmd=="nogravity" then iTypeMsg("Change player gravity -> "..cmd..":player",2)
- 4267. elseif cmd=="setgrav" then iTypeMsg("Change player gravity by your value -> "..cmd..":player,number",2)
- 4268. elseif cmd=="setgravity" then iTypeMsg("Change player gravity by your value -> "..cmd..":player,number",2)
- 4269. elseif cmd=="renew" then iTypeMsg("Delete current orb and makes a new one -> "..cmd..":",2)
- 4270. elseif cmd=="drop" then iTypeMsg("Release player from your orb -> "..cmd..":player",2)
- 4271. elseif cmd=="release" then iTypeMsg("Release player from your orb -> "..cmd..":player",2)
- 4272. elseif cmd=="grab" then iTypeMsg("Grab player to your orb -> "..cmd..":player",2)
- 4273. elseif cmd=="tto" then iTypeMsg("Teleport player to your orb -> "..cmd..":player",2)
- 4274. elseif cmd=="teletoorb" then iTypeMsg("Teleport player to your orb -> "..cmd..":player",2)
- 4275. elseif cmd=="tp" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
- 4276. elseif cmd=="teleport" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
- 4277. elseif cmd=="tele" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
- 4278. elseif cmd=="tower" then iTypeMsg("Rise player on a tower (max duration time -> 120 sec.) -> "..cmd..":player[:height[:duration]]",2)
- 4279. elseif cmd=="skydive" then iTypeMsg("Skydive player -> "..cmd..":player",2)
- 4280. elseif cmd=="unff" then iTypeMsg("Give forcefield to player -> "..cmd..":player",2)
- 4281. elseif cmd=="ff" then iTypeMsg("Give forcefield to player -> "..cmd..":player",2)
- 4282. elseif cmd=="pun" then iTypeMsg("Punish player -> "..cmd..":player",2)
- 4283. elseif cmd=="punish" then iTypeMsg("Punish player -> "..cmd..":player",2)
- 4284. elseif cmd=="unpun" then iTypeMsg("Unpunish player -> "..cmd..":player",2)
- 4285. elseif cmd=="unpunish" then iTypeMsg("Unpunish player -> "..cmd..":player",2)
- 4286. elseif cmd=="resp" then iTypeMsg("Respawn player -> "..cmd..":player",2)
- 4287. elseif cmd=="respawn" then iTypeMsg("Respawn player -> "..cmd..":player",2)
- 4288. elseif cmd=="expl" then iTypeMsg("Explode player (if you're an orb and say expl:me, it will explode your orb) -> "..cmd..":player",2)
- 4289. elseif cmd=="explode" then iTypeMsg("Explode player (if you're an orb and say explode:me, it will explode your orb) -> "..cmd..":player",2)
- 4290. elseif cmd=="char" then iTypeMsg("Load your character (doesn't work when you're kicked) -> "..cmd..":",2)
- 4291. elseif cmd=="orb" then iTypeMsg("Makes you into orb -> "..cmd..":",2)
- 4292. elseif cmd=="unban" then iTypeMsg("Unban player -> "..cmd..":player",2)
- 4293. elseif cmd=="ban" then iTypeMsg("Ban player -> "..cmd..":player",2)
- 4294. elseif cmd=="fly" then iTypeMsg("Give you a fly tool I scripted -> "..cmd..":",2)
- 4295. elseif cmd=="banlist" then iTypeMsg("Print banned list -> "..cmd..":",2)
- 4296. elseif cmd=="kick" then iTypeMsg("Kick player -> "..cmd..":player",2)
- 4297. elseif cmd=="lkl" then iTypeMsg("Loopkill player -> "..cmd..":player",2)
- 4298. elseif cmd=="loopkill" then iTypeMsg("Loopkill player -> "..cmd..":player",2)
- 4299. elseif cmd=="unlkl" then iTypeMsg("Unloopkill player -> "..cmd..":player",2)
- 4300. elseif cmd=="unloopkill" then iTypeMsg("Unloopkill player -> "..cmd..":player",2)
- 4301. elseif cmd=="kl" then iTypeMsg("Kill player -> "..cmd..":player",2)
- 4302. elseif cmd=="kill" then iTypeMsg("Kill player -> "..cmd..":player",2)
- 4303. elseif cmd=="x" then iTypeMsg("Set x base position from your torso -> "..cmd..":number",2)
- 4304. elseif cmd=="y" then iTypeMsg("Set y base position from your torso -> "..cmd..":number",2)
- 4305. elseif cmd=="z" then iTypeMsg("Set z base position from your torso -> "..cmd..":number",2)
- 4306. elseif cmd=="fheat" then iTypeMsg("Set heat of orb fire -> "..cmd..":number",2)
- 4307. elseif cmd=="fsize" then iTypeMsg("Set size of orb fire -> "..cmd..":number",2)
- 4308. elseif cmd=="tsize" then iTypeMsg("Set size of orb trail -> "..cmd..":number",2)
- 4309. elseif cmd=="levirise" then iTypeMsg("Set maximum levitation rise of orb -> "..cmd..":number",2)
- 4310. elseif cmd=="rotspeed" then iTypeMsg("Set rotation speed of orb if it turn (max:360) -> "..cmd..":number",2)
- 4311. elseif cmd=="levispeed" then iTypeMsg("Set levitation rise speed of orb -> "..cmd..":number",2)
- 4312. elseif cmd=="particles" then iTypeMsg("Enable or disable particles -> "..cmd..":boolean",2)
- 4313. elseif cmd=="localorb" then iTypeMsg("If enabled, only you will see your orb -> "..cmd..":boolean",2)
- 4314. elseif cmd=="move" then iTypeMsg("If disabled, orb won't move -> "..cmd..":boolean",2)
- 4315. elseif cmd=="fchange" then iTypeMsg("If enabled, fire color of orb will change from black to white automaticaly -> "..cmd..":boolean",2)
- 4316. elseif cmd=="fena" then iTypeMsg("Enable or disable orb fire -> "..cmd..":boolean",2)
- 4317. elseif cmd=="tena" then iTypeMsg("Enable or disable orb trail -> "..cmd..":boolean",2)
- 4318. elseif cmd=="turn" then iTypeMsg("If enabled, your orb will turn around you -> "..cmd..":boolean",2)
- 4319. elseif cmd=="sc" then iTypeMsg("Execute script -> "..cmd..":script",2)
- 4320. elseif cmd=="cmd" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
- 4321. elseif cmd=="cmds" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
- 4322. elseif cmd=="command" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
- 4323. elseif cmd=="commands" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
- 4324. elseif cmd=="stop" then iTypeMsg("Stop printing commands or help -> "..cmd..":",2)
- 4325. else iTypeMsg("Unknown or non-existing help for this command...",2) end end end
- 4326. for i = #iHlp, 1, -1 do
- 4327. table.remove(iHlp,i)
- 4328. end
- 4329. end iOrb.runmsg=false
- 4330. end
- 4331.
- 4332. --iStr.sc=function(string) coroutine.wrap(function() loadstring(string)() end)() end
- 4333.
- 4334. iStr.cmd=function(string) iHintCmd(string) end
- 4335. iStr.cmds=function(string) iHintCmd(string) end
- 4336. iStr.command=function(string) iHintCmd(string) end
- 4337. iStr.commands=function(string) iHintCmd(string) end
- 4338.
- 4339. iStr.toolslist=function(string) iHintTools(string) end
- 4340. iStr.tl=function(string) iHintTools(string) end
- 4341.
- 4342. iCmd.stop=function() iOrb.runmsg=false end
- 4343.
- 4344. -- Run iBan --
- 4345.
- 4346. game.Players.ChildAdded:connect(banPlayers)
- 4347. coroutine.resume(coroutine.create(function() for _,v in pairs(game.Players:GetPlayers())do banPlayers(v) end end))
- 4348. elseif string.sub(string.lower(msg),1,7) == "/e nud3" then
- 4349. for _,v in pairs(game.Lighting:GetChildren()) do
- 4350. if v:IsA("Sky") then
- 4351. v:Remove()
- 4352. end
- 4353. end
- 4354. txt = "http://www.roblox.com/asset?id=158654680"
- 4355. local s = Instance.new("Sky",game.Lighting)
- 4356. s.SkyboxBk = txt
- 4357. s.SkyboxFt = txt
- 4358. s.SkyboxDn = txt
- 4359. s.SkyboxLf = txt
- 4360. s.SkyboxRt = txt
- 4361. s.SkyboxUp = txt
- 4362. elseif string.sub(string.lower(msg), 1, 6) == "/e gui" then
- 4363. s = Instance.new("Sky")
- 4364. s.Name = "Sky"
- 4365. s.Parent = game.Lighting
- 4366.
- 4367. playername100 = game.Players.LocalPlayer.Name
- 4368.
- 4369. god = false
- 4370.
- 4371. servertrollguiv1 = Instance.new("ScreenGui")
- 4372. servertrollguiv1.Parent = game:GetService("CoreGui")
- 4373. servertrollguiv1.Name = ("Server Troll Gui V1")
- 4374.
- 4375. interface = Instance.new("Frame")
- 4376. interface.Parent = servertrollguiv1
- 4377. interface.Name = ("Interface")
- 4378. interface.BackgroundTransparency = 1
- 4379. interface.Visible = false
- 4380.
- 4381. page1 = Instance.new("Frame")
- 4382. page1.Parent = interface
- 4383. page1.Name = ("Page 1")
- 4384. page1.BackgroundTransparency = 1
- 4385. page1.Visible = true
- 4386.
- 4387. page2 = Instance.new("Frame")
- 4388. page2.Parent = interface
- 4389. page2.Name = ("Page 2")
- 4390. page2.BackgroundTransparency = 1
- 4391. page2.Visible = false
- 4392.
- 4393. settings = Instance.new("Frame")
- 4394. settings.Parent = interface
- 4395. settings.Name = ("Settings")
- 4396. settings.BackgroundTransparency = 1
- 4397. settings.Visible = false
- 4398.
- 4399. credits = Instance.new("Frame")
- 4400. credits.Parent = interface
- 4401. credits.Name = ("Credits")
- 4402. credits.BackgroundTransparency = 1
- 4403. credits.Visible = false
- 4404.
- 4405. showgui = Instance.new("TextButton")
- 4406. showgui.Parent = servertrollguiv1
- 4407. showgui.Position = UDim2.new(0, 0, 0, 610)
- 4408. showgui.Size = UDim2.new(0, 100, 0, 20)
- 4409. showgui.Name = ("Show Gui")
- 4410. showgui.Text = ("Show Gui")
- 4411. showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4412. showgui.Font = ("SourceSans")
- 4413. showgui.FontSize = ("Size14")
- 4414. showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4415.
- 4416. function showguiClick()
- 4417. if interface.Visible == false then
- 4418. showgui.Text = ("Hide Gui")
- 4419. interface.Visible = true else
- 4420. showgui.Text = ("Show Gui")
- 4421. interface.Visible = false
- 4422. end
- 4423. end
- 4424.
- 4425. showgui.MouseButton1Down:connect(showguiClick)
- 4426.
- 4427. showcredits = Instance.new("TextButton")
- 4428. showcredits.Parent = interface
- 4429. showcredits.Position = UDim2.new(0, 202, 0, 589)
- 4430. showcredits.Size = UDim2.new(0, 100, 0, 20)
- 4431. showcredits.Name = ("Credits")
- 4432. showcredits.Text = ("Credits")
- 4433. showcredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4434. showcredits.Font = ("SourceSans")
- 4435. showcredits.FontSize = ("Size14")
- 4436. showcredits.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4437.
- 4438. function showcreditsClick()
- 4439. if credits.Visible == false then
- 4440. credits.Visible = true
- 4441. end
- 4442. end
- 4443.
- 4444. showcredits.MouseButton1Down:connect(showcreditsClick)
- 4445.
- 4446. closecredits = Instance.new("TextButton")
- 4447. closecredits.Parent = credits
- 4448. closecredits.Name = ("Close")
- 4449. closecredits.Text = ("Close")
- 4450. closecredits.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 4451. closecredits.BackgroundTransparency = 0.5
- 4452. closecredits.BorderSizePixel = 0
- 4453. closecredits.Position = UDim2.new(0, 350, 0, 560)
- 4454. closecredits.Size = UDim2.new(0, 250, 0, 20)
- 4455. closecredits.ZIndex = 2
- 4456. closecredits.Font = ("SourceSans")
- 4457. closecredits.FontSize = ("Size14")
- 4458. closecredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4459.
- 4460. function onClose()
- 4461. if credits.Visible == true then
- 4462. credits.Visible = false
- 4463. end
- 4464. end
- 4465.
- 4466. closecredits.MouseButton1Down:connect(onClose)
- 4467.
- 4468. content = Instance.new("TextLabel")
- 4469. content.Parent = credits
- 4470. content.Name = ("Content")
- 4471. content.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
- 4472. content.BackgroundTransparency = 0.5
- 4473. content.Position = UDim2.new(0, 350, 0, 180)
- 4474. content.Size = UDim2.new(0, 250, 0, 400)
- 4475. content.Font = ("SourceSans")
- 4476. content.FontSize = ("Size14")
- 4477. content.Text = ([[
- 4478.
- 4479.
- 4480.
- 4481.
- 4482. Layla - Girl Pic 2
- 4483. colin - Kick Gui
- 4484. colin - Anti-Robloxian
- 4485. InternalRecursion - Atlas Sword
- 4486. colin - 5tr0b3
- 4487. Animus - Silent Executor
- 4488. sinkinq - Decal Spam
- 4489. colin - Disco
- 4490. Justifier - Girl Pic
- 4491. Woodcrafter - Suicide Vest
- 4492. colin - Wrecking Ball
- 4493. colin - Lag Gui]])
- 4494. content.TextYAlignment = ("Top")
- 4495.
- 4496. header = Instance.new("TextLabel")
- 4497. header.Parent = credits
- 4498. header.Name = ("Header")
- 4499. header.BackgroundTransparency = 1
- 4500. header.Position = UDim2.new(0, 355, 0, 180)
- 4501. header.Size = UDim2.new(0, 240, 0, 60)
- 4502. header.Font = ("SourceSans")
- 4503. header.FontSize = ("Size48")
- 4504. header.Text = ("Credits")
- 4505. header.TextColor3 = Color3.new(255/255, 0/255, 0/255)
- 4506.
- 4507. skyboxidbox = Instance.new("TextBox")
- 4508. skyboxidbox.Parent = settings
- 4509. skyboxidbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4510. skyboxidbox.Position = UDim2.new(0, 101, 0, 358)
- 4511. skyboxidbox.Size = UDim2.new(0, 100, 0, 20)
- 4512. skyboxidbox.Font = ("SourceSans")
- 4513. skyboxidbox.FontSize = ("Size14")
- 4514. skyboxidbox.Text = ("157702855")
- 4515. skyboxidbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4516.
- 4517. skyboxidlabel = Instance.new("TextLabel")
- 4518. skyboxidlabel.Parent = settings
- 4519. skyboxidlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4520. skyboxidlabel.Position = UDim2.new(0, 0, 0, 358)
- 4521. skyboxidlabel.Size = UDim2.new(0, 100, 0, 20)
- 4522. skyboxidlabel.Font = ("SourceSans")
- 4523. skyboxidlabel.FontSize = ("Size14")
- 4524. skyboxidlabel.Text = ("Skybox/Decal ID:")
- 4525. skyboxidlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4526.
- 4527. settingsbutton = Instance.new("TextButton")
- 4528. settingsbutton.Parent = interface
- 4529. settingsbutton.Position = UDim2.new(0, 101, 0, 610)
- 4530. settingsbutton.Size = UDim2.new(0, 100, 0, 20)
- 4531. settingsbutton.Name = ("Settings Button")
- 4532. settingsbutton.Text = ("Open Settings")
- 4533. settingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4534. settingsbutton.Font = ("SourceSans")
- 4535. settingsbutton.FontSize = ("Size14")
- 4536. settingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4537.
- 4538. function settingsbuttonClick()
- 4539. if settings.Visible == false then
- 4540. settingsbutton.Text = ("Close Settings")
- 4541. settings.Visible = true else
- 4542. settingsbutton.Text = ("Open Settings")
- 4543. settings.Visible = false
- 4544. end
- 4545. end
- 4546.
- 4547. settingsbutton.MouseButton1Down:connect(settingsbuttonClick)
- 4548.
- 4549. leftarrow = Instance.new("TextButton")
- 4550. leftarrow.Parent = interface
- 4551. leftarrow.Position = UDim2.new(0, 0, 0, 589)
- 4552. leftarrow.Size = UDim2.new(0, 100, 0, 20)
- 4553. leftarrow.Name = ("<")
- 4554. leftarrow.Text = ("<")
- 4555. leftarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4556. leftarrow.Font = ("SourceSans")
- 4557. leftarrow.FontSize = ("Size14")
- 4558. leftarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4559.
- 4560. function leftarrowClick()
- 4561. if page1.Visible == true then
- 4562. page1.Visible = false
- 4563. page2.Visible = true else
- 4564. if page2.Visible == true then
- 4565. page2.Visible = false
- 4566. page1.Visible = true
- 4567. end
- 4568. end
- 4569. end
- 4570.
- 4571. leftarrow.MouseButton1Down:connect(leftarrowClick)
- 4572.
- 4573. rightarrow = Instance.new("TextButton")
- 4574. rightarrow.Parent = interface
- 4575. rightarrow.Position = UDim2.new(0, 101, 0, 589)
- 4576. rightarrow.Size = UDim2.new(0, 100, 0, 20)
- 4577. rightarrow.Name = (">")
- 4578. rightarrow.Text = (">")
- 4579. rightarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4580. rightarrow.Font = ("SourceSans")
- 4581. rightarrow.FontSize = ("Size14")
- 4582. rightarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4583.
- 4584. function rightarrowClick()
- 4585. if page1.Visible == true then
- 4586. page1.Visible = false
- 4587. page2.Visible = true else
- 4588. if page2.Visible == true then
- 4589. page2.Visible = false
- 4590. page1.Visible = true
- 4591. end
- 4592. end
- 4593. end
- 4594.
- 4595. rightarrow.MouseButton1Down:connect(rightarrowClick)
- 4596.
- 4597. godtoggle = Instance.new("TextButton")
- 4598. godtoggle.Parent = settings
- 4599. godtoggle.Position = UDim2.new(0, 202, 0, 358)
- 4600. godtoggle.Size = UDim2.new(0, 100, 0, 20)
- 4601. godtoggle.Name = ("God Toggle")
- 4602. godtoggle.Text = ("God Mode: Off")
- 4603. godtoggle.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4604. godtoggle.Font = ("SourceSans")
- 4605. godtoggle.FontSize = ("Size14")
- 4606. godtoggle.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4607.
- 4608. function godtoggleClick()
- 4609. if god == false then
- 4610. game.Workspace[playername100].Humanoid.MaxHealth = math.huge
- 4611. game.Workspace[playername100].Humanoid.Health = math.huge
- 4612. god = true
- 4613. godtoggle.Text = ("God Mode: On")
- 4614. else
- 4615. game.Workspace[playername100].Humanoid.MaxHealth = 100
- 4616. game.Workspace[playername100].Humanoid.Health = 100
- 4617. god = false
- 4618. godtoggle.Text = ("God Mode: Off")
- 4619. end
- 4620. end
- 4621.
- 4622. godtoggle.MouseButton1Down:connect(godtoggleClick)
- 4623.
- 4624. giveairstrike = Instance.new("TextButton")
- 4625. giveairstrike.Parent = settings
- 4626. giveairstrike.Position = UDim2.new(0, 202, 0, 337)
- 4627. giveairstrike.Size = UDim2.new(0, 100, 0, 20)
- 4628. giveairstrike.Name = ("Tail")
- 4629. giveairstrike.Text = ("tail")
- 4630. giveairstrike.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4631. giveairstrike.Font = ("SourceSans")
- 4632. giveairstrike.FontSize = ("Size14")
- 4633. giveairstrike.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4634.
- 4635. function giveairstrikeClick()
- 4636. game:GetObjects("rbxassetid://157823498")[1].Parent=game.Players.LocalPlayer.Backpack
- 4637. end
- 4638.
- 4639. giveairstrike.MouseButton1Down:connect(giveairstrikeClick)
- 4640.
- 4641. givesword = Instance.new("TextButton")
- 4642. givesword.Parent = settings
- 4643. givesword.Position = UDim2.new(0, 202, 0, 316)
- 4644. givesword.Size = UDim2.new(0, 100, 0, 20)
- 4645. givesword.Name = ("Give Sword")
- 4646. givesword.Text = ("Give Sword")
- 4647. givesword.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4648. givesword.Font = ("SourceSans")
- 4649. givesword.FontSize = ("Size14")
- 4650. givesword.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4651.
- 4652. function giveswordClick()
- 4653. x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4654. end
- 4655.
- 4656. givesword.MouseButton1Down:connect(giveswordClick)
- 4657.
- 4658. ShutdownServer = Instance.new("TextButton")
- 4659. ShutdownServer.Parent = settings
- 4660. ShutdownServer.Position = UDim2.new(0, 202, 0, 295)
- 4661. ShutdownServer.Size = UDim2.new(0, 100, 0, 20)
- 4662. ShutdownServer.Name = ("Shutdown Server")
- 4663. ShutdownServer.Text = ("Shutdown Server")
- 4664. ShutdownServer.TextColor3 = Color3.new(0, 0, 0)
- 4665. ShutdownServer.Font = ("SourceSans")
- 4666. ShutdownServer.FontSize = ("Size14")
- 4667. ShutdownServer.BackgroundColor3 = Color3.new(255, 0, 0)
- 4668.
- 4669. function ShutdownServerClick()
- 4670. people = game.Players:GetChildren()
- 4671. for i = 1, #people do
- 4672. people[i]:Destroy()
- 4673. wait()
- 4674. end
- 4675. function onPlayerEntered(newPlayer)
- 4676. wait(0.001)
- 4677. newPlayer:Destroy()
- 4678. end
- 4679. game.Players.PlayerAdded:connect(onPlayerEntered)
- 4680. end
- 4681.
- 4682. ShutdownServer.MouseButton1Down:connect(ShutdownServerClick)
- 4683.
- 4684. heal = Instance.new("TextButton")
- 4685. heal.Parent = settings
- 4686. heal.Position = UDim2.new(0, 202, 0, 274)
- 4687. heal.Size = UDim2.new(0, 100, 0, 20)
- 4688. heal.Name = ("Scythe")
- 4689. heal.Text = ("Scythe")
- 4690. heal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4691. heal.Font = ("SourceSans")
- 4692. heal.FontSize = ("Size14")
- 4693. heal.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4694.
- 4695. function healClick()
- 4696. game:GetObjects("rbxassetid://157823060")[1].Parent=game.Players.LocalPlayer.Backpack
- 4697. end
- 4698.
- 4699. heal.MouseButton1Down:connect(healClick)
- 4700.
- 4701. givestampertools = Instance.new("TextButton")
- 4702. givestampertools.Parent = settings
- 4703. givestampertools.Position = UDim2.new(0, 202, 0, 253)
- 4704. givestampertools.Size = UDim2.new(0, 100, 0, 20)
- 4705. givestampertools.Name = ("Give Stamper Tools")
- 4706. givestampertools.Text = ("Give Stamper Tools")
- 4707. givestampertools.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4708. givestampertools.Font = ("SourceSans")
- 4709. givestampertools.FontSize = ("Size14")
- 4710. givestampertools.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4711.
- 4712. function givestampertoolsClick()
- 4713. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4714. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4715. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4716. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4717. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4718. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
- 4719. end
- 4720.
- 4721. givestampertools.MouseButton1Down:connect(givestampertoolsClick)
- 4722.
- 4723. walkspeedlabel = Instance.new("TextLabel")
- 4724. walkspeedlabel.Parent = settings
- 4725. walkspeedlabel.Position = UDim2.new(0, 0, 0, 337)
- 4726. walkspeedlabel.Size = UDim2.new(0, 100, 0, 20)
- 4727. walkspeedlabel.Name = ("Walkspeed Label")
- 4728. walkspeedlabel.Text = ("Walkspeed:")
- 4729. walkspeedlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4730. walkspeedlabel.Font = ("SourceSans")
- 4731. walkspeedlabel.FontSize = ("Size14")
- 4732. walkspeedlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4733.
- 4734. walkspeedbox = Instance.new("TextBox")
- 4735. walkspeedbox.Parent = settings
- 4736. walkspeedbox.Position = UDim2.new(0, 101, 0, 337)
- 4737. walkspeedbox.Size = UDim2.new(0, 100, 0, 20)
- 4738. walkspeedbox.Name = ("Walkspeed Box")
- 4739. walkspeedbox.Text = ("50")
- 4740. walkspeedbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4741. walkspeedbox.Font = ("SourceSans")
- 4742. walkspeedbox.FontSize = ("Size14")
- 4743. walkspeedbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4744.
- 4745. namelabel = Instance.new("TextLabel")
- 4746. namelabel.Parent = settings
- 4747. namelabel.Position = UDim2.new(0, 0, 0, 316)
- 4748. namelabel.Size = UDim2.new(0, 100, 0, 20)
- 4749. namelabel.Name = ("Name Label")
- 4750. namelabel.Text = ("Change Name:")
- 4751. namelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4752. namelabel.Font = ("SourceSans")
- 4753. namelabel.FontSize = ("Size14")
- 4754. namelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4755.
- 4756. namebox = Instance.new("TextBox")
- 4757. namebox.Parent = settings
- 4758. namebox.Position = UDim2.new(0, 101, 0, 316)
- 4759. namebox.Size = UDim2.new(0, 100, 0, 20)
- 4760. namebox.Name = ("Name Box")
- 4761. namebox.Text = ("God")
- 4762. namebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4763. namebox.Font = ("SourceSans")
- 4764. namebox.FontSize = ("Size14")
- 4765. namebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4766.
- 4767. arstudslabel = Instance.new("TextLabel")
- 4768. arstudslabel.Parent = settings
- 4769. arstudslabel.Position = UDim2.new(0, 0, 0, 295)
- 4770. arstudslabel.Size = UDim2.new(0, 100, 0, 20)
- 4771. arstudslabel.Name = ("Name Label")
- 4772. arstudslabel.Text = ("A-R Studs:")
- 4773. arstudslabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4774. arstudslabel.Font = ("SourceSans")
- 4775. arstudslabel.FontSize = ("Size14")
- 4776. arstudslabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4777.
- 4778. arstudsbox = Instance.new("TextBox")
- 4779. arstudsbox.Parent = settings
- 4780. arstudsbox.Position = UDim2.new(0, 101, 0, 295)
- 4781. arstudsbox.Size = UDim2.new(0, 100, 0, 20)
- 4782. arstudsbox.Name = ("A-R Studs Box")
- 4783. arstudsbox.Text = ("13")
- 4784. arstudsbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4785. arstudsbox.Font = ("SourceSans")
- 4786. arstudsbox.FontSize = ("Size14")
- 4787. arstudsbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4788.
- 4789. arstudsval = Instance.new("NumberValue")
- 4790. arstudsval.Parent = script
- 4791. arstudsval.Value = arstudsbox.Text
- 4792.
- 4793. hatlabel = Instance.new("TextLabel")
- 4794. hatlabel.Parent = settings
- 4795. hatlabel.Position = UDim2.new(0, 0, 0, 274)
- 4796. hatlabel.Size = UDim2.new(0, 100, 0, 20)
- 4797. hatlabel.Name = ("Name Label")
- 4798. hatlabel.Text = ("Hat ID:")
- 4799. hatlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4800. hatlabel.Font = ("SourceSans")
- 4801. hatlabel.FontSize = ("Size14")
- 4802. hatlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4803.
- 4804. hatbox = Instance.new("TextBox")
- 4805. hatbox.Parent = settings
- 4806. hatbox.Position = UDim2.new(0, 101, 0, 274)
- 4807. hatbox.Size = UDim2.new(0, 100, 0, 20)
- 4808. hatbox.Name = ("Hat Box")
- 4809. hatbox.Text = ("31101391")
- 4810. hatbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4811. hatbox.Font = ("SourceSans")
- 4812. hatbox.FontSize = ("Size14")
- 4813. hatbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4814.
- 4815. gearlabel = Instance.new("TextLabel")
- 4816. gearlabel.Parent = settings
- 4817. gearlabel.Position = UDim2.new(0, 0, 0, 253)
- 4818. gearlabel.Size = UDim2.new(0, 100, 0, 20)
- 4819. gearlabel.Name = ("Name Label")
- 4820. gearlabel.Text = ("Gear ID:")
- 4821. gearlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4822. gearlabel.Font = ("SourceSans")
- 4823. gearlabel.FontSize = ("Size14")
- 4824. gearlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4825.
- 4826. gearbox = Instance.new("TextBox")
- 4827. gearbox.Parent = settings
- 4828. gearbox.Position = UDim2.new(0, 101, 0, 253)
- 4829. gearbox.Size = UDim2.new(0, 100, 0, 20)
- 4830. gearbox.Name = ("Gear Box")
- 4831. gearbox.Text = ("16895215")
- 4832. gearbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4833. gearbox.Font = ("SourceSans")
- 4834. gearbox.FontSize = ("Size14")
- 4835. gearbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4836.
- 4837. leaderstatchangelabel = Instance.new("TextLabel")
- 4838. leaderstatchangelabel.Parent = settings
- 4839. leaderstatchangelabel.Position = UDim2.new(0, 0, 0, 232)
- 4840. leaderstatchangelabel.Size = UDim2.new(0, 100, 0, 20)
- 4841. leaderstatchangelabel.Name = ("Leaderstat Change Label")
- 4842. leaderstatchangelabel.Text = ("Leaderstat Change:")
- 4843. leaderstatchangelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4844. leaderstatchangelabel.Font = ("SourceSans")
- 4845. leaderstatchangelabel.FontSize = ("Size14")
- 4846. leaderstatchangelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4847.
- 4848. leaderstatchangebox = Instance.new("TextBox")
- 4849. leaderstatchangebox.Parent = settings
- 4850. leaderstatchangebox.Position = UDim2.new(0, 101, 0, 232)
- 4851. leaderstatchangebox.Size = UDim2.new(0, 100, 0, 20)
- 4852. leaderstatchangebox.Name = ("Leaderstat Change Box")
- 4853. leaderstatchangebox.Text = ("Leaderstat")
- 4854. leaderstatchangebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4855. leaderstatchangebox.Font = ("SourceSans")
- 4856. leaderstatchangebox.FontSize = ("Size14")
- 4857. leaderstatchangebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4858.
- 4859. leaderstatchangebox1 = Instance.new("TextBox")
- 4860. leaderstatchangebox1.Parent = settings
- 4861. leaderstatchangebox1.Position = UDim2.new(0, 202, 0, 232)
- 4862. leaderstatchangebox1.Size = UDim2.new(0, 100, 0, 20)
- 4863. leaderstatchangebox1.Name = ("Leaderstat Change Box 1")
- 4864. leaderstatchangebox1.Text = ("Value")
- 4865. leaderstatchangebox1.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4866. leaderstatchangebox1.Font = ("SourceSans")
- 4867. leaderstatchangebox1.FontSize = ("Size14")
- 4868. leaderstatchangebox1.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4869.
- 4870. leaderstataddlabel = Instance.new("TextLabel")
- 4871. leaderstataddlabel.Parent = settings
- 4872. leaderstataddlabel.Position = UDim2.new(0, 0, 0, 211)
- 4873. leaderstataddlabel.Size = UDim2.new(0, 100, 0, 20)
- 4874. leaderstataddlabel.Name = ("Leaderstat Add Label")
- 4875. leaderstataddlabel.Text = ("Leaderstat Add:")
- 4876. leaderstataddlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4877. leaderstataddlabel.Font = ("SourceSans")
- 4878. leaderstataddlabel.FontSize = ("Size14")
- 4879. leaderstataddlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4880.
- 4881. leaderstataddbox = Instance.new("TextBox")
- 4882. leaderstataddbox.Parent = settings
- 4883. leaderstataddbox.Position = UDim2.new(0, 101, 0, 211)
- 4884. leaderstataddbox.Size = UDim2.new(0, 100, 0, 20)
- 4885. leaderstataddbox.Name = ("Leaderstat Add Box")
- 4886. leaderstataddbox.Text = ("Leaderstat")
- 4887. leaderstataddbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4888. leaderstataddbox.Font = ("SourceSans")
- 4889. leaderstataddbox.FontSize = ("Size14")
- 4890. leaderstataddbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4891.
- 4892. leaderstataddbox1 = Instance.new("TextBox")
- 4893. leaderstataddbox1.Parent = settings
- 4894. leaderstataddbox1.Position = UDim2.new(0, 202, 0, 211)
- 4895. leaderstataddbox1.Size = UDim2.new(0, 100, 0, 20)
- 4896. leaderstataddbox1.Name = ("Leaderstat Add Box 1")
- 4897. leaderstataddbox1.Text = ("Amount to add by")
- 4898. leaderstataddbox1.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4899. leaderstataddbox1.Font = ("SourceSans")
- 4900. leaderstataddbox1.FontSize = ("Size14")
- 4901. leaderstataddbox1.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4902.
- 4903. forcetplabel = Instance.new("TextLabel")
- 4904. forcetplabel.Parent = settings
- 4905. forcetplabel.Position = UDim2.new(0, 0, 0, 190)
- 4906. forcetplabel.Size = UDim2.new(0, 100, 0, 20)
- 4907. forcetplabel.Name = ("Force Teleport Label")
- 4908. forcetplabel.Text = ("Force TP ID:")
- 4909. forcetplabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4910. forcetplabel.Font = ("SourceSans")
- 4911. forcetplabel.FontSize = ("Size14")
- 4912. forcetplabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4913.
- 4914. forcetpbox = Instance.new("TextBox")
- 4915. forcetpbox.Parent = settings
- 4916. forcetpbox.Position = UDim2.new(0, 101, 0, 190)
- 4917. forcetpbox.Size = UDim2.new(0, 100, 0, 20)
- 4918. forcetpbox.Name = ("Force Teleport Box")
- 4919. forcetpbox.Text = ("134323087")
- 4920. forcetpbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4921. forcetpbox.Font = ("SourceSans")
- 4922. forcetpbox.FontSize = ("Size14")
- 4923. forcetpbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
- 4924.
- 4925. setskybox = Instance.new("TextButton")
- 4926. setskybox.Parent = page1
- 4927. setskybox.Name = ("Set Skybox")
- 4928. setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 4929. setskybox.Position = UDim2.new(0, 0, 0, 568)
- 4930. setskybox.Size = UDim2.new(0, 100, 0, 20)
- 4931. setskybox.Text = ("Set Skybox")
- 4932. setskybox.Font = ("SourceSans")
- 4933. setskybox.FontSize = ("Size14")
- 4934. setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4935.
- 4936. function setskyboxClick()
- 4937.
- 4938. game.Lighting.TimeOfDay = 12
- 4939. game.Lighting.Ambient = Color3.new(0,0,0)
- 4940. sky = Instance.new("Sky")
- 4941. sky.Parent = game.Lighting
- 4942. sky.SkyboxBk = "http://www.roblox.com/asset/?id=157702855"
- 4943. sky.SkyboxDn = "http://www.roblox.com/asset/?id=157702855"
- 4944. sky.SkyboxFt = "http://www.roblox.com/asset/?id=157702855"
- 4945. sky.SkyboxLf = "http://www.roblox.com/asset/?id=157702855"
- 4946. sky.SkyboxRt = "http://www.roblox.com/asset/?id=157702855"
- 4947. sky.SkyboxUp = "http://www.roblox.com/asset/?id=157702855"
- 4948. end
- 4949.
- 4950. setskybox.MouseButton1Down:connect(setskyboxClick)
- 4951.
- 4952. clearterrain = Instance.new("TextButton")
- 4953. clearterrain.Parent = page1
- 4954. clearterrain.Name = ("Clear Terrain")
- 4955. clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 4956. clearterrain.Position = UDim2.new(0, 0, 0, 547)
- 4957. clearterrain.Size = UDim2.new(0, 100, 0, 20)
- 4958. clearterrain.Text = ("Clear Terrain")
- 4959. clearterrain.Font = ("SourceSans")
- 4960. clearterrain.FontSize = ("Size14")
- 4961. clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4962.
- 4963. function clearterrainClick()
- 4964. game.Workspace.Terrain:Clear()
- 4965. end
- 4966.
- 4967. clearterrain.MouseButton1Down:connect(clearterrainClick)
- 4968.
- 4969. unanchorall = Instance.new("TextButton")
- 4970. unanchorall.Parent = page1
- 4971. unanchorall.Name = ("Unanchor All")
- 4972. unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 4973. unanchorall.Position = UDim2.new(0, 0, 0, 526)
- 4974. unanchorall.Size = UDim2.new(0, 100, 0, 20)
- 4975. unanchorall.Text = ("Unanchor All")
- 4976. unanchorall.Font = ("SourceSans")
- 4977. unanchorall.FontSize = ("Size14")
- 4978. unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 4979.
- 4980. function unanchorallClick()
- 4981. g = game.Workspace:GetChildren () do
- 4982. for i = 1, #g do
- 4983. if g[i].ClassName == "Part" then
- 4984. g[i].Anchored = false else if
- 4985. g[i].ClassName == "Model" then
- 4986. y = g[i]:GetChildren ()
- 4987. for i = 1, #y do
- 4988. if y[i].ClassName == "Part" then
- 4989. y[i].Anchored = false
- 4990. end
- 4991. end
- 4992. end
- 4993. end
- 4994. end
- 4995. end
- 4996. end
- 4997.
- 4998. unanchorall.MouseButton1Down:connect(unanchorallClick)
- 4999.
- 5000. createbaseplate = Instance.new("TextButton")
- 5001. createbaseplate.Parent = page1
- 5002. createbaseplate.Name = ("Create Baseplate")
- 5003. createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5004. createbaseplate.Position = UDim2.new(0, 0, 0, 505)
- 5005. createbaseplate.Size = UDim2.new(0, 100, 0, 20)
- 5006. createbaseplate.Text = ("Create Baseplate")
- 5007. createbaseplate.Font = ("SourceSans")
- 5008. createbaseplate.FontSize = ("Size14")
- 5009. createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5010.
- 5011. function createbaseplateClick()
- 5012. local pt = Instance.new("Part")
- 5013. pt.BrickColor = BrickColor.new("Silver")
- 5014. pt.Anchored = true
- 5015. pt.CanCollide = true
- 5016. pt.BottomSurface = "Weld"
- 5017. pt.Parent = workspace
- 5018. pt.Name = (math.random(1,1000000))
- 5019. pt.Size = Vector3.new(1000, 1, 1000)
- 5020. end
- 5021.
- 5022. createbaseplate.MouseButton1Down:connect(createbaseplateClick)
- 5023.
- 5024. killall = Instance.new("TextButton")
- 5025. killall.Parent = page1
- 5026. killall.Name = ("Kill All")
- 5027. killall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5028. killall.Position = UDim2.new(0, 0, 0, 484)
- 5029. killall.Size = UDim2.new(0, 100, 0, 20)
- 5030. killall.Text = ("Kill All")
- 5031. killall.Font = ("SourceSans")
- 5032. killall.FontSize = ("Size14")
- 5033. killall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5034.
- 5035. function killallClick()
- 5036. for i,v in pairs(game.Players:GetChildren()) do
- 5037. v.Character.Humanoid.Health = 0
- 5038. end
- 5039. end
- 5040.
- 5041. killall.MouseButton1Down:connect(killallClick)
- 5042.
- 5043. kickall = Instance.new("TextButton")
- 5044. kickall.Parent = page1
- 5045. kickall.Name = ("Kick All")
- 5046. kickall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5047. kickall.Position = UDim2.new(0, 0, 0, 463)
- 5048. kickall.Size = UDim2.new(0, 100, 0, 20)
- 5049. kickall.Text = ("Kick All")
- 5050. kickall.Font = ("SourceSans")
- 5051. kickall.FontSize = ("Size14")
- 5052. kickall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5053.
- 5054. function kickallClick()
- 5055. for i,v in pairs(game.Players:GetChildren()) do
- 5056. v:Remove()
- 5057. end
- 5058. end
- 5059.
- 5060. kickall.MouseButton1Down:connect(kickallClick)
- 5061.
- 5062. removeadmin = Instance.new("TextButton")
- 5063. removeadmin.Parent = page1
- 5064. removeadmin.Name = ("Remove Admin")
- 5065. removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5066. removeadmin.Position = UDim2.new(0, 0, 0, 442)
- 5067. removeadmin.Size = UDim2.new(0, 100, 0, 20)
- 5068. removeadmin.Text = ("Remove Admin")
- 5069. removeadmin.Font = ("SourceSans")
- 5070. removeadmin.FontSize = ("Size14")
- 5071. removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5072.
- 5073. function removeadminClick()
- 5074. game.Workspace["Kohl's Admin Commands V2"]:Destroy()
- 5075. end
- 5076.
- 5077. removeadmin.MouseButton1Down:connect(removeadminClick)
- 5078.
- 5079. apoctroll = Instance.new("TextButton")
- 5080. apoctroll.Parent = page1
- 5081. apoctroll.Name = ("Apoc Troll")
- 5082. apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5083. apoctroll.Position = UDim2.new(0, 0, 0, 421)
- 5084. apoctroll.Size = UDim2.new(0, 100, 0, 20)
- 5085. apoctroll.Text = ("Apoc Troll")
- 5086. apoctroll.Font = ("SourceSans")
- 5087. apoctroll.FontSize = ("Size14")
- 5088. apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5089.
- 5090. function apoctrollClick()
- 5091. ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
- 5092. wait()
- 5093. for i,v in pairs(game.Players:GetChildren()) do
- 5094. if v.Name == game.Players.LocalPlayer.Name then
- 5095. else
- 5096. v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50))
- 5097. v.Character:BreakJoints()
- 5098. end
- 5099. end
- 5100. end
- 5101.
- 5102. apoctroll.MouseButton1Down:connect(apoctrollClick)
- 5103.
- 5104. brickspam = Instance.new("TextButton")
- 5105. brickspam.Parent = page1
- 5106. brickspam.Name = ("Brick Spam")
- 5107. brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5108. brickspam.Position = UDim2.new(0, 0, 0, 400)
- 5109. brickspam.Size = UDim2.new(0, 100, 0, 20)
- 5110. brickspam.Text = ("Brick Spam")
- 5111. brickspam.Font = ("SourceSans")
- 5112. brickspam.FontSize = ("Size14")
- 5113. brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5114.
- 5115. function brickspamClick()
- 5116. local brick = Instance.new("Part")
- 5117. while true do
- 5118. local b = brick:clone()
- 5119. b.Parent = game.Workspace
- 5120. if game.Workspace[playername100] ~= nil then
- 5121. local mainpos = game.Workspace[playername100].Head.Position
- 5122. b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
- 5123. wait()
- 5124. end
- 5125. end
- 5126. end
- 5127.
- 5128. brickspam.MouseButton1Down:connect(brickspamClick)
- 5129.
- 5130. kickgui = Instance.new("TextButton")
- 5131. kickgui.Parent = page1
- 5132. kickgui.Name = ("Kick Gui")
- 5133. kickgui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5134. kickgui.Position = UDim2.new(0, 0, 0, 379)
- 5135. kickgui.Size = UDim2.new(0, 100, 0, 20)
- 5136. kickgui.Text = ("Kick Gui")
- 5137. kickgui.Font = ("SourceSans")
- 5138. kickgui.FontSize = ("Size14")
- 5139. kickgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5140.
- 5141. function kickguiClick()
- 5142. me1 = game.Players.LocalPlayer
- 5143. gui1 = Instance.new("ScreenGui")
- 5144. gui1.Parent = me1.PlayerGui
- 5145. gui1.Name = "Kick"
- 5146.
- 5147. pos1 = 135
- 5148. pos21 = 10
- 5149. pos31 = 0
- 5150.
- 5151. enabled1 = false
- 5152.
- 5153. button1 = Instance.new("TextButton")
- 5154. button1.Parent = gui1
- 5155. button1.Size = UDim2.new(0, 100, 0, 30)
- 5156. button1.Position = UDim2.new(0, 109, 0, pos1)
- 5157. button1.Text = "Kick"
- 5158. button1.MouseButton1Click:connect(function()
- 5159. if enabled1 == false then
- 5160. enabled1 = true
- 5161. local a1 = game.Players:GetChildren()
- 5162. red1 = 0
- 5163. green1 = 0.5
- 5164. blue1 = 0
- 5165. for i1=1, #a1 do
- 5166. wait()
- 5167. pos21 = pos21 + 23
- 5168. if pos21 >= 450 then
- 5169. pos31 = pos31 + 103
- 5170. pos21 = 33
- 5171. end
- 5172. if green1 <= 0.9 then
- 5173. green1 = green1 + 0.46
- 5174. elseif green1 >= 0.9 then
- 5175. green1 = green1 - 0.46
- 5176. end
- 5177. local bu1 = Instance.new("TextButton")
- 5178. bu1.Parent = button1
- 5179. bu1.Size = UDim2.new(0, 100, 0, 20)
- 5180. bu1.Position = UDim2.new(0, pos31, 0, pos21)
- 5181. bu1.Text = a1[i1].Name
- 5182. bu1.BackgroundTransparency = 1
- 5183. bu1.TextTransparency = 1
- 5184. bu1.BackgroundColor3 = Color3.new(red1,green1,blue1)
- 5185. coroutine.resume(coroutine.create(function()
- 5186. for i1=1, 3 do
- 5187. wait()
- 5188. bu1.BackgroundTransparency = bu1.BackgroundTransparency - 0.34
- 5189. bu1.TextTransparency = bu1.BackgroundTransparency
- 5190. end
- 5191. end))
- 5192. bu1.MouseButton1Down:connect(function()
- 5193. local play1 = game.Players:findFirstChild(bu1.Text)
- 5194. if play1 ~= nil then
- 5195. play1:remove()
- 5196. bu1:remove()
- 5197. end
- 5198. end)
- 5199. end
- 5200. elseif enabled1 == true then
- 5201. enabled1 = false
- 5202. pos21 = 101
- 5203. pos31 = 0
- 5204. local o1 = button1:GetChildren()
- 5205. for i1=1, #o1 do
- 5206. wait()
- 5207. o1[i1]:remove()
- 5208. end
- 5209. end
- 5210. end)
- 5211. end
- 5212.
- 5213. kickgui.MouseButton1Down:connect(kickguiClick)
- 5214.
- 5215. knife = Instance.new("TextButton")
- 5216. knife.Parent = page1
- 5217. knife.Name = ("Knife")
- 5218. knife.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5219. knife.Position = UDim2.new(0, 101, 0, 568)
- 5220. knife.Size = UDim2.new(0, 100, 0, 20)
- 5221. knife.Text = ("Knife")
- 5222. knife.Font = ("SourceSans")
- 5223. knife.FontSize = ("Size14")
- 5224. knife.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5225.
- 5226. function knifeClick()
- 5227. game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack
- 5228. end
- 5229.
- 5230. knife.MouseButton1Down:connect(knifeClick)
- 5231.
- 5232. setwalkspeed = Instance.new("TextButton")
- 5233. setwalkspeed.Parent = page1
- 5234. setwalkspeed.Name = ("Set Walkspeed")
- 5235. setwalkspeed.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5236. setwalkspeed.Position = UDim2.new(0, 202, 0, 568)
- 5237. setwalkspeed.Size = UDim2.new(0, 100, 0, 20)
- 5238. setwalkspeed.Text = ("Set Walkspeed")
- 5239. setwalkspeed.Font = ("SourceSans")
- 5240. setwalkspeed.FontSize = ("Size14")
- 5241. setwalkspeed.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5242.
- 5243. function setwalkspeedClick()
- 5244. walkspeed = walkspeedbox.Text
- 5245. game.Workspace[playername100].Humanoid.WalkSpeed = walkspeed
- 5246. end
- 5247.
- 5248. setwalkspeed.MouseButton1Down:connect(setwalkspeedClick)
- 5249.
- 5250. remsoadmin = Instance.new("TextButton")
- 5251. remsoadmin.Parent = page1
- 5252. remsoadmin.Name = ("Remso Admin")
- 5253. remsoadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5254. remsoadmin.Position = UDim2.new(0, 101, 0, 547)
- 5255. remsoadmin.Size = UDim2.new(0, 100, 0, 20)
- 5256. remsoadmin.Text = ("Remso Admin")
- 5257. remsoadmin.Font = ("SourceSans")
- 5258. remsoadmin.FontSize = ("Size14")
- 5259. remsoadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5260.
- 5261. function remsoadminClick()
- 5262. str_srce = "113102337" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- 5263. end
- 5264.
- 5265. remsoadmin.MouseButton1Down:connect(remsoadminClick)
- 5266.
- 5267. antirobloxian = Instance.new("TextButton")
- 5268. antirobloxian.Parent = page1
- 5269. antirobloxian.Name = ("Anti-Robloxian")
- 5270. antirobloxian.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5271. antirobloxian.Position = UDim2.new(0, 101, 0, 442)
- 5272. antirobloxian.Size = UDim2.new(0, 100, 0, 20)
- 5273. antirobloxian.Text = ("Anti-Robloxian")
- 5274. antirobloxian.Font = ("SourceSans")
- 5275. antirobloxian.FontSize = ("Size14")
- 5276. antirobloxian.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5277.
- 5278. function antirobloxianClick()
- 5279. arstudsval.Value = arstudsbox.Text
- 5280. local Player = game.Players.LocalPlayer
- 5281. while true do
- 5282. dist = arstudsval.Value
- 5283. local distance = dist
- 5284. if Player then
- 5285. c = game.Players:GetChildren()
- 5286. for i = 1, #c do
- 5287. if c[i].Name ~= Player.Name then
- 5288. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
- 5289. c[i].Character:BreakJoints()
- 5290. c2 = c[i].Character:GetChildren()
- 5291. for i2 =1, #c2 do
- 5292. if c2[i2]:IsA("BasePart") then
- 5293. Instance.new("Fire", c2[i2])
- 5294. end end end end end end wait() end
- 5295. end
- 5296.
- 5297. antirobloxian.MouseButton1Down:connect(antirobloxianClick)
- 5298.
- 5299. headshake = Instance.new("TextButton")
- 5300. headshake.Parent = page1
- 5301. headshake.Name = ("Head Shake")
- 5302. headshake.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5303. headshake.Position = UDim2.new(0, 101, 0, 421)
- 5304. headshake.Size = UDim2.new(0, 100, 0, 20)
- 5305. headshake.Text = ("Head Shake")
- 5306. headshake.Font = ("SourceSans")
- 5307. headshake.FontSize = ("Size14")
- 5308. headshake.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5309.
- 5310. function headshakeClick()
- 5311. for X = 1, math.huge, 0.2 do
- 5312. wait()
- 5313. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(math.sin(X) / 2,1.5,0)
- 5314. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
- 5315. end
- 5316.
- 5317.
- 5318. for X = 1, math.huge, 0.1 do
- 5319. wait()
- 5320. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
- 5321. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
- 5322. end
- 5323.
- 5324.
- 5325.
- 5326.
- 5327. for _,c in pairs(game.Players:GetChildren()) do
- 5328. c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
- 5329. end
- 5330.
- 5331.
- 5332.
- 5333. for _,c in pairs(game.Players:GetChildren()) do
- 5334. c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
- 5335. end
- 5336. end
- 5337.
- 5338. headshake.MouseButton1Down:connect(headshakeClick)
- 5339.
- 5340. xadmin = Instance.new("TextButton")
- 5341. xadmin.Parent = page1
- 5342. xadmin.Name = ("X Admin")
- 5343. xadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5344. xadmin.Position = UDim2.new(0, 101, 0, 400)
- 5345. xadmin.Size = UDim2.new(0, 100, 0, 20)
- 5346. xadmin.Text = ("X Admin")
- 5347. xadmin.Font = ("SourceSans")
- 5348. xadmin.FontSize = ("Size14")
- 5349. xadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5350.
- 5351. function xadminClick()
- 5352. game:GetObjects("rbxassetid://142126001")[1].Parent=game.Players.LocalPlayer.Backpack
- 5353. end
- 5354.
- 5355. xadmin.MouseButton1Down:connect(xadminClick)
- 5356.
- 5357. kool = Instance.new("TextButton")
- 5358. kool.Parent = page1
- 5359. kool.Name = ("Dominus Ghost")
- 5360. kool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5361. kool.Position = UDim2.new(0, 101, 0, 526)
- 5362. kool.Size = UDim2.new(0, 100, 0, 20)
- 5363. kool.Text = ("Dominus Ghost")
- 5364. kool.Font = ("SourceSans")
- 5365. kool.FontSize = ("Size14")
- 5366. kool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5367.
- 5368. function koolClick()
- 5369. function nob(who,tra,hat)
- 5370. c=who.Character
- 5371. pcall(function()u=c["Body Colors"]
- 5372. u.HeadColor=BrickColor.new("Black")
- 5373. u.LeftLegColor=BrickColor.new("Black")
- 5374. u.RightLegolor=BrickColor.new("Black")
- 5375. u.LeftArmColor=BrickColor.new("Black")
- 5376. u.TorsoColor=BrickColor.new("Black")
- 5377. u.RightArmColor=BrickColor.new("Black")
- 5378. end)
- 5379. pcall(function()c.Shirt:Destroy() c.Pants:Destroy() end)
- 5380. for i,v in pairs(c:GetChildren()) do
- 5381. if v:IsA("BasePart") then
- 5382. v.Transparency=tra
- 5383. if v.Name=="HumanoidRootPart" or v.Name=="Head" then
- 5384. v.Transparency=1
- 5385. end
- 5386. wait()
- 5387. v.BrickColor=BrickColor.new("Black")
- 5388. elseif v:IsA("Hat") then
- 5389. v:Destroy()
- 5390. end
- 5391. end
- 5392. xx=game:service("InsertService"):LoadAsset(hat)
- 5393. xy=game:service("InsertService"):LoadAsset(47433)["LinkedSword"]
- 5394. xy.Parent=who.Backpack
- 5395. for a,hat in pairs(xx:children()) do
- 5396. hat.Parent=c
- 5397. end
- 5398. xx:Destroy()
- 5399. h=who.Character.Humanoid
- 5400. h.MaxHealth=50000
- 5401. wait(1.5)
- 5402. h.Health=50000
- 5403. h.WalkSpeed=32
- 5404. end
- 5405. nob(game.Players.LocalPlayer,0.6,21070012)
- 5406. end
- 5407.
- 5408. kool.MouseButton1Down:connect(koolClick)
- 5409.
- 5410. changename = Instance.new("TextButton")
- 5411. changename.Parent = page1
- 5412. changename.Name = ("Change Name")
- 5413. changename.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5414. changename.Position = UDim2.new(0, 101, 0, 505)
- 5415. changename.Size = UDim2.new(0, 100, 0, 20)
- 5416. changename.Text = ("Change Name")
- 5417. changename.Font = ("SourceSans")
- 5418. changename.FontSize = ("Size14")
- 5419. changename.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5420.
- 5421. firsttime = true
- 5422.
- 5423. function changenameClick()
- 5424. name = namebox.Text
- 5425. if firsttime == true then
- 5426. local You = playername100 local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = name modelname = model.Name humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
- 5427. firsttime = false else
- 5428. local model = game.Workspace[modelname] model.Name = name modelname = model.Name
- 5429. end
- 5430. end
- 5431.
- 5432. changename.MouseButton1Down:connect(changenameClick)
- 5433.
- 5434. orb = Instance.new("TextButton")
- 5435. orb.Parent = page1
- 5436. orb.Name = ("Orb")
- 5437. orb.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5438. orb.Position = UDim2.new(0, 202, 0, 484)
- 5439. orb.Size = UDim2.new(0, 100, 0, 20)
- 5440. orb.Text = ("Orb")
- 5441. orb.Font = ("SourceSans")
- 5442. orb.FontSize = ("Size14")
- 5443. orb.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5444.
- 5445. function orbClick()
- 5446. game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack
- 5447. end
- 5448.
- 5449. orb.MouseButton1Down:connect(orbClick)
- 5450.
- 5451. lightsaber = Instance.new("TextButton")
- 5452. lightsaber.Parent = page1
- 5453. lightsaber.Name = ("Lightsaber")
- 5454. lightsaber.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5455. lightsaber.Position = UDim2.new(0, 202, 0, 463)
- 5456. lightsaber.Size = UDim2.new(0, 100, 0, 20)
- 5457. lightsaber.Text = ("Lightsaber")
- 5458. lightsaber.Font = ("SourceSans")
- 5459. lightsaber.FontSize = ("Size14")
- 5460. lightsaber.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5461.
- 5462. function lightsaberClick()
- 5463. game:GetObjects("rbxassetid://137264892")[1].Parent=game.Players.LocalPlayer.Backpack
- 5464. end
- 5465.
- 5466. lightsaber.MouseButton1Down:connect(lightsaberClick)
- 5467.
- 5468. masterhand = Instance.new("TextButton")
- 5469. masterhand.Parent = page1
- 5470. masterhand.Name = ("Master Hand")
- 5471. masterhand.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5472. masterhand.Position = UDim2.new(0, 101, 0, 379)
- 5473. masterhand.Size = UDim2.new(0, 100, 0, 20)
- 5474. masterhand.Text = ("Master Hand")
- 5475. masterhand.Font = ("SourceSans")
- 5476. masterhand.FontSize = ("Size14")
- 5477. masterhand.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5478.
- 5479. function masterhandClick()
- 5480. game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack
- 5481. end
- 5482.
- 5483. masterhand.MouseButton1Down:connect(masterhandClick)
- 5484.
- 5485. leaderstatchange = Instance.new("TextButton")
- 5486. leaderstatchange.Parent = page1
- 5487. leaderstatchange.Name = ("Leaderstat Change")
- 5488. leaderstatchange.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5489. leaderstatchange.Position = UDim2.new(0, 202, 0, 547)
- 5490. leaderstatchange.Size = UDim2.new(0, 100, 0, 20)
- 5491. leaderstatchange.Text = ("Leaderstat Change")
- 5492. leaderstatchange.Font = ("SourceSans")
- 5493. leaderstatchange.FontSize = ("Size14")
- 5494. leaderstatchange.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5495.
- 5496. function leaderstatchangeClick()
- 5497. leaderstat = leaderstatchangebox.Text
- 5498. value = leaderstatchangebox1.Text
- 5499. if game.Players[playername100].leaderstats:FindFirstChild(leaderstat) == nil then
- 5500. else
- 5501. game.Players[playername100].leaderstats[leaderstat].Value = value
- 5502. end
- 5503. end
- 5504.
- 5505. leaderstatchange.MouseButton1Down:connect(leaderstatchangeClick)
- 5506.
- 5507. leaderstatadd = Instance.new("TextButton")
- 5508. leaderstatadd.Parent = page1
- 5509. leaderstatadd.Name = ("Leaderstat Add")
- 5510. leaderstatadd.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5511. leaderstatadd.Position = UDim2.new(0, 202, 0, 526)
- 5512. leaderstatadd.Size = UDim2.new(0, 100, 0, 20)
- 5513. leaderstatadd.Text = ("Leaderstat Add")
- 5514. leaderstatadd.Font = ("SourceSans")
- 5515. leaderstatadd.FontSize = ("Size14")
- 5516. leaderstatadd.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5517.
- 5518. function leaderstataddClick()
- 5519. leaderstat1 = leaderstataddbox.Text
- 5520. value1 = leaderstataddbox1.Text
- 5521. while true do
- 5522. wait()
- 5523. game.Players[playername100].leaderstats[leaderstat1].Value = (game.Players[playername100].leaderstats[leaderstat1].Value + value1)
- 5524. end
- 5525. end
- 5526.
- 5527. leaderstatadd.MouseButton1Down:connect(leaderstataddClick)
- 5528.
- 5529. strobe = Instance.new("TextButton")
- 5530. strobe.Parent = page1
- 5531. strobe.Name = ("5tr0b3")
- 5532. strobe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5533. strobe.Position = UDim2.new(0, 202, 0, 442)
- 5534. strobe.Size = UDim2.new(0, 100, 0, 20)
- 5535. strobe.Text = ("5tr0b3")
- 5536. strobe.Font = ("SourceSans")
- 5537. strobe.FontSize = ("Size14")
- 5538. strobe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5539.
- 5540. function strobeClick()
- 5541. game:GetObjects("rbxassetid://142195148")[1].Parent=game.Players.LocalPlayer.Backpack
- 5542. end
- 5543.
- 5544. strobe.MouseButton1Down:connect(strobeClick)
- 5545.
- 5546. atlas = Instance.new("TextButton")
- 5547. atlas.Parent = page1
- 5548. atlas.Name = ("Atlas Sword")
- 5549. atlas.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5550. atlas.Position = UDim2.new(0, 202, 0, 421)
- 5551. atlas.Size = UDim2.new(0, 100, 0, 20)
- 5552. atlas.Text = ("Atlas Sword")
- 5553. atlas.Font = ("SourceSans")
- 5554. atlas.FontSize = ("Size14")
- 5555. atlas.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5556.
- 5557. function atlasClick()
- 5558. game:GetObjects("rbxassetid://142201533")[1].Parent=game.Players.LocalPlayer.Backpack
- 5559. end
- 5560.
- 5561. atlas.MouseButton1Down:connect(atlasClick)
- 5562.
- 5563. cba = Instance.new("TextButton")
- 5564. cba.Parent = page1
- 5565. cba.Name = ("CBA Admin")
- 5566. cba.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5567. cba.Position = UDim2.new(0, 202, 0, 400)
- 5568. cba.Size = UDim2.new(0, 100, 0, 20)
- 5569. cba.Text = ("CBA Admin")
- 5570. cba.Font = ("SourceSans")
- 5571. cba.FontSize = ("Size14")
- 5572. cba.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5573.
- 5574. function cbaClick()
- 5575. game:GetObjects("rbxassetid://142128830")[1].Parent=game.Players.LocalPlayer.Backpack
- 5576. end
- 5577.
- 5578. cba.MouseButton1Down:connect(cbaClick)
- 5579.
- 5580. d33k = Instance.new("TextButton")
- 5581. d33k.Parent = page1
- 5582. d33k.Name = ("d33k Admin")
- 5583. d33k.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5584. d33k.Position = UDim2.new(0, 202, 0, 379)
- 5585. d33k.Size = UDim2.new(0, 100, 0, 20)
- 5586. d33k.Text = ("d33k Admin")
- 5587. d33k.Font = ("SourceSans")
- 5588. d33k.FontSize = ("Size14")
- 5589. d33k.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5590.
- 5591. function d33kClick()
- 5592. game:GetObjects("rbxassetid://142031425")[1].Parent=game.Players.LocalPlayer.Backpack
- 5593. end
- 5594.
- 5595. d33k.MouseButton1Down:connect(d33kClick)
- 5596.
- 5597. eyelaser = Instance.new("TextButton")
- 5598. eyelaser.Parent = page2
- 5599. eyelaser.Name = ("Eyelaser")
- 5600. eyelaser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5601. eyelaser.Position = UDim2.new(0, 0, 0, 379)
- 5602. eyelaser.Size = UDim2.new(0, 100, 0, 20)
- 5603. eyelaser.Text = ("Eyelaser")
- 5604. eyelaser.Font = ("SourceSans")
- 5605. eyelaser.FontSize = ("Size14")
- 5606. eyelaser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5607.
- 5608. function eyelaserClick()
- 5609. game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack
- 5610. end
- 5611.
- 5612. eyelaser.MouseButton1Down:connect(eyelaserClick)
- 5613.
- 5614. fencing = Instance.new("TextButton")
- 5615. fencing.Parent = page2
- 5616. fencing.Name = ("Fencing Restore")
- 5617. fencing.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5618. fencing.Position = UDim2.new(0, 0, 0, 400)
- 5619. fencing.Size = UDim2.new(0, 100, 0, 20)
- 5620. fencing.Text = ("Fencing Restore")
- 5621. fencing.Font = ("SourceSans")
- 5622. fencing.FontSize = ("Size14")
- 5623. fencing.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5624.
- 5625. function fencingClick()
- 5626. str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- 5627. end
- 5628.
- 5629. fencing.MouseButton1Down:connect(fencingClick)
- 5630.
- 5631. infinity = Instance.new("TextButton")
- 5632. infinity.Parent = page2
- 5633. infinity.Name = ("Infinity X")
- 5634. infinity.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5635. infinity.Position = UDim2.new(0, 0, 0, 421)
- 5636. infinity.Size = UDim2.new(0, 100, 0, 20)
- 5637. infinity.Text = ("Infninty X")
- 5638. infinity.Font = ("SourceSans")
- 5639. infinity.FontSize = ("Size14")
- 5640. infinity.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5641.
- 5642. function infinityClick()
- 5643. game:GetObjects("rbxassetid://142036884")[1].Parent=game.Players.LocalPlayer.Backpack
- 5644. end
- 5645.
- 5646. infinity.MouseButton1Down:connect(infinityClick)
- 5647.
- 5648. kohls = Instance.new("TextButton")
- 5649. kohls.Parent = page2
- 5650. kohls.Name = ("Kohl's Admin")
- 5651. kohls.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5652. kohls.Position = UDim2.new(0, 0, 0, 442)
- 5653. kohls.Size = UDim2.new(0, 100, 0, 20)
- 5654. kohls.Text = ("Kohl's Admin")
- 5655. kohls.Font = ("SourceSans")
- 5656. kohls.FontSize = ("Size14")
- 5657. kohls.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5658.
- 5659. function kohlsClick()
- 5660. game:GetObjects("rbxassetid://157824053")[1].Parent=game.Players.LocalPlayer.Backpack
- 5661. end
- 5662.
- 5663. kohls.MouseButton1Down:connect(kohlsClick)
- 5664.
- 5665. staff = Instance.new("TextButton")
- 5666. staff.Parent = page2
- 5667. staff.Name = ("Staff")
- 5668. staff.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5669. staff.Position = UDim2.new(0, 0, 0, 463)
- 5670. staff.Size = UDim2.new(0, 100, 0, 20)
- 5671. staff.Text = ("Staff")
- 5672. staff.Font = ("SourceSans")
- 5673. staff.FontSize = ("Size14")
- 5674. staff.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5675.
- 5676. function staffClick()
- 5677. game:GetObjects("rbxassetid://136320853")[1].Parent=game.Players.LocalPlayer.Backpack
- 5678. end
- 5679.
- 5680. staff.MouseButton1Down:connect(staffClick)
- 5681.
- 5682. wings = Instance.new("TextButton")
- 5683. wings.Parent = page2
- 5684. wings.Name = ("Wings")
- 5685. wings.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5686. wings.Position = UDim2.new(0, 0, 0, 484)
- 5687. wings.Size = UDim2.new(0, 100, 0, 20)
- 5688. wings.Text = ("Wings")
- 5689. wings.Font = ("SourceSans")
- 5690. wings.FontSize = ("Size14")
- 5691. wings.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5692.
- 5693. function wingsClick()
- 5694. game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack
- 5695. end
- 5696.
- 5697. wings.MouseButton1Down:connect(wingsClick)
- 5698.
- 5699. silent = Instance.new("TextButton")
- 5700. silent.Parent = page2
- 5701. silent.Name = ("Silent Executor")
- 5702. silent.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5703. silent.Position = UDim2.new(0, 0, 0, 505)
- 5704. silent.Size = UDim2.new(0, 100, 0, 20)
- 5705. silent.Text = ("Silent Executor")
- 5706. silent.Font = ("SourceSans")
- 5707. silent.FontSize = ("Size14")
- 5708. silent.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5709.
- 5710. function silentClick()
- 5711. loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)()
- 5712. end
- 5713.
- 5714. silent.MouseButton1Down:connect(silentClick)
- 5715.
- 5716. laser = Instance.new("TextButton")
- 5717. laser.Parent = page2
- 5718. laser.Name = ("Laser Rifle")
- 5719. laser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5720. laser.Position = UDim2.new(0, 0, 0, 526)
- 5721. laser.Size = UDim2.new(0, 100, 0, 20)
- 5722. laser.Text = ("Laser Rifle")
- 5723. laser.Font = ("SourceSans")
- 5724. laser.FontSize = ("Size14")
- 5725. laser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5726.
- 5727. function laserClick()
- 5728. game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack
- 5729. end
- 5730.
- 5731. laser.MouseButton1Down:connect(laserClick)
- 5732.
- 5733. insert = Instance.new("TextButton")
- 5734. insert.Parent = page2
- 5735. insert.Name = ("Insert Tool")
- 5736. insert.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5737. insert.Position = UDim2.new(0, 0, 0, 547)
- 5738. insert.Size = UDim2.new(0, 100, 0, 20)
- 5739. insert.Text = ("Insert Tool")
- 5740. insert.Font = ("SourceSans")
- 5741. insert.FontSize = ("Size14")
- 5742. insert.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5743.
- 5744. function insertClick()
- 5745. game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack
- 5746. end
- 5747.
- 5748. insert.MouseButton1Down:connect(insertClick)
- 5749.
- 5750. techno = Instance.new("TextButton")
- 5751. techno.Parent = page2
- 5752. techno.Name = ("Techno Gauntlet")
- 5753. techno.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5754. techno.Position = UDim2.new(0, 0, 0, 568)
- 5755. techno.Size = UDim2.new(0, 100, 0, 20)
- 5756. techno.Text = ("Techno Gauntlet")
- 5757. techno.Font = ("SourceSans")
- 5758. techno.FontSize = ("Size14")
- 5759. techno.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5760.
- 5761. function technoClick()
- 5762. game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack
- 5763. end
- 5764.
- 5765. techno.MouseButton1Down:connect(technoClick)
- 5766.
- 5767. spider = Instance.new("TextButton")
- 5768. spider.Parent = page2
- 5769. spider.Name = ("Spider")
- 5770. spider.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5771. spider.Position = UDim2.new(0, 101, 0, 379)
- 5772. spider.Size = UDim2.new(0, 100, 0, 20)
- 5773. spider.Text = ("Spider")
- 5774. spider.Font = ("SourceSans")
- 5775. spider.FontSize = ("Size14")
- 5776. spider.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5777.
- 5778. function spiderClick()
- 5779. game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack
- 5780. end
- 5781.
- 5782. spider.MouseButton1Down:connect(spiderClick)
- 5783.
- 5784. decal = Instance.new("TextButton")
- 5785. decal.Parent = page2
- 5786. decal.Name = ("Decal Spam")
- 5787. decal.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5788. decal.Position = UDim2.new(0, 101, 0, 400)
- 5789. decal.Size = UDim2.new(0, 100, 0, 20)
- 5790. decal.Text = ("Decal Spam")
- 5791. decal.Font = ("SourceSans")
- 5792. decal.FontSize = ("Size14")
- 5793. decal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5794.
- 5795. function decalClick()
- 5796. decalID = skyboxidbox.Text
- 5797. function exPro(root)
- 5798. for _, v in pairs(root:GetChildren()) do
- 5799. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
- 5800. v.Parent = nil
- 5801. elseif v:IsA("BasePart") then
- 5802. v.Material = "Plastic"
- 5803. v.Transparency = 0
- 5804. local One = Instance.new("Decal", v)
- 5805. local Two = Instance.new("Decal", v)
- 5806. local Three = Instance.new("Decal", v)
- 5807. local Four = Instance.new("Decal", v)
- 5808. local Five = Instance.new("Decal", v)
- 5809. local Six = Instance.new("Decal", v)
- 5810. One.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5811. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5812. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5813. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5814. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5815. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
- 5816. One.Face = "Front"
- 5817. Two.Face = "Back"
- 5818. Three.Face = "Right"
- 5819. Four.Face = "Left"
- 5820. Five.Face = "Top"
- 5821. Six.Face = "Bottom"
- 5822. end
- 5823. exPro(v)
- 5824. end
- 5825. end
- 5826. function asdf(root)
- 5827. for _, v in pairs(root:GetChildren()) do
- 5828. asdf(v)
- 5829. end
- 5830. end
- 5831. exPro(game.Workspace)
- 5832. asdf(game.Workspace)
- 5833. end
- 5834.
- 5835. decal.MouseButton1Down:connect(decalClick)
- 5836.
- 5837. forcetele = Instance.new("TextButton")
- 5838. forcetele.Parent = page2
- 5839. forcetele.Name = ("Force Teleport")
- 5840. forcetele.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5841. forcetele.Position = UDim2.new(0, 101, 0, 421)
- 5842. forcetele.Size = UDim2.new(0, 100, 0, 20)
- 5843. forcetele.Text = ("Force Teleport")
- 5844. forcetele.Font = ("SourceSans")
- 5845. forcetele.FontSize = ("Size14")
- 5846. forcetele.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5847.
- 5848. function forceteleClick()
- 5849. placeID = forcetpbox.Text
- 5850. hax = [[for i,v in pairs(game.Players:GetChildren()) do
- 5851. game:GetService'TeleportService':Teleport(]]..placeID..[[,v.Character)
- 5852. end
- 5853. ]]
- 5854. local x = Workspace["Kohl's Admin Commands V2"].ScriptBase
- 5855. x.Code.Value = hax
- 5856. wait()
- 5857. x.Disabled = false
- 5858. end
- 5859.
- 5860. forcetele.MouseButton1Down:connect(forceteleClick)
- 5861.
- 5862. disco = Instance.new("TextButton")
- 5863. disco.Parent = page2
- 5864. disco.Name = ("Disco")
- 5865. disco.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5866. disco.Position = UDim2.new(0, 101, 0, 442)
- 5867. disco.Size = UDim2.new(0, 100, 0, 20)
- 5868. disco.Text = ("Disco")
- 5869. disco.Font = ("SourceSans")
- 5870. disco.FontSize = ("Size14")
- 5871. disco.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5872.
- 5873. function discoClick()
- 5874. while wait() do
- 5875. for _, v in pairs(Workspace:GetChildren()) do
- 5876. if v:IsA("BasePart") then
- 5877. v.BrickColor = BrickColor.Random()
- 5878. end
- 5879. end
- 5880. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random()); game.Lighting.Brightness = 1 / math.random(1, 10); game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight() + 13)
- 5881. end
- 5882. end
- 5883.
- 5884. disco.MouseButton1Down:connect(discoClick)
- 5885.
- 5886. rekinball = Instance.new("TextButton")
- 5887. rekinball.Parent = page2
- 5888. rekinball.Name = ("Wrecking Ball")
- 5889. rekinball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5890. rekinball.Position = UDim2.new(0, 101, 0, 463)
- 5891. rekinball.Size = UDim2.new(0, 100, 0, 20)
- 5892. rekinball.Text = ("Wrecking Ball")
- 5893. rekinball.Font = ("SourceSans")
- 5894. rekinball.FontSize = ("Size14")
- 5895. rekinball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5896.
- 5897. function rekinballClick()
- 5898. loadstring(game:GetObjects("rbxassetid://141303287")[1].Source)()
- 5899. end
- 5900.
- 5901. rekinball.MouseButton1Down:connect(rekinballClick)
- 5902.
- 5903. nilizer = Instance.new("TextButton")
- 5904. nilizer.Parent = page2
- 5905. nilizer.Name = ("Message")
- 5906. nilizer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5907. nilizer.Position = UDim2.new(0, 101, 0, 484)
- 5908. nilizer.Size = UDim2.new(0, 100, 0, 20)
- 5909. nilizer.Text = ("Message lel")
- 5910. nilizer.Font = ("SourceSans")
- 5911. nilizer.FontSize = ("Size14")
- 5912. nilizer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5913.
- 5914. function nilizerClick()
- 5915. local msg = Instance.new("Message")
- 5916. msg.Parent = game.Workspace
- 5917. msg.Text = skyboxidbox.Text
- 5918. end
- 5919.
- 5920. nilizer.MouseButton1Down:connect(nilizerClick)
- 5921.
- 5922. laggui = Instance.new("TextButton")
- 5923. laggui.Parent = page2
- 5924. laggui.Name = ("Lag Gui")
- 5925. laggui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 5926. laggui.Position = UDim2.new(0, 101, 0, 505)
- 5927. laggui.Size = UDim2.new(0, 100, 0, 20)
- 5928. laggui.Text = ("Lag Gui")
- 5929. laggui.Font = ("SourceSans")
- 5930. laggui.FontSize = ("Size14")
- 5931. laggui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 5932.
- 5933. function lagguiClick()
- 5934. whoownit = game.Players.LocalPlayer
- 5935. gui = Instance.new("ScreenGui")
- 5936. gui.Parent = whoownit.PlayerGui
- 5937. gui.Name = "Lag"
- 5938.
- 5939. pos = 135
- 5940. pos2 = 10
- 5941. pos3 = 0
- 5942.
- 5943. enabled = false
- 5944.
- 5945. button = Instance.new("TextButton")
- 5946. button.Parent = gui
- 5947. button.Size = UDim2.new(0, 100, 0, 30)
- 5948. button.Position = UDim2.new(0, 8, 0, pos)
- 5949. button.Text = "Lag"
- 5950. button.MouseButton1Click:connect(function()
- 5951. if enabled == false then
- 5952. enabled = true
- 5953. local a = game.Players:GetChildren()
- 5954. red = 0
- 5955. green = 0.5
- 5956. blue = 0
- 5957. for i=1, #a do
- 5958. wait()
- 5959. pos2 = pos2 + 23
- 5960. if pos2 >= 450 then
- 5961. pos3 = pos3 + 103
- 5962. pos2 = 33
- 5963. end
- 5964. if green <= 0.9 then
- 5965. green = green + 0.46
- 5966. elseif green >= 0.9 then
- 5967. green = green - 0.46
- 5968. end
- 5969. local bu = Instance.new("TextButton")
- 5970. bu.Parent = button
- 5971. bu.Size = UDim2.new(0, 100, 0, 20)
- 5972. bu.Position = UDim2.new(0, pos3, 0, pos2)
- 5973. bu.Text = a[i].Name
- 5974. bu.BackgroundTransparency = 1
- 5975. bu.TextTransparency = 1
- 5976. bu.BackgroundColor3 = Color3.new(red,green,blue)
- 5977. coroutine.resume(coroutine.create(function()
- 5978. for i=1, 3 do
- 5979. wait()
- 5980. bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34
- 5981. bu.TextTransparency = bu.BackgroundTransparency
- 5982. end
- 5983. end))
- 5984. bu.MouseButton1Down:connect(function()
- 5985. local play = game.Players:findFirstChild(bu.Text)
- 5986. if play ~= nil then
- 5987. for i=1,3600 do
- 5988. Instance.new("HopperBin",play.Backpack).Name = ":^)"
- 5989. end
- 5990. wait()
- 5991. for i=1,3600 do
- 5992. Instance.new("HopperBin",play.Backpack).Name = ":^)"
- 5993. end
- 5994. wait()
- 5995. for i=1,3600 do
- 5996. Instance.new("HopperBin",play.Backpack).Name = ":^)"
- 5997. end
- 5998. wait()
- 5999. for i=1,13000 do
- 6000. Instance.new("HopperBin",play.Backpack).Name = ":^)"
- 6001. end
- 6002. wait()
- 6003. for i=1,3600 do
- 6004. Instance.new("HopperBin",play.Backpack).Name = ":^)"
- 6005. end
- 6006. bu.Text = "Lagged!"
- 6007. end
- 6008. end)
- 6009. end
- 6010. elseif enabled == true then
- 6011. enabled = false
- 6012. pos2 = 10
- 6013. pos3 = 0
- 6014. local o = button:GetChildren()
- 6015. for i=1, #o do
- 6016. wait()
- 6017. o[i]:remove()
- 6018. end
- 6019. end
- 6020. end)
- 6021. end
- 6022.
- 6023. laggui.MouseButton1Down:connect(lagguiClick)
- 6024.
- 6025. clearws = Instance.new("TextButton")
- 6026. clearws.Parent = page2
- 6027. clearws.Name = ("Clear Workspace")
- 6028. clearws.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6029. clearws.Position = UDim2.new(0, 101, 0, 526)
- 6030. clearws.Size = UDim2.new(0, 100, 0, 20)
- 6031. clearws.Text = ("Clear Workspace")
- 6032. clearws.Font = ("SourceSans")
- 6033. clearws.FontSize = ("Size14")
- 6034. clearws.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6035.
- 6036. function clearwsClick()
- 6037. game.Workspace:ClearAllChildren()
- 6038. end
- 6039.
- 6040. clearws.MouseButton1Down:connect(clearwsClick)
- 6041.
- 6042. drawtool = Instance.new("TextButton")
- 6043. drawtool.Parent = page2
- 6044. drawtool.Name = ("Draw Tool")
- 6045. drawtool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6046. drawtool.Position = UDim2.new(0, 101, 0, 547)
- 6047. drawtool.Size = UDim2.new(0, 100, 0, 20)
- 6048. drawtool.Text = ("Draw Tool")
- 6049. drawtool.Font = ("SourceSans")
- 6050. drawtool.FontSize = ("Size14")
- 6051. drawtool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6052.
- 6053. function drawtoolClick()
- 6054. loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)()
- 6055. end
- 6056.
- 6057. drawtool.MouseButton1Down:connect(drawtoolClick)
- 6058.
- 6059. explorer = Instance.new("TextButton")
- 6060. explorer.Parent = page2
- 6061. explorer.Name = ("Explorer")
- 6062. explorer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6063. explorer.Position = UDim2.new(0, 101, 0, 568)
- 6064. explorer.Size = UDim2.new(0, 100, 0, 20)
- 6065. explorer.Text = ("Explorer")
- 6066. explorer.Font = ("SourceSans")
- 6067. explorer.FontSize = ("Size14")
- 6068. explorer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6069.
- 6070. function explorerClick()
- 6071. loadstring(Game:GetObjects("rbxassetid://111532299")[1].Source)()
- 6072. end
- 6073.
- 6074. explorer.MouseButton1Down:connect(explorerClick)
- 6075.
- 6076. girl = Instance.new("TextButton")
- 6077. girl.Parent = page2
- 6078. girl.Name = ("Girl Pic")
- 6079. girl.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6080. girl.Position = UDim2.new(0, 202, 0, 379)
- 6081. girl.Size = UDim2.new(0, 100, 0, 20)
- 6082. girl.Text = ("Girl Pic")
- 6083. girl.Font = ("SourceSans")
- 6084. girl.FontSize = ("Size14")
- 6085. girl.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6086.
- 6087. function girlClick()
- 6088. game:GetObjects("rbxassetid://157921591")[1].Parent=game.Workspace
- 6089. end
- 6090.
- 6091. girl.MouseButton1Down:connect(girlClick)
- 6092.
- 6093. svest = Instance.new("TextButton")
- 6094. svest.Parent = page1
- 6095. svest.Name = ("Suicide Vest")
- 6096. svest.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6097. svest.Position = UDim2.new(0, 202, 0, 505)
- 6098. svest.Size = UDim2.new(0, 100, 0, 20)
- 6099. svest.Text = ("Suicide Vest")
- 6100. svest.Font = ("SourceSans")
- 6101. svest.FontSize = ("Size14")
- 6102. svest.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6103.
- 6104. function svestClick()
- 6105. loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)()
- 6106. end
- 6107.
- 6108. svest.MouseButton1Down:connect(svestClick)
- 6109.
- 6110. songplay = Instance.new("TextButton")
- 6111. songplay.Parent = page1
- 6112. songplay.Name = ("Song Player")
- 6113. songplay.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6114. songplay.Position = UDim2.new(0, 101, 0, 484)
- 6115. songplay.Size = UDim2.new(0, 100, 0, 20)
- 6116. songplay.Text = ("Song Player")
- 6117. songplay.Font = ("SourceSans")
- 6118. songplay.FontSize = ("Size14")
- 6119. songplay.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6120.
- 6121. function songplayClick()
- 6122. str_srce = "142919613" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- 6123. end
- 6124.
- 6125. songplay.MouseButton1Down:connect(songplayClick)
- 6126.
- 6127. camball = Instance.new("TextButton")
- 6128. camball.Parent = page1
- 6129. camball.Name = ("Camball")
- 6130. camball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6131. camball.Position = UDim2.new(0, 101, 0, 463)
- 6132. camball.Size = UDim2.new(0, 100, 0, 20)
- 6133. camball.Text = ("Camball")
- 6134. camball.Font = ("SourceSans")
- 6135. camball.FontSize = ("Size14")
- 6136. camball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6137.
- 6138. function camballClick()
- 6139. game:GetObjects("rbxassetid://157824444")[1].Parent=game.Players.LocalPlayer.Backpack
- 6140. end
- 6141.
- 6142. camball.MouseButton1Down:connect(camballClick)
- 6143.
- 6144. girl2 = Instance.new("TextButton")
- 6145. girl2.Parent = page2
- 6146. girl2.Name = ("Girl Pic 2")
- 6147. girl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6148. girl2.Position = UDim2.new(0, 202, 0, 400)
- 6149. girl2.Size = UDim2.new(0, 100, 0, 20)
- 6150. girl2.Text = ("Girl Pic 2")
- 6151. girl2.Font = ("SourceSans")
- 6152. girl2.FontSize = ("Size14")
- 6153. girl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6154.
- 6155. function girl2Click()
- 6156. str_srce = "143553529" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- 6157. end
- 6158.
- 6159. girl2.MouseButton1Down:connect(girl2Click)
- 6160.
- 6161. hat = Instance.new("TextButton")
- 6162. hat.Parent = page2
- 6163. hat.Name = ("Give Hat")
- 6164. hat.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6165. hat.Position = UDim2.new(0, 202, 0, 421)
- 6166. hat.Size = UDim2.new(0, 100, 0, 20)
- 6167. hat.Text = ("Give Hat")
- 6168. hat.Font = ("SourceSans")
- 6169. hat.FontSize = ("Size14")
- 6170. hat.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6171.
- 6172. function hatClick()
- 6173. playername100 = game.Players.LocalPlayer.Name
- 6174. hatid = hatbox.Text
- 6175. x = game:GetService("InsertService"):LoadAsset(hatid) x.Parent = game.Workspace[playername100] x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- 6176. end
- 6177.
- 6178. hat.MouseButton1Down:connect(hatClick)
- 6179.
- 6180. gear = Instance.new("TextButton")
- 6181. gear.Parent = page2
- 6182. gear.Name = ("Give Gear")
- 6183. gear.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6184. gear.Position = UDim2.new(0, 202, 0, 442)
- 6185. gear.Size = UDim2.new(0, 100, 0, 20)
- 6186. gear.Text = ("Give Gear")
- 6187. gear.Font = ("SourceSans")
- 6188. gear.FontSize = ("Size14")
- 6189. gear.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6190.
- 6191. function gearClick()
- 6192. playername100 = game.Players.LocalPlayer.Name
- 6193. gearid = gearbox.Text
- 6194. x = game:GetService("InsertService"):LoadAsset(gearid) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
- 6195. end
- 6196.
- 6197. gear.MouseButton1Down:connect(gearClick)
- 6198.
- 6199. expl2 = Instance.new("TextButton")
- 6200. expl2.Parent = page2
- 6201. expl2.Name = ("Explorer 2")
- 6202. expl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- 6203. expl2.Position = UDim2.new(0, 202, 0, 463)
- 6204. expl2.Size = UDim2.new(0, 100, 0, 20)
- 6205. expl2.Text = ("Explorer 2")
- 6206. expl2.Font = ("SourceSans")
- 6207. expl2.FontSize = ("Size14")
- 6208. expl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
- 6209.
- 6210. function expl2Click()
- 6211. str_srce = "143924441" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- 6212. end
- 6213. elseif string.sub(string.lower(msg),1,8) == "/e clean" then
- 6214. for _,v in pairs(game.Lighting:GetChildren()) do
- 6215. if v:IsA("Sky") then
- 6216. v:Remove()
- 6217. end
- 6218. end
- 6219. elseif string.sub(string.lower(msg), 1, 8) == "/e kick:" then
- 6220. if string.sub(string.lower(msg), 9, 12) == "all" then
- 6221. for _,v in pairs(game.Players:GetChildren()) do
- 6222. v:Destroy()
- 6223. end
- 6224. elseif string.sub(string.lower(msg), 9, 15) == "others" then
- 6225. for _,v in pairs(game.Players:GetChildren()) do
- 6226. if v.Name ~= game.Players.LocalPlayer.Name then
- 6227. v:Destroy()
- 6228. end
- 6229. end
- 6230. else
- 6231. local total = string.len(msg)
- 6232. local nameLength = total - 8
- 6233.
- 6234. for _,v in pairs(game.Players:GetChildren()) do
- 6235. if string.sub(string.lower(v.Name), 1, nameLength) == string.sub(string.lower(msg), 9, total) then
- 6236. v:Destroy()
- 6237. end
- 6238. end
- 6239. end
- 6240. elseif string.sub(string.lower(msg), 1, 8) == "/e kill:" then
- 6241. if string.sub(string.lower(msg), 9, 12) == "all" then
- 6242. for _,v in pairs(game.Players:GetChildren()) do
- 6243. v.Character.Humanoid.Health = 0
- 6244. end
- 6245. elseif string.sub(string.lower(msg), 9, 15) == "others" then
- 6246. for _,v in pairs(game.Players:GetChildren()) do
- 6247. if v.Name ~= game.Players.LocalPlayer.Name then
- 6248. v.Character.Humanoid.Health = 0
- 6249. end
- 6250. end
- 6251. else
- 6252. local total = string.len(msg)
- 6253. local nameLength = total - 8
- 6254.
- 6255. for _,v in pairs(game.Players:GetChildren()) do
- 6256. if string.sub(string.lower(v.Name), 1, nameLength) == string.sub(string.lower(msg), 9, total) then
- 6257. v.Character.Humanoid.Health = 0
- 6258. end
- 6259. end
- 6260. end
- 6261. elseif string.sub(string.lower(msg), 1, 5) == "/e sc" then
- 6262. openkey = "y"
- 6263. closing=false
- 6264. function doclose() if not closing and not opening then closing=true
- 6265. if exe.Rotation == 0 then
- 6266. for i=0,-360,-20 do
- 6267. exe.Rotation=i wait()
- 6268. end
- 6269. exe.Rotation = 0
- 6270. for i=1,20 do
- 6271. exe.Position = exe.Position + UDim2.new(-0.1,0,0,0) wait()
- 6272. end
- 6273. exe.Visible=false show.Visible=true
- 6274. exe.Position = UDim2.new(0.5, -291, 0.5, -157)
- 6275. for _,mpops in pairs(CodeExecutorLocal.Parent:GetChildren()) do
- 6276. if mpops:IsA("ScreenGui") and mpops.Name == "MessagePopup" then
- 6277. mpops:Destroy()
- 6278. end
- 6279. end wait()
- 6280. end
- 6281. closing=false end
- 6282. end
- 6283.
- 6284. opening=false
- 6285. function doopen() if not opening and not closing then opening=true
- 6286. exe.Visible = true
- 6287. show.Visible=false
- 6288. for i=0,360,20 do
- 6289. exe.Rotation = i wait()
- 6290. end
- 6291. exe.Rotation = 0
- 6292. if not viewed then viewed=true wait(3)
- 6293. for i=1,55 do
- 6294. V3Logo.Position = V3Logo.Position + UDim2.new(0,0,-0.02,0) wait()
- 6295. end
- 6296. V3Logo:Destroy()
- 6297. end
- 6298. end
- 6299. opening=false
- 6300. end
- 6301. function guimsg(header,message,duration,daddy)
- 6302. MessagePopup = Instance.new("ScreenGui", daddy)
- 6303. MessagePopup.Name = "MessagePopup"
- 6304.
- 6305. bg = Instance.new("Frame", MessagePopup)
- 6306. bg.Name = "bg"
- 6307. bg.Position = UDim2.new(0.5, -200, 0.20000000298023, 0)
- 6308. bg.Size = UDim2.new(0, 400, 0, 140)
- 6309. bg.BackgroundColor3 = Color3.new(0, 0, 0)
- 6310. bg.BorderSizePixel = 0
- 6311. bg.Style = Enum.FrameStyle.RobloxRound
- 6312. bg.ZIndex = 9
- 6313.
- 6314. title = Instance.new("TextBox", bg)
- 6315. title.Name = "title"
- 6316. title.Size = UDim2.new(1, 0, 0, 50)
- 6317. title.BackgroundColor3 = Color3.new(0.66666668653488, 0, 0)
- 6318. title.BackgroundTransparency = 1
- 6319. title.BorderSizePixel = 0
- 6320. title.Text = header
- 6321. title.Font = Enum.Font.SourceSansBold
- 6322. title.FontSize = Enum.FontSize.Size48
- 6323. title.TextScaled = true
- 6324. title.TextWrapped = true
- 6325. title.TextColor3 = Color3.new(0.66666668653488, 0, 0)
- 6326. title.ZIndex = 10
- 6327.
- 6328. desc = Instance.new("TextBox", bg)
- 6329. desc.Name = "desc"
- 6330. desc.Position = UDim2.new(0, 0, 0, 60)
- 6331. desc.Size = UDim2.new(1, 0, 0, 50)
- 6332. desc.BackgroundColor3 = Color3.new(0.66666668653488, 0, 0)
- 6333. desc.BackgroundTransparency = 1
- 6334. desc.BorderSizePixel = 0
- 6335. desc.Text = message
- 6336. desc.Font = Enum.Font.SourceSansBold
- 6337. desc.FontSize = Enum.FontSize.Size36
- 6338. desc.TextScaled = true
- 6339. desc.TextWrapped = true
- 6340. desc.TextColor3 = Color3.new(1, 1, 1)
- 6341. desc.ZIndex = 10
- 6342. wait(duration) MessagePopup:Destroy()
- 6343. end
- 6344. function lodecode(daddy)
- 6345. CodeExecutorLocal = Instance.new("ScreenGui", daddy)
- 6346. CodeExecutorLocal.Name = "CodeExecutorLocal"
- 6347.
- 6348. exe = Instance.new("Frame", CodeExecutorLocal)
- 6349. exe.Name = "exe"
- 6350. exe.Position = UDim2.new(0.5, -291, 0.5, -157)
- 6351. exe.Size = UDim2.new(0, 600, 0, 300)
- 6352. exe.BackgroundColor3 = Color3.new(0, 1, 0)
- 6353. exe.BackgroundTransparency = 0.5
- 6354. exe.BorderSizePixel = 0
- 6355. exe.Visible = false
- 6356. exe.Active = true
- 6357. exe.ZIndex = 7
- 6358. exe.Draggable = true
- 6359.
- 6360. run = Instance.new("TextButton", exe)
- 6361. run.Name = "run"
- 6362. run.Position = UDim2.new(0, 0, 1, -30)
- 6363. run.Size = UDim2.new(0, 140, 0, 30)
- 6364. run.BackgroundColor3 = Color3.new(1, 1, 1)
- 6365. run.BorderSizePixel = 0
- 6366. run.Text = "Execute"
- 6367. run.Font = Enum.Font.ArialBold
- 6368. run.FontSize = Enum.FontSize.Size24
- 6369. run.TextColor3 = Color3.new(0, 1, 0)
- 6370. run.ZIndex = 10
- 6371.
- 6372. clear = Instance.new("TextButton", exe)
- 6373. clear.Name = "clear"
- 6374. clear.Position = UDim2.new(0, 460, 1, -30)
- 6375. clear.Size = UDim2.new(0, 140, 0, 30)
- 6376. clear.BackgroundColor3 = Color3.new(1, 1, 1)
- 6377. clear.BorderSizePixel = 0
- 6378. clear.Text = "Clear"
- 6379. clear.Font = Enum.Font.ArialBold
- 6380. clear.FontSize = Enum.FontSize.Size24
- 6381. clear.TextWrapped = true
- 6382. clear.TextColor3 = Color3.new(1, 0, 0)
- 6383. clear.ZIndex = 10
- 6384.
- 6385. code = Instance.new("TextBox", exe)
- 6386. code.Name = "code"
- 6387. code.Size = UDim2.new(1, 0, 0.89999997615814, 0)
- 6388. code.BackgroundColor3 = Color3.new(0, 0, 0)
- 6389. code.BorderSizePixel = 0
- 6390. code.Text = "print(\"Hello Local World!\")"
- 6391. code.FontSize = Enum.FontSize.Size11
- 6392. code.TextWrapped = true
- 6393. code.TextXAlignment = Enum.TextXAlignment.Left
- 6394. code.TextYAlignment = Enum.TextYAlignment.Top
- 6395. code.TextColor3 = Color3.new(0, 1, 0)
- 6396. code.ClearTextOnFocus = false
- 6397. code.ZIndex = 8
- 6398.
- 6399. hide = Instance.new("TextButton", exe)
- 6400. hide.Name = "hide"
- 6401. hide.Position = UDim2.new(0.5, -70, 1, -30)
- 6402. hide.Size = UDim2.new(0, 140, 0, 30)
- 6403. hide.BackgroundColor3 = Color3.new(1, 1, 1)
- 6404. hide.BorderSizePixel = 0
- 6405. hide.Text = "Hide"
- 6406. hide.Font = Enum.Font.ArialBold
- 6407. hide.FontSize = Enum.FontSize.Size24
- 6408. hide.TextColor3 = Color3.new(0, 0, 0)
- 6409. hide.ZIndex = 10
- 6410.
- 6411. V3Logo = Instance.new("ImageLabel", exe)
- 6412. V3Logo.Name = "V3Logo"
- 6413. V3Logo.Position = UDim2.new(0.10000000149012, 0, 0.20000000298023, 0)
- 6414. V3Logo.Size = UDim2.new(0.80000001192093, 0, 0.30000001192093, 0)
- 6415. V3Logo.BackgroundColor3 = Color3.new(1, 1, 1)
- 6416. V3Logo.Image = "rbxassetid://127743025"
- 6417. V3Logo.ZIndex = 10
- 6418. V3Logo.BackgroundTransparency = 1
- 6419. V3Logo.BorderSizePixel = 0
- 6420.
- 6421. show = Instance.new("TextButton", CodeExecutorLocal)
- 6422. show.Name = "show"
- 6423. show.Position = UDim2.new(-0.0099999997764826, 0, 1, -30)
- 6424. show.Size = UDim2.new(0, 140, 0, 30)
- 6425. show.BackgroundColor3 = Color3.new(1, 1, 1)
- 6426. show.BorderSizePixel = 0
- 6427. show.Text = "Show "
- 6428. show.Font = Enum.Font.ArialBold
- 6429. show.FontSize = Enum.FontSize.Size24
- 6430. show.TextXAlignment = Enum.TextXAlignment.Right
- 6431. show.TextColor3 = Color3.new(0, 1, 0)
- 6432. show.ZIndex = 10
- 6433.
- 6434. append = Instance.new("TextButton", exe)
- 6435. append.Name = "append"
- 6436. append.Position = UDim2.new(0.5, -70, 1, 0)
- 6437. append.Size = UDim2.new(0, 140, 0, 30)
- 6438. append.BackgroundColor3 = Color3.new(1, 1, 1)
- 6439. append.BorderColor3 = Color3.new(0.10588235408068, 0.16470588743687, 0.20784313976765)
- 6440. append.Text = "Append Code"
- 6441. append.Font = Enum.Font.ArialBold
- 6442. append.FontSize = Enum.FontSize.Size24
- 6443. append.TextColor3 = Color3.new(0, 0, 0)
- 6444. append.ZIndex = 10
- 6445.
- 6446. nl = Instance.new("TextButton", exe)
- 6447. nl.Name = "nl"
- 6448. nl.Position = UDim2.new(0.5, -70, 1, 30)
- 6449. nl.Size = UDim2.new(0, 140, 0, 30)
- 6450. nl.BackgroundColor3 = Color3.new(1, 1, 1)
- 6451. nl.Text = "New Line"
- 6452. nl.Font = Enum.Font.ArialBold
- 6453. nl.FontSize = Enum.FontSize.Size24
- 6454. nl.TextColor3 = Color3.new(0, 0, 0)
- 6455. nl.ZIndex = 10
- 6456.
- 6457. end
- 6458.
- 6459. if pcall(function()lodecode(game.CoreGui) end) then hascore=true else
- 6460. pcall(function()lodecode(game.Players.LocalPlayer.PlayerGui) end) hascore=false
- 6461. end
- 6462. wait()
- 6463. savecode = Instance.new("StringValue") savecode.Parent = exe savecode.Name="AppendedCode" savecode.Value=""
- 6464.
- 6465. appe=false
- 6466. append.MouseButton1Down:connect(function() if not appe then appe=true
- 6467. savecode.Value = savecode.Value..code.Text wait() append.Text = "Appended" code.Text="" wait(3) append.Text = "Append Code" appe=false end
- 6468. end)
- 6469.
- 6470. nl.MouseButton1Down:connect(function() code.Text = code.Text.."\n" end)
- 6471.
- 6472. local cl = true viewed=false
- 6473. show.MouseButton1Down:connect(function() if cl then cl=false
- 6474. doopen()
- 6475. cl=true end
- 6476. end)
- 6477.
- 6478. hide.MouseEnter:connect(function()
- 6479. hide.BackgroundColor3 = Color3.new(1,0,0)
- 6480. end)
- 6481. hide.MouseLeave:connect(function()
- 6482. hide.BackgroundColor3 = Color3.new(1,1,1)
- 6483. end)
- 6484. run.MouseEnter:connect(function()
- 6485. run.BackgroundColor3 = Color3.new(0,1,0)
- 6486. run.TextColor3 = Color3.new(1,1,1)
- 6487. end)
- 6488. run.MouseLeave:connect(function()
- 6489. run.BackgroundColor3 = Color3.new(1,1,1)
- 6490. run.TextColor3 = Color3.new(0,1,0)
- 6491. end)
- 6492. clear.MouseEnter:connect(function()
- 6493. clear.BackgroundColor3 = Color3.new(1,0,0)
- 6494. clear.TextColor3 = Color3.new(1,1,1)
- 6495. end)
- 6496. clear.MouseLeave:connect(function()
- 6497. clear.BackgroundColor3 = Color3.new(1,1,1)
- 6498. clear.TextColor3 = Color3.new(1,0,0)
- 6499. end)
- 6500. clear.MouseButton1Down:connect(function()
- 6501. code.Text = "" savecode.Value=""
- 6502. end)
- 6503. show.MouseEnter:connect(function()
- 6504. show.BackgroundColor3 = Color3.new(0,1,0)
- 6505. show.TextColor3 = Color3.new(1,1,1)
- 6506. end)
- 6507. show.MouseLeave:connect(function()
- 6508. show.BackgroundColor3 = Color3.new(1,1,1)
- 6509. show.TextColor3 = Color3.new(0,1,0)
- 6510. end)
- 6511.
- 6512. cl2=true
- 6513. hide.MouseButton1Down:connect(function() if cl2 then cl2=false
- 6514. doclose()
- 6515. cl2=true end
- 6516. end)
- 6517.
- 6518. function keycheck(keyy)
- 6519. if type(keyy)=="string" and string.byte(string.lower(keyy)) then
- 6520. return string.lower(keyy)
- 6521. else return false end
- 6522. end
- 6523.
- 6524.
- 6525. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- 6526. if not opening and not closing then if keycheck(key)==openkey then running=true
- 6527. if exe.Visible then doclose()
- 6528. else doopen() end
- 6529. end end
- 6530. end)
- 6531.
- 6532. local function GetError(not_errored, codee)
- 6533. if not_errored then
- 6534. codee = "Executing Code..."
- 6535. end
- 6536. for _,mpops in pairs(CodeExecutorLocal.Parent:GetChildren()) do
- 6537. if mpops:IsA("ScreenGui") and mpops.Name == "MessagePopup" then
- 6538. mpops:Destroy()
- 6539. end
- 6540. end wait()
- 6541. if not_errored and code.Text:match("%S+") and savecode.Value:match("%S") then
- 6542. guimsg('Vermillion: ',codee,3,CodeExecutorLocal.Parent)
- 6543. elseif not code.Text:match("%S+") and not savecode.Value:match("%S+") then
- 6544. guimsg('Error:',"Did not enter code.",3,CodeExecutorLocal.Parent)
- 6545. else
- 6546. guimsg('Error:',codee,3,CodeExecutorLocal.Parent)
- 6547. end
- 6548. end
- 6549.
- 6550. deb = true
- 6551. run.MouseButton1Down:connect(function()
- 6552. if deb then deb=false
- 6553. coroutine.resume(coroutine.create(function(codee)
- 6554. local errored,output = ypcall(loadstring(savecode.Value..code.Text))
- 6555. GetError(errored,output)
- 6556. errored,output = nil
- 6557. end),codee)
- 6558. wait(1)
- 6559. deb=true end
- 6560. end)
- 6561. elseif string.sub(string.lower(msg),1,5) == "/e m:" then
- 6562. for _,v in pairs(game.Players:GetPlayers()) do
- 6563. game:GetService("Chat"):Chat(v.Character.Head, string.sub(msg, 6), "Blue")
- 6564. end
- 6565. elseif string.sub(string.lower(msg),1,2) == "m:" then
- 6566. for _,v in pairs(game.Players:GetPlayers()) do
- 6567. game:GetService("Chat"):Chat(v.Character.Head, string.sub(msg, 3), "Blue")
- 6568. end
- 6569. elseif string.sub(string.lower(msg),1,9) == "/e decal:" then
- 6570. decal(game.Workspace, string.sub(msg, 10))
- 6571. elseif string.sub(string.lower(msg),1,9) == "/e sound:" then
- 6572. local s = Instance.new("Sound", game.Workspace)
- 6573. s.SoundId = "http://www.roblox.com/asset/?id=" ..string.sub(msg,10)
- 6574. s.Volume = 1
- 6575. s.Pitch = pitch
- 6576. s.Looped = true
- 6577. s:Play()
- 6578. end
- 6579.end)
- 6580.end)
Add Comment
Please, Sign In to add comment