Jump to content

GameCrasher

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by GameCrasher

  1. 4 minutes ago, kkbs4u said:

    Thnaks sir I will try it if problem persist then I will msg you

    Ok, I will start a project for a game called payback 2, maybe you will like to help?

  2. On 11/4/2018 at 7:19 AM, Enyby said:

    The realities are that in the chat, no matter how specific the professionals will not be. Either it is a private chat of professionals where no one will be invited just like that.
    Not a single professional will spend his time answering stupid, pointless questions around the clock.
    Even if he tries, he gets tired of it quickly.
    Most users are not able to read the text in the message on the screen, they need to write it personally.
    Pressing the "fix it" button is not obvious to them, it is much easier to put a topic on the problem for entire page.

    But you try, maybe I'm wrong. Tell us about the results.

    _______________________________________________
    added 0 minutes later

    And most messages will be "hack/make script me %game%, bro". Starting from CoC.

    _______________________________________________
    added 4 minutes later

    Game guardian isnt working for me (#9wenv20s)

    Here example. Notice: this is normally written post with lot of text. But  I think he get message about not optimized virtual space. But you read this as not latest version. Obviously it is wrong.

    Also in this message present button "fix it" and instructions how to fix this. Obviously user skip this part, go to the forum and write this post.

     

    And this happens every time. You can just explore latest posts on the forum.

    And yet It was made...

  3. 4 hours ago, ItsSC said:

    I got no idea why downvote other's post for no reason. So I give you an upvote to make neutralize the reputation.

     

    They had explained, there's no point finding the "server sided" value. 

    Look at this analog and you will understand.

     

    What if I managed to get the game value and server value, everything has a value, there is alwayse a bavk entrance

  4. 4 hours ago, ItsSC said:

    Maybe the calculation is wrong..

    For example, as your script asked "Timer number"

    if timer = 5, it should be 5, am I right? Then in your script you do 60-5, it become 55. So it is something wrong.

     

    Just from my plain guess.

    you should do this

    
    timer = gg.prompt( {"TIMER NUMBER"},{""},{"number"})
    if(timer[1]>=60)then
      time = 60-timer[1]
      else
      time = timer[1]
    end

    This means when the time is 60 seconds, it should return 0. If time is 55, it should return 55, but your current script will return 5.

    Whem I edit the value to any number, it subtracts the value from the timer, Also I appreciate the help bro.

  5. 15 hours ago, SAGEPAPI said:

    a normal search, or encrypted search. The difference between server and player sided games is most  of the time the value of a server sided game is unchangeable.

    If I do a normal search, can i get the value if i get value to 9999?, also whats the difference between server sided and player sided?

  6. 8 hours ago, ItsSC said:

    A little question, what your inf gonna do ? Why edit the same value over and over?

    Its for a game with a timer, the timer has 60 seconds then the llayer recieves 10$ and editing the value to 59-60 changes the time to 1 so it hits 0, when it hits zero the timer restarts so if i edit it over and over the player will recieve a bunch of money.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.