Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.60 KB | None | 0 0
  1. wait(1)
  2. local version = "1.21 (6/23/2018)"
  3. --For Blacklisted fucks lol
  4. function crash()
  5. while true do
  6. end
  7. end
  8. --Variables ecks dee
  9. local players = game:GetService("Players")
  10. local user = players.LocalPlayer
  11. local name = user.Name
  12. local a = Instance.new("Message",workspace)
  13. a.Name = "Anti Stuff"
  14. --Whitelist Checker
  15. local BL = {
  16. "ROBLOX",
  17. }
  18. BLACKLISTED=false
  19. table.foreach(BL,function(a,b)
  20.     if name == tostring(b) then BLACKLISTED=true
  21.        user:Kick('Sorry, It appears you are blacklisted! '..name..'  DM [Certified Weeb]#6917 for appeal! {P.S. If youre blacklisted, you probably wont get Unblacklisted but hey, its worth a try lol')
  22.         game.StarterGui:SetCore('SendNotification', {Title='Blacklisted'; Text='Player : '..game:GetService("Players").LocalPlayer.Name..' You are Blacklisted!'})
  23.         wait(3)
  24.         game.StarterGui:SetCore('SendNotification', {Title='Blacklisted'; Text='BUH BYE'..name..' bTW your mom gay!'})
  25.         a.Text = "Blacklisted, probably no appeal for you haha bitch"
  26.     end
  27. end)
  28. local WL = {
  29. "YOUR NAME HERE", -- Your name here
  30. }
  31. table.foreach(WL,function(a,b)
  32.     if name == tostring(b) and not BLACKLISTED then WHITELISTED=true end
  33. end)
  34. if WHITELISTED then
  35.     game.StarterGui:SetCore('SendNotification', {Title='Certified Weeb'; Text='Player : '..name..' You are Whitelisted! Your script(s) will execute in [30] total seconds'})
  36. a.Text = "Whitelisted!"
  37. elseif not WHITELISTED and not BLACKLISTED then
  38.     user:Kick('It appears you arent whitelisted! '..name..'! DM [Certified Weeb]#6917 to buy and whitelist!')
  39. a.Text = "Not Whitelisted, DM [Certified Weeb]#6917 for a $1 Whitelist."
  40. end
  41. --Anti Crash Script
  42. function AntiCrash()
  43. function Part1()
  44. game:GetService("RunService").RenderStepped:connect(function()
  45.     table.foreach(user.Backpack:GetChildren(),function(a,b) if b.Name == "-" then game.StarterGui:SetCore('SendNotification', {Title='AntiCrash'; Text='Hey '..name..'! Someone tried to crash you!'}) end end)
  46. end)
  47. end
  48. function nou()
  49.     aa=Instance.new("Model",workspace);a.Name=name
  50.     Instance.new("Humanoid",aa)
  51.     b=Instance.new("Part",aa);b.Name="Torso";b.CanCollide=false;b.Transparency=1
  52.     user.Character=aa
  53. end
  54. function aaa()
  55. game:GetService("RunService").RenderStepped:connect(function()
  56.     table.foreach(user.Backpack:GetChildren(),function(a,b) if b.Name == "-" then nou() end end)
  57. end)
  58. end
  59. game:GetService("RunService").RenderStepped:connect(function()
  60.     table.foreach(user.Backpack:GetChildren(),function(a,b) if b.Name == "-" then user.Backpack:ClearAllChildren() end end)
  61. end)
  62. Part1()
  63. aaa()
  64. game.StarterGui:SetCore('SendNotification', {Title='AntiCrash'; Text='Hey '..name..'! AntiCrash ran successfully'})
  65. a.Text = "(Broken) Anti Crash loaded"
  66. end
  67. --Anti Kick Script
  68. function AntiKick()
  69. local AntiKick=false
  70. function respawn()
  71.     aa=Instance.new("Model",workspace);a.Name=name
  72.     Instance.new("Humanoid",aa)
  73.     b=Instance.new("Part",aa);b.Name="Torso";b.CanCollide=false;b.Transparency=1
  74.     user.Character=aa
  75. end
  76. user.CharacterAdded:connect(function(RIP)
  77.     if AntiKick then
  78.         AntiKick=false
  79.         respawn()
  80.     end
  81.     for i,v in pairs(RIP:GetChildren()) do
  82.         if v:IsA("SkateboardPlatform") then
  83.             game.StarterGui:SetCore('SendNotification', {Title='AntiKick'; Text='Hey '..name..'! Someone attempted to kick you LOL'})
  84.             v:Destroy()
  85.             AntiKick=true
  86.         end
  87.     end
  88.     RIP.ChildAdded:connect(function(haha)
  89.         if haha:IsA("SkateboardPlatform") then wait()
  90.             haha:Destroy()
  91.             game.StarterGui:SetCore('SendNotification', {Title='AntiKick'; Text='Hey '..name..'! Someone attempted to kick you LOL'})
  92.             AntiKick=true
  93.         end
  94.     end)
  95. end)
  96. respawn()
  97. game.StarterGui:SetCore('SendNotification', {Title='AntiKick'; Text='Hey '..name..'! AntiKick ran successfully'})
  98. a.Text = "Anti Kick Loaded"
  99. end
  100. --FE Checker
  101. function FEChecker()
  102. FE = game:GetService("Workspace").FilteringEnabled
  103. if FE == true then
  104. game.StarterGui:SetCore('SendNotification', {Title='FilteringEnabled'; Text='Hey '..name..'! Filtering is enabled! D:'})
  105. a.Text = "Game is filteringenabled"
  106. else
  107. game.StarterGui:SetCore('SendNotification', {Title='FilteringEnabled'; Text='Hey '..name..'! Filtering is disabled! :D'})
  108. a.Text = "Game is filteringdisabled"
  109. end
  110. end
  111. --Anti Fling Script
  112. function AntiFling()
  113. function Part2()
  114. game:GetService("RunService").RenderStepped:connect(function()
  115. table.foreach(user.Character:GetDescendants(),function(a,b) if b:IsA("BodyForce") then game.StarterGui:SetCore('SendNotification', {Title='AntiFling'; Text='Hey '..name..'! Someone attempted to fling you!'}) end end)
  116. table.foreach(user.Character:GetDescendants(), function(a,b) if b:IsA("BodyForce") then user.Character.Humanoid.Sit = false end end)
  117. end)
  118. end
  119. Part2()
  120. game:GetService("RunService").RenderStepped:connect(function()
  121.     table.foreach(user.Character:GetDescendants(),function(a,b) if b:IsA("BodyForce") then b:Destroy() end end)
  122. end)
  123. game.StarterGui:SetCore('SendNotification', {Title='AntiFling'; Text='Hey '..name..'! AntiFling ran successfully'})
  124. a.Text = "Anti Fling Loaded"
  125. end
  126. --Anti Freeze Script
  127. function AntiFreeze()
  128. function Part3()
  129. game:GetService("RunService").RenderStepped:connect(function()
  130. table.foreach(user.Character:GetDescendants(),function(a,b) if b.Name == "Torso" and b.Anchored then
  131. game.StarterGui:SetCore('SendNotification', {Title='AntiFreeze'; Text='Hey '..name..'! Someone tried to freeze you!'}) end end)
  132. end)
  133. end
  134.     game:GetService("RunService").RenderStepped:connect(function()
  135.         table.foreach(user.Character:GetDescendants(),function(a,b) if b:IsA("Part") and b.Anchored then b.Anchored = false end end)
  136.     end)
  137. Part3()
  138. game.StarterGui:SetCore('SendNotification', {Title='AntiFreeze'; Text='Hey '..name..'! AntiFreeze ran successfully'})
  139. a.Text = "Anti Freeze Loaded"
  140. end
  141. --Anti Punish Script
  142. function AntiPunish()
  143. game:GetService("RunService").Stepped:connect(function()
  144.     if user.Character then
  145.         if user.Character.Parent~=workspace then
  146.             user.Character.Parent=workspace
  147.             game.StarterGui:SetCore('SendNotification', {Title='AntiPunish'; Text='Hey '..name..'! Someone tried to punish you! (or you died xd)'})
  148.         end
  149.     end
  150. end)
  151. game.StarterGui:SetCore('SendNotification', {Title='AntiPunish'; Text='Hey '..name..'! AntiPunish ran successfully'})
  152. a.Text = "Anti Punish Loaded"
  153. end
  154. --Anti Punish Clone Deleter
  155. function CloneDelete()
  156. game:GetService("RunService").RenderStepped:connect(function()
  157. for i,v in pairs(workspace:GetChildren()) do
  158.     if v.Name==game:GetService("Players").LocalPlayer.Name then
  159.         if game:GetService("Players").LocalPlayer.Character~=v then
  160.             v:Destroy()
  161.             game.StarterGui:SetCore('SendNotification', {Title='CloneDeleter'; Text='Hey '..name..'! Clone Deletion was successful'})
  162.            
  163.         end
  164.     end
  165. end
  166. end)
  167. game.StarterGui:SetCore('SendNotification', {Title='CloneDeleter'; Text='Hey '..name..'! CloneDeleter ran successfully'})
  168. a.Text = "Clone deleter loaded"
  169. end
  170. wait(1)
  171. if WHITELISTED then
  172. print("Changelog (6/21/2018)")
  173. print("-Fixed Script and *most* errors*")
  174. print("-Fixed Whitelist")
  175. print("-Released Script")
  176. print("------------------------------------------------------------------------")
  177. print("Soon to be added")
  178. print("--Anti Kill")
  179. print("--Auto clone deletion (Anti Punish)")
  180. print("--Less lag")
  181. print("--Harder to crack (More and better obfuscation)")
  182. print("------------------------------------------------------------------------")
  183. print("Info")
  184. print("---Discord = [Certified Weeb]#6917, DM for problems/questions")
  185. print("---Script may not always work and/or cause you to crash")
  186. print("The script is reported to lag sometimes but it actually does not, it only appears to lag when running large scripts like OMNI GOD")
  187. print("------------------------------------------------------------------------")
  188. print("Changelog (6/22/2018)")
  189. print("-Added notifiers (missing ones for kick and crash")
  190. print("-Added Auto Clone deletion for antipunish")
  191. print("------------------------------------------------------------------------")
  192. print("Soon to be added")
  193. print("--Anti Kill")
  194. print("--Less lag")
  195. print("--Harder to crack (More and better obfuscation)")
  196. print("--Better Whitelist system")
  197. print("------------------------------------------------------------------------")
  198. print("Changelog (6/23/2018)")
  199. print("-Added notifer for kick (working on crash)")
  200. print("Started development on anti kill and less lag")
  201. print("Added variables to make future updates more easy and convenient")
  202. print("------------------------------------------------------------------------")
  203. print("Soon to be added")
  204. print("--Anti Kill")
  205. print("--Less lag")
  206. print("--Harder to crack (More and better obfuscation)")
  207. print("--Better Whitelist system")
  208. print("--GUI for configuration so you could choose what scripts to run and which to not")
  209. print("------------------------------------------------------------------------")
  210. print("Changelog (6/23/2018)")
  211. print("-Added notifer for kick (working on crash)")
  212. print("Added a better method of seeing things (load)")
  213. print("Slowed injecton time... Sorry ;C")
  214. print("------------------------------------------------------------------------")
  215. print("Soon to be added")
  216. print("--Anti Kill")
  217. print("--Less lag")
  218. print("--Harder to crack (More and better obfuscation)")
  219. print("--Better Whitelist system")
  220. print("--GUI for configuration so you could choose what scripts to run and which to not")
  221. wait(4)
  222. print("------------------------------------------------------------------------")
  223. print("Running Anti Crash, This version is bad. Wait at least 5 seconds after a crash")
  224. print("To see if it worked or not, it's really slow and bad and hecc sometimes doesn't even work")
  225. AntiCrash()
  226. wait(4)
  227. print("------------------------------------------------------------------------")
  228. print("Running Antikick, this isn't the best anti kick in the world but it stops commonly used kicks")
  229. print("Such as IY, Rocky2u, TopK3k, you name it. If somehow you still get kicked, dont complain to me about it")
  230. print("It isn't state of the art")
  231. AntiKick()
  232. wait(4)
  233. print("------------------------------------------------------------------------")
  234. print("Running FE Check, lol, nothing to say, it checks FE")
  235. FEChecker()
  236. wait(4)
  237. print("------------------------------------------------------------------------")
  238. print("Running Anti Fling, shitty anti fling i made in like 5 mins, works but not against loop fling oh well")
  239. AntiFling()
  240. wait(4)
  241. print("------------------------------------------------------------------------")
  242. print("Running Anti Freeze, Nothing to say about this, it works i guess lol, btw the notifier bugs a little")
  243. AntiFreeze()
  244. wait(4)
  245. print("------------------------------------------------------------------------")
  246. print("Running Anti Punish, Works, only con is that when you die, you won't despawn lol")
  247. AntiPunish()
  248. wait(4)
  249. print("------------------------------------------------------------------------")
  250. print("Running Clone Deleter, For the anti punish, may cause some lag idk")
  251. CloneDelete()
  252. wait(1)
  253. game.StarterGui:SetCore('SendNotification', {Title='Changelogs'; Text='Click F9 on your keyboard then scroll up to view the changelogs!'})
  254. print("------------------------------------------------------------------------")
  255. print("Hope you enjoy the script! Thanks for buying!")
  256. print('You are running STUFF by [Certified Weeb]#6917 and Tristan#1673. Version: '..version..' ')
  257. wait(2)
  258. table.foreach(workspace:GetChildren(),function(a,b) if b.Name == "Anti Stuff" then b:Destroy() end end)
  259. warn("Script end...")
  260. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement