Advertisement
Guest User

SimpleWhitelistChecker by SjorsApenWorst

a guest
Jul 23rd, 2018
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. -- INSTRUCTIONS
  2. -- in local whitelisted u see, my name, a friend of mine his name (big english), and some example names. those are the people that are whitelisted
  3. -- just change em to ur name and stuff vouch pls ok <3
  4.  
  5. local whitelisted = ("SjorsApenWorst1"), ("Vyrized"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example"), ("Example")
  6.  
  7.  
  8.  
  9.  
  10. function script()
  11. --script if localplayer is whitelisted here
  12. print("Big whitelist")
  13.  
  14.  
  15.  
  16. --script if localplayer is whitelisted here
  17. end
  18.  
  19. local nonamexd = game.Players.LocalPlayer.Name
  20. local whitelist = Instance.new("ScreenGui")
  21. local theframe = Instance.new("Frame")
  22. local nonamer = Instance.new("TextLabel")
  23. local creditsifuremoveugayxd = Instance.new("TextLabel")
  24. local loading = Instance.new("ImageLabel")
  25. local checktext = Instance.new("TextLabel")
  26. local Whitelistedtext = Instance.new("TextLabel")
  27. local Notwhitelitedtext = Instance.new("TextLabel")
  28. whitelist.Name = "whitelist"
  29. whitelist.Parent = game.CoreGui
  30. theframe.Name = "theframe"
  31. theframe.Parent = whitelist
  32. theframe.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  33. theframe.BorderColor3 = Color3.new(0, 0, 0)
  34. theframe.BorderSizePixel = 4
  35. theframe.Position = UDim2.new(0.308166414, 0, 0.417549163, 0)
  36. theframe.Size = UDim2.new(0, 498, 0, 108)
  37. nonamer.Name = "nonamer"
  38. nonamer.Parent = theframe
  39. nonamer.BackgroundColor3 = Color3.new(1, 1, 1)
  40. nonamer.BackgroundTransparency = 1
  41. nonamer.Position = UDim2.new(0.29919678, 0, -0.527777791, 0)
  42. nonamer.Size = UDim2.new(0, 200, 0, 50)
  43. nonamer.Font = Enum.Font.Highway
  44. nonamer.Text = "WhiteListChecker"
  45. nonamer.TextColor3 = Color3.new(0, 0, 0)
  46. nonamer.TextSize = 40
  47. creditsifuremoveugayxd.Name = "creditsifuremoveugayxd"
  48. creditsifuremoveugayxd.Parent = theframe
  49. creditsifuremoveugayxd.BackgroundColor3 = Color3.new(1, 1, 1)
  50. creditsifuremoveugayxd.BackgroundTransparency = 1
  51. creditsifuremoveugayxd.Position = UDim2.new(0.29919678, 0, 0.694444418, 0)
  52. creditsifuremoveugayxd.Size = UDim2.new(0, 200, 0, 50)
  53. creditsifuremoveugayxd.Font = Enum.Font.Cartoon
  54. creditsifuremoveugayxd.Text = "Simple WhiteListChecker by SjorsApenWorst1"
  55. creditsifuremoveugayxd.TextColor3 = Color3.new(0, 0, 0)
  56. creditsifuremoveugayxd.TextSize = 14
  57. loading.Name = "loading"
  58. loading.Parent = theframe
  59. loading.BackgroundColor3 = Color3.new(1, 1, 1)
  60. loading.BackgroundTransparency = 1
  61. loading.Position = UDim2.new(0.0742971897, 0, 0.185185194, 0)
  62. loading.Size = UDim2.new(0, 68, 0, 67)
  63. loading.Image = "rbxassetid://2117554457"
  64. checktext.Name = "checktext"
  65. checktext.Parent = theframe
  66. checktext.BackgroundColor3 = Color3.new(1, 1, 1)
  67. checktext.BackgroundTransparency = 1
  68. checktext.Position = UDim2.new(0.29919678, 0, 0.231481493, 0)
  69. checktext.Size = UDim2.new(0, 200, 0, 50)
  70. checktext.Font = Enum.Font.Highway
  71. checktext.Text = "Checking..."
  72. checktext.TextColor3 = Color3.new(0, 0, 0)
  73. checktext.TextSize = 40
  74. Whitelistedtext.Name = "Whitelistedtext"
  75. Whitelistedtext.Parent = theframe
  76. Whitelistedtext.BackgroundColor3 = Color3.new(0, 0.196078, 0)
  77. Whitelistedtext.BackgroundTransparency = 1
  78. Whitelistedtext.Position = UDim2.new(0.389558226, 0, 0.231481493, 0)
  79. Whitelistedtext.Size = UDim2.new(0, 200, 0, 50)
  80. Whitelistedtext.Visible = false
  81. Whitelistedtext.Font = Enum.Font.Highway
  82. Whitelistedtext.Text = "This user is whitelisted!"
  83. Whitelistedtext.TextColor3 = Color3.new(0, 0.592157, 0)
  84. Whitelistedtext.TextSize = 40
  85. Notwhitelitedtext.Name = "Notwhitelitedtext"
  86. Notwhitelitedtext.Parent = theframe
  87. Notwhitelitedtext.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Notwhitelitedtext.BackgroundTransparency = 1
  89. Notwhitelitedtext.Position = UDim2.new(0.369477898, 0, 0.231481493, 0)
  90. Notwhitelitedtext.Size = UDim2.new(0, 200, 0, 50)
  91. Notwhitelitedtext.Visible = false
  92. Notwhitelitedtext.Font = Enum.Font.Highway
  93. Notwhitelitedtext.Text = "User is not whitelisted!"
  94. Notwhitelitedtext.TextColor3 = Color3.new(0.392157, 0, 0)
  95. Notwhitelitedtext.TextSize = 40
  96. theframe.Position = UDim2.new(0.348166414, 0, 0.01, 0)
  97. wait(0.01)
  98. theframe.Position = UDim2.new(0.348166414, 0, 0.02, 0)
  99. wait(0.01)
  100. theframe.Position = UDim2.new(0.348166414, 0, 0.03, 0)
  101. wait(0.01)
  102. theframe.Position = UDim2.new(0.348166414, 0, 0.04, 0)
  103. wait(0.01)
  104. theframe.Position = UDim2.new(0.348166414, 0, 0.05, 0)
  105. wait(0.01)
  106. theframe.Position = UDim2.new(0.348166414, 0, 0.06, 0)
  107. wait(0.01)
  108. theframe.Position = UDim2.new(0.348166414, 0, 0.07, 0)
  109. wait(0.01)
  110. theframe.Position = UDim2.new(0.348166414, 0, 0.08, 0)
  111. wait(0.01)
  112. theframe.Position = UDim2.new(0.348166414, 0, 0.09, 0)
  113. wait(0.01)
  114. theframe.Position = UDim2.new(0.348166414, 0, 0.1, 0)
  115. wait(0.01)
  116. theframe.Position = UDim2.new(0.348166414, 0, 0.12, 0)
  117. wait(0.01)
  118. theframe.Position = UDim2.new(0.348166414, 0, 0.13, 0)
  119. wait(0.01)
  120. theframe.Position = UDim2.new(0.348166414, 0, 0.14, 0)
  121. wait(0.01)
  122. theframe.Position = UDim2.new(0.348166414, 0, 0.15, 0)
  123. wait(0.01)
  124. theframe.Position = UDim2.new(0.348166414, 0, 0.16, 0)
  125. wait(0.01)
  126. theframe.Position = UDim2.new(0.348166414, 0, 0.17, 0)
  127. wait(0.01)
  128. theframe.Position = UDim2.new(0.348166414, 0, 0.18, 0)
  129. wait(0.01)
  130. theframe.Position = UDim2.new(0.348166414, 0, 0.19, 0)
  131. wait(0.01)
  132. theframe.Position = UDim2.new(0.348166414, 0, 0.20, 0)
  133. wait(0.01)
  134. theframe.Position = UDim2.new(0.348166414, 0, 0.21, 0)
  135. wait(0.01)
  136. theframe.Position = UDim2.new(0.348166414, 0, 0.22, 0)
  137. wait(0.01)
  138. theframe.Position = UDim2.new(0.348166414, 0, 0.23, 0)
  139. wait(0.01)
  140. theframe.Position = UDim2.new(0.348166414, 0, 0.24, 0)
  141. wait(0.01)
  142. theframe.Position = UDim2.new(0.348166414, 0, 0.25, 0)
  143. wait(0.01)
  144. theframe.Position = UDim2.new(0.348166414, 0, 0.26, 0)
  145. wait(0.01)
  146. theframe.Position = UDim2.new(0.348166414, 0, 0.27, 0)
  147. wait(0.01)
  148. theframe.Position = UDim2.new(0.348166414, 0, 0.28, 0)
  149. wait(0.01)
  150. theframe.Position = UDim2.new(0.348166414, 0, 0.29, 0)
  151. wait(0.01)
  152. theframe.Position = UDim2.new(0.348166414, 0, 0.30, 0)
  153. wait(0.01)
  154. theframe.Position = UDim2.new(0.348166414, 0, 0.31, 0)
  155. wait(0.01)
  156. theframe.Position = UDim2.new(0.348166414, 0, 0.32, 0)
  157. wait(0.01)
  158. theframe.Position = UDim2.new(0.348166414, 0, 0.33, 0)
  159. wait(0.01)
  160. theframe.Position = UDim2.new(0.348166414, 0, 0.34, 0)
  161. wait(0.01)
  162. theframe.Position = UDim2.new(0.348166414, 0, 0.35, 0)
  163. wait(0.01)
  164. theframe.Position = UDim2.new(0.348166414, 0, 0.36, 0)
  165. wait(0.01)
  166. theframe.Position = UDim2.new(0.348166414, 0, 0.37, 0)
  167. wait(0.01)
  168. theframe.Position = UDim2.new(0.348166414, 0, 0.38, 0)
  169. wait(0.01)
  170. theframe.Position = UDim2.new(0.348166414, 0, 0.39, 0)
  171. wait(0.01)
  172. theframe.Position = UDim2.new(0.348166414, 0, 0.40, 0)
  173. wait(0.01)
  174. theframe.Position = UDim2.new(0.348166414, 0, 0.41, 0)
  175. wait(0.01)
  176. theframe.Position = UDim2.new(0.348166414, 0, 0.42, 0)
  177. wait(0.01)
  178. theframe.Position = UDim2.new(0.348166414, 0, 0.43, 0)
  179. wait(0.01)
  180. theframe.Position = UDim2.new(0.348166414, 0, 0.44, 0)
  181. wait(0.2)
  182. loading.Rotation = 5
  183. wait(0.01)
  184. loading.Rotation = 10
  185. wait(0.01)
  186. loading.Rotation = 15
  187. wait(0.01)
  188. loading.Rotation = 20
  189. wait(0.01)
  190. loading.Rotation = 25
  191. wait(0.01)
  192. loading.Rotation = 30
  193. wait(0.01)
  194. loading.Rotation = 35
  195. wait(0.01)
  196. loading.Rotation = 40
  197. wait(0.01)
  198. loading.Rotation = 45
  199. wait(0.01)
  200. loading.Rotation = 50
  201. wait(0.01)
  202. loading.Rotation = 55
  203. wait(0.01)
  204. loading.Rotation = 60
  205. wait(0.01)
  206. loading.Rotation = 65
  207. wait(0.01)
  208. loading.Rotation = 70
  209. wait(0.01)
  210. loading.Rotation = 75
  211. wait(0.01)
  212. loading.Rotation = 80
  213. wait(0.01)
  214. loading.Rotation = 85
  215. wait(0.01)
  216. loading.Rotation = 90
  217. wait(0.01)
  218. loading.Rotation = 95
  219. wait(0.01)
  220. loading.Rotation = 100
  221. wait(0.01)
  222. loading.Rotation = 105
  223. wait(0.01)
  224. loading.Rotation = 110
  225. wait(0.01)
  226. loading.Rotation = 115
  227. wait(0.01)
  228. loading.Rotation = 120
  229. wait(0.01)
  230. loading.Rotation = 125
  231. wait(0.01)
  232. loading.Rotation = 130
  233. wait(0.01)
  234. loading.Rotation = 135
  235. wait(0.01)
  236. loading.Rotation = 140
  237. wait(0.01)
  238. loading.Rotation = 145
  239. wait(0.01)
  240. loading.Rotation = 150
  241. wait(0.01)
  242. loading.Rotation = 155
  243. wait(0.01)
  244. loading.Rotation = 160
  245. wait(0.01)
  246. loading.Rotation = 165
  247. wait(0.01)
  248. loading.Rotation = 170
  249. wait(0.01)
  250. loading.Rotation = 175
  251. wait(0.01)
  252. loading.Rotation = 180
  253. wait(0.01)
  254. loading.Rotation = 185
  255. wait(0.01)
  256. loading.Rotation = 190
  257. wait(0.01)
  258. loading.Rotation = 195
  259. wait(0.01)
  260. loading.Rotation = 200
  261. wait(0.01)
  262. loading.Rotation = 205
  263. wait(0.01)
  264. loading.Rotation = 210
  265. wait(0.01)
  266. loading.Rotation = 215
  267. wait(0.01)
  268. loading.Rotation = 220
  269. wait(0.01)
  270. loading.Rotation = 225
  271. wait(0.01)
  272. loading.Rotation = 230
  273. wait(0.01)
  274. loading.Rotation = 235
  275. wait(0.01)
  276. loading.Rotation = 240
  277. wait(0.01)
  278. loading.Rotation = 245
  279. wait(0.01)
  280. loading.Rotation = 250
  281. wait(0.01)
  282. loading.Rotation = 255
  283. wait(0.01)
  284. loading.Rotation = 260
  285. wait(0.01)
  286. loading.Rotation = 265
  287. wait(0.01)
  288. loading.Rotation = 270
  289. wait(0.01)
  290. loading.Rotation = 275
  291. wait(0.01)
  292. loading.Rotation = 280
  293. wait(0.01)
  294. loading.Rotation = 285
  295. wait(0.01)
  296. loading.Rotation = 290
  297. wait(0.01)
  298. loading.Rotation = 295
  299. wait(0.01)
  300. loading.Rotation = 300
  301. wait(0.01)
  302. loading.Rotation = 305
  303. wait(0.01)
  304. loading.Rotation = 310
  305. wait(0.01)
  306. loading.Rotation = 310
  307. wait(0.01)
  308. loading.Rotation = 315
  309. wait(0.01)
  310. loading.Rotation = 320
  311. wait(0.01)
  312. loading.Rotation = 325
  313. wait(0.01)
  314. loading.Rotation = 330
  315. wait(0.01)
  316. loading.Rotation = 335
  317. wait(0.01)
  318. loading.Rotation = 340
  319. wait(0.01)
  320. loading.Rotation = 345
  321. wait(0.01)
  322. loading.Rotation = 350
  323. wait(0.01)
  324. loading.Rotation = 355
  325. wait(0.01)
  326. loading.Rotation = 360
  327. wait(0.01)
  328. loading.Rotation = 5
  329. wait(0.01)
  330. loading.Rotation = 10
  331. wait(0.01)
  332. loading.Rotation = 15
  333. wait(0.01)
  334. loading.Rotation = 20
  335. wait(0.01)
  336. loading.Rotation = 25
  337. wait(0.01)
  338. loading.Rotation = 30
  339. wait(0.01)
  340. loading.Rotation = 35
  341. wait(0.01)
  342. loading.Rotation = 40
  343. wait(0.01)
  344. loading.Rotation = 45
  345. wait(0.01)
  346. loading.Rotation = 50
  347. wait(0.01)
  348. loading.Rotation = 55
  349. wait(0.01)
  350. loading.Rotation = 60
  351. wait(0.01)
  352. loading.Rotation = 65
  353. wait(0.01)
  354. loading.Rotation = 70
  355. wait(0.01)
  356. loading.Rotation = 75
  357. wait(0.01)
  358. loading.Rotation = 80
  359. wait(0.01)
  360. loading.Rotation = 85
  361. wait(0.01)
  362. loading.Rotation = 90
  363. wait(0.01)
  364. loading.Rotation = 95
  365. wait(0.01)
  366. loading.Rotation = 100
  367. wait(0.01)
  368. loading.Rotation = 105
  369. wait(0.01)
  370. loading.Rotation = 110
  371. wait(0.01)
  372. loading.Rotation = 115
  373. wait(0.01)
  374. loading.Rotation = 120
  375. wait(0.01)
  376. loading.Rotation = 125
  377. wait(0.01)
  378. loading.Rotation = 130
  379. wait(0.01)
  380. loading.Rotation = 135
  381. wait(0.01)
  382. loading.Rotation = 140
  383. wait(0.01)
  384. loading.Rotation = 145
  385. wait(0.01)
  386. loading.Rotation = 150
  387. wait(0.01)
  388. loading.Rotation = 155
  389. wait(0.01)
  390. loading.Rotation = 160
  391. wait(0.01)
  392. loading.Rotation = 165
  393. wait(0.01)
  394. loading.Rotation = 170
  395. wait(0.01)
  396. loading.Rotation = 175
  397. wait(0.01)
  398. loading.Rotation = 180
  399. wait(0.01)
  400. loading.Rotation = 185
  401. wait(0.01)
  402. loading.Rotation = 190
  403. wait(0.01)
  404. loading.Rotation = 195
  405. wait(0.01)
  406. loading.Rotation = 200
  407. wait(0.01)
  408. loading.Rotation = 205
  409. wait(0.01)
  410. loading.Rotation = 210
  411. wait(0.01)
  412. loading.Rotation = 215
  413. wait(0.01)
  414. loading.Rotation = 220
  415. wait(0.01)
  416. loading.Rotation = 225
  417. wait(0.01)
  418. loading.Rotation = 230
  419. wait(0.01)
  420. loading.Rotation = 235
  421. wait(0.01)
  422. loading.Rotation = 240
  423. wait(0.01)
  424. loading.Rotation = 245
  425. wait(0.01)
  426. loading.Rotation = 250
  427. wait(0.01)
  428. loading.Rotation = 255
  429. wait(0.01)
  430. loading.Rotation = 260
  431. wait(0.01)
  432. loading.Rotation = 265
  433. wait(0.01)
  434. loading.Rotation = 270
  435. wait(0.01)
  436. loading.Rotation = 275
  437. wait(0.01)
  438. loading.Rotation = 280
  439. wait(0.01)
  440. loading.Rotation = 285
  441. wait(0.01)
  442. loading.Rotation = 290
  443. wait(0.01)
  444. loading.Rotation = 295
  445. wait(0.01)
  446. loading.Rotation = 300
  447. wait(0.01)
  448. loading.Rotation = 305
  449. wait(0.01)
  450. loading.Rotation = 310
  451. wait(0.01)
  452. loading.Rotation = 310
  453. wait(0.01)
  454. loading.Rotation = 315
  455. wait(0.01)
  456. loading.Rotation = 320
  457. wait(0.01)
  458. loading.Rotation = 325
  459. wait(0.01)
  460. loading.Rotation = 330
  461. wait(0.01)
  462. loading.Rotation = 335
  463. wait(0.01)
  464. loading.Rotation = 340
  465. wait(0.01)
  466. loading.Rotation = 345
  467. wait(0.01)
  468. loading.Rotation = 350
  469. wait(0.01)
  470. loading.Rotation = 355
  471. wait(0.01)
  472. loading.Rotation = 360
  473. wait(0.01)
  474. if nonamexd == whitelisted then
  475. checktext.Visible = false
  476. Whitelistedtext.Visible = true
  477. wait(1)
  478. script()
  479. wait(0.5)
  480. whitelist:Destroy()
  481. else
  482. checktext.Visible = false
  483. Notwhitelitedtext.Visible = true
  484. wait(2)
  485. whitelist:Destroy()
  486. game.Players.LocalPlayer:kick "User is not whitelisted!"
  487. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement