RakonusJoin Date: 2014-12-19 Post Count: 1243 |
Jackeroux is a scammer. He hired me to make scripts for him and I made them, and they worked. However, because he didn't like the way the scripts looked he decided not to pay me.
JACKEROUX IS A SCAMMER, DO NOT WORK FOR HIM!
Rakonus#5327 |
|
|
JackerouxJoin Date: 2012-03-18 Post Count: 440 |
I told you to use marketplace service so people could buy my ingame currency
this is the script he used: player.PlayerGui.MainGui.GemsText.Text = 1000
|
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
No, he's not. (he's my brother irl)
I told him to fire you because your scripts were so horrible.
1) 80% of your scripts were free models.
2) Your scripts didn't work:
The game was Filtering Enabled and the money got stored on the server.
But you did: player.PlayerGui.Money.Text = 100
You didn't even increment anything and neither did you actually give money.
|
|
JackerouxJoin Date: 2012-03-18 Post Count: 440 |
Let me copy the whole script...
local MarketplaceService = game:GetService("MarketplaceService")
local HealthID, GoldID, DiamondID = 86416135, 86416179, 86416192
local PurchaseHistory = game:GetService("DataStoreService"):GetDataStore("PurchaseHistory")
function MarketplaceService.ProcessReceipt(receiptInfo)
local playerProductKey = receiptInfo.PlayerId .. ":" .. receiptInfo.PurchaseId
if PurchaseHistory:GetAsync(playerProductKey) then
return Enum.ProductPurchaseDecision.PurchaseGranted --We already granted it.
end
-- find the player based on the PlayerId in receiptInfo
local player = game:GetService("Players"):GetPlayerByUserId(receiptInfo.PlayerId)
if not player then -- Seems like we can't find the player... already left?
return Enum.ProductPurchaseDecision.NotProcessedYet -- Can't process
end
if receiptInfo.ProductId == HealthID then
-- handle purchase. In this case we are healing the player.
player.PlayerGui.MainGui.GemsText.Text = 10
elseif receiptInfo.ProductId == GoldID then
-- handle purchase. In this instance we're giving the player 100 extra gold.
player.PlayerGui.MainGui.GemsText.Text = 100
elseif receiptInfo.ProductId == DiamondID then
player.PlayerGui.MainGui.GemsText.Text = 1000
end
-- record the transaction in a Data Store
PurchaseHistory:SetAsync(playerProductKey, true)
-- tell ROBLOX that we have successfully handled the transaction (required)
return Enum.ProductPurchaseDecision.PurchaseGranted
end
|
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
^ That's one script that I used which is from the Wiki. It doesn't change that it worked though. You wasted two days of my time and promised me 1.5k then when I get it to work you fire me??
sounds like a scam to me
Rakonus#5327 |
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
Rakonus, I've seen bad scripts. From what you just showed me. Is something you still need LOTS of practice. What you did is technically scamming if you think it is or not. Your script is inefficient and badly written. The methods used for the transaction was completely out of whack. You SET a TEXT to the certain amount rather than changing the NUMBER value. You still need a long way before you can even do jobs. |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
Efficiency doesn't matter if it works. He wasted two days of my time and fired me after he said it worked lol
Rakonus#5327 |
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
You are most thick skulled than I thought. You think you can manipulate people into thinking your scripts work. I've been practicing ROBLOX lua for three to four years. And from what I see is that your script does work IN CHANGING TEXT the change doesn't affect in game what so ever only GUI based will there be changes and it won't even do anything within that game. |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
It changes the number of gems, I could easily just make a variable for it which I offered to do, but then they fired/scammed me.
So I don't know how I'm thick skulled if I'm not manipulating people into thinking my scripts work. Because my scripts *do* work.
Rakonus#5327 |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
"You are most thick skulled than I thought." Learn to structure a sentence properly before you call me thick-skulled.
Rakonus#5327 |
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
"It changes the number of gems"
I have no words. No where in the script does it change the NUMBER value of gems. It only changes the string and for a script to turn string into a number value is poorly written if done that way. He did not fire/scam you he fired you because you were not good enough or not capable of what he wants. Most likely he deleted or his brother most of the scripts you 'made' out of studio so there is most likely no use in that game. |
|
KeltrinJoin Date: 2014-01-01 Post Count: 2085 |
you should've done it right the first time, not like actually changing the quantity of gems the player has is actual work.
|
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
Sorry, can you rewrite or explain the sentence Keltrin. Honestly to me it doesn't make much sense... |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
print("10" + 1)
lol
Rakonus#5327 |
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
All of your scripts were pulled from the wiki without giving credit to the author of the scripts. You even tried to claim those scripts as your own and sell them.
Your scripts did NOT work and all you did was editing the scripts from the wiki.
If you seriously wasted 2 days on changing a text value then I seriously doubt you even know how to script.
|
|
KeltrinJoin Date: 2014-01-01 Post Count: 2085 |
"print("10" + 1)"
um what
|
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I would rate that response math.huge/10 |
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
@GNUnotUNIX*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I would rate that response math.huge/10 |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
tonumber
And I have ONE script from the wiki, the rest are completely from myself. To say it didn't work is false, because I tested it and it did work.
Rakonus#5327 |
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
Plus I wrote APIs for the server to award gems, which you did not utilise, and instead broke the gem giving part, neither did you look how the GUIs worked and completely broke them.
Jackeroux reverted all of your changes because you did nothing but break stuff.
|
|
LuaDesignJoin Date: 2010-05-24 Post Count: 1443 |
Actually you failed the criteria for the word 'work'
"(of a machine or system) operate or function, especially properly or effectively."
It did function and operate but it did not work properly. You failed to do what was actually suppose to be done thus the script not working. I am saying even tho you do have 'tonumber' literally changing string into a number for such an important value based around the game makes the game insecure. |
|
RakonusJoin Date: 2014-12-19 Post Count: 1243 |
It doesn't matter how bad I am at scripting. He asked for it and said he'd pay, and I delivered. He then fired me after the job was finished. I should've known I would be scammed because the amount of funds in the group was only half of what he said he'd pay.
Rakonus#5327 |
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
You have clearly no idea how FE works and you did not increment the values but instead changing them to a set amount
|
|
|
LuaDesign isn't wrong. I have been doing scripting since 2012, (my scaryww2guy1 main account). That script is really inefficient and is missing a lot of functionality. |
|