Advertisement
coolgoldboy166

dominus ultra

Jan 12th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.12 KB | None | 0 0
  1. version = 5.2
  2. wait(.1)
  3. script.Parent=nil
  4. local lp = game.Players.LocalPlayer
  5. local pt = {}
  6. local pt2 = {}
  7. local pt3 = {}
  8. local rad = math.rad
  9. local pi = math.pi
  10. local cf = CFrame.new
  11. local ca = CFrame.Angles
  12. local mr = math.random
  13. local count = 0
  14. local bcount = 0
  15. local mode = "origin"
  16. local bc = BrickColor.new
  17. local slct = 0
  18. local speed = 1
  19. local guit = {}
  20. local send = cf()
  21. local as = 4
  22. local events = {}
  23. local fragdeb = false
  24. local ignore = {}
  25. local armloop = false
  26. local grab = nil
  27. local gdist = -5
  28. local tim = 0
  29. local c2timer = 0
  30. local banned = {}
  31. local cmds = {}
  32. local clogs = {}
  33. local bet = "!"
  34.  
  35. --[["The best ever!"]]--
  36.  
  37. local lerp = function(a,b,c)
  38. return a+(b-a)*c
  39. end
  40.  
  41. local clerp = function(c1,c2,t)
  42. return c1:lerp(c2,t)
  43. end
  44.  
  45. local ClrLerp = function(Mesh,Clr2,Step)
  46. Clr1 = Mesh.VertexColor
  47. Mesh.VertexColor = Vector3.new(lerp(Clr1.X,Clr2.X,Step),lerp(Clr1.Y,Clr2.Y,Step),lerp(Clr1.Z,Clr2.Z,Step))
  48. end
  49.  
  50. local GetDiscoColor = function(hue)
  51. local section = hue % 1 * 3
  52. local secondary = 0.5 * math.pi * (section % 1)
  53. if section < 1 then
  54. return Vector3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
  55. elseif section < 2 then
  56. return Vector3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
  57. else
  58. return Vector3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
  59. end
  60. end
  61.  
  62. local new = function(Object, Parent, Data)
  63. local Object = Instance.new(Object)
  64. for Index, Value in pairs(Data or {}) do
  65. Object[Index] = Value
  66. end
  67. Object.Parent = Parent
  68. return Object
  69. end
  70.  
  71. local intable = function(tab, obj)
  72. for _, v in ipairs(tab) do
  73. if v == obj then
  74. return _
  75. end
  76. end
  77. return 0
  78. end
  79.  
  80. local so = function(id,par,lo,pi,tm)
  81. Spawn(function()
  82. local s = new("Sound",par,{Looped=lo;Pitch=pi;SoundId = "http://roblox.com/asset/?id="..id})
  83. wait() -- tnx anti
  84. s:play()
  85. s.Volume=.8
  86. game.Debris:AddItem(s,tm)
  87. end)
  88. return s
  89. end
  90.  
  91. local Lightning = function(Start,End,Times,Offset,Color,Thickness)
  92. local magz = (Start - End).magnitude
  93. local curpos = Start
  94. local trz = {-Offset,Offset}
  95. for i=1,Times do
  96. local li = new("Part",workspace,{Size=Vector3.new(Thickness,Thickness,magz/Times);BrickColor=bc('White');CanCollide=false;Anchored=true})
  97. local m = new("SpecialMesh",li,{MeshId='rbxassetid://9856898';Scale=Vector3.new(Thickness*2,Thickness*2,magz/Times*2);TextureId='http://www.roblox.com/asset/?id=55687933';VertexColor = Color})
  98. local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  99. local trolpos = cf(curpos,End)*cf(0,0,magz/Times).p+ofz
  100. if Times == i then
  101. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  102. li.CFrame = cf(curpos,End)*cf(0,0,-magz2/2)
  103. else
  104. li.CFrame = cf(curpos,trolpos)*cf(0,0,magz/Times/2)
  105. end
  106. curpos = li.CFrame*cf(0,0,magz/Times/2).p
  107. game.Debris:AddItem(li,.3)
  108. Spawn(function()
  109. for i=1,10 do
  110. game:service"RunService".RenderStepped:wait()
  111. li.Transparency = li.Transparency+.1
  112. end
  113. li:Destroy()
  114. end)
  115. end
  116. end
  117.  
  118. local explosion = function(col1,col2,cfr,sz,rng)
  119. local a = new("Part",workspace,{Size=Vector3.new(1,1,1);CanCollide=false;Anchored=true})
  120. local a2 = new("Part",workspace,{Size=Vector3.new(1,1,1);CanCollide=false;Anchored=true})
  121. local a3 = new("Part",workspace,{Size=Vector3.new(1,1,1);CanCollide=false;Anchored=true})
  122. v1,v2,v3=sz.x,sz.y,sz.z
  123. local m = new("SpecialMesh",a,{MeshId='rbxassetid://1185246';Scale=Vector3.new(v1,v2,v3);TextureId='http://www.roblox.com/asset/?id=55687933';VertexColor = col1})
  124. local m2 = new("SpecialMesh",a2,{MeshId='rbxassetid://9856898';Scale=Vector3.new(v1/3*2,v2/3*2,v3/3*2);TextureId='http://www.roblox.com/asset/?id=55687933';VertexColor = col2})
  125. local m3 = new("SpecialMesh",a3,{MeshId='rbxassetid://9856898';Scale=Vector3.new(v1/3*2,v2/3*2,v3/3*2);TextureId='http://www.roblox.com/asset/?id=55687933';VertexColor = col2})
  126. a.CFrame=cfr
  127. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  128. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  129. for i,v in pairs(workspace:children()) do
  130. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  131. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  132. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= lp.Character.Name then
  133. v:BreakJoints()
  134. end
  135. end
  136. end
  137. end
  138. game.Debris:AddItem(a,.6)
  139. game.Debris:AddItem(a2,.6)
  140. game.Debris:AddItem(a3,.6)
  141. Spawn(function()
  142. while true do
  143. game:service"RunService".RenderStepped:wait()
  144. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  145. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  146. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  147. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  148. a2.CFrame=a2.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))
  149. a3.CFrame=a3.CFrame*CFrame.Angles(-math.rad(2),-math.rad(2),-math.rad(2))
  150. a.Transparency=a.Transparency+0.05
  151. a2.Transparency=a2.Transparency+0.05
  152. a3.Transparency=a3.Transparency+0.05
  153. end
  154. end)
  155. end
  156.  
  157. local frag = function(hit)
  158. local t = {}
  159. local A = {-1, 1}
  160. if hit.Name ~= "Base" and hit.Name ~= "adpart" and hit.Parent ~= lp.Character and hit.Parent.Parent ~= lp.Character and fragdeb ~= true then
  161. so("201858024",ch.Torso,false,math.random(7,11)/10,4)
  162. fragdeb = true
  163. hit:BreakJoints()
  164. local X, Y, Z = 0, 0, 0
  165. for x = 1, 2 do
  166. if hit.Size.X > 1 then
  167. X = hit.Size.X/2
  168. end
  169. for y = 1, 2 do
  170. if hit.Size.Y > 1 then
  171. Y = hit.Size.Y/2
  172. end
  173. for z = 1, 2 do
  174. if hit.Size.Z > 1 then
  175. Z = hit.Size.Z/2
  176. end
  177. local obj = Vector3.new(X*A[x],Y*A[y],Z*A[z])
  178. if intable(t, obj) == 0 and (X ~= 0 or Y ~= 0) and (X ~= 0 or Z ~= 0) and (Y ~= 0 or Z ~= 0) then
  179. table.insert(t, obj)
  180. end
  181. end
  182. end
  183. end
  184. if #t > 0 then
  185. local h = hit:clone()
  186. local par = hit.Parent
  187. hit:Destroy()
  188. hit = h:clone()
  189. for _, v in ipairs(t) do
  190. local n = hit:clone()
  191. --n.FormFactor = "Custom"
  192. n.Size = hit.Size/2
  193. local x,y,z = hit.CFrame:toEulerAnglesXYZ()
  194. n.CFrame = CFrame.new(v/2)*CFrame.Angles(x,y,z) +hit.Position
  195. n.Rotation = hit.Rotation
  196. n.Velocity = Vector3.new(0,0,0)
  197. n.RotVelocity = Vector3.new(0,0,0)
  198. n.Parent = par
  199. if n.Size.X <= 1 or n.Size.Z <= 1 then n.Anchored = false;n:BreakJoints();n.Velocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) spawn(function() for i=1,10 do wait() n.Transparency=n.Transparency+.1 end n:Destroy() end) end
  200. n:BreakJoints()
  201. end
  202. end
  203. end
  204. wait()
  205. fragdeb = false
  206. end
  207.  
  208. local notif = function(txt)
  209. for i,v in pairs(guit) do
  210. v.Position = v.Position - UDim2.new(0,0,0.03,0)
  211. end
  212. local notif = new("TextLabel",notificationbin,{TextWrapped = true;TextStrokeTransparency = 0;BorderSizePixel = 2;TextScaled = true;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.5;Size = UDim2.new(0.2, 0, 0.02, 0);TextColor3 = Color3.new(1, 1, 1);BorderColor3 = Color3.new(1, 1, 1);Text = "{Notification}:"..txt;Position = UDim2.new(0.395, 0, 0.942, 0);TextXAlignment = Enum.TextXAlignment.Left})
  213. so("205318910",lp.PlayerGui,false,1)
  214. table.insert(guit,notif)
  215. spawn(function() wait(5)
  216. for i=1,20 do wait()
  217. notif.BackgroundTransparency = notif.BackgroundTransparency +.05
  218. notif.TextTransparency = notif.TextTransparency +.05
  219. notif.TextStrokeTransparency = notif.TextStrokeTransparency +.05
  220. end
  221. notif:Destroy()
  222. table.remove(guit,1)
  223. end)
  224. end
  225.  
  226. local makeg = function()
  227. local jlgui = new("ScreenGui",lp.PlayerGui,{Name="JL_gui"})
  228. local frame = new("Frame",jlgui,{Size = UDim2.new(0.2, 0, 0.025, 0);BorderColor3 = Color3.new(1, 1, 1);Position = UDim2.new(0.395, 0, 0.97, 0);BorderSizePixel = 2;BackgroundTransparency = 0.5;BackgroundColor3 = Color3.new(0, 0, 0)})
  229. local textlabel = new("TextLabel",frame,{TextStrokeTransparency = 0;BorderSizePixel = 0;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.9;Size = UDim2.new(0.2, 0, 1, 0);TextColor3 = Color3.new(1, 1, 1);Text = "Execute >";TextXAlignment = Enum.TextXAlignment.Right})
  230. textbox = new("TextBox",frame,{TextStrokeTransparency = 0;BackgroundColor3 = Color3.new(0, 0, 0);Position = UDim2.new(0.201, 0, 0, 0);Size = UDim2.new(0.785, 0, 1, 0);BackgroundTransparency = 0.9;Text = "Press [R-CTRL] to focus";TextColor3 = Color3.new(1, 1, 1);TextXAlignment = Enum.TextXAlignment.Left})
  231. local frame_2 = new("Frame",frame,{Size = UDim2.new(0.2, 0, 1, 0);BorderColor3 = Color3.new(1, 1, 1);Position = UDim2.new(1.02, 0, 0, 0);BorderSizePixel = 2;BackgroundTransparency = 0.5;BackgroundColor3 = Color3.new(0, 0, 0)})
  232. textlabel_2 = new("TextLabel",frame_2,{TextStrokeTransparency = 0;BorderSizePixel = 0;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.9;Size = UDim2.new(1, 0, 1, 0);TextColor3 = Color3.new(1, 1, 1);BorderColor3 = Color3.new(0, 0, 0);Text = "FPS:n/a"})
  233. local frame_3 = new("Frame",frame,{Size = UDim2.new(0.2, 0, 1, 0);BorderColor3 = Color3.new(1, 1, 1);Position = UDim2.new(-.222, 0, 0, 0);BorderSizePixel = 2;BackgroundTransparency = 0.5;BackgroundColor3 = Color3.new(0, 0, 0)})
  234. local textlabel_3 = new("TextLabel",frame_3,{TextStrokeTransparency = 0;BorderSizePixel = 0;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.9;Size = UDim2.new(1, 0, 1, 0);TextColor3 = Color3.new(1, 1, 1);BorderColor3 = Color3.new(0, 0, 0);Text = "JarLore V"..version})
  235. notificationbin = Instance.new("Folder", jlgui,{Name="Notification_bin"})
  236. listbin = Instance.new("Folder", jlgui,{Name="List_bin"})
  237. textbox.FocusLost:connect(function()
  238. local msg = textbox.Text
  239. local usedACommand=false
  240. for i,v in pairs(cmds) do
  241. if msg:lower():match(bet..v.Usage:lower()..'% ?') and usedACommand==false then
  242. usedACommand=true
  243. local Run, Error = ypcall(function()
  244. spawn(function()
  245. v.Function(lp.Name,msg:lower():match(bet..v.Usage:lower()..'%>?(.+)')or'')
  246. end)
  247. end)
  248. if Error then
  249. notif(Error)
  250. end
  251. end
  252. end
  253. textbox.Text = "Press [R-CTRL] to focus"
  254. end)
  255. end
  256.  
  257. local makelist = function(na,list)
  258. local pos = -7
  259. local frame = new("Frame", listbin,{Size = UDim2.new(0.15, 0, 0.25, 0);BorderColor3 = Color3.new(1, 1, 1);Position = UDim2.new(0.65, 0, 0.745, 0);BorderSizePixel = 2;BackgroundTransparency = 0.5;BackgroundColor3 = Color3.new(0, 0, 0)})
  260. local textlabel = new("TextBox", frame,{TextStrokeTransparency = 0;BorderSizePixel = 2;BackgroundColor3 = Color3.new(0, 0, 0);Position = UDim2.new(0.01, 0, 0.005, 0);Size = UDim2.new(0.8, 0, 0.1, 0);BackgroundTransparency = 0.9;BorderColor3 = Color3.new(1, 1, 1);TextColor3 = Color3.new(1, 1, 1);Text=na})
  261. local scrollingframe = new("ScrollingFrame", frame,{Size = UDim2.new(1, 0, 0.87, 0);CanvasSize=UDim2.new(0,0,0,0);MidImage = "rbxassetid://65372937";BorderColor3 = Color3.new(1, 1, 1);ScrollBarThickness = 7;TopImage = "rbxassetid://65372937";Position = UDim2.new(0, 0, 0.125, 0);BottomImage = "rbxassetid://65372937";BackgroundTransparency = 0.9;BackgroundColor3 = Color3.new(0, 0, 0)})
  262. local textbutton = new("TextButton", frame,{TextStrokeTransparency = 0;BorderSizePixel = 2;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.9;Size = UDim2.new(0.16, 0, 0.1, 0);Position = UDim2.new(0.83, 0, 0.005, 0);BorderColor3 = Color3.new(1, 1, 1);Text = "X";TextColor3 = Color3.new(1, 1, 1)})
  263. for i,v in pairs(list) do
  264. local textlabel2 = new("TextLabel", scrollingframe,{TextStrokeTransparency = 0;BorderSizePixel = 0;BackgroundColor3 = Color3.new(0, 0, 0);BackgroundTransparency = 0.9;Size = UDim2.new(1, 0, 0, 20);TextColor3 = Color3.new(1, 1, 1);TextXAlignment = Enum.TextXAlignment.Left;Text=v})
  265. textlabel2.Position = UDim2.new(0,0,0,pos+7)
  266. pos = pos + 25
  267. scrollingframe.CanvasSize = UDim2.new(0,0,0,pos+15)
  268. end
  269. textbutton.MouseButton1Click:connect(function()
  270. frame:Destroy()
  271. end)
  272. end
  273.  
  274. local efx = function(part)
  275. if not part then return end
  276. local Num = 0
  277. local efxs = {}
  278. for i = 1,6 do
  279. local p = new("Part",workspace,{Size=Vector3.new(1,1,1);CanCollide=false;Anchored=true;CFrame=part.CFrame})
  280. local msh = new("SpecialMesh",p,{Scale=Vector3.new(1.55,.5,.5);MeshId='rbxassetid://9756362';TextureId='rbxassetid://25701026';VertexColor=GetDiscoColor(i/10)})
  281. table.insert(efxs,p)
  282. local p=new("Part",workspace,{Size=Vector3.new(1,1,1);CanCollide=false;Anchored=true;CFrame=part.CFrame})
  283. msh=new("SpecialMesh",p,{Scale=Vector3.new(1.2,.5,.5);MeshId='rbxassetid://9756362';TextureId='rbxassetid://25701026';VertexColor=GetDiscoColor(i/10+1.2)})
  284. table.insert(efxs,p)
  285. end
  286. for i=1,50 do wait()
  287. Num=Num+.1
  288. for i,v in pairs(efxs)do
  289. if(i<7)then
  290. v.CFrame = clerp(v.CFrame,cf(part.CFrame.p)*cf(0,-math.sin(Num)*3,0)*ca(0,1.55+Num+math.rad(360/6)*i,0)*cf(3,0,0),.1)
  291. else
  292. v.CFrame = clerp(v.CFrame,cf(part.CFrame.p)*cf(0,math.sin(Num)*3,0)*ca(0,-Num+math.rad(360/6)*i,0)*cf(3,0,0),.1)
  293. end
  294. end
  295. end
  296. for i=1,10 do wait()
  297. for i,v in pairs(efxs)do
  298. ClrLerp(v.Mesh,Vector3.new(0,0,0),.3)
  299. v.Mesh.Scale=v.Mesh.Scale+Vector3.new(-.15,0,0)
  300. end
  301. end
  302. for i,v in pairs(efxs)do
  303. v:Destroy()
  304. end
  305. efxs={}
  306. end
  307.  
  308.  
  309. local GetPlrs = function(Msg)
  310. local R = {}
  311. if Msg:lower() == "all" then
  312. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  313. table.insert(R, v)
  314. end
  315. else
  316. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  317. if v.Name:lower():sub(1 ,#Msg)==Msg:lower() then
  318. table.insert(R, v)
  319. end
  320. end
  321. end
  322. return R
  323. end
  324.  
  325. local AddCmd = function(Name, Usage, Description, Function)
  326. cmds[Name] = {Name = Name, Usage = Usage, Description = Description, Function = Function}
  327. end
  328.  
  329. local fixcol = function()
  330. for i=1,#pt do pt[i].BrickColor = bc("White") end
  331. end
  332.  
  333. local np = function(sz,col)
  334. local new = new("Part",workspace,{Size=Vector3.new(0,sz,0);BrickColor=BrickColor.new(col);CanCollide=false;Anchored=true;Locked=true;Name="adpart"})
  335. return new
  336. end
  337.  
  338. local pointa = function(var)
  339. if var == true then
  340. if armloop == false then
  341. armloop=true
  342. end
  343. else
  344. armloop=false
  345. ch['Right Arm'].Anchored = false
  346. armw.Parent = ch.Torso
  347. end
  348. end
  349.  
  350. local fixspeed = function(spd)
  351. repeat wait() speed = speed + .025 until speed >= spd
  352. end
  353.  
  354. local make = function()
  355. for i=1,6 do
  356. local a = np(1.2,"White")
  357. table.insert(pt,a)
  358. local a1 = np(1.4,"Black")
  359. table.insert(pt2,a1)
  360. local a2 = np(1.4,"Black")
  361. table.insert(pt2,a2)
  362. table.insert(pt3,a)
  363. table.insert(pt3,a1)
  364. table.insert(pt3,a2)
  365. end
  366. end
  367.  
  368. --cmds--
  369. AddCmd('Kill','kill','Kills <player>',function(Spkr,Msg)
  370. for _,player in next,GetPlrs(Msg)do
  371. spawn(function()
  372. notif(player.Name.." was killed.")
  373. efx(player.Character.Torso)
  374. player.Character:BreakJoints()
  375. end)
  376. end
  377. end)
  378.  
  379. AddCmd('Kick','kick','Kicks <player>',function(Spkr,Msg)
  380. for _,player in next,GetPlrs(Msg)do
  381. spawn(function()
  382. notif(player.Name.." was kicked.")
  383. efx(player.Character.Torso)
  384. player:Destroy()
  385. end)
  386. end
  387. end)
  388.  
  389. AddCmd('God','god','Gods <player>',function(Spkr,Msg)
  390. for _,player in next,GetPlrs(Msg)do
  391. spawn(function()
  392. notif(player.Name.." was godded.")
  393. efx(player.Character.Torso)
  394. player.Character.Humanoid.MaxHealth=1e1000
  395. end)
  396. end
  397. end)
  398.  
  399. AddCmd('UnGod','ungod','UnGods <player>',function(Spkr,Msg)
  400. for _,player in next,GetPlrs(Msg)do
  401. spawn(function()
  402. notif(player.Name.." was ungodded.")
  403. efx(player.Character.Torso)
  404. player.Character.Humanoid.MaxHealth=100
  405. end)
  406. end
  407. end)
  408.  
  409. AddCmd('ForceField','ff','ForceFields <player>',function(Spkr,Msg)
  410. for _,player in next,GetPlrs(Msg)do
  411. spawn(function()
  412. notif(player.Name.." was given a forcefield.")
  413. efx(player.Character.Torso)
  414. Instance.new("ForceField",player.Character).Name="j_ff"
  415. end)
  416. end
  417. end)
  418.  
  419. AddCmd('ForceField','unff','UnForceFields <player>',function(Spkr,Msg)
  420. for _,player in next,GetPlrs(Msg)do
  421. spawn(function()
  422. notif(player.Name.."'s forcefield was removed.")
  423. efx(player.Character.Torso)
  424. player.Character:findFirstChild("j_ff"):Destroy()
  425. end)
  426. end
  427. end)
  428.  
  429. AddCmd('Song','sng','Plays <song>',function(Spkr,Msg)
  430. notif(Msg.." was played.")
  431. spawn(function()
  432. if not game:service"Workspace":FindFirstChild("jbcv_sound") then
  433. local jbcv_sond=Instance.new("Sound",game:service"Workspace")
  434. jbcv_sond.Name="jbcv_sound"
  435. jbcv_sond.Looped=true
  436. jbcv_sond.Volume=1
  437. end
  438. local sond=game:service"Workspace":FindFirstChild("jbcv_sound")
  439. sond.Volume=0
  440. sond.Pitch=0
  441. sond:Stop()
  442. wait()
  443. sond.SoundId="rbxassetid://"..Msg
  444. sond.Volume=1
  445. sond.Pitch=1
  446. sond:Play()
  447. end)
  448. end)
  449.  
  450. AddCmd('Stop','stop','Stops <song>',function(Spkr,Msg)
  451. notif("Song was stopped.")
  452. local sond=game:service"Workspace":FindFirstChild("jbcv_sound")
  453. sond.Volume=0
  454. sond.Pitch=0
  455. sond:Stop()
  456. end)
  457.  
  458. AddCmd('ShowLogs','clogs','Shows the chat logs for the server',function(Spkr,Msg)
  459. notif("Showing chatlogs.")
  460. makelist("ChatLogs",clogs)
  461. end)
  462.  
  463. AddCmd('Commands','cmds','Shows a list of admin commands.',function(Spkr,Msg)
  464. notif("Showing commands.")
  465. local cmdtab = {}
  466. for i,v in pairs(cmds) do
  467. table.insert(cmdtab," "..v.Name.." Usage:"..v.Usage)
  468. end
  469. makelist("Commands",cmdtab)
  470. end)
  471.  
  472.  
  473. lp:GetMouse().Button1Down:connect(function()
  474. fixcol()
  475. if mode == "select" then
  476. so('233091183',ch.Torso,false,.8)
  477. if slct == 1 then
  478. pointa(false)
  479. mode = "origin"
  480. speed = .1
  481. fixspeed(1)
  482. return
  483. elseif slct == 2 then
  484. pointa(false)
  485. mode = "ghost"
  486. speed = .1
  487. fixspeed(1)
  488. return
  489. elseif slct == 3 then
  490. pointa(false)
  491. mode = "float"
  492. speed = .1
  493. fixspeed(1)
  494. return
  495. elseif slct == 4 then
  496. mode = "kenisis"
  497. speed = .1
  498. fixspeed(1)
  499. return
  500. elseif slct == 5 then
  501. pointa(false)
  502. mode = "saw"
  503. speed = .1
  504. fixspeed(1)
  505. return
  506. elseif slct == 6 then
  507. pointa(false)
  508. mode = "lightning"
  509. speed = .1
  510. fixspeed(1)
  511. return
  512. end
  513. elseif mode == "ghost" then
  514. so('200633455',ch.Torso,false,1)
  515. mode = "light"
  516. speed = .1
  517. fixspeed(1)
  518. elseif mode == "lightning" then
  519. so('228343249',ch.Torso,false,.9)
  520. color=GetDiscoColor(tick()*.5)
  521. Lightning(guide.CFrame.p,lp:GetMouse().hit.p,math.random(5,10),math.random(-2.5,2.5),color,1.5)
  522. explosion(color,GetDiscoColor(tick()*.3),CFrame.new(lp:GetMouse().hit.p),Vector3.new(30,30,30),20)
  523. elseif mode == "kenisis" then
  524. if lp:GetMouse().Target~=nil and grab == nil then
  525. if lp:GetMouse().Target.ClassName=="Part" and lp:GetMouse().Target.Name~="Base" then
  526. gdist = -(ch:findFirstChild("Right Arm").Position - lp:GetMouse().Target.CFrame.p).magnitude
  527. grab=lp:GetMouse().Target
  528. local dis = (ch:findFirstChild("Head").Position - workspace.CurrentCamera.CoordinateFrame.p).magnitude
  529. lp.CameraMaxZoomDistance = dis
  530. lp.CameraMinZoomDistance = dis
  531. end
  532. end
  533. elseif mode == "float" then
  534. so('233856106',ch.Torso,false,.9)
  535. mode = "fly"
  536. bg=Instance.new("BodyGyro",ch.Torso)
  537. bv=Instance.new("BodyVelocity",ch.Torso)
  538. bg.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  539. bv.maxForce = Vector3.new(99e3,99e3,99e3)
  540. if(ch.Humanoid.Sit ~= true)then ch.Humanoid.PlatformStand = true end
  541. speed = .1
  542. fixspeed(1)
  543. elseif mode == "origin" then
  544. tim = game:service'RunService'.Stepped:wait()
  545. if (tim - c2timer < .2) then
  546. c2timer = tim
  547. speed = .15
  548. send = lp:GetMouse().Hit.p
  549. mode = "tele"
  550. wait(.2)
  551. so('161006033',ch.Torso,false,.9)
  552. ch.Torso.CFrame = cf(send)*cf(0,3,0)*ca(0,ch.Torso.Rotation.Y,0)
  553. speed = .05
  554. mode="origin"
  555. fixspeed(1)
  556. else
  557. wait(.15)
  558. end
  559. c2timer = tim
  560. end
  561. end)
  562.  
  563. lp:GetMouse().Button2Down:connect(function()
  564. if mode == "kenisis" and grab then
  565. tim = game:service'RunService'.Stepped:wait()
  566. if (tim - c2timer < .2) then
  567. so('235097661',ch.Torso,false,1)
  568. local shot = grab
  569. grab=nil
  570. shot.Velocity=(lp:GetMouse().Hit.p-ch["Right Arm"].Position).unit*375
  571. else
  572. wait(.15)
  573. end
  574. c2timer = tim
  575. end
  576. end)
  577.  
  578. lp:GetMouse().Button1Up:connect(function()
  579. if mode == "fly" then
  580. mode = "float"
  581. so('233856106',ch.Torso,false,.8)
  582. bg:Destroy()
  583. bv:Destroy()
  584. ch.Humanoid.PlatformStand = false
  585. ch.Torso.CFrame = cf(ch.Torso.CFrame.X,ch.Torso.CFrame.Y,ch.Torso.CFrame.Z)*ca(0,ch.Torso.Rotation.Y,0)
  586. speed = .1
  587. fixspeed(1)
  588. elseif mode == "light" then
  589. so('200633455',ch.Torso,false,.9)
  590. mode = "ghost"
  591. speed = .1
  592. fixspeed(1)
  593. elseif mode == "kenisis" then
  594. grab = nil
  595. lp.CameraMaxZoomDistance = 400
  596. lp.CameraMinZoomDistance = 0.5
  597. end
  598. end)
  599.  
  600. lp:GetMouse().KeyDown:connect(function(k)
  601. k = k:lower()
  602. if k == "e" and mode ~= "select" and mode ~= "fly" and mode ~= "light" then
  603. so('233091183',ch.Torso,false,.9)
  604. pointa(true)
  605. mode = "select"
  606. slct = 1
  607. speed = .1
  608. fixspeed(1)
  609. elseif string.byte(k) == 49 then
  610. textbox:CaptureFocus()
  611. end
  612. end)
  613.  
  614. lp:GetMouse().WheelForward:connect(function()
  615. if mode =="kenisis" then
  616. gdist = gdist - 10
  617. end
  618. end)
  619.  
  620. lp:GetMouse().WheelBackward:connect(function()
  621. if mode =="kenisis" then
  622. if gdist < -5 then
  623. gdist = gdist + 10
  624. end
  625. end
  626. end)
  627.  
  628. guide = new("Part",workspace,{Size=Vector3.new(2,0,2);BrickColor=BrickColor.new("");CanCollide=false;Anchored=true;Locked=true;Transparency=1})
  629. pl = new("PointLight",guide,{Color=BrickColor.new("Bright orange").Color;Range=0})
  630. light = new("Fire",guide,{Size=3;Heat=0;Enabled=false})
  631. BP=new("BodyPosition",nil,{maxForce=Vector3.new(9990000, 9990000, 9990000);position=Vector3.new(0,0,0)})
  632. make()
  633.  
  634. local curplrs = game.Players:GetPlayers()
  635.  
  636. for i,v in pairs(curplrs) do
  637. v.Chatted:connect(function(m)
  638. table.insert(clogs,"["..v.Name.."]: "..m)
  639. end)
  640. end
  641.  
  642. game:service"Players".ChildAdded:connect(function(p)
  643. if p.ClassName == "Player" then
  644. notif(p.Name.." has joined the server.")
  645. p.Chatted:connect(function(m)
  646. table.insert(clogs,"["..p.Name.."]: "..m)
  647. end)
  648. end
  649. end)
  650.  
  651. game:service"Players".ChildRemoved:connect(function(p)
  652. if p.ClassName == "Player" then
  653. notif(p.Name.." has left the server.")
  654. end
  655. end)
  656.  
  657. game:service("RunService").Stepped:connect(function()
  658. ch = lp.Character
  659. bcount = 0
  660. for i=1,#pt do
  661. bcount = bcount + 2
  662. if mode == "origin" then
  663. count = count + .0025
  664. if i <= 3 then
  665. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*ca(0,count+rad(360/3)*i,0)*cf(2,-3,0)*ca(-pi/2,0,0),speed)
  666. else
  667. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*ca(0,-count-rad(360/3)*i,0)*cf(2.3,-3,0)*ca(pi/2,pi,0),speed)
  668. end
  669. elseif mode == "tele" then
  670. pt[i].CFrame = clerp(pt[i].CFrame,cf(send)*ca(0,0,pi/2)*ca(-count-rad(360/6)*i,0,0)*cf(0,3,0)*ca(pi/2,-pi/2,0),speed)
  671. elseif mode == "select" then
  672. guide.CanCollide=false
  673. ch.Humanoid.MaxHealth = 100
  674. ch.Humanoid.WalkSpeed=16
  675. pt[i].CFrame = clerp(pt[i].CFrame,ch.Torso.CFrame*ca(0,rad(-15)+rad(360/12)*i,0)*cf(5,0,0)*ca(pi/2,pi,0),speed)
  676. if lp:GetMouse().Target == pt[i] then
  677. if i == 1 then
  678. pt[i].BrickColor = bc("")
  679. slct = i
  680. elseif i == 2 then
  681. pt[i].BrickColor = bc("Royal purple")
  682. slct = i
  683. elseif i == 3 then
  684. pt[i].BrickColor = bc("Lapis")
  685. slct = i
  686. elseif i == 4 then
  687. pt[i].BrickColor = bc("Lime green")
  688. slct = i
  689. elseif i == 5 then
  690. pt[i].BrickColor = bc("Really red")
  691. slct = i
  692. elseif i == 6 then
  693. pt[i].BrickColor = bc("New Yeller")
  694. slct = i
  695. end
  696. else
  697. pt[i].BrickColor = bc("White")
  698. end
  699. elseif mode == "float" then
  700. guide.CanCollide=true
  701. count = count + .02
  702. local goto = ch.Torso.CFrame*CFrame.new(0,-3,0)
  703. if Vector3.new(0, ch.Torso.Velocity.y, 0).magnitude > 5 then
  704. guide.CFrame=CFrame.new(goto.X,goto.Y,goto.Z)
  705. else
  706. guide.CFrame=CFrame.new(goto.X,guide.CFrame.Y,goto.Z)
  707. end
  708. if i <= 3 then
  709. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*ca(0,count+rad(360/3)*i,0)*cf(4,-3,0)*ca(pi/2,pi-rad(30),0),speed)
  710. else
  711. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*ca(0,-count-rad(360/3)*i,0)*cf(4.3,-3,0)*ca(pi/2,pi+rad(30),0),speed)
  712. end
  713. elseif mode == "kenisis" then
  714. count = count + .02
  715. if grab ~= nil then
  716. light.Enabled=true
  717. BP.Parent=grab
  718. a= ch["Right Arm"].CFrame*CFrame.new(0,gdist,0)*CFrame.Angles(math.rad(90),0,-math.rad(180))
  719. BP.position=a.p
  720. else
  721. BP.Parent=nil
  722. light.Enabled=false
  723. end
  724. light.Color = bc("Lime green").Color
  725. guide.CFrame=ch['Right Arm'].CFrame*cf(0,-1.5,0)
  726. local goto = ch.Torso.CFrame*CFrame.new(0,-3,0)
  727. if i <= 3 then
  728. pt[i].CFrame = clerp(pt[i].CFrame,ch['Right Arm'].CFrame*ca(0,count+rad(360/3)*i,0)*cf(.5,-1,0)*ca(pi/2,pi-rad(130),0),speed)
  729. else
  730. pt[i].CFrame = clerp(pt[i].CFrame,ch['Right Arm'].CFrame*ca(0,-count-rad(360/3)*i,0)*cf(.7,-1,0)*ca(pi/2,pi-rad(130),0),speed)
  731. end
  732. elseif mode == "ghost" then
  733. local ff = new("ForceField",ch)
  734. ch.Humanoid.MaxHealth = 100000
  735. ch.Humanoid.Health = 100000
  736. game.Debris:AddItem(ff,.001)
  737. light.Enabled=false
  738. ch.Humanoid.WalkSpeed=35
  739. pl.Range=0
  740. count = count + .005
  741. if i <= 3 then
  742. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*cf(0,-math.sin(count)*3,0)*ca(0,1.55+count+math.rad(360/3)*i,0)*cf(3,0,0)*ca(0,pi,0),speed)
  743. else
  744. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*cf(0,math.sin(count)*3,0)*ca(0,-count+math.rad(360/3)*i,0)*cf(3,0,0)*ca(0,pi,0),speed)
  745. end
  746. ypcall(function()
  747. ch.Torso.CanCollide = false
  748. ch.Head.CanCollide = false
  749. end)
  750. elseif mode == "light" then
  751. ch.Humanoid.MaxHealth = 100
  752. ch.Humanoid.WalkSpeed=16
  753. guide.CFrame = CFrame.new(ch.Torso.CFrame.p)*CFrame.new(0,7,0)
  754. light.Enabled=true
  755. light.Color = bc("Bright orange").Color
  756. pl.Range=60
  757. count = count + .005
  758. if i <= 3 then
  759. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*cf(0,7,0)*ca(count,count,count+math.rad(360/3)*i)*cf(1.5,0,0),speed)
  760. else
  761. pt[i].CFrame = clerp(pt[i].CFrame,cf(ch.Torso.CFrame.p)*cf(0,7,0)*ca(count+1.1,count,count+math.rad(360/3)*i)*cf(2.25,0,0)*ca(0,0,0),speed)
  762. end
  763. ypcall(function()
  764. ch.Torso.CanCollide = false
  765. ch.Head.CanCollide = false
  766. end)
  767. elseif mode == "fly" then
  768. guide.CanCollide=false
  769. Direction = CFrame.new(ch.Torso.Position,lp:GetMouse().Hit.p)
  770. bg.cframe = Direction*CFrame.Angles(-1.55,0,0)
  771. bv.velocity = lp:GetMouse().Hit.lookVector*50
  772. count = count + .01
  773. if i <= 3 then
  774. pt[i].CFrame = clerp(pt[i].CFrame,ch.Torso.CFrame*ca(0,count+rad(360/3)*i,0)*cf(2,-3,0)*ca(pi/2,rad(30),0),speed)
  775. else
  776. pt[i].CFrame = clerp(pt[i].CFrame,ch.Torso.CFrame*ca(0,-count-rad(360/3)*i,0)*cf(2,3,0)*ca(pi/2,-rad(30),0),speed)
  777. end
  778. elseif mode == "saw" then
  779. count = count + .015
  780. local part = pt[i]
  781. part.CFrame = clerp(pt[i].CFrame,ch.Torso.CFrame*ca(-count-rad(360/6)*i,0,0)*cf(0,3,0)*ca(pi/2,-pi/2,0),speed)
  782. local shootpos = pt[i].CFrame*cf(-2,0,0)
  783. local startpos = pt[i].CFrame*cf(-1.2,0,0)
  784. local ray = Ray.new(startpos.p,(shootpos.p - startpos.p).unit*2)
  785. local hit,position = game.Workspace:FindPartOnRayWithIgnoreList(ray,ignore)
  786. if hit then
  787. frag(hit)
  788. end
  789. elseif mode == "lightning" then
  790. count = count + .015
  791. guide.CFrame = cf(ch.Torso.CFrame.p)*CFrame.new(0,7,0)
  792. guide.CFrame = CFrame.new(guide.CFrame.p,lp:GetMouse().Hit.p)
  793. if i <= 3 then
  794. pt[i].CFrame = clerp(pt[i].CFrame,guide.CFrame*ca(-pi/2,count+rad(360/3)*i,0)*cf(1.7,0,0)*ca(pi/2,0,0),speed)
  795. else
  796. pt[i].CFrame = clerp(pt[i].CFrame,guide.CFrame*ca(-pi/2,-count-rad(360/3)*i,0)*cf(2,0,0)*ca(pi/2,-rad(30),0),speed)
  797. end
  798. end
  799. ignore = {}
  800. if bcount < 13 then
  801. pt2[bcount-1].CFrame = pt[i].CFrame *cf(-0.8,-0.5,0)*ca(0,0,rad(60))
  802. pt2[bcount].CFrame = pt[i].CFrame *cf(-0.8,0.5,0)*ca(0,0,-rad(60))
  803. end
  804. table.insert(ignore,pt2[bcount-1])
  805. table.insert(ignore,pt2[bcount])
  806. end
  807. if armloop then
  808. if ch.Torso:findFirstChild("Right Shoulder") then
  809. armw = ch.Torso:findFirstChild("Right Shoulder")
  810. armw.Parent = nil
  811. end
  812. ch['Right Arm'].Anchored = true
  813. local p0 = ch.Torso.CFrame
  814. p0 = p0 + ((p0 * ca(pi/-2,0,0)).lookVector * -0.5) + (p0 * ca(0,pi/-2,0)).lookVector
  815. local p1 = p0 + ((p0.p-lp:GetMouse().Hit.p).unit * -2)
  816. ch['Right Arm'].CFrame = cf((p0.p + p1.p)/2,p0.p) * ca(-math.pi/2,0,0)
  817. end
  818. for i,v in pairs(pt3) do
  819. if v.Parent ~= workspace then
  820. for i=1,#pt3 do game.Debris:AddItem(pt3[i],.1) end
  821. pt3 = {}
  822. pt2 = {}
  823. pt = {}
  824. make()
  825. end
  826. end
  827. if not lp.PlayerGui:findFirstChild("JL_gui") then
  828. makeg()
  829. end
  830. if guide.Parent ~= workspace then
  831. guide = new("Part",workspace,{Size=Vector3.new(2,0,2);BrickColor=BrickColor.new("");CanCollide=false;Anchored=true;Locked=true;Transparency=1})
  832. pl = new("PointLight",guide,{Color=BrickColor.new("Bright orange").Color;Range=0})
  833. light = new("Fire",guide,{Size=3;Heat=0;Enabled=false})
  834. end
  835. if textlabel_2 then
  836. textlabel_2.Text = "FPS: "..math.floor(1/wait()*2)
  837. end
  838. end)
  839.  
  840. efx(lp.Character.Torso)
  841. wait(.1)
  842. notif("JarLore Version"..version.." has successfully loaded.")
  843. wait(2)
  844. notif("You may start by pressing [L-CTRL] to focus.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement