Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 32

Thread: Pleas be aware of the Cheat out there

  1. #21
    idk what this is
    Join Date
    Nov 2013
    Location
    Heaven
    Posts
    2,948
    Quote Originally Posted by John View Post
    When you want to search for a value, you've selected 4 Bytes which is an Integer, yet Graal has all of its numeric variables as doubles. So you could've wrote the number of current ammo and search for it under double, then Next Scan whilst changing it. (Decreasing the value is a very bad way to find it)


    This can be easily patched, by:
    PHP Code:
    temp.hackcheck player.ammoclient--; // Removing the ammo
    // ... Code responsible for freezing/sleeping the weapon (Not Reload)
    if (temp.hackcheck == player.ammoclient) {
      
    // Player might be hacking or has defective CPU (which isn't logical since the game wouldn't run in the first place)
      
    player.chat "Error deducting ammo.";
      return;
    }
    // Reload script after this. 
    There is always a way to bypass this since it's on Clientside, but developers c an always implement hidden variables here and there and encrypt them.
    Could you explain to me 'temp.hackcheck' I'm not that familiar with GS2 functions. We could also add a warn script if anything is false.

  2. #22
    Soldier BreadCrumbs's Avatar
    Join Date
    Sep 2015
    Location
    Behind you
    Posts
    54
    Quote Originally Posted by Grandpa Illusions View Post
    Could you explain to me 'temp.hackcheck' I'm not that familiar with GS2 functions. We could also add a warn script if anything is false.
    temporary hack check it checks player hack thingy majig
    BreadCrumbsTM

    Graal816145

  3. #23
    Zephlyn
    Join Date
    Aug 2013
    Location
    Chile
    Posts
    3,295
    Quote Originally Posted by John View Post
    When you want to search for a value, you've selected 4 Bytes which is an Integer, yet Graal has all of its numeric variables as doubles. So you could've wrote the number of current ammo and search for it under double, then Next Scan whilst changing it. (Decreasing the value is a very bad way to find it)


    This can be easily patched, by:
    PHP Code:
    temp.hackcheck player.ammoclient--; // Removing the ammo
    // ... Code responsible for freezing/sleeping the weapon (Not Reload)
    if (temp.hackcheck == player.ammoclient) {
      
    // Player might be hacking or has defective CPU (which isn't logical since the game wouldn't run in the first place)
      
    .player.chat "Error deducting ammo.";
      return;
    }
    // Reload script after this. 
    There is always a way to bypass this since it's on Clientside, but developers can always implement hidden variables here and there and encrypt them.
    Instead of putting on the player chat "Error deducting ammo", wouldn't it be better to jail the player for attempting to hack?

  4. #24
    Big Cheese ItzTerry!'s Avatar
    Join Date
    Aug 2015
    Location
    Endless Void
    Posts
    2,913
    Just like the McNobes trick.

    They get the bear traps from Fort Knox and go to a corner, place them around.
    Zombies won't get hurt by them, nor get through them. It's literally a barricade that can
    keep zombies away.

    Another thing they do is get a good, long gun like PSG or something and spam it from inside

    Ex Player Relations, Ex Newspaper Team
    Quote Originally Posted by ItzTerry!
    In Terry we Trust


  5. #25
    Zephlyn
    Join Date
    Aug 2013
    Location
    Chile
    Posts
    3,295
    Quote Originally Posted by ItzTerry View Post
    Just like the McNobes trick.

    They get the bear traps from Fort Knox and go to a corner, place them around.
    Zombies won't get hurt by them, nor get through them. It's literally a barricade that can
    keep zombies away.

    Another thing they do is get a good, long gun like PSG or something and spam it from inside
    The bear traps disappears through the time, anyways I think that it shouldn't be allowed.

  6. #26
    Okay, It's basically what I stated and SNK confirmed. It was patched a while back.
    I'm sure this thread is pointless now.
    Questions? Don't be afraid to message me.

  7. #27
    Quote Originally Posted by ItzTerry View Post
    Just like the McNobes trick.

    They get the bear traps from Fort Knox and go to a corner, place them around.
    Zombies won't get hurt by them, nor get through them. It's literally a barricade that can
    keep zombies away.

    Another thing they do is get a good, long gun like PSG or something and spam it from inside
    Lol get your facts straight before posting.

  8. #28
    Big Cheese *Z.D The Great's Avatar
    Join Date
    Jul 2015
    Location
    Behind you
    Posts
    1,299
    I heard from numerous people that Nobes and PayBack uses hacks though, not sure.
    Quote Originally Posted by XSTARX
    2 warnings and 1 infrac, you don't learn, do you?
    Quote Originally Posted by *Z.D The Great
    ^ ? I only learn from the Best.
    Quote Originally Posted by hohi416
    You made the greatest mistake of your life lol

    would you rather watch boku no pico series or live in attack on titan

    watch some sht u said because ik attack on titans.. horrifying
    Quote Originally Posted by *Z.D The Great
    No, the greatest mistake was reading your msg.

  9. #29
    Zephlyn
    Join Date
    Aug 2013
    Location
    Chile
    Posts
    3,295
    Quote Originally Posted by ZepeuS View Post
    I heard from numerous people that Nobes and PayBack uses hacks though, not sure.
    I wouldn't believe on anything I hear, the reason they are so high on the highscores are probably because they got a very good strategy.

  10. #30
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    It has not been patched. Just tested.
    -Johnaudi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •