Thread: 1 question

Results 1 to 4 of 4
  1. #1
    SückLaügh's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Behind your back
    Posts
    31
    Reputation
    10
    Thanks
    0

    Question 1 question

    Code:
    App.library(function(e, t) {
        var n = {
            $points: t("#user-points")
        };
        n.updatePoints = function(t) {
            t = parseInt(t) || 0,
            e.user.points += t,
            e.user.points_formatted = e.formatCurrency(e.user.points),
            n.$points.html(e.user.points_formatted)
        }
        ,
        n.updatePoints(0),
        e.ui.user = n
    })
    Can someone explain this to me how this works?

  2. #2
    DreemCakes420's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Everywhere
    Posts
    120
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    that's not even java lol
    oops probs javascript nvm :v
    Last edited by DreemCakes420; 04-24-2018 at 11:11 PM.

  3. #3
    SückLaügh's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Behind your back
    Posts
    31
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by DreemCakes420 View Post
    that's not even java lol
    oops probs javascript nvm :v
    .-. **10 chars

  4. #4
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    Looks like Angular JS, it will do nothing else then display a number Value in a Field with classname user-points

Similar Threads

  1. WPE Pro Question...
    By OutZida in forum General Game Hacking
    Replies: 4
    Last Post: 08-08-2011, 01:02 AM
  2. Hacking world of warcraft? & a noob question
    By arsholio in forum General Game Hacking
    Replies: 9
    Last Post: 04-08-2006, 01:55 PM
  3. Photoshop Question
    By arunforce in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-15-2006, 11:38 AM
  4. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  5. question
    By wardo1926 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 12-30-2005, 07:36 PM