Advertisement
helloitsdeleted

Pokediger1's Dirty Exploit

Nov 22nd, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.23 KB | None | 0 0
  1. -- Remember this script is dirty and fucked --
  2. --
  3. --
  4. -- Gui to Lua
  5. -- Version: 3.2
  6.  
  7. -- Instances:
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local OpenFrame = Instance.new("Frame")
  11. local Open = Instance.new("TextButton")
  12. local Main = Instance.new("Frame")
  13. local Tornado = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = ScreenGui
  24. OpenFrame.Active = true
  25. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  26. OpenFrame.Position = UDim2.new(0, 0, 0.693836987, 0)
  27. OpenFrame.Size = UDim2.new(0, 99, 0, 31)
  28.  
  29. Open.Name = "Open"
  30. Open.Parent = OpenFrame
  31. Open.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  32. Open.Size = UDim2.new(0, 99, 0, 31)
  33. Open.Font = Enum.Font.GothamBold
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. Open.TextSize = 14.000
  37. Open.MouseButton1Down:connect(function()
  38. Main.Visible = true
  39. OpenFrame.Visible = false
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. Main.Position = UDim2.new(0.271904618, 0, 0.274353892, 0)
  46. Main.Size = UDim2.new(0, 186, 0, 242)
  47. Main.Visible = false
  48.  
  49. Tornado.Name = "Tornado"
  50. Tornado.Parent = Main
  51. Tornado.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Tornado.BorderColor3 = Color3.fromRGB(0, 255, 0)
  53. Tornado.Position = UDim2.new(0.0591397844, 0, 0.599173546, 0)
  54. Tornado.Size = UDim2.new(0, 163, 0, 58)
  55. Tornado.Font = Enum.Font.SourceSans
  56. Tornado.Text = "Tornado"
  57. Tornado.TextColor3 = Color3.fromRGB(0, 255, 0)
  58. Tornado.TextScaled = true
  59. Tornado.TextSize = 14.000
  60. Tornado.TextWrapped = true
  61. Tornado.MouseButton1Down:connect(function()
  62. paly = game.Players.LocalPlayer
  63. local symbolimg = "http://www.roblox.com/asset/?id=678509801"
  64. char = paly.Character
  65. torso = char.Torso
  66. neck = char.Torso.Neck
  67. hum = char.Humanoid
  68. Player = game:GetService("Players").LocalPlayer
  69. local mouse = Player:GetMouse()
  70. Character = Player.Character
  71. tors = Character.Torso
  72. lleg = Character["Left Leg"]
  73. root = Character.HumanoidRootPart
  74. hed = Character.Head
  75. rleg = Character["Right Leg"]
  76. rarm = Character["Right Arm"]
  77. larm = Character["Left Arm"]
  78. local Effects = {}
  79. attack = false
  80. vt = Vector3.new
  81. bc = BrickColor.new
  82. br = BrickColor.random
  83. it = Instance.new
  84. cf = CFrame.new
  85. euler = CFrame.fromEulerAnglesXYZ
  86. angles = CFrame.Angles
  87. matr = math.random
  88.  
  89. ---weapon model---
  90. local gun = Instance.new("Part")
  91. gun.Parent = Character
  92. gun.Size = Vector3.new(0.35, 0.35, 4.75)
  93. gun.Archivable = true
  94. gun.BrickColor = BrickColor.new("Bright orange")
  95. gun.Material = "Wood"
  96. gun.CanCollide = false
  97. local weld1 = Instance.new("Weld")
  98. weld1.Parent = rarm
  99. weld1.Part0 = rarm
  100. weld1.Part1 = gun
  101. weld1.C1 = CFrame.new(0, 1.125, 0.25)
  102. local colore = Instance.new("Part")
  103. colore.Parent = Character
  104. colore.Size = Vector3.new(0.375, 0.375, 3.95)
  105. colore.Archivable = true
  106. colore.BrickColor = BrickColor.new("White")
  107. colore.Material = "Fabric"
  108. colore.CanCollide = false
  109. local weld1 = Instance.new("Weld")
  110. weld1.Parent = rarm
  111. weld1.Part0 = rarm
  112. weld1.Part1 = colore
  113. weld1.C1 = CFrame.new(0, 1.125, 0.25)
  114. local blak = Instance.new("Part")
  115. blak.Parent = Character
  116. blak.Size = Vector3.new(0.365, 0.365, 4.15)
  117. blak.Archivable = true
  118. blak.BrickColor = BrickColor.new("Black")
  119. blak.Material = "Fabric"
  120. blak.CanCollide = false
  121. local weld1 = Instance.new("Weld")
  122. weld1.Parent = rarm
  123. weld1.Part0 = rarm
  124. weld1.Part1 = blak
  125. weld1.C1 = CFrame.new(0, 1.125, 0.25)
  126. local blak2 = Instance.new("Part")
  127. blak2.Parent = Character
  128. blak2.Size = Vector3.new(1.25, 1.25, 0.5)
  129. blak2.Archivable = true
  130. blak2.BrickColor = BrickColor.new("Medium stone grey")
  131. blak2.Material = "Granite"
  132. blak2.CanCollide = false
  133. local weld1 = Instance.new("Weld")
  134. weld1.Parent = rarm
  135. weld1.Part0 = rarm
  136. weld1.Part1 = blak2
  137. weld1.C1 = CFrame.new(0, 1.125, 2.75)
  138. local blak3 = Instance.new("Part")
  139. blak3.Parent = Character
  140. blak3.Size = Vector3.new(1.45, 1.45, 0.45)
  141. blak3.Archivable = true
  142. blak3.BrickColor = BrickColor.new("Really black")
  143. blak3.Material = "Granite"
  144. blak3.CanCollide = false
  145. local sh = Instance.new("SpecialMesh",blak2)
  146. local sh2 = Instance.new("SpecialMesh",blak3)
  147. sh.MeshType = "Sphere"
  148. sh2.MeshType = "Sphere"
  149. local weld1 = Instance.new("Weld")
  150. weld1.Parent = rarm
  151. weld1.Part0 = rarm
  152. weld1.Part1 = blak3
  153. weld1.C1 = CFrame.new(0, 1.125, 2.75)
  154. local blak4 = Instance.new("Part")
  155. blak4.Parent = Character
  156. blak4.Size = Vector3.new(0.545, 0.545, 0.625)
  157. blak4.Archivable = true
  158. blak4.BrickColor = BrickColor.new("Really black")
  159. blak4.Material = "Granite"
  160. blak4.CanCollide = false
  161. local weld1 = Instance.new("Weld")
  162. weld1.Parent = rarm
  163. weld1.Part0 = rarm
  164. weld1.Part1 = blak4
  165. weld1.C1 = CFrame.new(0, 1.125, -2.25)
  166. local gun2 = Instance.new("Part")
  167. gun2.Parent = Character
  168. gun2.Size = Vector3.new(1,1,1)
  169. gun2.Archivable = true
  170. gun2.BrickColor = BrickColor.new("White")
  171. gun2.Material = "Neon"
  172. gun2.Shape = "Ball"
  173. gun2.CanCollide = false
  174. local weld1a = Instance.new("Weld")
  175. weld1a.Parent = rarm
  176. weld1a.Part0 = rarm
  177. weld1a.Part1 = gun2
  178. weld1a.C1 = CFrame.new(0, 1.125, 3.5)
  179. suh = Color3.new(1, 1, 1)
  180. local glow = Instance.new("ParticleEmitter")
  181. glow.LightEmission = 1
  182. glow.Parent = gun2
  183. glow.Texture = "rbxassetid://284205403"
  184. glow.Color = ColorSequence.new(suh)
  185. glow.Size = NumberSequence.new(1)
  186. glow.Speed = NumberRange.new(0,1)
  187. glow.Transparency = NumberSequence.new(0.95)
  188. glow.Lifetime = NumberRange.new(0.5)
  189. glow.LockedToPart = true
  190. glow.Rate = 250
  191. glow.VelocitySpread = 9001
  192. ----
  193.  
  194. local boll = Instance.new("Part",game.Lighting)
  195. boll.Transparency = 0.5
  196. boll.Material = "Neon"
  197. boll.BrickColor = bc("Bright red")
  198. boll.Anchored = true
  199. boll.Size = vt(1,1,1)
  200. boll.Shape = "Ball"
  201. boll.CanCollide = false
  202.  
  203. local shur = Instance.new("Part",game.Lighting)
  204. shur.Transparency = 0
  205. shur.Material = "Neon"
  206. shur.BrickColor = bc("Bright red")
  207. shur.Anchored = true
  208. shur.Size = vt(5,0.2,5)
  209. shur.CanCollide = false
  210. local Meshshur = Instance.new("CylinderMesh",shur)
  211.  
  212. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  213. if hit.Parent==nil then
  214. return
  215. end
  216. h=hit.Parent:FindFirstChild("Humanoid")
  217. for _,v in pairs(hit.Parent:children()) do
  218. if v:IsA("Humanoid") then
  219. h=v
  220. end
  221. end
  222. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  223. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  224. end
  225. if hit.Parent.className=="Hat" then
  226. hit=hit.Parent.Parent:findFirstChild("Head")
  227. end
  228. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  229. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  230. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  231. return
  232. end]]
  233. -- hs(hit,1.2)
  234. c=Instance.new("ObjectValue")
  235. c.Name="creator"
  236. c.Value=game:service("Players").LocalPlayer
  237. c.Parent=h
  238. game:GetService("Debris"):AddItem(c,.5)
  239. Damage=math.random(minim,maxim)
  240. -- h:TakeDamage(Damage)
  241. blocked=false
  242. block=hit.Parent:findFirstChild("Block")
  243. if block~=nil then
  244. print(block.className)
  245. if block.className=="NumberValue" then
  246. if block.Value>0 then
  247. blocked=true
  248. if decreaseblock==nil then
  249. block.Value=block.Value-1
  250. end
  251. end
  252. end
  253. if block.className=="IntValue" then
  254. if block.Value>0 then
  255. blocked=true
  256. if decreaseblock~=nil then
  257. block.Value=block.Value-1
  258. end
  259. end
  260. end
  261. end
  262. if blocked==false then
  263. -- h:TakeDamage(Damage)
  264. h.Health=h.Health-Damage
  265. showDamage(hit.Parent,Damage,.5,TorsoColor)
  266. else
  267. h.Health=h.Health-(Damage/2)
  268. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  269. end
  270. if Type=="Knockdown" then
  271. hum=hit.Parent.Humanoid
  272. hum.PlatformStand=true
  273. coroutine.resume(coroutine.create(function(HHumanoid)
  274. swait(1)
  275. HHumanoid.PlatformStand=false
  276. end),hum)
  277. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  278. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  279. local bodvol=Instance.new("BodyVelocity")
  280. bodvol.velocity=angle*knockback
  281. bodvol.P=5000
  282. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  283. bodvol.Parent=hit
  284. rl=Instance.new("BodyAngularVelocity")
  285. rl.P=3000
  286. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  287. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  288. rl.Parent=hit
  289. game:GetService("Debris"):AddItem(bodvol,.5)
  290. game:GetService("Debris"):AddItem(rl,.5)
  291. elseif Type=="Normal" then
  292. vp=Instance.new("BodyVelocity")
  293. vp.P=500
  294. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  295. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  296. if KnockbackType==1 then
  297. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  298. elseif KnockbackType==2 then
  299. vp.velocity=Property.CFrame.lookVector*knockback
  300. end
  301. if knockback>0 then
  302. vp.Parent=hit.Parent.Torso
  303. end
  304. game:GetService("Debris"):AddItem(vp,.5)
  305. elseif Type=="Up" then
  306. local bodyVelocity=Instance.new("BodyVelocity")
  307. bodyVelocity.velocity=vt(0,10,0)
  308. bodyVelocity.P=1000
  309. bodyVelocity.maxForce=Vector3.new(1e+009, 1e+009, 1e+009)
  310. bodyVelocity.Parent=hit
  311. game:GetService("Debris"):AddItem(bodyVelocity,1)
  312. rl=Instance.new("BodyAngularVelocity")
  313. rl.P=3000
  314. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  315. rl.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  316. rl.Parent=hit
  317. game:GetService("Debris"):AddItem(rl,.5)
  318. elseif Type=="Snare" then
  319. bp=Instance.new("BodyPosition")
  320. bp.P=2000
  321. bp.D=100
  322. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  323. bp.position=hit.Parent.Torso.Position
  324. bp.Parent=hit.Parent.Torso
  325. game:GetService("Debris"):AddItem(bp,1)
  326. elseif Type=="Target" then
  327. if Targetting==false then
  328. ZTarget=hit.Parent.Torso
  329. coroutine.resume(coroutine.create(function(Part)
  330. swait(5)
  331. end),ZTarget)
  332. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  333. targetgui=Instance.new("BillboardGui")
  334. targetgui.Parent=ZTarget
  335. targetgui.Size=UDim2.new(10,100,10,100)
  336. targ=Instance.new("ImageLabel")
  337. targ.Parent=targetgui
  338. targ.BackgroundTransparency=1
  339. targ.Image="rbxassetid://4834067"
  340. targ.Size=UDim2.new(1,0,1,0)
  341. cam.CameraType="Scriptable"
  342. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  343. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  344. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  345. Targetting=true
  346. RocketTarget=ZTarget
  347. for i=1,Property do
  348. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  349. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  350. swait()
  351. end
  352. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  353. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  354. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  355. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  356. end
  357. Targetting=false
  358. RocketTarget=nil
  359. targetgui.Parent=nil
  360. cam.CameraType="Custom"
  361. end
  362. end
  363. debounce=Instance.new("BoolValue")
  364. debounce.Name="DebounceHit"
  365. debounce.Parent=hit.Parent
  366. debounce.Value=true
  367. game:GetService("Debris"):AddItem(debounce,Delay)
  368. c=Instance.new("ObjectValue")
  369. c.Name="creator"
  370. c.Value=Player
  371. c.Parent=h
  372. game:GetService("Debris"):AddItem(c,.5)
  373. CRIT=false
  374. hitDeb=true
  375. AttackPos=6
  376. end
  377. end
  378.  
  379. showDamage=function(Char,Dealt,du,Color)
  380. m=Instance.new("Model")
  381. m.Name=""
  382. h=Instance.new("Humanoid")
  383. h.Health=0
  384. h.MaxHealth=0
  385. h.Parent=m
  386. c=Instance.new("Part")
  387. c.Transparency=0
  388. c.Material = "Neon"
  389. c.BrickColor=bc("Bright red")
  390. c.Name="Head"
  391. c.TopSurface=0
  392. c.BottomSurface=0
  393. CV="Hot pink"
  394.  
  395. local txt = Instance.new("BillboardGui", c)
  396. txt.Adornee = c
  397. txt.Name = "_status"
  398. txt.Size = UDim2.new(2, 0, 1.2, 0)
  399. txt.StudsOffset = Vector3.new(-9, 8, 0)
  400. local text = Instance.new("TextLabel", txt)
  401. text.Size = UDim2.new(10, 0, 7, 0)
  402. text.FontSize = "Size24"
  403. text.TextScaled = true
  404. text.TextTransparency = 0
  405. text.BackgroundTransparency = 1
  406. text.TextTransparency = 0
  407. text.TextStrokeTransparency = 0
  408. text.Font = "Code"
  409. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  410.  
  411. v=Instance.new("Part")
  412. v.Name = "ColorBrick"
  413. v.Parent=c
  414. v.FormFactor="Symmetric"
  415. v.Anchored=true
  416. v.CanCollide=false
  417. v.BottomSurface="Smooth"
  418. v.TopSurface="Smooth"
  419. v.Size=Vector3.new(10,5,3)
  420. v.Transparency=1
  421. v.CFrame=c.CFrame
  422. v.BrickColor=BrickColor.new(CV)
  423. v.Transparency=1
  424. text.TextColor3 = BrickColor.new("White").Color
  425. v.Shape="Block"
  426. text.Text = tostring(Dealt)
  427. local tick = Instance.new("Sound",c)
  428. tick.SoundId = "rbxassetid://553325070"
  429. tick.Volume = 1.25
  430. tick.Pitch = 0.75
  431. tick:Play()
  432. c.formFactor="Plate"
  433. c.Transparency = 0.99
  434. c.Size=Vector3.new(1,.4,1)
  435. ms=Instance.new("CylinderMesh")
  436. ms.Scale=Vector3.new(.8,.8,.8)
  437. if CRIT==true then
  438. ms.Scale=Vector3.new(1,1.25,1)
  439. end
  440. ms.Parent=c
  441. c.Reflectance=0
  442. Instance.new("BodyGyro").Parent=c
  443. c.Parent=m
  444. if Char:findFirstChild("Head")~=nil then
  445. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  446. elseif Char.Parent:findFirstChild("Head")~=nil then
  447. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  448. end
  449. f=Instance.new("BodyPosition")
  450. f.P=2000
  451. f.D=100
  452. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  453. f.position=c.Position+Vector3.new(0,3,0)
  454. f.Parent=c
  455. game:GetService("Debris"):AddItem(m,.5+du)
  456. c.CanCollide=false
  457. m.Parent=workspace
  458. c.CanCollide=false
  459. end
  460.  
  461. function MagniDamage(Hit, Part, magni, mindam, maxdam, knock, Type)
  462. for _, c in pairs(workspace:children()) do
  463. local hum = c:findFirstChild("Humanoid")
  464. if hum ~= nil then
  465. local head = c:findFirstChild("Torso")
  466. if head ~= nil then
  467. local targ = head.Position - Part.Position
  468. local mag = targ.magnitude
  469. if mag <= magni and c.Name ~= Player.Name then
  470. Damagefunc(Hit, head, mindam, maxdam, knock, Type, RootPart, .2, 1, 3)
  471. end
  472. end
  473. end
  474. end
  475. end
  476.  
  477. function Explode(rad,par)
  478. local expart = Instance.new("Part",script.Parent)
  479. local expart2 = Instance.new("Part",script.Parent)
  480. local partMesh = Instance.new("SpecialMesh",expart)
  481. partMesh.MeshType = "Sphere"
  482. local partMesh2 = Instance.new("SpecialMesh",expart2)
  483. partMesh2.MeshType = "Sphere"
  484. local expld = Instance.new("Explosion", script.Parent)
  485. local plode = Instance.new("Sound",expart)
  486. plode.SoundId = "rbxassetid://165970126"
  487. plode.Volume = 2.5
  488. plode.Pitch = 1
  489. plode.Looped = false
  490. plode:Play()
  491. expld.BlastRadius = rad
  492. expld.Position = par.Position
  493. partMesh.Scale = vt(rad,rad,rad)
  494. expart.Size = vt(1,1,1)*1.5
  495. expart.Transparency = 0.5
  496. expart.Anchored = true
  497. expart.Material = "Neon"
  498. expart.BrickColor = bc("Deep orange")
  499. expart.CFrame = par.CFrame
  500. partMesh2.Scale = vt(rad,rad,rad)
  501. expart2.Size = vt(1.15,1.15,1.15)*1.5
  502. expart2.Transparency = 0.5
  503. expart2.Anchored = true
  504. expart2.Material = "Neon"
  505. expart2.BrickColor = bc("Bright orange")
  506. expart2.CFrame = par.CFrame
  507. local value = 5
  508. par:Destroy()
  509. for i = 0, 100 do
  510. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  511. expart.CFrame = expart.CFrame
  512. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  513. expart2.CFrame = expart.CFrame
  514. value = value - 0.225
  515. if value <= 0 then
  516. expart.Transparency = expart.Transparency + 0.0125
  517. expart2.Transparency = expart.Transparency + 0.0125
  518. value = 0
  519. end
  520. wait()
  521. end
  522. plode.Parent = nil
  523. expart.Parent = nil
  524. expart2.Parent = nil
  525. expld.Parent = nil
  526. end
  527.  
  528. function BlastStorm()
  529. char.Humanoid.WalkSpeed = 0
  530. local shur = Instance.new("Part",char)
  531. local gahd = Instance.new("Sound",shur)
  532. gahd.SoundId = "rbxassetid://163619849"
  533. gahd.Volume = 5
  534. gahd.Pitch = 0.5
  535. gahd:Play()
  536. shur.Transparency = 1
  537. shur.Material = "Neon"
  538. shur.BrickColor = bc("Bright red")
  539. shur.Anchored = true
  540. shur.CFrame = tors.CFrame + vt(0,-2.5,0)
  541. shur.Size = vt(1,0.2,1)
  542. shur.CanCollide = false
  543. local dec = Instance.new("Decal",shur)
  544. dec.Texture = symbolimg
  545. dec.Face = "Top"
  546. local dec2 = dec:Clone()
  547. dec2.Parent = shur
  548. dec2.Face = "Bottom"
  549. local Meshshur = Instance.new("CylinderMesh",shur)
  550. Meshshur.Scale = vt(0,1,0)
  551. local value1 = 1*5
  552. for i = 0, 50 do
  553. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  554. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  555. value1 = value1 - 0.015*5
  556. wait(0)
  557. end
  558. local spart = Instance.new("Part",char)
  559. local ff = Instance.new("ForceField",char)
  560. local tick = Instance.new("Sound",spart)
  561. tick.SoundId = "rbxassetid://224339308"
  562. tick.Volume = 10
  563. tick.Pitch = 0.5
  564. tick:Play()
  565. local tickel = Instance.new("Sound",spart)
  566. tickel.SoundId = "rbxassetid://138161072"
  567. tickel.Volume = 10
  568. tickel.Pitch = 1.65
  569. tickel:Play()
  570. spart.Size = vt(1,1,1)
  571. spart.BrickColor = BrickColor.new("White")
  572. spart.Transparency = 1
  573. spart.Anchored = true
  574. spart.CanCollide = false
  575. spart.CFrame = shur.CFrame
  576. local mesh = Instance.new("SpecialMesh",spart)
  577. mesh.MeshType = "FileMesh"
  578. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  579. for i = 0, 25 do
  580. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  581. spart.Transparency = spart.Transparency - 0.025
  582. mesh.Scale = mesh.Scale + vt(1.5,0.5,1.5)
  583. spart.Position = spart.Position
  584. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.45,0)
  585. wait(0)
  586. end
  587. for i = 0, 25 do
  588. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  589. mesh.Scale = mesh.Scale + vt(0.2,0.1,0.2)
  590. spart.Position = spart.Position
  591. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  592. wait(0)
  593. end
  594. for i = 0, 25 do
  595. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  596. mesh.Scale = mesh.Scale + vt(0.2,0.1,0.2)
  597. spart.Position = spart.Position
  598. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.65,0)
  599. wait(0)
  600. end
  601. for i = 0, 25 do
  602. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  603. mesh.Scale = mesh.Scale + vt(0.2,0.1,0.2)
  604. spart.Position = spart.Position
  605. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.75,0)
  606. wait(0)
  607. end
  608. for i = 0, 25 do
  609. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  610. mesh.Scale = mesh.Scale + vt(0.3,0.05,0.3)
  611. spart.Position = spart.Position
  612. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.85,0)
  613. wait(0)
  614. end
  615. local pr = spart:Clone()
  616. local expld = Instance.new("Explosion", spart)
  617. expld.BlastRadius = 95
  618. expld.Position = spart.Position
  619. local pr2 = spart:Clone()
  620. pr2.Transparency = 0
  621. pr2.Parent = char
  622. pr2.Anchored = true
  623. pr2.Material = "Neon"
  624. local msh2 = pr2.Mesh
  625. msh2.MeshType = "Sphere"
  626. msh2.Scale = vt(37.5,37.5,37.5)
  627. pr.Transparency = 0
  628. pr.Parent = char
  629. local msh = pr.Mesh
  630. pr.Anchored = true
  631. pr.CFrame = spart.CFrame
  632. local tickaz = Instance.new("Sound",spart)
  633. tickaz.SoundId = "rbxassetid://231917742"
  634. tickaz.Volume = 8.5
  635. tickaz.Pitch = 0.7
  636. tickaz:Play()
  637. local ticka2 = Instance.new("Sound",spart)
  638. ticka2.SoundId = "rbxassetid://138186576"
  639. ticka2.Volume = 6.5
  640. ticka2.Pitch = 0.6
  641. ticka2:Play()
  642. local tickar = Instance.new("Sound",spart)
  643. tickar.SoundId = "rbxassetid://151304356"
  644. tickar.Volume = 5
  645. tickar.Pitch = 0.85
  646. tickar:Play()
  647. local ticka3 = Instance.new("Sound",spart)
  648. ticka3.SoundId = "rbxassetid://357562152"
  649. ticka3.Volume = 10
  650. ticka3.Pitch = 0.45
  651. ticka3:Play()
  652. local ticka4 = Instance.new("Sound",spart)
  653. ticka4.SoundId = "rbxassetid://144699494"
  654. ticka4.Volume = 10
  655. ticka4.Pitch = 0.5
  656. ticka4:Play()
  657. local tick2 = Instance.new("Sound",spart)
  658. tick2.SoundId = "rbxassetid://138161072"
  659. tick2.Volume = 5
  660. tick.Pitch = 0.45
  661. tick:Play()
  662. tick2.Pitch = 1
  663. tick2:Play()
  664. spart.Anchored = true
  665. for i = 0, 250 do
  666. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  667. spart.Transparency = spart.Transparency + 0.0035
  668. mesh.Scale = mesh.Scale + vt(2,0.215,2)
  669. pr.Transparency = spart.Transparency + 0.0035
  670. msh.Scale = msh.Scale + vt(1.425,1,1.425)
  671. pr.CFrame = pr.CFrame*CFrame.Angles(0,-0.25,0)
  672. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.45,0)
  673. pr2.Transparency = spart.Transparency + 0.0035
  674. msh2.Scale = msh2.Scale + vt(0.75,0.75,0.75)
  675. pr2.CFrame = pr2.CFrame
  676. wait(0)
  677. end
  678. char.Humanoid.WalkSpeed = 16
  679. for i = 0, 100 do
  680. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  681. dec.Transparency = dec.Transparency + 0.015
  682. dec2.Transparency = dec.Transparency
  683. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  684. value1 = value1 - 0.035*2.5
  685. wait(0)
  686. end
  687. wait(2.5)
  688. shur:Destroy()
  689. spart:Destroy()
  690. tick:Destroy()
  691. tick2:Destroy()
  692. ff:Destroy()
  693. end
  694.  
  695. function Trap()
  696. local shur = Instance.new("Part",char)
  697. local gahd = Instance.new("Sound",shur)
  698. gahd.SoundId = "rbxassetid://163619849"
  699. gahd.Volume = 1.5
  700. gahd.Pitch = 1
  701. gahd:Play()
  702. shur.Transparency = 1
  703. shur.Material = "Neon"
  704. shur.BrickColor = bc("Bright red")
  705. shur.Anchored = true
  706. shur.CFrame = mouse.Hit
  707. shur.Rotation = vt(0,0,0)
  708. shur.Size = vt(1,0.2,1)
  709. shur.CanCollide = false
  710. local dec = Instance.new("Decal",shur)
  711. dec.Texture = symbolimg
  712. dec.Face = "Top"
  713. local dec2 = dec:Clone()
  714. dec2.Parent = shur
  715. dec2.Face = "Bottom"
  716. local Meshshur = Instance.new("CylinderMesh",shur)
  717. Meshshur.Scale = vt(0,1,0)
  718. local value1 = 1*1.45
  719. for i = 0, 50 do
  720. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  721. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  722. value1 = value1 - 0.015*1.45
  723. wait(0)
  724. end
  725. for i = 0, 50 do
  726. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  727. dec.Transparency = dec.Transparency + 0.02
  728. dec2.Transparency = dec.Transparency
  729. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  730. value1 = value1 - 0.015*1.45
  731. wait(0)
  732. end
  733. local spart = Instance.new("Part",char)
  734. local tick = Instance.new("Sound",spart)
  735. tick.SoundId = "rbxassetid://514867425"
  736. tick.Volume = 3
  737. tick.Pitch = 1
  738. tick:Play()
  739. local tickel = Instance.new("Sound",spart)
  740. tickel.SoundId = "rbxassetid://138161072"
  741. tickel.Volume = 1
  742. tickel.Pitch = 2
  743. tickel:Play()
  744. spart.Size = vt(1,1,1)
  745. spart.BrickColor = BrickColor.new("White")
  746. spart.Transparency = 1
  747. spart.Anchored = true
  748. spart.CanCollide = false
  749. spart.CFrame = shur.CFrame
  750. local expld = Instance.new("Explosion", spart)
  751. expld.BlastRadius = 15
  752. expld.Position = spart.Position
  753. local mesh = Instance.new("SpecialMesh",spart)
  754. mesh.MeshType = "FileMesh"
  755. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  756. for i = 0, 25 do
  757. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  758. spart.Transparency = spart.Transparency - 0.025
  759. mesh.Scale = mesh.Scale + vt(1.5,2.75,1.5)
  760. spart.Position = spart.Position
  761. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.45,0)
  762. wait(0)
  763. end
  764. for i = 0, 50 do
  765. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  766. spart.Transparency = spart.Transparency + 0.015
  767. mesh.Scale = mesh.Scale - vt(0.5,-2.75,0.5)
  768. spart.Position = spart.Position
  769. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.45,0)
  770. wait(0)
  771. end
  772. shur:Destroy()
  773. spart:Destroy()
  774. end
  775.  
  776. function WindFloor()
  777. local shur = Instance.new("Part",char)
  778. local gahd = Instance.new("Sound",shur)
  779. gahd.SoundId = "rbxassetid://163619849"
  780. gahd.Volume = 2.5
  781. gahd.Pitch = 0.775
  782. gahd:Play()
  783. shur.Transparency = 1
  784. shur.Material = "Neon"
  785. shur.BrickColor = bc("Bright red")
  786. shur.Anchored = true
  787. shur.CFrame = tors.CFrame + vt(0,-2.5,0)
  788. shur.Size = vt(1,0.2,1)
  789. shur.CanCollide = false
  790. local dec = Instance.new("Decal",shur)
  791. dec.Texture = symbolimg
  792. dec.Face = "Top"
  793. local dec2 = dec:Clone()
  794. dec2.Parent = shur
  795. dec2.Face = "Bottom"
  796. local Meshshur = Instance.new("CylinderMesh",shur)
  797. Meshshur.Scale = vt(0,1,0)
  798. local value1 = 1*2.5
  799. for i = 0, 50 do
  800. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  801. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  802. value1 = value1 - 0.015*2.5
  803. wait(0)
  804. end
  805. local spart = Instance.new("Part",char)
  806. local tick = Instance.new("Sound",spart)
  807. tick.SoundId = "rbxassetid://224339308"
  808. tick.Volume = 2.5
  809. tick.Pitch = 0.65
  810. tick:Play()
  811. local tickel = Instance.new("Sound",spart)
  812. tickel.SoundId = "rbxassetid://138161072"
  813. tickel.Volume = 2.5
  814. tickel.Pitch = 0.85
  815. tickel:Play()
  816. spart.Size = vt(1,1,1)
  817. spart.BrickColor = BrickColor.new("White")
  818. spart.Transparency = 1
  819. spart.Anchored = true
  820. spart.CanCollide = false
  821. spart.CFrame = shur.CFrame + vt(0,2.5,0)
  822. local mesh = Instance.new("SpecialMesh",spart)
  823. mesh.MeshType = "FileMesh"
  824. mesh.Scale = vt(1,0.01,1)
  825. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  826. local par2 = spart:Clone()
  827. local msh = par2.Mesh
  828. par2.CFrame = spart.CFrame
  829. par2.Parent = char
  830. for i = 0, 25 do
  831. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  832. spart.Transparency = spart.Transparency - 0.025
  833. mesh.Scale = mesh.Scale + vt(2.75,0.65,2.75)
  834. spart.Position = spart.Position
  835. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  836. par2.Transparency = par2.Transparency - 0.025
  837. msh.Scale = msh.Scale + vt(2.75/1.25,0.5,2.75/1.25)
  838. par2.Position = par2.Position
  839. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  840. wait(0)
  841. end
  842. local part = Instance.new("Part",char)
  843. part.Anchored = true
  844. part.CanCollide = false
  845. part.Transparency = 1
  846. part.Size = vt(115,5,5)
  847. part.Position = spart.Position
  848. part.Touched:connect(function(hit)
  849. Damagefunc(hit,10,17,-5,"Normal",root,.2,1)
  850. end)
  851. for i = 0, 250 do
  852. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  853. part.CFrame = spart.CFrame*CFrame.Angles(0,0.25,0)
  854. spart.Position = spart.Position
  855. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.75,0)
  856. par2.Position = par2.Position
  857. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  858. wait(0)
  859. end
  860. part:Destroy()
  861. for i = 0, 25 do
  862. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  863. spart.Transparency = spart.Transparency + 0.025
  864. mesh.Scale = mesh.Scale - vt(2.75,0.65,2.75)
  865. spart.Position = spart.Position
  866. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  867. par2.Transparency = par2.Transparency + 0.025
  868. msh.Scale = msh.Scale - vt(2.75/1.25,0.5,2.75/1.25)
  869. par2.Position = par2.Position
  870. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  871. wait(0)
  872. end
  873. for i = 0, 100 do
  874. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  875. dec.Transparency = dec.Transparency + 0.015
  876. dec2.Transparency = dec.Transparency
  877. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  878. value1 = value1 - 0.015*2.5
  879. wait(0)
  880. end
  881. shur:Destroy()
  882. par2:Destroy()
  883. spart:Destroy()
  884. end
  885.  
  886.  
  887.  
  888. function Tornado()
  889. char.Humanoid.WalkSpeed = 0
  890. local shur = Instance.new("Part",char)
  891. local gahd = Instance.new("Sound",shur)
  892. gahd.SoundId = "rbxassetid://163619849"
  893. gahd.Volume = 2.5
  894. gahd.Pitch = 0.865
  895. gahd:Play()
  896. shur.Transparency = 1
  897. shur.Material = "Neon"
  898. shur.BrickColor = bc("Bright red")
  899. shur.Anchored = true
  900. shur.CFrame = tors.CFrame + vt(0,-2.5,0)
  901. shur.Size = vt(1,0.2,1)
  902. shur.CanCollide = false
  903. local dec = Instance.new("Decal",shur)
  904. dec.Texture = symbolimg
  905. dec.Face = "Top"
  906. local dec2 = dec:Clone()
  907. dec2.Parent = shur
  908. dec2.Face = "Bottom"
  909. local Meshshur = Instance.new("CylinderMesh",shur)
  910. Meshshur.Scale = vt(0,1,0)
  911. local value1 = 1*2
  912. for i = 0, 50 do
  913. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  914. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  915. value1 = value1 - 0.015*2
  916. wait(0)
  917. end
  918. local spart = Instance.new("Part",char)
  919. local tick = Instance.new("Sound",spart)
  920. tick.SoundId = "rbxassetid://224339308"
  921. tick.Volume = 1.5
  922. tick.Pitch = 0.95
  923. tick:Play()
  924. spart.Size = vt(45,100,45)
  925. spart.Anchored = true
  926. spart.BrickColor = BrickColor.new("White")
  927. spart.Transparency = 1
  928. spart.CanCollide = false
  929. spart.CFrame = shur.CFrame + Vector3.new(0,0.1,0)
  930. local mesh = Instance.new("SpecialMesh",spart)
  931. mesh.MeshType = "FileMesh"
  932. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  933. mesh.Scale = vt(0,0,0)
  934. for i = 0, 25 do
  935. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  936. spart.Transparency = spart.Transparency - 0.025
  937. mesh.Scale = mesh.Scale + vt(2.75,3,2.75)
  938. spart.CFrame = spart.CFrame + Vector3.new(0,0.25,0)
  939. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  940. wait(0)
  941. end
  942. spart.Anchored = false
  943. local bv = Instance.new("BodyVelocity")
  944. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  945. bv.velocity = tors.CFrame.lookVector*100
  946. bv.Parent = spart
  947. char.Humanoid.WalkSpeed = 16
  948. spart.Touched:connect(function(hit)
  949. Damagefunc(hit,7,16,math.random(20,40),"Normal",root,.2,1)
  950. end)
  951. for i = 0, 50 do
  952. spart.CFrame = spart.CFrame + Vector3.new(0,0.25,0)
  953. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  954. shur.CFrame = shur.CFrame*CFrame.Angles(0,0.05,0)
  955. dec.Transparency = dec.Transparency + 0.015*1.5
  956. dec2.Transparency = dec.Transparency
  957. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  958. value1 = value1 - 0.015*2.5
  959. wait(0)
  960. end
  961. shur:Destroy()
  962. for i = 0, 500 do
  963. spart.Transparency = spart.Transparency + 0.001
  964. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  965. wait(0.01)
  966. end
  967. spart:Destroy()
  968. end
  969.  
  970.  
  971. function Saved()
  972. local spart = Instance.new("Part",workspace)
  973. spart.Size = vt(1,1,1)
  974. spart.Shape = "Ball"
  975. spart.BrickColor = BrickColor.new("Deep orange")
  976. spart.Material = "Neon"
  977. spart.Transparency = 0
  978. spart.Anchored = false
  979. spart.Rotation = hed.Rotation
  980. spart.CanCollide = false
  981. spart.Position = tors.Position + vt(0,0,0) .Hit.lookVector * math.random(10,100)
  982. local bv = Instance.new("BodyVelocity")
  983. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  984. bv.velocity = mouse.Hit.lookVector * 125
  985. bv.Parent = spart
  986. local tick = Instance.new("Sound",tors)
  987. tick.SoundId = "rbxassetid://88517571"
  988. tick.Volume = 2
  989. tick.Pitch = 6.5
  990. tick:Play()
  991. wait(0.1)
  992. pewdiepie=spart.Touched:connect(function(hit) Damagefunc(hit,5,6,0,"Normal",root,.2,1) spart:Destroy() end)
  993. local value = 0
  994. end
  995.  
  996. function WindShot()
  997. local spart = Instance.new("Part",char)
  998. local tick = Instance.new("Sound",spart)
  999. tick.SoundId = "rbxassetid://224339308"
  1000. tick.Volume = 1.5
  1001. tick.Pitch = 2.25
  1002. tick:Play()
  1003. spart.Size = vt(3,3,3)
  1004. spart.BrickColor = BrickColor.new("White")
  1005. spart.Transparency = 0.5
  1006. spart.CanCollide = false
  1007. spart.CFrame = hed.CFrame + Vector3.new(0,0.1,0)
  1008. local mesh = Instance.new("SpecialMesh",spart)
  1009. mesh.MeshType = "FileMesh"
  1010. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  1011. mesh.Scale = vt(3,3,3)
  1012. local bv = Instance.new("BodyVelocity")
  1013. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1014. bv.velocity = mouse.Hit.lookVector * 50
  1015. bv.Parent = spart
  1016. spart.Touched:connect(function(hit)
  1017. Damagefunc(hit,5,9,math.random(20,40),"Normal",root,.2,1)
  1018. end)
  1019. for i = 0, 250 do
  1020. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  1021. wait(0.01)
  1022. end
  1023. spart:Destroy()
  1024. end
  1025.  
  1026. mouse.Button1Down:connect(function()
  1027. WindShot()
  1028. end)
  1029. mouse.KeyDown:connect(function(k)
  1030.  
  1031. k = k:lower()
  1032. if k == "v" then
  1033. BlastStorm()
  1034. end
  1035. if k == "x" then
  1036. Tornado()
  1037. end
  1038. if k == "c" then
  1039. WindFloor()
  1040. end
  1041. if k == "z" then
  1042. Trap()
  1043. end
  1044. end)
  1045. while wait() do
  1046. for i = 0, 20 do
  1047. gun2.Transparency = gun2.Transparency + 0.05
  1048. wait()
  1049. end
  1050. for i = 0, 20 do
  1051. gun2.Transparency = gun2.Transparency - 0.05
  1052. wait()
  1053. end
  1054. end
  1055.  
  1056. TextLabel.Parent = Main
  1057. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1058. TextLabel.BorderColor3 = Color3.fromRGB(0, 255, 0)
  1059. TextLabel.Size = UDim2.new(0, 186, 0, 32)
  1060. TextLabel.Font = Enum.Font.SourceSans
  1061. TextLabel.Text = "This Exploit Was Made By Pokediger1"
  1062. TextLabel.TextColor3 = Color3.fromRGB(0, 255, 0)
  1063. TextLabel.TextSize = 14.000
  1064.  
  1065. TextLabel_2.Parent = Main
  1066. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1067. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 255, 0)
  1068. TextLabel_2.Position = UDim2.new(0, 0, 0.227272734, 0)
  1069. TextLabel_2.Size = UDim2.new(0, 186, 0, 65)
  1070. TextLabel_2.Font = Enum.Font.SourceSans
  1071. TextLabel_2.Text = "I make some fake videos, its just an roleplay and for fun dont you guys understand"
  1072. TextLabel_2.TextColor3 = Color3.fromRGB(0, 255, 0)
  1073. TextLabel_2.TextScaled = true
  1074. TextLabel_2.TextSize = 14.000
  1075. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(0, 255, 0)
  1076. TextLabel_2.TextWrapped = true
  1077.  
  1078. Close.Name = "Close"
  1079. Close.Parent = Main
  1080. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  1081. Close.BorderColor3 = Color3.fromRGB(255, 0, 4)
  1082. Close.Position = UDim2.new(0.833333373, 0, 0.880165279, 0)
  1083. Close.Size = UDim2.new(0, 31, 0, 29)
  1084. Close.Font = Enum.Font.GothamBold
  1085. Close.Text = "X"
  1086. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  1087. Close.TextScaled = true
  1088. Close.TextSize = 14.000
  1089. Close.TextWrapped = true
  1090.  
  1091. -- I will always remember you jeevee
  1092. -- CREDITS: Pokediger1 (Owner), Jeevee (UTG MAKER), ZephisZ (Scripter)
  1093. -- Scripts:
  1094.  
  1095. local function JDIXW_fake_script() -- Open.LocalScript
  1096. local script = Instance.new('LocalScript', Open)
  1097.  
  1098. local frame = script.Parent.Parent.Main -- change β€œTest” to the name of the frane
  1099. local open = false
  1100.  
  1101. script.Parent.MouseButton1Click:Connect(function()
  1102. if frame.Visible == false then
  1103. frame.Visible = true
  1104. end
  1105. end)
  1106.  
  1107. end
  1108. coroutine.wrap(JDIXW_fake_script)()
  1109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement