Guest User

garbage un-obfuscated code

a guest
Aug 3rd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. OBFUSCATED VERSION
  2. NOTE
  3. The bit that hopefully stops cucks from stealing my E2 is rewritten to not have the obfuscation variables at all, just being the full string/whatever
  4.  
  5.  
  6. @name PacHelper
  7. @inputs Ajdn1_1 FakeInput2
  8. @outputs Ajdn2_1
  9. @persist PreDeathPos:vector Aidn1_1 DeletedCopyprotect1:string DeletedCopyprotect2:string
  10. @model models/Gibs/HGIBS.mdl
  11. #This is my best gay ass obfuscated code yet! (Also the ONLY obfuscated code.)
  12.  
  13. I COULD'VE SWORN I KEPT SOME DUMMY IFS UP HERE BUT APPARENTLY NOT
  14.  
  15. FakeInput2 = 0
  16. #property of pitaden by the way
  17. GayBabyJail = vec(0,-10,0)
  18. #don't end up in the shadow realm or gay baby jail ok?
  19.  
  20. NOT-SO-HIDDEN-NOW ANTI STEAL BIT
  21. if(owner():steamID() != "STEAM_0:0:48571678"){
  22. concmd("say 'I stole pitaden's E2!!'")
  23. }
  24. if(owner():steamID() != "STEAM_0:0:48571678"){
  25. owner():teleport(GayBabyJail)
  26. }
  27.  
  28. ON EACH 100TH TICK, SAVE PRE-DEATH POSITION AND CHECK FOR DEATH
  29. runOnTick(100)
  30. if (first()){
  31. PreDeathPos = owner():pos()
  32. }
  33. IF DEAD, SAVE POS AGAIN. I DON'T KNOW WHY IT'S NEEDED BUT IT IS.
  34. ALSO SET LIVING TO 0
  35. if (!owner():isAlive()){
  36. PreDeathPos = owner():pos()
  37. Living = 0
  38. }
  39. PLOP DEAD BOY AT PRE-DEATH SPOT, SET LIVING TO 1
  40. if ((Living == 0)&&(owner():isAlive())){
  41. owner():teleport(PreDeathPos)
  42. Living = 1
  43. }
  44.  
  45. ORIGINALLY-NOT-HIDDEN ANTI STEAL BIT
  46. if(owner():steamID() != "STEAM_0:0:48571678"){
  47. print("WELCOME TO GAY BABY JAIL")
  48. print("DON'T STEAL E2S")
  49. concmd("say 'I stole pitaden's E2!!'")
  50. owner():teleport(GayBabyJail)
  51. }
  52. if(FakeInput2 != 0){ (If one of the fake inputs is changed)
  53. print("WELCOME TO GAY BABY JAIL")
  54. print("DON'T STEAL E2S")
  55. concmd("say 'I stole Pitaden's E2!!")
  56. owner():teleport(GayBabyJail)
  57. }
Add Comment
Please, Sign In to add comment