Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 111
  1. #46
    tdsx's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    1,004
    Quote Originally Posted by cdriza View Post
    release it already fegit
    It needs to be perfect.
    You will be a happier man

  2. #47
    cdriza's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    139
    My Mood
    Amazed
    Quote Originally Posted by tdsx View Post
    It needs to be perfect.
    You will be a happier man
    so mean :^(

  3. #48
    Leystryku's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    58
    Reputation
    22
    Thanks
    69
    Quote Originally Posted by tdsx View Post
    So I threw this together today. A module that saves all clientside/shared scripts and adds a hook that lets you prevent scripts from loading.


    It isn't a traditional GMod hook. It loads a file and raw sets some global variables. _SCRIPT is the script itself. _SOURCE is the source of it (a file, RunString, SendLua, etc). This is what my 'hook' file looks like.

    Code:
    if (_SOURCE == "lua/autorun/client/msg.lua" or _SOURCE == "LuaCmd") then
    	return false
    end
    The global variables are destroyed after they're used. In the right hands, you could theoretically bypass any and every anti-cheat. Probably the most trouble you'll run into are anti-cheats that use net messages or concommands to communicate, in which case, you'll have to fool the server into thinking everything is A-ok by using the same concommands and net messages. If you don't communicate with the server as if the anti-cheat would, the server will know somethings fucky.

    Pictures!







    Every thing that is attempted to be ran is saved to a folder that is named after the server you are connected to!

    Thoughts? Suggestions? Insults from @D3M0L1T10N? They're all welcome! This is going to be released soon
    One of the reasons why this won't work - https://i.imgur.com/2KO0dAB.png
    These are dependent on the clientside/shared lua.
    They are stored on the server, and the client calculates it's own stuff.
    The "stuff" depends on the clients loaded lua.
    Even something as trivial as creating a function results in a mismatch and thus punishment.
    Not sending ( what he's doing ), you guessed it, also results in a punishment after like 3 checks.
    This should tell anyone with a brain what I'm talking about.
    If someone decides to rather believe this skid ( https://i.imgur.com/p0dDZ6d.png , https://i.imgur.com/rIDl8vQ.png ) than the code ( or can't read the code ), wait for the release and I'll upload a video.
    Last edited by Leystryku; 02-14-2015 at 02:03 PM.

  4. #49
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by Leystryku View Post
    One of the reasons why this won't work - https://i.imgur.com/2KO0dAB.png
    These are dependent on the clientside/shared lua.
    They are stored on the server, and the client calculates it's own stuff.
    The "stuff" depends on the clients loaded lua.
    Even something as trivial as creating a function results in a mismatch and thus punishment.
    Not sending ( what he's doing ), you guessed it, also results in a punishment after like 3 checks.
    This should tell anyone with a brain what I'm talking about.
    If someone decides to rather believe this skid ( https://i.imgur.com/p0dDZ6d.png , https://i.imgur.com/rIDl8vQ.png ) than the code ( or can't read the code ), wait for the release and I'll upload a video.
    edit: nvm found it
    Last edited by Trollaux; 02-14-2015 at 02:11 PM.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  5. The Following User Says Thank You to Trollaux For This Useful Post:

    Leystryku (02-14-2015)

  6. #50
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    Quote Originally Posted by Leystryku View Post
    One of the reasons why this won't work - https://i.imgur.com/2KO0dAB.png
    These are dependent on the clientside/shared lua.
    They are stored on the server, and the client calculates it's own stuff.
    The "stuff" depends on the clients loaded lua.
    Even something as trivial as creating a function results in a mismatch and thus punishment.
    Not sending ( what he's doing ), you guessed it, also results in a punishment after like 3 checks.
    This should tell anyone with a brain what I'm talking about.
    If someone decides to rather believe this skid ( https://i.imgur.com/p0dDZ6d.png , https://i.imgur.com/rIDl8vQ.png ) than the code ( or can't read the code ), wait for the release and I'll upload a video.
    no one gives a shit about you or how you grave dig very old posts to make someone look bad


    omg!! u used publik hax!! u r complete retard xddddd!!!!

    leave
    Last edited by MeepDarknessMeep; 02-14-2015 at 02:16 PM.

  7. The Following User Says Thank You to MeepDarknessMeep For This Useful Post:

    max1612 (02-14-2015)

  8. #51
    Leystryku's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    58
    Reputation
    22
    Thanks
    69
    Quote Originally Posted by MeepDarknessMeep View Post
    no one gives a shit about you or how you grave dig very old posts to make someone look bad


    omg!! u used publik hax!! u r complete retard xddddd!!!!

    leave
    >4 weeks ago
    >old
    Yeah meep, I think you found your new student in the masters of skiddery.
    It's ironic that a skid like you is defending another skid, especially after you got stomped.
    Thousands of times.
    I don't deny using public hacks previously either, I'm completly open about it.
    I never coded any combat arms cheats ( even though, this is the gmod section you idiot ).
    Last edited by Leystryku; 02-14-2015 at 02:19 PM.

  9. #52
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    Quote Originally Posted by Leystryku View Post
    >4 weeks ago
    >old
    Quote Originally Posted by Leystryku View Post

    wow u can't even read dates are you retarded xdddddddddddd!!!
    Last edited by MeepDarknessMeep; 02-14-2015 at 02:20 PM.

  10. #53
    Leystryku's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    58
    Reputation
    22
    Thanks
    69
    Quote Originally Posted by MeepDarknessMeep View Post
    wow u can't even read dates are you retarded xdddddddddddd!!!
    You're not just bipolar, mentally ill and take pills, but you seem to still be dumb too.
    It's 4 weeks old, so it doesn't even display a date,
    instead it literally shows "4 weeks old".

    https://i.imgur.com/rIDl8vQ.png

    Edit: I appreciate that you changed your post after you read mine, referencing only to one image, but my point still stands.
    He's been hung up on a RunString detour and lua running since 1 year.
    Last edited by Leystryku; 02-14-2015 at 02:23 PM.

  11. #54
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    Quote Originally Posted by Leystryku View Post
    You're dumb.
    It's 4 weeks old, so it doesn't even display a date,
    instead it literally shows "4 weeks old".

    https://i.imgur.com/rIDl8vQ.png
    wow u can't read posts that prove u r retarded properly xdddddddddd!!!

    - - - Updated - - -

    Quote Originally Posted by Leystryku View Post
    You're not just mentally ill and take pills, but you seem to be dumb too.
    wow xdddd!! i am report to cyber police for bully!!!x dddd

  12. #55
    Leystryku's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    58
    Reputation
    22
    Thanks
    69
    Quote Originally Posted by MeepDarknessMeep View Post
    wow u can't read posts that prove u r retarded properly xdddddddddd!!!

    - - - Updated - - -



    wow xdddd!! i am report to cyber police for bully!!!x dddd
    I'm still waiting for the day where you suicide.
    You can't argue nor code, and instead you still keep spamming smileys and pass it off as trolling.
    It's sad that you didn't leave the gmod scene like you claimed before, after half of facepunch called you out for pasting. ( https://i.imgur.com/eBGvP8U.png , https://i.imgur.com/6OMRAxh.png)
    Last edited by Leystryku; 02-14-2015 at 02:30 PM.

  13. #56
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    Quote Originally Posted by Leystryku View Post
    I'm still waiting for the day where you suicide.
    You can't argue nor code, and instead you still keep spamming smileys and pass it off as trolling.
    It's sad that you didn't leave the gmod scene before, after half of facepunch shitted on you, like you wanted to.
    xddddd nice one dude! xddddddd
    i can't code xddd
    i can't reverse xddd

    - - - Updated - - -

    xddd nice gravedig never seen you do that before xddd

    - - - Updated - - -

    also i never knew there was no such things as bandwagonning on facepunch xddd

    - - - Updated - - -

    xd quad post

  14. #57
    Leystryku's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    58
    Reputation
    22
    Thanks
    69
    Quote Originally Posted by MeepDarknessMeep View Post
    xddddd nice one dude! xddddddd
    i can't code xddd
    i can't reverse xddd

    - - - Updated - - -



    xddd nice gravedig never seen you do that before xddd

    - - - Updated - - -

    also i never knew there was no such things as bandwagonning on facepunch xddd

    - - - Updated - - -

    xd quad post

    I'm guessing pasting an aimbot, copying typedefs writing the most retarded defines I've ever seen ( https://i.imgur.com/QiA2jgH.png ) and hitting generate vtable/pseudocode is reversing now. It's not gravedigging, it's not even a year old - it still proofs that you're pretty dumb. You tried telling hundreds of people that they are all wrong and "you're right". Even though now that I think about it, it may not be your fault, but your mental illnesses fault instead.
    Last edited by Leystryku; 02-14-2015 at 02:37 PM.

  15. #58
    MeepDarknessMeep's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    725
    Reputation
    22
    Thanks
    922
    Quote Originally Posted by Leystryku View Post
    I'm guessing pasting an aimbot, copying typedefs writing the most retarded defines I've ever seen ( https://i.imgur.com/QiA2jgH.png ) and hitting generate vtable is reversing now.
    yeah xddd pasting an aimbot with dot fov checks from mpgh (how many of those exist? NONE skids don't know dot! xddd)
    copying typedefs? xddd funni xddd
    i was making it work C pseudo code (not C++!) so that's why those defines look like shit.
    also xdd generate vtable xddd

    - - - Updated - - -

    (wrong link before)
    https://i.imgur.com/oIN2xJE.png
    xddd i copied the vtables!! xdd i no reverse111
    Last edited by MeepDarknessMeep; 02-14-2015 at 02:39 PM.

  16. #59
    tdsx's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    1,004
    Quote Originally Posted by Leystryku View Post
    One of the reasons why this won't work - https://i.imgur.com/2KO0dAB.png
    These are dependent on the clientside/shared lua.
    They are stored on the server, and the client calculates it's own stuff.
    The "stuff" depends on the clients loaded lua.
    Even something as trivial as creating a function results in a mismatch and thus punishment.
    Not sending ( what he's doing ), you guessed it, also results in a punishment after like 3 checks.
    This should tell anyone with a brain what I'm talking about.
    If someone decides to rather believe this skid ( https://i.imgur.com/p0dDZ6d.png , https://i.imgur.com/rIDl8vQ.png ) than the code ( or can't read the code ), wait for the release and I'll upload a video.
    Code:
    local receive_pass = GetLocal(_SCRIPT, "LeyAC_receive_pass")
    local hi_pass = GetLocal(_SCRIPT, "LeyAC_hi_pass")
    didn't you watch my video? I wasn't kicked..probably because I send the net messages LeyAC uses lol. I do send, which is what seems to be the problem you're having. you're thinking all I'm doing is preventing the AC from loading. I prevent it from loading and set up the net functions myself to fool the server.

  17. #60
    Kona-chan's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    380
    Reputation
    22
    Thanks
    685
    Quote Originally Posted by MeepDarknessMeep View Post
    yeah xddd pasting an aimbot with dot fov checks from mpgh (how many of those exist? NONE skids don't know dot! xddd)
    copying typedefs? xddd funni xddd
    i was making it work C pseudo code (not C++!) so that's why those defines look like shit.
    also xdd generate vtable xddd

    - - - Updated - - -

    (wrong link before)
    https://i.imgur.com/oIN2xJE.png
    xddd i copied the vtables!! xdd i no reverse111
    you are autist
    all your post are autism
    your 'xdd' meme is autism

Page 4 of 8 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. [VB6 Module edit]
    By leiva1 in forum Visual Basic Programming
    Replies: 8
    Last Post: 09-24-2007, 11:19 AM
  2. [request]New Module
    By killer2334 in forum Hack Requests
    Replies: 0
    Last Post: 07-21-2007, 06:42 AM
  3. [request] Module
    By Elliwood in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-16-2007, 01:11 PM
  4. Module for Warrock
    By condor01 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-07-2007, 03:15 AM
  5. module vb6
    By ZeaS in forum WarRock - International Hacks
    Replies: 12
    Last Post: 07-02-2007, 07:47 PM

Tags for this Thread